brathief commited on
Commit
af65272
1 Parent(s): cbcf069

End of training

Browse files
README.md ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+ license: creativeml-openrail-m
4
+ base_model: runwayml/stable-diffusion-v1-5
5
+ tags:
6
+ - stable-diffusion
7
+ - stable-diffusion-diffusers
8
+ - text-to-image
9
+ - diffusers
10
+ - lora
11
+ inference: true
12
+ ---
13
+
14
+ # LoRA text2image fine-tuning - brathief/pokemon-lora
15
+ These are LoRA adaption weights for runwayml/stable-diffusion-v1-5. The weights were fine-tuned on the lambdalabs/pokemon-blip-captions dataset. You can find some example images in the following.
16
+
17
+ ![img_0](./image_0.png)
18
+ ![img_1](./image_1.png)
19
+ ![img_2](./image_2.png)
20
+ ![img_3](./image_3.png)
21
+
image_0.png ADDED
image_1.png ADDED
image_2.png ADDED
image_3.png ADDED
logs/text2image-fine-tune/1682045294.5433805/events.out.tfevents.1682045294.de2ef7c087df.6907.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:94adb8524093692d073a3557ac621f7b3120113b7eb867a9d3a04204bcfc82c2
3
+ size 2323
logs/text2image-fine-tune/1682045294.5451381/hparams.yml ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ adam_beta1: 0.9
2
+ adam_beta2: 0.999
3
+ adam_epsilon: 1.0e-08
4
+ adam_weight_decay: 0.01
5
+ allow_tf32: false
6
+ cache_dir: null
7
+ caption_column: text
8
+ center_crop: true
9
+ checkpointing_steps: 500
10
+ checkpoints_total_limit: null
11
+ dataloader_num_workers: 8
12
+ dataset_config_name: null
13
+ dataset_name: lambdalabs/pokemon-blip-captions
14
+ enable_xformers_memory_efficient_attention: false
15
+ gradient_accumulation_steps: 4
16
+ gradient_checkpointing: false
17
+ hub_model_id: pokemon-lora
18
+ hub_token: null
19
+ image_column: image
20
+ learning_rate: 0.0001
21
+ local_rank: -1
22
+ logging_dir: logs
23
+ lr_scheduler: cosine
24
+ lr_warmup_steps: 0
25
+ max_grad_norm: 1.0
26
+ max_train_samples: null
27
+ max_train_steps: 15000
28
+ mixed_precision: fp16
29
+ noise_offset: 0
30
+ num_train_epochs: 72
31
+ num_validation_images: 4
32
+ output_dir: /sddata/finetune/lora/pokemon
33
+ pretrained_model_name_or_path: runwayml/stable-diffusion-v1-5
34
+ push_to_hub: true
35
+ random_flip: true
36
+ report_to: tensorboard
37
+ resolution: 512
38
+ resume_from_checkpoint: null
39
+ revision: null
40
+ scale_lr: false
41
+ seed: 1337
42
+ train_batch_size: 1
43
+ train_data_dir: null
44
+ use_8bit_adam: false
45
+ validation_epochs: 1
46
+ validation_prompt: A pokemon with blue eyes.
logs/text2image-fine-tune/1682045674.1793766/events.out.tfevents.1682045674.de2ef7c087df.8533.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c109b1077cc5508476e915b99dfb5b1556d9186f6ab6c939bb1c773e3cb9fcb9
3
+ size 2323
logs/text2image-fine-tune/1682045674.1810784/hparams.yml ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ adam_beta1: 0.9
2
+ adam_beta2: 0.999
3
+ adam_epsilon: 1.0e-08
4
+ adam_weight_decay: 0.01
5
+ allow_tf32: false
6
+ cache_dir: null
7
+ caption_column: text
8
+ center_crop: true
9
+ checkpointing_steps: 500
10
+ checkpoints_total_limit: null
11
+ dataloader_num_workers: 8
12
+ dataset_config_name: null
13
+ dataset_name: lambdalabs/pokemon-blip-captions
14
+ enable_xformers_memory_efficient_attention: false
15
+ gradient_accumulation_steps: 4
16
+ gradient_checkpointing: false
17
+ hub_model_id: pokemon-lora
18
+ hub_token: null
19
+ image_column: image
20
+ learning_rate: 0.0001
21
+ local_rank: -1
22
+ logging_dir: logs
23
+ lr_scheduler: cosine
24
+ lr_warmup_steps: 0
25
+ max_grad_norm: 1.0
26
+ max_train_samples: null
27
+ max_train_steps: 100
28
+ mixed_precision: fp16
29
+ noise_offset: 0
30
+ num_train_epochs: 1
31
+ num_validation_images: 4
32
+ output_dir: /sddata/finetune/lora/pokemon
33
+ pretrained_model_name_or_path: runwayml/stable-diffusion-v1-5
34
+ push_to_hub: true
35
+ random_flip: true
36
+ report_to: tensorboard
37
+ resolution: 512
38
+ resume_from_checkpoint: null
39
+ revision: null
40
+ scale_lr: false
41
+ seed: 1337
42
+ train_batch_size: 2
43
+ train_data_dir: null
44
+ use_8bit_adam: false
45
+ validation_epochs: 1
46
+ validation_prompt: A pokemon with blue eyes.
logs/text2image-fine-tune/events.out.tfevents.1682045294.de2ef7c087df.6907.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d813fc339d29769977a00944469ed140d9ecece1051d1918cc3d60e1844c2598
3
+ size 8438
logs/text2image-fine-tune/events.out.tfevents.1682045674.de2ef7c087df.8533.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb6e308ed1ce4d52ab597584c4d088c22f27370776b7d7452305ffa751d40dec
3
+ size 1176344
pytorch_lora_weights.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b3de8e26699a4ce981a8e9f8da9d362c1666d0dfac50c64c21940c60d2b8c326
3
+ size 3287771