spockren commited on
Commit
7df9249
·
verified ·
1 Parent(s): 4b65b00

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 +48 -0
  2. checkpoint-12500/optimizer.bin +3 -0
  3. checkpoint-12500/pytorch_lora_weights.safetensors +3 -0
  4. checkpoint-12500/random_states_0.pkl +3 -0
  5. checkpoint-12500/scaler.pt +3 -0
  6. checkpoint-12500/scheduler.bin +3 -0
  7. checkpoint-13000/optimizer.bin +3 -0
  8. checkpoint-13000/pytorch_lora_weights.safetensors +3 -0
  9. checkpoint-13000/random_states_0.pkl +3 -0
  10. checkpoint-13000/scaler.pt +3 -0
  11. checkpoint-13000/scheduler.bin +3 -0
  12. checkpoint-13500/optimizer.bin +3 -0
  13. checkpoint-13500/pytorch_lora_weights.safetensors +3 -0
  14. checkpoint-13500/random_states_0.pkl +3 -0
  15. checkpoint-13500/scaler.pt +3 -0
  16. checkpoint-13500/scheduler.bin +3 -0
  17. checkpoint-14000/optimizer.bin +3 -0
  18. checkpoint-14000/pytorch_lora_weights.safetensors +3 -0
  19. checkpoint-14000/random_states_0.pkl +3 -0
  20. checkpoint-14000/scaler.pt +3 -0
  21. checkpoint-14000/scheduler.bin +3 -0
  22. checkpoint-14500/optimizer.bin +3 -0
  23. checkpoint-14500/pytorch_lora_weights.safetensors +3 -0
  24. checkpoint-14500/random_states_0.pkl +3 -0
  25. checkpoint-14500/scaler.pt +3 -0
  26. checkpoint-14500/scheduler.bin +3 -0
  27. checkpoint-15000/optimizer.bin +3 -0
  28. checkpoint-15000/pytorch_lora_weights.safetensors +3 -0
  29. checkpoint-15000/random_states_0.pkl +3 -0
  30. checkpoint-15000/scaler.pt +3 -0
  31. checkpoint-15000/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/1721576160.6494887/events.out.tfevents.1721576160.autodl-container-db4a40b195-60ebac9c.1142.1 +3 -0
  37. logs/text2image-fine-tune/1721576160.6506698/hparams.yml +50 -0
  38. logs/text2image-fine-tune/1721577391.6126533/events.out.tfevents.1721577391.autodl-container-db4a40b195-60ebac9c.1839.1 +3 -0
  39. logs/text2image-fine-tune/1721577391.613856/hparams.yml +54 -0
  40. logs/text2image-fine-tune/1721577692.8051393/events.out.tfevents.1721577692.autodl-container-db4a40b195-60ebac9c.2673.1 +3 -0
  41. logs/text2image-fine-tune/1721577692.806496/hparams.yml +54 -0
  42. logs/text2image-fine-tune/1721577786.7350752/events.out.tfevents.1721577786.autodl-container-db4a40b195-60ebac9c.3308.1 +3 -0
  43. logs/text2image-fine-tune/1721577786.7363982/hparams.yml +54 -0
  44. logs/text2image-fine-tune/1721578123.4927256/events.out.tfevents.1721578123.autodl-container-db4a40b195-60ebac9c.4005.1 +3 -0
  45. logs/text2image-fine-tune/1721578123.4940877/hparams.yml +54 -0
  46. logs/text2image-fine-tune/1721612483.0160382/events.out.tfevents.1721612483.autodl-container-db4a40b195-60ebac9c.1182.1 +3 -0
  47. logs/text2image-fine-tune/1721612483.0174372/hparams.yml +54 -0
  48. logs/text2image-fine-tune/events.out.tfevents.1721576160.autodl-container-db4a40b195-60ebac9c.1142.0 +3 -0
  49. logs/text2image-fine-tune/events.out.tfevents.1721577391.autodl-container-db4a40b195-60ebac9c.1839.0 +3 -0
  50. logs/text2image-fine-tune/events.out.tfevents.1721577692.autodl-container-db4a40b195-60ebac9c.2673.0 +3 -0
