Smoden commited on
Commit
4f1cbe9
1 Parent(s): ba12031

End of training

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. README.md +17 -0
  2. checkpoint-10500/optimizer.bin +3 -0
  3. checkpoint-10500/pytorch_model.bin +3 -0
  4. checkpoint-10500/random_states_0.pkl +3 -0
  5. checkpoint-10500/scaler.pt +3 -0
  6. checkpoint-10500/scheduler.bin +3 -0
  7. checkpoint-6000/optimizer.bin +3 -0
  8. checkpoint-6000/pytorch_model.bin +3 -0
  9. checkpoint-6000/random_states_0.pkl +3 -0
  10. checkpoint-6000/scaler.pt +3 -0
  11. checkpoint-6000/scheduler.bin +3 -0
  12. checkpoint-9000/optimizer.bin +3 -0
  13. checkpoint-9000/pytorch_model.bin +3 -0
  14. checkpoint-9000/random_states_0.pkl +3 -0
  15. checkpoint-9000/scaler.pt +3 -0
  16. checkpoint-9000/scheduler.bin +3 -0
  17. logs/text2image-fine-tune/1683635029.9125204/events.out.tfevents.1683635029.8ca9f13298b1.3463.1 +3 -0
  18. logs/text2image-fine-tune/1683635029.9207292/hparams.yml +50 -0
  19. logs/text2image-fine-tune/1684237244.89763/events.out.tfevents.1684237244.9d4aa82b5cb3.983.1 +3 -0
  20. logs/text2image-fine-tune/1684237244.9077244/hparams.yml +50 -0
  21. logs/text2image-fine-tune/1684252865.7149227/events.out.tfevents.1684252865.24fbeb1da3e9.1374.1 +3 -0
  22. logs/text2image-fine-tune/1684252865.7242608/hparams.yml +50 -0
  23. logs/text2image-fine-tune/1684253042.874882/events.out.tfevents.1684253042.24fbeb1da3e9.2730.1 +3 -0
  24. logs/text2image-fine-tune/1684253042.9315867/hparams.yml +50 -0
  25. logs/text2image-fine-tune/1684253832.9907885/events.out.tfevents.1684253833.24fbeb1da3e9.6169.1 +3 -0
  26. logs/text2image-fine-tune/1684253833.0126455/hparams.yml +50 -0
  27. logs/text2image-fine-tune/1684253994.225046/events.out.tfevents.1684253994.24fbeb1da3e9.7004.1 +3 -0
  28. logs/text2image-fine-tune/1684253994.2345386/hparams.yml +46 -0
  29. logs/text2image-fine-tune/1684254101.0255363/events.out.tfevents.1684254101.24fbeb1da3e9.7496.1 +3 -0
  30. logs/text2image-fine-tune/1684254101.0388217/hparams.yml +46 -0
  31. logs/text2image-fine-tune/1684254267.618427/events.out.tfevents.1684254267.24fbeb1da3e9.8353.1 +3 -0
  32. logs/text2image-fine-tune/1684254267.6285145/hparams.yml +47 -0
  33. logs/text2image-fine-tune/1684403372.100083/events.out.tfevents.1684403372.5fc2f099ec7f.1511.1 +3 -0
  34. logs/text2image-fine-tune/1684403372.1096141/hparams.yml +51 -0
  35. logs/text2image-fine-tune/1684403581.7052095/events.out.tfevents.1684403581.7178aae40c33.1128.1 +3 -0
  36. logs/text2image-fine-tune/1684403581.71508/hparams.yml +51 -0
  37. logs/text2image-fine-tune/events.out.tfevents.1683635029.8ca9f13298b1.3463.0 +3 -0
  38. logs/text2image-fine-tune/events.out.tfevents.1684237244.9d4aa82b5cb3.983.0 +3 -0
  39. logs/text2image-fine-tune/events.out.tfevents.1684252865.24fbeb1da3e9.1374.0 +3 -0
  40. logs/text2image-fine-tune/events.out.tfevents.1684253042.24fbeb1da3e9.2730.0 +3 -0
  41. logs/text2image-fine-tune/events.out.tfevents.1684253832.24fbeb1da3e9.6169.0 +3 -0
  42. logs/text2image-fine-tune/events.out.tfevents.1684253994.24fbeb1da3e9.7004.0 +3 -0
  43. logs/text2image-fine-tune/events.out.tfevents.1684254101.24fbeb1da3e9.7496.0 +3 -0
  44. logs/text2image-fine-tune/events.out.tfevents.1684254267.24fbeb1da3e9.8353.0 +3 -0
  45. logs/text2image-fine-tune/events.out.tfevents.1684403371.5fc2f099ec7f.1511.0 +3 -0
  46. logs/text2image-fine-tune/events.out.tfevents.1684403581.7178aae40c33.1128.0 +3 -0
  47. pytorch_lora_weights.bin +3 -0
  48. pytorch_lora_weights/data.pkl +3 -0
  49. pytorch_lora_weights/data/0 +0 -0
  50. pytorch_lora_weights/data/1 +0 -0
