Gurusha commited on
Commit
454a088
1 Parent(s): f5eba98

End of training

Browse files
Files changed (36) hide show
  1. .gitattributes +2 -0
  2. README.md +27 -0
  3. checkpoint-1000/optimizer.bin +3 -0
  4. checkpoint-1000/pytorch_lora_weights.safetensors +3 -0
  5. checkpoint-1000/random_states_0.pkl +3 -0
  6. checkpoint-1000/scaler.pt +3 -0
  7. checkpoint-1000/scheduler.bin +3 -0
  8. checkpoint-1500/optimizer.bin +3 -0
  9. checkpoint-1500/pytorch_lora_weights.safetensors +3 -0
  10. checkpoint-1500/random_states_0.pkl +3 -0
  11. checkpoint-1500/scaler.pt +3 -0
  12. checkpoint-1500/scheduler.bin +3 -0
  13. checkpoint-2000/optimizer.bin +3 -0
  14. checkpoint-2000/pytorch_lora_weights.safetensors +3 -0
  15. checkpoint-2000/random_states_0.pkl +3 -0
  16. checkpoint-2000/scaler.pt +3 -0
  17. checkpoint-2000/scheduler.bin +3 -0
  18. checkpoint-500/optimizer.bin +3 -0
  19. checkpoint-500/pytorch_lora_weights.safetensors +3 -0
  20. checkpoint-500/random_states_0.pkl +3 -0
  21. checkpoint-500/scaler.pt +3 -0
  22. checkpoint-500/scheduler.bin +3 -0
  23. image_0.png +0 -0
  24. image_1.png +0 -0
  25. image_2.png +3 -0
  26. image_3.png +3 -0
  27. logs/text2image-fine-tune/1700808591.8030515/events.out.tfevents.1700808591.GCRAZGDL1590.456547.1 +3 -0
  28. logs/text2image-fine-tune/1700808591.804404/hparams.yml +51 -0
  29. logs/text2image-fine-tune/1700808815.209417/events.out.tfevents.1700808815.GCRAZGDL1590.458174.1 +3 -0
  30. logs/text2image-fine-tune/1700808815.2259572/hparams.yml +51 -0
  31. logs/text2image-fine-tune/1700809171.3836246/events.out.tfevents.1700809171.GCRAZGDL1590.460437.1 +3 -0
  32. logs/text2image-fine-tune/1700809171.3849237/hparams.yml +51 -0
  33. logs/text2image-fine-tune/events.out.tfevents.1700808591.GCRAZGDL1590.456547.0 +3 -0
  34. logs/text2image-fine-tune/events.out.tfevents.1700808815.GCRAZGDL1590.458174.0 +3 -0
  35. logs/text2image-fine-tune/events.out.tfevents.1700809171.GCRAZGDL1590.460437.0 +3 -0
  36. pytorch_lora_weights.safetensors +3 -0