README.md ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: stabilityai/stable-diffusion-xl-base-1.0
3
+ library_name: diffusers
4
+ license: creativeml-openrail-m
5
+ tags:
6
+ - stable-diffusion-xl
7
+ - stable-diffusion-xl-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 - spockren/naruto-lora-xl
20
+
21
+ These are LoRA adaption weights for stabilityai/stable-diffusion-xl-base-1.0. The weights were fine-tuned on the lambdalabs/naruto-blip-captions dataset. You can find some example images in the following.
22
+
23
+ ![img_0](./image_0.png)
24
+ ![img_1](./image_1.png)
25
+ ![img_2](./image_2.png)
26
+ ![img_3](./image_3.png)
27
+
28
+
29
+ LoRA for the text encoder was enabled: False.
30
+
31
+ Special VAE used for training: None.
32
+
33
+
34
+ ## Intended uses & limitations
35
+
36
+ #### How to use
37
+
38
+ ```python
39
+ # TODO: add an example code snippet for running this diffusion pipeline
40
+ ```
41
+
42
+ #### Limitations and bias
43
+
44
+ [TODO: provide examples of latent issues and potential remediations]
45
+
46
+ ## Training details
47
+
48
+ [TODO: describe the data used to train the model]
checkpoint-12500/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c5489b461f1f9d6b4de15ef5243887597c1a470535cf0e8b07b3db3f45577c1d
3
+ size 47392882
checkpoint-12500/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4977e3c2c90e8abb6ac4655e367672674ef84ac1c7235cfa69186c4067a4a9be
3
+ size 23390424
checkpoint-12500/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc1cdd2fb11fa430280b5a20e7fe908f83d48ffbb64fca72cc6f63ed9d1cb0db
3
+ size 14408
checkpoint-12500/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:971b044be39c256f04af2a12fd12d4dcf9ae5e5d310c0887db9e15dbce71ba9b
3
+ size 988
checkpoint-12500/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:97c3d96975d0b28f3f7c399bfd56f28302298513919d8e4c4a2424af128281af
3
+ size 1000
checkpoint-13000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7974535c01b0ec4486d3d29e70888365e04c862c1f8d03aa34e5d226c3c84985
3
+ size 47392882
checkpoint-13000/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a29dc48a2a543e864d896525aa081c793b42d68dcd848f72179fc0ca717731e
3
+ size 23390424
checkpoint-13000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:48b4bbbe590e314c34ec42b56e5c39c040a50032a8b211a659cf2086397889d6
3
+ size 14408
checkpoint-13000/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e77f98967818acefa7b6b48d86d0635b780ab57badf525d74c7b5b70c8009b64
3
+ size 988
checkpoint-13000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c42f23d2ade8cf7960496c63ee2d114703a2fed8f28ca8e6b70629915f165ad5
3
+ size 1000
checkpoint-13500/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:667314bb67f451b01cbaaadf1d73d0368d5f9b50c9aa9d1c88763e97b757ec75
3
+ size 47392882
checkpoint-13500/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:36e77efada35d570f9e9dd5f7509fff99599158dfe3198b0af38375c851c79c9
3
+ size 23390424
checkpoint-13500/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:515eaa971a34c088979384adc7f1372309bdb82502ff0d2e026e08109699eaff
3
+ size 14408
checkpoint-13500/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5bb4ee3801b11e2b95773f86abaa2d1e4b1da1e9da1588595ee5a4248d6798c1
3
+ size 988
checkpoint-13500/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:23c294b0e185263d304d7212b1c8d7ffe49c9e5ed8bec39afed4b305d5aedbed
3
+ size 1000
checkpoint-14000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8dd75dc2194b5d2f21410f945cf72e3fa39e3664d33e8f1f6b110ee9bc70d0f0
3
+ size 47392882
checkpoint-14000/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75325d09a408f33424e606339607090537dafd8019c92c7cf8330cf0997bb8a3
3
+ size 23390424
checkpoint-14000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f5a6e5eb0f7b013d2ea7d6326cab470f1b0881b3f556c103240432cf38735682
3
+ size 14408
checkpoint-14000/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8972e137dff582ed156c48a434d8d5304443a88bca38ef8e7f0e80298e6f0533
3
+ size 988
checkpoint-14000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ffec36e651c5accd1689c753accef416b1284eadd8fddc6988b4a0d5de2290b
3
+ size 1000
checkpoint-14500/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c5254d2d48dacad303248a8621f8c4c723720f7acba2b297c3d4a5adf844381f
3
+ size 47392882
checkpoint-14500/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:99414364683cb6f0fca336af8386561c520e4f822c753e196227772abbdcdfeb
3
+ size 23390424
checkpoint-14500/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e130894dca84b3bd7dd107623377b334d7e8e42f76cf0e59665993088d275e98
3
+ size 14408
checkpoint-14500/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2fa669548d7d0cea54c34bbdeb3defa489898ad7ca32a778f0f5d4793a93394b
3
+ size 988
checkpoint-14500/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a604e2edf0e27b6abb838a26aa25eb611f42940db9e8d4a9039c2668eb00725
3
+ size 1000
checkpoint-15000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:496874c22ea2de1f6b5ff587e4561d8bf7d0464854dc32979d3cf65629bca3fa
3
+ size 47392882
checkpoint-15000/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:188ef3cda42bfe2ce5d7305f37477ea477f689814405253197b47086115d8f88
3
+ size 23390424
checkpoint-15000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f0d9e62407cb04114142bf86b301c153c9b08557fdf24a9b453a7c442a348c0
3
+ size 14408
checkpoint-15000/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2491380f0b55e3e8cbfec1654220a94cf6d79d50cd1b1e51dfe593c04a274cb9
3
+ size 988
checkpoint-15000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:96d6ccf7a4824136865ec6fdffdf27ed0e6532d9cbeac29e624c80c38686d3e3
3
+ size 1000
image_0.png ADDED
image_1.png ADDED
image_2.png ADDED
image_3.png ADDED
logs/text2image-fine-tune/1721576160.6494887/events.out.tfevents.1721576160.autodl-container-db4a40b195-60ebac9c.1142.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:85334d0d67eee73c2a5f3a731821ed5173a328542a286f2b44dbf698fab6f945
3
+ size 2368
logs/text2image-fine-tune/1721576160.6506698/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: 500
10
+ checkpoints_total_limit: 6
11
+ dataloader_num_workers: 8
12
+ dataset_config_name: null
13
+ dataset_name: lambdalabs/naruto-blip-captions
14
+ enable_xformers_memory_efficient_attention: false
15
+ gradient_accumulation_steps: 4
16
+ gradient_checkpointing: false
17
+ hub_model_id: naruto-lora-xl
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: null
29
+ noise_offset: 0
30
+ num_train_epochs: 50
31
+ num_validation_images: 4
32
+ output_dir: ./xl_lora/naruto
33
+ prediction_type: null
34
+ pretrained_model_name_or_path: stabilityai/stable-diffusion-xl-base-1.0
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: 1337
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 naruto with blue eyes.
50
+ variant: null
logs/text2image-fine-tune/1721577391.6126533/events.out.tfevents.1721577391.autodl-container-db4a40b195-60ebac9c.1839.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bed985bf9824a481965826dc834c0b085f5741c9824816e79408ab104ae04efe
3
+ size 2539
logs/text2image-fine-tune/1721577391.613856/hparams.yml ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: 6
11
+ dataloader_num_workers: 8
12
+ dataset_config_name: null
13
+ dataset_name: lambdalabs/naruto-blip-captions
14
+ debug_loss: false
15
+ enable_npu_flash_attention: false
16
+ enable_xformers_memory_efficient_attention: false
17
+ gradient_accumulation_steps: 4
18
+ gradient_checkpointing: false
19
+ hub_model_id: naruto-lora-xl
20
+ hub_token: null
21
+ image_column: image
22
+ learning_rate: 0.0001
23
+ local_rank: -1
24
+ logging_dir: logs
25
+ lr_scheduler: cosine
26
+ lr_warmup_steps: 0
27
+ max_grad_norm: 1.0
28
+ max_train_samples: null
29
+ max_train_steps: 15000
30
+ mixed_precision: null
31
+ noise_offset: 0
32
+ num_train_epochs: 50
33
+ num_validation_images: 4
34
+ output_dir: ./xl_lora/naruto
35
+ prediction_type: null
36
+ pretrained_model_name_or_path: stabilityai/stable-diffusion-xl-base-1.0
37
+ pretrained_vae_model_name_or_path: null
38
+ push_to_hub: true
39
+ random_flip: true
40
+ rank: 4
41
+ report_to: tensorboard
42
+ resolution: 512
43
+ resume_from_checkpoint: null
44
+ revision: null
45
+ scale_lr: false
46
+ seed: 1337
47
+ snr_gamma: null
48
+ train_batch_size: 1
49
+ train_data_dir: null
50
+ train_text_encoder: false
51
+ use_8bit_adam: false
52
+ validation_epochs: 1
53
+ validation_prompt: A naruto with blue eyes.
54
+ variant: null
logs/text2image-fine-tune/1721577692.8051393/events.out.tfevents.1721577692.autodl-container-db4a40b195-60ebac9c.2673.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:694c67213dc67a5dfad4ddd529d1fee06eeecbee25cbc4a00215186d8aa4c69b
3
+ size 2539
logs/text2image-fine-tune/1721577692.806496/hparams.yml ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: 6
11
+ dataloader_num_workers: 8
12
+ dataset_config_name: null
13
+ dataset_name: lambdalabs/naruto-blip-captions
14
+ debug_loss: false
15
+ enable_npu_flash_attention: false
16
+ enable_xformers_memory_efficient_attention: false
17
+ gradient_accumulation_steps: 4
18
+ gradient_checkpointing: false
19
+ hub_model_id: naruto-lora-xl
20
+ hub_token: null
21
+ image_column: image
22
+ learning_rate: 0.0001
23
+ local_rank: -1
24
+ logging_dir: logs
25
+ lr_scheduler: cosine
26
+ lr_warmup_steps: 0
27
+ max_grad_norm: 1.0
28
+ max_train_samples: null
29
+ max_train_steps: 15000
30
+ mixed_precision: null
31
+ noise_offset: 0
32
+ num_train_epochs: 50
33
+ num_validation_images: 4
34
+ output_dir: ./xl_lora/naruto
35
+ prediction_type: null
36
+ pretrained_model_name_or_path: stabilityai/stable-diffusion-xl-base-1.0
37
+ pretrained_vae_model_name_or_path: null
38
+ push_to_hub: true
39
+ random_flip: true
40
+ rank: 4
41
+ report_to: tensorboard
42
+ resolution: 512
43
+ resume_from_checkpoint: null
44
+ revision: null
45
+ scale_lr: false
46
+ seed: 1337
47
+ snr_gamma: null
48
+ train_batch_size: 1
49
+ train_data_dir: null
50
+ train_text_encoder: false
51
+ use_8bit_adam: false
52
+ validation_epochs: 1
53
+ validation_prompt: A naruto with blue eyes.
54
+ variant: null
logs/text2image-fine-tune/1721577786.7350752/events.out.tfevents.1721577786.autodl-container-db4a40b195-60ebac9c.3308.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9fa4340a53626eabc5e60fba0d449253e3057440dd9ddf592b8e407d18d955b9
3
+ size 2539
logs/text2image-fine-tune/1721577786.7363982/hparams.yml ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: 6
11
+ dataloader_num_workers: 8
12
+ dataset_config_name: null
13
+ dataset_name: lambdalabs/naruto-blip-captions
14
+ debug_loss: false
15
+ enable_npu_flash_attention: false
16
+ enable_xformers_memory_efficient_attention: false
17
+ gradient_accumulation_steps: 4
18
+ gradient_checkpointing: false
19
+ hub_model_id: naruto-lora-xl
20
+ hub_token: null
21
+ image_column: image
22
+ learning_rate: 0.0001
23
+ local_rank: -1
24
+ logging_dir: logs
25
+ lr_scheduler: cosine
26
+ lr_warmup_steps: 0
27
+ max_grad_norm: 1.0
28
+ max_train_samples: null
29
+ max_train_steps: 15000
30
+ mixed_precision: null
31
+ noise_offset: 0
32
+ num_train_epochs: 50
33
+ num_validation_images: 4
34
+ output_dir: ./xl_lora/naruto
35
+ prediction_type: null
36
+ pretrained_model_name_or_path: stabilityai/stable-diffusion-xl-base-1.0
37
+ pretrained_vae_model_name_or_path: null
38
+ push_to_hub: true
39
+ random_flip: true
40
+ rank: 4
41
+ report_to: tensorboard
42
+ resolution: 512
43
+ resume_from_checkpoint: null
44
+ revision: null
45
+ scale_lr: false
46
+ seed: 1337
47
+ snr_gamma: null
48
+ train_batch_size: 1
49
+ train_data_dir: null
50
+ train_text_encoder: false
51
+ use_8bit_adam: false
52
+ validation_epochs: 1
53
+ validation_prompt: A naruto with blue eyes.
54
+ variant: null
logs/text2image-fine-tune/1721578123.4927256/events.out.tfevents.1721578123.autodl-container-db4a40b195-60ebac9c.4005.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:55b303f4c3cd56fa6fbf4f8b07ea449542737deb51a89286de18233b0919a497
3
+ size 2539
logs/text2image-fine-tune/1721578123.4940877/hparams.yml ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: 6
11
+ dataloader_num_workers: 8
12
+ dataset_config_name: null
13
+ dataset_name: lambdalabs/naruto-blip-captions
14
+ debug_loss: false
15
+ enable_npu_flash_attention: false
16
+ enable_xformers_memory_efficient_attention: false
17
+ gradient_accumulation_steps: 4
18
+ gradient_checkpointing: false
19
+ hub_model_id: naruto-lora-xl
20
+ hub_token: null
21
+ image_column: image
22
+ learning_rate: 0.0001
23
+ local_rank: -1
24
+ logging_dir: logs
25
+ lr_scheduler: cosine
26
+ lr_warmup_steps: 0
27
+ max_grad_norm: 1.0
28
+ max_train_samples: null
29
+ max_train_steps: 15000
30
+ mixed_precision: null
31
+ noise_offset: 0
32
+ num_train_epochs: 50
33
+ num_validation_images: 4
34
+ output_dir: ./xl_lora/naruto
35
+ prediction_type: null
36
+ pretrained_model_name_or_path: stabilityai/stable-diffusion-xl-base-1.0
37
+ pretrained_vae_model_name_or_path: null
38
+ push_to_hub: true
39
+ random_flip: true
40
+ rank: 4
41
+ report_to: tensorboard
42
+ resolution: 512
43
+ resume_from_checkpoint: null
44
+ revision: null
45
+ scale_lr: false
46
+ seed: 1337
47
+ snr_gamma: null
48
+ train_batch_size: 1
49
+ train_data_dir: null
50
+ train_text_encoder: false
51
+ use_8bit_adam: false
52
+ validation_epochs: 1
53
+ validation_prompt: A naruto with blue eyes.
54
+ variant: null
logs/text2image-fine-tune/1721612483.0160382/events.out.tfevents.1721612483.autodl-container-db4a40b195-60ebac9c.1182.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ac34d4b123e7834c014f88ed7d0b45ccda207848f851e6f6b9d19a5b19ca93f1
3
+ size 2613
logs/text2image-fine-tune/1721612483.0174372/hparams.yml ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: 6
11
+ dataloader_num_workers: 8
12
+ dataset_config_name: null
13
+ dataset_name: lambdalabs/naruto-blip-captions
14
+ debug_loss: false
15
+ enable_npu_flash_attention: false
16
+ enable_xformers_memory_efficient_attention: false
17
+ gradient_accumulation_steps: 4
18
+ gradient_checkpointing: false
19
+ hub_model_id: naruto-lora-xl
20
+ hub_token: null
21
+ image_column: image
22
+ learning_rate: 0.0001
23
+ local_rank: -1
24
+ logging_dir: logs
25
+ lr_scheduler: cosine
26
+ lr_warmup_steps: 0
27
+ max_grad_norm: 1.0
28
+ max_train_samples: null
29
+ max_train_steps: 15000
30
+ mixed_precision: null
31
+ noise_offset: 0
32
+ num_train_epochs: 50
33
+ num_validation_images: 4
34
+ output_dir: ./xl_lora/naruto
35
+ prediction_type: null
36
+ pretrained_model_name_or_path: stabilityai/stable-diffusion-xl-base-1.0
37
+ pretrained_vae_model_name_or_path: null
38
+ push_to_hub: true
39
+ random_flip: true
40
+ rank: 4
41
+ report_to: tensorboard
42
+ resolution: 512
43
+ resume_from_checkpoint: checkpoint-10000
44
+ revision: null
45
+ scale_lr: false
46
+ seed: 1337
47
+ snr_gamma: null
48
+ train_batch_size: 1
49
+ train_data_dir: null
50
+ train_text_encoder: false
51
+ use_8bit_adam: false
52
+ validation_epochs: 1
53
+ validation_prompt: A naruto with blue eyes.
54
+ variant: null
logs/text2image-fine-tune/events.out.tfevents.1721576160.autodl-container-db4a40b195-60ebac9c.1142.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:86b3dfc86d7f10515e87b7fd1c407c5baf54286951f8254740c78f083a42431b
3
+ size 88
logs/text2image-fine-tune/events.out.tfevents.1721577391.autodl-container-db4a40b195-60ebac9c.1839.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:100cd4f00733cc21b917a36a184d276dbdf3530248209a8f3e99c50bff81de56
3
+ size 88
logs/text2image-fine-tune/events.out.tfevents.1721577692.autodl-container-db4a40b195-60ebac9c.2673.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b837c189e03f7f56b1a87ea04c5bff61fd67d70aa8e0f8815c456965a332f5c9
3
+ size 88