yashvoladoddi37 commited on
Commit
16166ab
1 Parent(s): a34f2c1

End of training

Browse files
Files changed (47) hide show
  1. README.md +43 -0
  2. checkpoint-1500/model.safetensors +3 -0
  3. checkpoint-1500/optimizer.bin +3 -0
  4. checkpoint-1500/pytorch_lora_weights.safetensors +3 -0
  5. checkpoint-1500/random_states_0.pkl +3 -0
  6. checkpoint-1500/scheduler.bin +3 -0
  7. checkpoint-2250/model.safetensors +3 -0
  8. checkpoint-2250/optimizer.bin +3 -0
  9. checkpoint-2250/pytorch_lora_weights.safetensors +3 -0
  10. checkpoint-2250/random_states_0.pkl +3 -0
  11. checkpoint-2250/scheduler.bin +3 -0
  12. checkpoint-3000/model.safetensors +3 -0
  13. checkpoint-3000/optimizer.bin +3 -0
  14. checkpoint-3000/pytorch_lora_weights.safetensors +3 -0
  15. checkpoint-3000/random_states_0.pkl +3 -0
  16. checkpoint-3000/scheduler.bin +3 -0
  17. checkpoint-3750/model.safetensors +3 -0
  18. checkpoint-3750/optimizer.bin +3 -0
  19. checkpoint-3750/pytorch_lora_weights.safetensors +3 -0
  20. checkpoint-3750/random_states_0.pkl +3 -0
  21. checkpoint-3750/scheduler.bin +3 -0
  22. checkpoint-4500/model.safetensors +3 -0
  23. checkpoint-4500/optimizer.bin +3 -0
  24. checkpoint-4500/pytorch_lora_weights.safetensors +3 -0
  25. checkpoint-4500/random_states_0.pkl +3 -0
  26. checkpoint-4500/scheduler.bin +3 -0
  27. checkpoint-750/model.safetensors +3 -0
  28. checkpoint-750/optimizer.bin +3 -0
  29. checkpoint-750/pytorch_lora_weights.safetensors +3 -0
  30. checkpoint-750/random_states_0.pkl +3 -0
  31. checkpoint-750/scheduler.bin +3 -0
  32. image_0.png +0 -0
  33. image_1.png +0 -0
  34. image_2.png +0 -0
  35. image_3.png +0 -0
  36. logs/text2image-fine-tune/1723532299.8861394/events.out.tfevents.1723532299.47a02fa9b6bf.5736.1 +3 -0
  37. logs/text2image-fine-tune/1723532299.8986995/hparams.yml +50 -0
  38. logs/text2image-fine-tune/1723536930.813556/events.out.tfevents.1723536930.47a02fa9b6bf.24529.1 +3 -0
  39. logs/text2image-fine-tune/1723536930.828477/hparams.yml +50 -0
  40. logs/text2image-fine-tune/1723537035.4151242/events.out.tfevents.1723537035.47a02fa9b6bf.24985.1 +3 -0
  41. logs/text2image-fine-tune/1723537035.4355109/hparams.yml +50 -0
  42. logs/text2image-fine-tune/1723539732.7561753/events.out.tfevents.1723539732.4d05fb544bde.2832.1 +3 -0
  43. logs/text2image-fine-tune/1723539732.7711217/hparams.yml +50 -0
  44. logs/text2image-fine-tune/events.out.tfevents.1723532299.47a02fa9b6bf.5736.0 +3 -0
  45. logs/text2image-fine-tune/events.out.tfevents.1723536930.47a02fa9b6bf.24529.0 +3 -0
  46. logs/text2image-fine-tune/events.out.tfevents.1723539732.4d05fb544bde.2832.0 +3 -0
  47. pytorch_lora_weights.safetensors +3 -0
