nomsgadded commited on
Commit
4db6a6d
·
1 Parent(s): 2d22f08

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 - nomsgadded/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
+
checkpoint-10/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7af43410e8bf185296bdb3ea41e02704a1d95eff384f28bbee3ba336ff440332
3
+ size 6591685
checkpoint-10/pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b834f0a17b289a25ca5b9a0d112e842b99b70e91fa6f73a48acbddba8faa397b
3
+ size 3285965
checkpoint-10/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0b6fd1f498e2b8a83343c8931c2b96da1e655cd30c0302a3d6fe8b72439d438c
3
+ size 14727
checkpoint-10/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:285e76ebe66a23f043b42182e14294a93d529fdc5c0c08159fd9fc10bbeaad36
3
+ size 557
checkpoint-10/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:63bb0f7e447460e27a64daaaecbf7c7ed209b797c49831ec52685c6a22e2aa1d
3
+ size 563
checkpoint-20/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7d757208767177f36f86e464671b4ae1f8ef1c648916c1d979f5c63ddd8d7736
3
+ size 6591685
checkpoint-20/pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:972a79d73a9e4dc27157b5c6e447f454e087da11815d874f6290280d1f10f6d0
3
+ size 3285965
checkpoint-20/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e9fd6d2a4fbeaa759703550b6e9fd2f04b09298955d8266a317953b5653a377d
3
+ size 14727
checkpoint-20/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:63483ec267a0411b87807e72909492b114868cf17e83a29805f58ca317148a02
3
+ size 557
checkpoint-20/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0a5685e82585cc3bbd3856e9c72fabc62eee5860bc9c343d2dbbf2fa6e2101ae
3
+ size 563
image_0.png ADDED
image_1.png ADDED
image_2.png ADDED
image_3.png ADDED
logs/text2image-fine-tune/1689047158.236647/events.out.tfevents.1689047158.RD02.17800.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a9173de34486192aa19aaffb662db9c2004b23d8c3ac602cdb7832a6481ddf5
3
+ size 2420
logs/text2image-fine-tune/1689047158.23965/hparams.yml ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: false
9
+ checkpointing_steps: 10
10
+ checkpoints_total_limit: null
11
+ dataloader_num_workers: 0
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_private_repo: false
19
+ hub_token: null
20
+ image_column: image
21
+ learning_rate: 0.0001
22
+ local_rank: -1
23
+ logging_dir: logs
24
+ lr_scheduler: cosine
25
+ lr_warmup_steps: 0
26
+ max_grad_norm: 1
27
+ max_train_samples: null
28
+ max_train_steps: 20
29
+ mixed_precision: fp16
30
+ noise_offset: 0
31
+ num_train_epochs: 1
32
+ num_validation_images: 4
33
+ output_dir: pokemon-lora
34
+ overwrite_output_dir: true
35
+ prediction_type: null
36
+ pretrained_model_name_or_path: runwayml/stable-diffusion-v1-5
37
+ push_to_hub: true
38
+ random_flip: false
39
+ report_to: tensorboard
40
+ resolution: 512
41
+ resume_from_checkpoint: null
42
+ revision: null
43
+ scale_lr: false
44
+ seed: 1337
45
+ snr_gamma: null
46
+ train_batch_size: 1
47
+ train_data_dir: null
48
+ use_8bit_adam: false
49
+ validation_epochs: 1
50
+ validation_prompt: A pokemon with blue eyes.
logs/text2image-fine-tune/events.out.tfevents.1689047158.RD02.17800.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8367d1c2a1ce69eab72cb41f21ce12cbbca81ace7c1892e04c2b4df95d49e001
3
+ size 1626119
pytorch_lora_weights.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3078a053a2b5a0747c1ab1215824156c1a7224cd206e7195265b88b82978c46c
3
+ size 3287771