README.md ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 - Smoden/A_MIX_C_diff_lora
15
+ These are LoRA adaption weights for runwayml/stable-diffusion-v1-5. The weights were fine-tuned on the None dataset. You can find some example images in the following.
16
+
17
+
checkpoint-10500/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e279c4e9422b0ee19c87dba48ff8c9829c64dfb6d17b4cf2609476f56779bbb2
3
+ size 6591685
checkpoint-10500/pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5182bc1d730f51eab2d0fc8ddeb25172a23a2cdc9b17d3be6d1562911c6a6247
3
+ size 3285965
checkpoint-10500/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:93215279cbc03ed3b1a7e73ab218605d7864b72d3a05e08c6bd8dc74dd5ade0a
3
+ size 14727
checkpoint-10500/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:930aa4121a2a38f44b8af20e66d414b77fba3198866a0d743e0016592e1c420e
3
+ size 557
checkpoint-10500/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab78c7ef69746deff2990d752cb28e2be0a442563fe2feead3d97592d7bbb5e1
3
+ size 563
checkpoint-6000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:91d76a27294cbb74e4aa00b20b3db33c6ec16ac178a13e46f8bc7cac4e95808e
3
+ size 6591685
checkpoint-6000/pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ef60c0d154544fd4bd59b1532a74c2e190e8ece7536c2168048e06f12cfaa6c
3
+ size 3285965
checkpoint-6000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:af317a8da41d7d60840aa4ad502adcbd0274535b15ef25fca842b784e45ebd9e
3
+ size 14727
checkpoint-6000/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a00ef97fc41c0d653df466126d855f16646dd10726d3ac99a23f55ca70ec19a
3
+ size 557
checkpoint-6000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe338dcb4ece8e9b8b670cec94866020dd15ad7c148bcf985fa1019299d0f4a8
3
+ size 563
checkpoint-9000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8500c39b3b2be4eec97ce00c421de9ffabffee37586f7fe30a06461956d4b493
3
+ size 6591685
checkpoint-9000/pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d908b8fdb8d38153e361ed323b305bde4acde1699a29d59d6d80df0318d0ca2f
3
+ size 3285965
checkpoint-9000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c0e2a4a77b0766390bb07a2f274dea54c953d8e4492a87be917fedc1562ece2d
3
+ size 14727
checkpoint-9000/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4be7a7b56cfc3e79d33648a4c49d4f11c6593d8d653b129207b2e38f2684a284
3
+ size 557
checkpoint-9000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:578bb27103f6adc94229deb83bfa3f95d9aebe42f3645964a418a13e827dbc8b
3
+ size 563
logs/text2image-fine-tune/1683635029.9125204/events.out.tfevents.1683635029.8ca9f13298b1.3463.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bfbce396b0451b961c1e2c26f4e521b845d8ea6b86c2735e43fc3ed7235b5b6c
3
+ size 2724
logs/text2image-fine-tune/1683635029.9207292/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: true
9
+ checkpointing_steps: 3000
10
+ checkpoints_total_limit: null
11
+ dataloader_num_workers: 2
12
+ dataset_config_name: null
13
+ dataset_name: null
14
+ enable_xformers_memory_efficient_attention: false
15
+ gradient_accumulation_steps: 4
16
+ gradient_checkpointing: false
17
+ hub_model_id: Chronicles_diff_lora_1500
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: 6000
28
+ mixed_precision: fp16
29
+ noise_offset: 0
30
+ num_train_epochs: 172
31
+ num_validation_images: 4
32
+ output_dir: /content/drive/MyDrive/Chronicles_Output
33
+ pretrained_model_name_or_path: runwayml/stable-diffusion-v1-5
34
+ push_to_hub: false
35
+ random_flip: true
36
+ report_to: tensorboard
37
+ resolution: 512
38
+ resume_from_checkpoint: Chronicles-3000
39
+ revision: null
40
+ scale_lr: false
41
+ seed: 1337
42
+ train_batch_size: 2
43
+ train_data_dir: /content/drive/MyDrive/Chronicles
44
+ use_8bit_adam: false
45
+ validation_epochs: 500
46
+ validation_prompt: Banks of gorgeous flowers were on every hand, and birds with rare
47
+ and brilliant plumage sang and fluttered in the trees and bushes. A little way off
48
+ was a small brook, rushing and sparkling along between green banks, and murmuring
49
+ in a voice very grateful to a little girl who had lived so long on the dry, gray
50
+ prairies.
logs/text2image-fine-tune/1684237244.89763/events.out.tfevents.1684237244.9d4aa82b5cb3.983.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a5f85a58d67543cfbaf7756df3ed870c214afddb543ce12a6d5d973a833c4f6
3
+ size 2733
logs/text2image-fine-tune/1684237244.9077244/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: true
9
+ checkpointing_steps: 3000
10
+ checkpoints_total_limit: null
11
+ dataloader_num_workers: 2
12
+ dataset_config_name: null
13
+ dataset_name: null
14
+ enable_xformers_memory_efficient_attention: false
15
+ gradient_accumulation_steps: 4
16
+ gradient_checkpointing: false
17
+ hub_model_id: A_MIX_C_diff_lora_7500
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: 9000
28
+ mixed_precision: fp16
29
+ noise_offset: 0
30
+ num_train_epochs: 322
31
+ num_validation_images: 4
32
+ output_dir: "/content/drive/MyDrive/\u5EB7\u5C3C\u4E9Emix\u611B\u9E97\u7D72"
33
+ pretrained_model_name_or_path: runwayml/stable-diffusion-v1-5
34
+ push_to_hub: false
35
+ random_flip: true
36
+ report_to: tensorboard
37
+ resolution: 512
38
+ resume_from_checkpoint: checkpoint-6000
39
+ revision: null
40
+ scale_lr: false
41
+ seed: 1337
42
+ train_batch_size: 2
43
+ train_data_dir: /content/drive/MyDrive/alice_img_data_all
44
+ use_8bit_adam: false
45
+ validation_epochs: 500
46
+ validation_prompt: Banks of gorgeous flowers were on every hand, and birds with rare
47
+ and brilliant plumage sang and fluttered in the trees and bushes. A little way off
48
+ was a small brook, rushing and sparkling along between green banks, and murmuring
49
+ in a voice very grateful to a little girl who had lived so long on the dry, gray
50
+ prairies.
logs/text2image-fine-tune/1684252865.7149227/events.out.tfevents.1684252865.24fbeb1da3e9.1374.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:04b59fd526fae8e1c4f4d273da98053545df81037e615595d81e432f8534b2da
3
+ size 2733
logs/text2image-fine-tune/1684252865.7242608/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: true
9
+ checkpointing_steps: 1500
10
+ checkpoints_total_limit: null
11
+ dataloader_num_workers: 2
12
+ dataset_config_name: null
13
+ dataset_name: null
14
+ enable_xformers_memory_efficient_attention: false
15
+ gradient_accumulation_steps: 4
16
+ gradient_checkpointing: false
17
+ hub_model_id: A_MIX_C_diff_lora_9000
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: 9000
28
+ mixed_precision: fp16
29
+ noise_offset: 0
30
+ num_train_epochs: 322
31
+ num_validation_images: 4
32
+ output_dir: "/content/drive/MyDrive/\u5EB7\u5C3C\u4E9Emix\u611B\u9E97\u7D72"
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: checkpoint-9000
39
+ revision: null
40
+ scale_lr: false
41
+ seed: 1337
42
+ train_batch_size: 2
43
+ train_data_dir: /content/drive/MyDrive/alice_img_data_all
44
+ use_8bit_adam: false
45
+ validation_epochs: 500
46
+ validation_prompt: Banks of gorgeous flowers were on every hand, and birds with rare
47
+ and brilliant plumage sang and fluttered in the trees and bushes. A little way off
48
+ was a small brook, rushing and sparkling along between green banks, and murmuring
49
+ in a voice very grateful to a little girl who had lived so long on the dry, gray
50
+ prairies.
logs/text2image-fine-tune/1684253042.874882/events.out.tfevents.1684253042.24fbeb1da3e9.2730.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8fec5f2469e501ebcbc5171eae9bb1f9303f41a4c1aa1313cada7de7fad672f4
3
+ size 2733
logs/text2image-fine-tune/1684253042.9315867/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: true
9
+ checkpointing_steps: 1500
10
+ checkpoints_total_limit: null
11
+ dataloader_num_workers: 2
12
+ dataset_config_name: null
13
+ dataset_name: null
14
+ enable_xformers_memory_efficient_attention: false
15
+ gradient_accumulation_steps: 4
16
+ gradient_checkpointing: false
17
+ hub_model_id: A_MIX_C_diff_lora_9000
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: 9000
28
+ mixed_precision: fp16
29
+ noise_offset: 0
30
+ num_train_epochs: 322
31
+ num_validation_images: 4
32
+ output_dir: "/content/drive/MyDrive/\u5EB7\u5C3C\u4E9Emix\u611B\u9E97\u7D72"
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: checkpoint-9000
39
+ revision: null
40
+ scale_lr: false
41
+ seed: 1337
42
+ train_batch_size: 2
43
+ train_data_dir: /content/drive/MyDrive/alice_img_data_all
44
+ use_8bit_adam: false
45
+ validation_epochs: 500
46
+ validation_prompt: Banks of gorgeous flowers were on every hand, and birds with rare
47
+ and brilliant plumage sang and fluttered in the trees and bushes. A little way off
48
+ was a small brook, rushing and sparkling along between green banks, and murmuring
49
+ in a voice very grateful to a little girl who had lived so long on the dry, gray
50
+ prairies.
logs/text2image-fine-tune/1684253832.9907885/events.out.tfevents.1684253833.24fbeb1da3e9.6169.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e213c1ad05acb8503091678766f8b20d89c79058791028e59bb66bd23915a4db
3
+ size 2733
logs/text2image-fine-tune/1684253833.0126455/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: true
9
+ checkpointing_steps: 1500
10
+ checkpoints_total_limit: null
11
+ dataloader_num_workers: 2
12
+ dataset_config_name: null
13
+ dataset_name: null
14
+ enable_xformers_memory_efficient_attention: false
15
+ gradient_accumulation_steps: 4
16
+ gradient_checkpointing: false
17
+ hub_model_id: A_MIX_C_diff_lora_9000
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: 9000
28
+ mixed_precision: fp16
29
+ noise_offset: 0
30
+ num_train_epochs: 322
31
+ num_validation_images: 4
32
+ output_dir: "/content/drive/MyDrive/\u5EB7\u5C3C\u4E9Emix\u611B\u9E97\u7D72"
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: checkpoint-9000
39
+ revision: null
40
+ scale_lr: false
41
+ seed: 1337
42
+ train_batch_size: 2
43
+ train_data_dir: /content/drive/MyDrive/alice_img_data_all
44
+ use_8bit_adam: false
45
+ validation_epochs: 500
46
+ validation_prompt: Banks of gorgeous flowers were on every hand, and birds with rare
47
+ and brilliant plumage sang and fluttered in the trees and bushes. A little way off
48
+ was a small brook, rushing and sparkling along between green banks, and murmuring
49
+ in a voice very grateful to a little girl who had lived so long on the dry, gray
50
+ prairies.
logs/text2image-fine-tune/1684253994.225046/events.out.tfevents.1684253994.24fbeb1da3e9.7004.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab22cbde0a80095580177d222d543b6dd8bea6988d4331a2e668d256c8ae1ffa
3
+ size 2286
logs/text2image-fine-tune/1684253994.2345386/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: 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: A_MIX_C_diff_lora_9000
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: 500
25
+ max_grad_norm: 1.0
26
+ max_train_samples: null
27
+ max_train_steps: 1400
28
+ mixed_precision: null
29
+ noise_offset: 0
30
+ num_train_epochs: 100
31
+ num_validation_images: 4
32
+ output_dir: "/content/drive/MyDrive/\u5EB7\u5C3C\u4E9Emix\u611B\u9E97\u7D72"
33
+ pretrained_model_name_or_path: runwayml/stable-diffusion-v1-5
34
+ push_to_hub: true
35
+ random_flip: false
36
+ report_to: tensorboard
37
+ resolution: 512
38
+ resume_from_checkpoint: checkpoint-9000
39
+ revision: null
40
+ scale_lr: false
41
+ seed: null
42
+ train_batch_size: 16
43
+ train_data_dir: /content/drive/MyDrive/alice_img_data_all
44
+ use_8bit_adam: false
45
+ validation_epochs: 1
46
+ validation_prompt: null
logs/text2image-fine-tune/1684254101.0255363/events.out.tfevents.1684254101.24fbeb1da3e9.7496.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f2fe3da4013eac426303d0b859108b6e70de6971eee8661d401a28fd7ac81932
3
+ size 2286
logs/text2image-fine-tune/1684254101.0388217/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: 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: A_MIX_C_diff_lora_9000
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: 500
25
+ max_grad_norm: 1.0
26
+ max_train_samples: null
27
+ max_train_steps: 1400
28
+ mixed_precision: null
29
+ noise_offset: 0
30
+ num_train_epochs: 100
31
+ num_validation_images: 4
32
+ output_dir: "/content/drive/MyDrive/\u5EB7\u5C3C\u4E9Emix\u611B\u9E97\u7D72"
33
+ pretrained_model_name_or_path: runwayml/stable-diffusion-v1-5
34
+ push_to_hub: true
35
+ random_flip: false
36
+ report_to: tensorboard
37
+ resolution: 512
38
+ resume_from_checkpoint: checkpoint-9000
39
+ revision: null
40
+ scale_lr: false
41
+ seed: null
42
+ train_batch_size: 16
43
+ train_data_dir: /content/drive/MyDrive/alice_img_data_all
44
+ use_8bit_adam: false
45
+ validation_epochs: 1
46
+ validation_prompt: null
logs/text2image-fine-tune/1684254267.618427/events.out.tfevents.1684254267.24fbeb1da3e9.8353.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:23b4e6a22d997121b5b83ad387cfc211792755b5cd8f0649bcb8213f823deb17
3
+ size 2331
logs/text2image-fine-tune/1684254267.6285145/hparams.yml ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: A_MIX_C_diff_lora_9000
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: 500
25
+ max_grad_norm: 1.0
26
+ max_train_samples: null
27
+ max_train_steps: 1400
28
+ mixed_precision: null
29
+ noise_offset: 0
30
+ num_train_epochs: 100
31
+ num_validation_images: 4
32
+ output_dir: "/content/drive/MyDrive/\u5EB7\u5C3C\u4E9Emix\u611B\u9E97\u7D72"
33
+ pretrained_model_name_or_path: runwayml/stable-diffusion-v1-5
34
+ push_to_hub: true
35
+ random_flip: false
36
+ report_to: tensorboard
37
+ resolution: 512
38
+ resume_from_checkpoint: "/content/drive/MyDrive/\u5EB7\u5C3C\u4E9Emix\u611B\u9E97\u7D72\
39
+ /checkpoint-9000"
40
+ revision: null
41
+ scale_lr: false
42
+ seed: null
43
+ train_batch_size: 16
44
+ train_data_dir: /content/drive/MyDrive/alice_img_data_all
45
+ use_8bit_adam: false
46
+ validation_epochs: 1
47
+ validation_prompt: null
logs/text2image-fine-tune/1684403372.100083/events.out.tfevents.1684403372.5fc2f099ec7f.1511.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d772761804d7643205d46457ba00aa0fd2b7be63e22e4179ab32530ed5196fb0
3
+ size 2728
logs/text2image-fine-tune/1684403372.1096141/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: true
9
+ checkpointing_steps: 1500
10
+ checkpoints_total_limit: null
11
+ dataloader_num_workers: 2
12
+ dataset_config_name: null
13
+ dataset_name: null
14
+ enable_xformers_memory_efficient_attention: false
15
+ gradient_accumulation_steps: 4
16
+ gradient_checkpointing: false
17
+ hub_model_id: A_MIX_C_diff_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: 10500
28
+ mixed_precision: fp16
29
+ noise_offset: 0
30
+ num_train_epochs: 375
31
+ num_validation_images: 4
32
+ output_dir: "/content/drive/MyDrive/\u5EB7\u5C3C\u4E9Emix\u611B\u9E97\u7D72"
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: checkpoint-9000
39
+ revision: null
40
+ scale_lr: false
41
+ seed: 1337
42
+ snr_gamma: null
43
+ train_batch_size: 2
44
+ train_data_dir: /content/drive/MyDrive/alice_img_data_all
45
+ use_8bit_adam: false
46
+ validation_epochs: 500
47
+ validation_prompt: Banks of gorgeous flowers were on every hand, and birds with rare
48
+ and brilliant plumage sang and fluttered in the trees and bushes. A little way off
49
+ was a small brook, rushing and sparkling along between green banks, and murmuring
50
+ in a voice very grateful to a little girl who had lived so long on the dry, gray
51
+ prairies.
logs/text2image-fine-tune/1684403581.7052095/events.out.tfevents.1684403581.7178aae40c33.1128.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1829cb70a6ae9d33eb1b306223eaf6726d39f9ae9602b3a9770061c47202461d
3
+ size 2728
logs/text2image-fine-tune/1684403581.71508/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: true
9
+ checkpointing_steps: 1500
10
+ checkpoints_total_limit: null
11
+ dataloader_num_workers: 2
12
+ dataset_config_name: null
13
+ dataset_name: null
14
+ enable_xformers_memory_efficient_attention: false
15
+ gradient_accumulation_steps: 4
16
+ gradient_checkpointing: false
17
+ hub_model_id: A_MIX_C_diff_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: 10500
28
+ mixed_precision: fp16
29
+ noise_offset: 0
30
+ num_train_epochs: 375
31
+ num_validation_images: 4
32
+ output_dir: "/content/drive/MyDrive/\u5EB7\u5C3C\u4E9Emix\u611B\u9E97\u7D72"
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: checkpoint-9000
39
+ revision: null
40
+ scale_lr: false
41
+ seed: 1337
42
+ snr_gamma: null
43
+ train_batch_size: 2
44
+ train_data_dir: /content/drive/MyDrive/alice_img_data_all
45
+ use_8bit_adam: false
46
+ validation_epochs: 500
47
+ validation_prompt: Banks of gorgeous flowers were on every hand, and birds with rare
48
+ and brilliant plumage sang and fluttered in the trees and bushes. A little way off
49
+ was a small brook, rushing and sparkling along between green banks, and murmuring
50
+ in a voice very grateful to a little girl who had lived so long on the dry, gray
51
+ prairies.
logs/text2image-fine-tune/events.out.tfevents.1683635029.8ca9f13298b1.3463.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0c46b939220f0dc5434f7426bd5e32d3fba06d5ddc476fbbff89fac8429d150a
3
+ size 147088
logs/text2image-fine-tune/events.out.tfevents.1684237244.9d4aa82b5cb3.983.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d9d1a790191dad93b1b9703d342f736a86abbeea56c1e5b527c94d662e8353b
3
+ size 2381774
logs/text2image-fine-tune/events.out.tfevents.1684252865.24fbeb1da3e9.1374.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:02a5aeacdf6fdd03fddd5f189fe42ac7bba6237909ffc4ff4bd07b36941eb441
3
+ size 88
logs/text2image-fine-tune/events.out.tfevents.1684253042.24fbeb1da3e9.2730.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6ecee20210e563340547c3a61d85216b154d7e4adb1bcb0ff7a0e954b73f350b
3
+ size 88
logs/text2image-fine-tune/events.out.tfevents.1684253832.24fbeb1da3e9.6169.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b9bb576aefeb198a255472fc4fbcc2755c6a8335846b8379c59b57bbe8bff042
3
+ size 88
logs/text2image-fine-tune/events.out.tfevents.1684253994.24fbeb1da3e9.7004.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:385e95cf14c3aefcc9eff538ab9f2392cfa14b6898762077bdaf5e41d1d96b60
3
+ size 88
logs/text2image-fine-tune/events.out.tfevents.1684254101.24fbeb1da3e9.7496.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:69d0c8834688e83b6db0c16d826bef9d665d606aa00c1e1075e23ded2efc8392
3
+ size 88
logs/text2image-fine-tune/events.out.tfevents.1684254267.24fbeb1da3e9.8353.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ffea0b01e4827725681bcbf57ace6808b4f9393667899c0bca230e9d43e77ade
3
+ size 88
logs/text2image-fine-tune/events.out.tfevents.1684403371.5fc2f099ec7f.1511.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f2aed7ec1ec6523f82f9e8d839c47aae9fc2e5d174d73ba255daf5df3a3aa40e
3
+ size 1215
logs/text2image-fine-tune/events.out.tfevents.1684403581.7178aae40c33.1128.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75a0dc90275ce7c9df20327d88a895ae4b5b942ed9ca923c6232b5d03ea53ecd
3
+ size 73588
pytorch_lora_weights.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9b43caf9af057f0f0debe90e39e4b3c40a278e4e7946f9407331804802782eb4
3
+ size 3287771
pytorch_lora_weights/data.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e6ffeafab1d44cbd6c8e8de03d6473cdb1fd67d47942ad9b95319111609b3f5d
3
+ size 46755
pytorch_lora_weights/data/0 ADDED
Binary file (5.12 kB). View file
 
pytorch_lora_weights/data/1 ADDED
Binary file (5.12 kB). View file