.gitattributes CHANGED
@@ -33,3 +33,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ image_2.png filter=lfs diff=lfs merge=lfs -text
37
+ image_3.png filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+ license: creativeml-openrail-m
4
+ base_model: stabilityai/stable-diffusion-xl-base-1.0
5
+ dataset: None
6
+ tags:
7
+ - stable-diffusion-xl
8
+ - stable-diffusion-xl-diffusers
9
+ - text-to-image
10
+ - diffusers
11
+ - lora
12
+ inference: true
13
+ ---
14
+
15
+ # LoRA text2image fine-tuning - Gurusha/sdxl-no-prompter
16
+
17
+ These are LoRA adaption weights for stabilityai/stable-diffusion-xl-base-1.0. The weights were fine-tuned on the None dataset. You can find some example images in the following.
18
+
19
+ ![img_0](./image_0.png)
20
+ ![img_1](./image_1.png)
21
+ ![img_2](./image_2.png)
22
+ ![img_3](./image_3.png)
23
+
24
+
25
+ LoRA for the text encoder was enabled: False.
26
+
27
+ Special VAE used for training: madebyollin/sdxl-vae-fp16-fix.
checkpoint-1000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:04946d39a7ef0792ed3a8aa320f16aa0f978ba8988ea91d0ed70294f94b04b60
3
+ size 47392882
checkpoint-1000/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:19e5e8528bf70ed2695951415c6ab3722e563bbedea29a5913d67bbd85eb6c5a
3
+ size 23401064
checkpoint-1000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:92503c842999ca7aa46dd4e7a9e87a43831496fc96b9ef59451234f906d85f46
3
+ size 14344
checkpoint-1000/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d8fdcd0311eba9854fff738038ed4c1a269832665b4d88ba4e4e3d02a1a7e0e
3
+ size 988
checkpoint-1000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e1ef945fb67548939f1340070803ddc6f91925dd6d43f8c15ba25d113f03c5ed
3
+ size 1000
checkpoint-1500/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef1976e71cfc2ac103dca91cb7730eebaf234ba43e7a78212076757c33df25d4
3
+ size 47392882
checkpoint-1500/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec3b054a6798e0726fbc8c54e42a9f51cec23a068ca4459129f87f95d80bc757
3
+ size 23401064
checkpoint-1500/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7d161bcf3c0265c9e10d67cacf0269b9b636c83c2026cbfff6b0cedbc16543f1
3
+ size 14344
checkpoint-1500/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c2a4b6e0ef05ca249f2d6b7f9f3ad1dff81e55842a962df795bb9740c17c8e92
3
+ size 988
checkpoint-1500/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:48bc4e7f165d13c3a118fbfce412755c802dfee9a7a91ae2a24ef2a694c18483
3
+ size 1000
checkpoint-2000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ba18b88b09d2cd741cac438a3fcac667cadca324812f3bd1d93d0027717a838
3
+ size 47392882
checkpoint-2000/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a4eb9226f153eed10a10770ecaf64de8ab645d9b452574465f1c7d662d48247
3
+ size 23401064
checkpoint-2000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a99f13095c3253d38294897c08aadbdc4965a978f0a8a2885d8acf8718d60ab3
3
+ size 14344
checkpoint-2000/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c50a9cebe5d66d453d25b140738bff479749ac03e0a43597d8776bc22f6ed0c
3
+ size 988
checkpoint-2000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a14cab18e3cf6bf4020ba19261b57bd47f02eb286b8412b0d80f0e1c055663a
3
+ size 1000
checkpoint-500/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6d6e6bcbc1034411200eeac3b3fb00b89823e4193069325edd273dfdcb48cd43
3
+ size 47392882
checkpoint-500/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9413c50996d416b10d86f32107ecb141e3d4b5d92b39e9bef9e5879b2528c09a
3
+ size 23401064
checkpoint-500/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f984c0fa8fa9d67e101d292f23ded25d627cff54bb655863ac239fb8451a92e
3
+ size 14344
checkpoint-500/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:18b984273ea2d45b7ffb1d047bb359d93111e41fcad70d16a1b453fd38f72636
3
+ size 988
checkpoint-500/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6cf34ac8dd2addc454aeb1ee4eaba3267c2841857e117be40ac2ed02cf581c9c
3
+ size 1000
image_0.png ADDED
image_1.png ADDED
image_2.png ADDED

Git LFS Details

  • SHA256: 9fa8d7ce59057762c8cdbe05490c2ed57060feedb9f16e20b3422e43fadb6a61
  • Pointer size: 132 Bytes
  • Size of remote file: 1.06 MB
image_3.png ADDED

Git LFS Details

  • SHA256: c9342c86d75f5acd6bc8f94a89c549797d5b9b13bdc01d2e93cb1be2eaca2e67
  • Pointer size: 132 Bytes
  • Size of remote file: 1.06 MB