README.md ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: runwayml/stable-diffusion-v1-5
3
+ library_name: diffusers
4
+ license: creativeml-openrail-m
5
+ tags:
6
+ - stable-diffusion
7
+ - stable-diffusion-diffusers
8
+ - text-to-image
9
+ - diffusers
10
+ - diffusers-training
11
+ - lora
12
+ inference: true
13
+ ---
14
+
15
+ <!-- This model card has been generated automatically according to the information the training script had access to. You
16
+ should probably proofread and complete it, then remove this comment. -->
17
+
18
+
19
+ # LoRA text2image fine-tuning - yashvoladoddi37/yash_kanji_diffusion
20
+ These are LoRA adaption weights for runwayml/stable-diffusion-v1-5. The weights were fine-tuned on the yashvoladoddi37/kanjienglish dataset. You can find some example images in the following.
21
+
22
+ ![img_0](./image_0.png)
23
+ ![img_1](./image_1.png)
24
+ ![img_2](./image_2.png)
25
+ ![img_3](./image_3.png)
26
+
27
+
28
+
29
+ ## Intended uses & limitations
30
+
31
+ #### How to use
32
+
33
+ ```python
34
+ # TODO: add an example code snippet for running this diffusion pipeline
35
+ ```
36
+
37
+ #### Limitations and bias
38
+
39
+ [TODO: provide examples of latent issues and potential remediations]
40
+
41
+ ## Training details
42
+
43
+ [TODO: describe the data used to train the model]
checkpoint-1500/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ed16e8bdbd3a14b672d8e0cf30e9588164a6c62675afa0bd6aa0912d154238a
3
+ size 3441397096
checkpoint-1500/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee8543f506d272b235bcc587de31fe53401b5049c75dd942fdba4bb7b726f405
3
+ size 6592122
checkpoint-1500/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:749a124fd5dd493816db9244c243d1f418456dfd99df430e830e0231567041b2
3
+ size 3226184
checkpoint-1500/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b565e40426ed51a0a7b5003ed6dd61e17937d29ccb3614854bd683f206bdbe5
3
+ size 14408
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-2250/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d6b905ff24b82229ec663529b57d1718e0f2ad538bf28b6012674265c775489d
3
+ size 3441397096
checkpoint-2250/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:20ede78bc9217313cb466c6871687ee0f4ec6726ba3e71f91fe71e5b5e82509c
3
+ size 6592122
checkpoint-2250/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0496ac09a9c192fa50b90ebb8a439ba2fda0721c26c89e9fced8d34366c05da4
3
+ size 3226184
checkpoint-2250/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e70db0827f608d733d001595635caadc6218bb94a43a318ca98288f1763c8297
3
+ size 14408
checkpoint-2250/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:32ca667e5c9ff53bd229152ea44d2cc76156bdc696ec74a6191385ba86bafdd7
3
+ size 1000
checkpoint-3000/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8cd90daee1d0445bcc79295bef52937cabb46ae10e4f442557ec5ef098e0097c
3
+ size 3441397096
checkpoint-3000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dcc8f1fceee6d7d80c61e3b5098101110bf3bc570ecd4a8859d332c4f454f8c8
3
+ size 6592122
checkpoint-3000/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b310fd0c1e8290054e3627749ca588cf86b48558f9df35293d580bc79f8dad45
3
+ size 3226184
checkpoint-3000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eed4d1e792a5f1eb1757c69a1f02e3e5a71a0d01f4e512e405a16519e6bce39d
3
+ size 14408
checkpoint-3000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2833302ff3e9f19a529d4b4c25d428a2569db9e059211a2009fd20f9a2843aba
3
+ size 1000
checkpoint-3750/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b41d50bbe45219433fe7bdefaf7fe6651ab187b7422fedd6894f505bd7ca877f
3
+ size 3441397096
checkpoint-3750/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6d94031e91d2c52b6a010524e4ffe257f38ef00edba352844cbd2021243cce6b
3
+ size 6592122
checkpoint-3750/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2afaacbcf91927449bdf7bf28f13f87a5e40c62f1f973fdfa6f36db45b38211a
3
+ size 3226184
checkpoint-3750/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:000fabfda7884d55761c5fed9367e17e4320c283c20a7c056b7052a272e8a62e
3
+ size 14408
checkpoint-3750/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cf337feaf50284c0e96a37381710318d8a26c2cc6309c3648ca7a14b821875f7
3
+ size 1000
checkpoint-4500/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c2e4409fefed3a23dfc562bb8c1b0ba0ef6956f2fb45d32b8af63000617aae8d
3
+ size 3441397096
checkpoint-4500/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b9dab64c07f9f714ccc1024ea243a1a1966fb1e327ea87922d8c66b491a42162
3
+ size 6592122
checkpoint-4500/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:27ce109c8e7e408fd7add7741dca2ac0f81235065998ee5b72f742169ec9d0ec
3
+ size 3226184
checkpoint-4500/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ce0b3de7b11ca5de37fdcebbfaca24eec3e6e1809560c7d2e6030b0b152fe6d4
3
+ size 14408
checkpoint-4500/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:843072ee388d5629a932371b8265f451662d8a1ce285e2ddffd5bb68c88314f6
3
+ size 1000
checkpoint-750/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2987560bdfaf48775f667d0596d65778356f0438da9ba0af3ed83edf00bc0633
3
+ size 3441397096
checkpoint-750/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d1d2c3bde6e8708d5a1943905d094d34fa53dfe417ff17c2f49028dc279f49a0
3
+ size 6584954
checkpoint-750/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:85ad6a16eb98191ae38619b51b80efe51fe6cfff3312190bd3c8a0710c692f24
3
+ size 3226184
checkpoint-750/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de42fb6446faa0694ff2cae2607f639c6f9b281034a937427a52f545e42d3da6
3
+ size 14148
checkpoint-750/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75b5520190aaa873a92ec88914668e00ad77e2f9b93ca899f7ce24d98f3ca547
3
+ size 1000
image_0.png ADDED
image_1.png ADDED
image_2.png ADDED
image_3.png ADDED
logs/text2image-fine-tune/1723532299.8861394/events.out.tfevents.1723532299.47a02fa9b6bf.5736.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c379c6ea6421f245f541fb77c646e042fae7b4216332bae6356813d9ee74d5b
3
+ size 2241
logs/text2image-fine-tune/1723532299.8986995/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: 750
10
+ checkpoints_total_limit: null
11
+ dataloader_num_workers: 0
12
+ dataset_config_name: null
13
+ dataset_name: yashvoladoddi37/kanjienglish
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: 5082
28
+ mixed_precision: null
29
+ noise_offset: 0
30
+ num_train_epochs: 1
31
+ num_validation_images: 4
32
+ output_dir: yash_kanji_diffusion
33
+ prediction_type: null
34
+ pretrained_model_name_or_path: runwayml/stable-diffusion-v1-5
35
+ push_to_hub: true
36
+ random_flip: true
37
+ rank: 4
38
+ report_to: tensorboard
39
+ resolution: 512
40
+ resume_from_checkpoint: null
41
+ revision: null
42
+ scale_lr: false
43
+ seed: 37
44
+ snr_gamma: null
45
+ train_batch_size: 1
46
+ train_data_dir: null
47
+ use_8bit_adam: false
48
+ validation_epochs: 1
49
+ validation_prompt: A kanji meaning YouTube
50
+ variant: null
logs/text2image-fine-tune/1723536930.813556/events.out.tfevents.1723536930.47a02fa9b6bf.24529.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:87f7450c2f0356650f0def9d2b9963766b9a47d5a33612e76ef3fee5704fd9c2
3
+ size 2241
logs/text2image-fine-tune/1723536930.828477/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: 750
10
+ checkpoints_total_limit: null
11
+ dataloader_num_workers: 0
12
+ dataset_config_name: null
13
+ dataset_name: yashvoladoddi37/kanjienglish
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: 80
28
+ mixed_precision: null
29
+ noise_offset: 0
30
+ num_train_epochs: 1
31
+ num_validation_images: 4
32
+ output_dir: yash_kanji_diffusion
33
+ prediction_type: null
34
+ pretrained_model_name_or_path: runwayml/stable-diffusion-v1-5
35
+ push_to_hub: true
36
+ random_flip: true
37
+ rank: 4
38
+ report_to: tensorboard
39
+ resolution: 256
40
+ resume_from_checkpoint: null
41
+ revision: null
42
+ scale_lr: false
43
+ seed: 37
44
+ snr_gamma: null
45
+ train_batch_size: 64
46
+ train_data_dir: null
47
+ use_8bit_adam: false
48
+ validation_epochs: 1
49
+ validation_prompt: A kanji meaning YouTube
50
+ variant: null
logs/text2image-fine-tune/1723537035.4151242/events.out.tfevents.1723537035.47a02fa9b6bf.24985.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:53bb11a1fe87c67947c877094426f33153320a50fc92a5f256bd16f430a5d3d1
3
+ size 2241
logs/text2image-fine-tune/1723537035.4355109/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: 750
10
+ checkpoints_total_limit: null
11
+ dataloader_num_workers: 0
12
+ dataset_config_name: null
13
+ dataset_name: yashvoladoddi37/kanjienglish
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: 5082
28
+ mixed_precision: null
29
+ noise_offset: 0
30
+ num_train_epochs: 1
31
+ num_validation_images: 4
32
+ output_dir: yash_kanji_diffusion
33
+ prediction_type: null
34
+ pretrained_model_name_or_path: runwayml/stable-diffusion-v1-5
35
+ push_to_hub: true
36
+ random_flip: true
37
+ rank: 4
38
+ report_to: tensorboard
39
+ resolution: 128
40
+ resume_from_checkpoint: null
41
+ revision: null
42
+ scale_lr: false
43
+ seed: 37
44
+ snr_gamma: null
45
+ train_batch_size: 1
46
+ train_data_dir: null
47
+ use_8bit_adam: false
48
+ validation_epochs: 1
49
+ validation_prompt: A kanji meaning YouTube
50
+ variant: null
logs/text2image-fine-tune/1723539732.7561753/events.out.tfevents.1723539732.4d05fb544bde.2832.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:39e69af865367ca59cdf0ab94b7d1ce532ff4c47416b1e38ac3747a25ca50f65
3
+ size 2243
logs/text2image-fine-tune/1723539732.7711217/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: 750
10
+ checkpoints_total_limit: null
11
+ dataloader_num_workers: 0
12
+ dataset_config_name: null
13
+ dataset_name: yashvoladoddi37/kanjienglish
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: 5082
28
+ mixed_precision: null
29
+ noise_offset: 0
30
+ num_train_epochs: 1
31
+ num_validation_images: 4
32
+ output_dir: yash_kanji_diffusion
33
+ prediction_type: null
34
+ pretrained_model_name_or_path: runwayml/stable-diffusion-v1-5
35
+ push_to_hub: true
36
+ random_flip: true
37
+ rank: 4
38
+ report_to: tensorboard
39
+ resolution: 128
40
+ resume_from_checkpoint: null
41
+ revision: null
42
+ scale_lr: false
43
+ seed: 37
44
+ snr_gamma: null
45
+ train_batch_size: 1
46
+ train_data_dir: null
47
+ use_8bit_adam: false
48
+ validation_epochs: 1
49
+ validation_prompt: A kanji meaning Elon Musk
50
+ variant: null
logs/text2image-fine-tune/events.out.tfevents.1723532299.47a02fa9b6bf.5736.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:579bf19dda57bb5ad924a92e62c5a179df6c6178cf4816a60b6fef88abf41af9
3
+ size 2392
logs/text2image-fine-tune/events.out.tfevents.1723536930.47a02fa9b6bf.24529.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4d0e5ab96f517e51878cafcf32ce8c06b0c3b1583f07893bd07089f89b48cc56
3
+ size 88
logs/text2image-fine-tune/events.out.tfevents.1723539732.4d05fb544bde.2832.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:886a14cac35e20587cce1627239b7354f08f44acd0de2be96ea0c2970daa9953
3
+ size 3057883
pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:faa38c59d31962dceeebe8c33bbf7c8fe29a3ed3586d531ed2bbe14191a3ac19
3
+ size 3226184