logs/text2image-fine-tune/1700808591.8030515/events.out.tfevents.1700808591.GCRAZGDL1590.456547.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f2744b7667d30990e215d4a678ec7710b0ce18a73e9f84d8582cab509e2ea03
3
+ size 2439
logs/text2image-fine-tune/1700808591.804404/hparams.yml ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: 500
10
+ checkpoints_total_limit: null
11
+ dataloader_num_workers: 0
12
+ dataset_config_name: null
13
+ dataset_name: null
14
+ enable_xformers_memory_efficient_attention: false
15
+ gradient_accumulation_steps: 1
16
+ gradient_checkpointing: false
17
+ hub_model_id: null
18
+ hub_token: null
19
+ image_column: image
20
+ learning_rate: 0.0001
21
+ local_rank: -1
22
+ logging_dir: logs
23
+ lr_scheduler: constant
24
+ lr_warmup_steps: 0
25
+ max_grad_norm: 1.0
26
+ max_train_samples: null
27
+ max_train_steps: 222
28
+ mixed_precision: fp16
29
+ noise_offset: 0
30
+ num_train_epochs: 2
31
+ num_validation_images: 4
32
+ output_dir: sdxl-no-prompter
33
+ prediction_type: null
34
+ pretrained_model_name_or_path: stabilityai/stable-diffusion-xl-base-1.0
35
+ pretrained_vae_model_name_or_path: madebyollin/sdxl-vae-fp16-fix
36
+ push_to_hub: true
37
+ random_flip: true
38
+ rank: 4
39
+ report_to: tensorboard
40
+ resolution: 1024
41
+ resume_from_checkpoint: null
42
+ revision: null
43
+ scale_lr: false
44
+ seed: null
45
+ snr_gamma: null
46
+ train_batch_size: 1
47
+ train_data_dir: prompter
48
+ train_text_encoder: false
49
+ use_8bit_adam: false
50
+ validation_epochs: 1
51
+ validation_prompt: a human hand wearing a ring on the ring finger
logs/text2image-fine-tune/1700808815.209417/events.out.tfevents.1700808815.GCRAZGDL1590.458174.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:810f9b47449ad6135e77fdf0c2e0ce14bfbc5f5da2196703f95a1b563201ba42
3
+ size 2439
logs/text2image-fine-tune/1700808815.2259572/hparams.yml ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: 500
10
+ checkpoints_total_limit: null
11
+ dataloader_num_workers: 0
12
+ dataset_config_name: null
13
+ dataset_name: null
14
+ enable_xformers_memory_efficient_attention: false
15
+ gradient_accumulation_steps: 1
16
+ gradient_checkpointing: false
17
+ hub_model_id: null
18
+ hub_token: null
19
+ image_column: image
20
+ learning_rate: 0.0001
21
+ local_rank: -1
22
+ logging_dir: logs
23
+ lr_scheduler: constant
24
+ lr_warmup_steps: 0
25
+ max_grad_norm: 1.0
26
+ max_train_samples: null
27
+ max_train_steps: 2220
28
+ mixed_precision: fp16
29
+ noise_offset: 0
30
+ num_train_epochs: 20
31
+ num_validation_images: 4
32
+ output_dir: sdxl-no-prompter
33
+ prediction_type: null
34
+ pretrained_model_name_or_path: stabilityai/stable-diffusion-xl-base-1.0
35
+ pretrained_vae_model_name_or_path: madebyollin/sdxl-vae-fp16-fix
36
+ push_to_hub: true
37
+ random_flip: true
38
+ rank: 4
39
+ report_to: tensorboard
40
+ resolution: 1024
41
+ resume_from_checkpoint: null
42
+ revision: null
43
+ scale_lr: false
44
+ seed: null
45
+ snr_gamma: null
46
+ train_batch_size: 1
47
+ train_data_dir: prompter
48
+ train_text_encoder: false
49
+ use_8bit_adam: false
50
+ validation_epochs: 1
51
+ validation_prompt: a human hand wearing a ring on the ring finger
logs/text2image-fine-tune/1700809171.3836246/events.out.tfevents.1700809171.GCRAZGDL1590.460437.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a234042e5b5ee1b94e1b5448b5933a0111e50424bc38473b0a634b92f5676bd
3
+ size 2439
logs/text2image-fine-tune/1700809171.3849237/hparams.yml ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: 500
10
+ checkpoints_total_limit: null
11
+ dataloader_num_workers: 0
12
+ dataset_config_name: null
13
+ dataset_name: null
14
+ enable_xformers_memory_efficient_attention: false
15
+ gradient_accumulation_steps: 1
16
+ gradient_checkpointing: false
17
+ hub_model_id: null
18
+ hub_token: null
19
+ image_column: image
20
+ learning_rate: 0.0001
21
+ local_rank: -1
22
+ logging_dir: logs
23
+ lr_scheduler: constant
24
+ lr_warmup_steps: 0
25
+ max_grad_norm: 1.0
26
+ max_train_samples: null
27
+ max_train_steps: 2220
28
+ mixed_precision: fp16
29
+ noise_offset: 0
30
+ num_train_epochs: 20
31
+ num_validation_images: 4
32
+ output_dir: sdxl-no-prompter
33
+ prediction_type: null
34
+ pretrained_model_name_or_path: stabilityai/stable-diffusion-xl-base-1.0
35
+ pretrained_vae_model_name_or_path: madebyollin/sdxl-vae-fp16-fix
36
+ push_to_hub: true
37
+ random_flip: true
38
+ rank: 4
39
+ report_to: tensorboard
40
+ resolution: 1024
41
+ resume_from_checkpoint: null
42
+ revision: null
43
+ scale_lr: false
44
+ seed: null
45
+ snr_gamma: null
46
+ train_batch_size: 1
47
+ train_data_dir: prompter
48
+ train_text_encoder: false
49
+ use_8bit_adam: false
50
+ validation_epochs: 1
51
+ validation_prompt: a human hand wearing a ring on the ring finger
logs/text2image-fine-tune/events.out.tfevents.1700808591.GCRAZGDL1590.456547.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:961424c546d89cc01e5b8bfa426df75fecfd97529f844a843884b702e0fab127
3
+ size 8352739
logs/text2image-fine-tune/events.out.tfevents.1700808815.GCRAZGDL1590.458174.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:af6f0bbf1b72898d3b73bd28eea7443b72ea15e6d93d95e13cacef47be01493a
3
+ size 88
logs/text2image-fine-tune/events.out.tfevents.1700809171.GCRAZGDL1590.460437.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc11daedaa63185367b585402385fd28a1d2dd398e4020dfee84c18bdcc8e162
3
+ size 73057826
pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fb753c5afd93e89ae3f71d5aae47e5724be924cffcd394b0a46e65cc73ff3b06
3
+ size 23401064