nikita200 commited on
Commit
9279e11
1 Parent(s): 8d7281d

End of training

Browse files
.gitattributes CHANGED
@@ -33,3 +33,7 @@ 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_0.png filter=lfs diff=lfs merge=lfs -text
37
+ image_1.png filter=lfs diff=lfs merge=lfs -text
38
+ image_2.png filter=lfs diff=lfs merge=lfs -text
39
+ image_3.png filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: stabilityai/stable-diffusion-xl-base-1.0
3
+ library_name: diffusers
4
+ license: openrail++
5
+ tags:
6
+ - text-to-image
7
+ - text-to-image
8
+ - diffusers-training
9
+ - diffusers
10
+ - lora
11
+ - template:sd-lora
12
+ - stable-diffusion-xl
13
+ - stable-diffusion-xl-diffusers
14
+ instance_prompt: a photo of sks cocacola bottle
15
+ widget:
16
+ - text: a photo of sks cocacola bottle in a bucket
17
+ output:
18
+ url: image_0.png
19
+ - text: a photo of sks cocacola bottle in a bucket
20
+ output:
21
+ url: image_1.png
22
+ - text: a photo of sks cocacola bottle in a bucket
23
+ output:
24
+ url: image_2.png
25
+ - text: a photo of sks cocacola bottle in a bucket
26
+ output:
27
+ url: image_3.png
28
+ ---
29
+
30
+ <!-- This model card has been generated automatically according to the information the training script had access to. You
31
+ should probably proofread and complete it, then remove this comment. -->
32
+
33
+
34
+ # SDXL LoRA DreamBooth - nikita200/docker-test-trained
35
+
36
+ <Gallery />
37
+
38
+ ## Model description
39
+
40
+ These are nikita200/docker-test-trained LoRA adaption weights for stabilityai/stable-diffusion-xl-base-1.0.
41
+
42
+ The weights were trained using [DreamBooth](https://dreambooth.github.io/).
43
+
44
+ LoRA for the text encoder was enabled: False.
45
+
46
+ Special VAE used for training: madebyollin/sdxl-vae-fp16-fix.
47
+
48
+ ## Trigger words
49
+
50
+ You should use a photo of sks cocacola bottle to trigger the image generation.
51
+
52
+ ## Download model
53
+
54
+ Weights for this model are available in Safetensors format.
55
+
56
+ [Download](nikita200/docker-test-trained/tree/main) them in the Files & versions tab.
57
+
58
+
59
+
60
+ ## Intended uses & limitations
61
+
62
+ #### How to use
63
+
64
+ ```python
65
+ # TODO: add an example code snippet for running this diffusion pipeline
66
+ ```
67
+
68
+ #### Limitations and bias
69
+
70
+ [TODO: provide examples of latent issues and potential remediations]
71
+
72
+ ## Training details
73
+
74
+ [TODO: describe the data used to train the model]
image_0.png ADDED

Git LFS Details

  • SHA256: ba83c0dd4903fcb5b41ec3b35d7d7a7788720f5d229948ed514c543b0a7a1656
  • Pointer size: 132 Bytes
  • Size of remote file: 1.52 MB
image_1.png ADDED

Git LFS Details

  • SHA256: 3b178bcb0de31cfd47d9b39ec17b02c687a1f4116182c86c07c0de9aa008af6e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
image_2.png ADDED

Git LFS Details

  • SHA256: 35e79c607e44cd23539e9b159a6e0dd27d03351a4d7a24d76fad7484236da1d0
  • Pointer size: 132 Bytes
  • Size of remote file: 1.59 MB
image_3.png ADDED

Git LFS Details

  • SHA256: 6ee4917cd05984507ac61e1f219cc4ab53b8df2064968588c49c9e2ce56d2376
  • Pointer size: 132 Bytes
  • Size of remote file: 1.64 MB
logs/dreambooth-lora-sd-xl/1724320351.2612333/events.out.tfevents.1724320351.4d90a6512f07.283.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1f761c02f639ba7664e0f8547aedaaf33778996b7434330d6af5fb68e719ea4e
3
+ size 3366
logs/dreambooth-lora-sd-xl/1724320351.2629168/hparams.yml ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ adam_beta1: 0.9
2
+ adam_beta2: 0.999
3
+ adam_epsilon: 1.0e-08
4
+ adam_weight_decay: 0.0001
5
+ adam_weight_decay_text_encoder: 0.001
6
+ allow_tf32: false
7
+ cache_dir: null
8
+ caption_column: null
9
+ center_crop: false
10
+ checkpointing_steps: 500
11
+ checkpoints_total_limit: null
12
+ class_data_dir: null
13
+ class_prompt: null
14
+ dataloader_num_workers: 0
15
+ dataset_config_name: null
16
+ dataset_name: null
17
+ do_edm_style_training: false
18
+ enable_xformers_memory_efficient_attention: false
19
+ gradient_accumulation_steps: 2
20
+ gradient_checkpointing: false
21
+ hub_model_id: null
22
+ hub_token: null
23
+ image_column: image
24
+ instance_data_dir: uploads/b447557f-a6c6-4175-8b01-ab99f0229576
25
+ instance_prompt: a photo of sks cocacola bottle
26
+ learning_rate: 0.0001
27
+ local_rank: -1
28
+ logging_dir: logs
29
+ lr_num_cycles: 1
30
+ lr_power: 1.0
31
+ lr_scheduler: constant
32
+ lr_warmup_steps: 0
33
+ max_grad_norm: 1.0
34
+ max_train_steps: 10
35
+ mixed_precision: fp16
36
+ num_class_images: 100
37
+ num_train_epochs: 3
38
+ num_validation_images: 4
39
+ optimizer: AdamW
40
+ output_dir: docker-test-trained
41
+ output_kohya_format: false
42
+ pretrained_model_name_or_path: stabilityai/stable-diffusion-xl-base-1.0
43
+ pretrained_vae_model_name_or_path: madebyollin/sdxl-vae-fp16-fix
44
+ prior_generation_precision: null
45
+ prior_loss_weight: 1.0
46
+ prodigy_beta3: null
47
+ prodigy_decouple: true
48
+ prodigy_safeguard_warmup: true
49
+ prodigy_use_bias_correction: true
50
+ push_to_hub: true
51
+ random_flip: false
52
+ rank: 4
53
+ repeats: 1
54
+ report_to: tensorboard
55
+ resolution: 128
56
+ resume_from_checkpoint: null
57
+ revision: null
58
+ sample_batch_size: 4
59
+ scale_lr: false
60
+ seed: 0
61
+ snr_gamma: null
62
+ text_encoder_lr: 5.0e-06
63
+ train_batch_size: 1
64
+ train_text_encoder: false
65
+ use_8bit_adam: false
66
+ use_dora: false
67
+ validation_epochs: 25
68
+ validation_prompt: a photo of sks cocacola bottle in a bucket
69
+ variant: null
70
+ with_prior_preservation: false
logs/dreambooth-lora-sd-xl/1724320491.8322983/events.out.tfevents.1724320491.4d90a6512f07.388.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:31ed98589b376761e2a3ea8136b539eb03eadcb6bc5c781e33834a430ae1773c
3
+ size 3366
logs/dreambooth-lora-sd-xl/1724320491.8339093/hparams.yml ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ adam_beta1: 0.9
2
+ adam_beta2: 0.999
3
+ adam_epsilon: 1.0e-08
4
+ adam_weight_decay: 0.0001
5
+ adam_weight_decay_text_encoder: 0.001
6
+ allow_tf32: false
7
+ cache_dir: null
8
+ caption_column: null
9
+ center_crop: false
10
+ checkpointing_steps: 500
11
+ checkpoints_total_limit: null
12
+ class_data_dir: null
13
+ class_prompt: null
14
+ dataloader_num_workers: 0
15
+ dataset_config_name: null
16
+ dataset_name: null
17
+ do_edm_style_training: false
18
+ enable_xformers_memory_efficient_attention: false
19
+ gradient_accumulation_steps: 2
20
+ gradient_checkpointing: false
21
+ hub_model_id: null
22
+ hub_token: null
23
+ image_column: image
24
+ instance_data_dir: uploads/b447557f-a6c6-4175-8b01-ab99f0229576
25
+ instance_prompt: a photo of sks cocacola bottle
26
+ learning_rate: 0.0001
27
+ local_rank: -1
28
+ logging_dir: logs
29
+ lr_num_cycles: 1
30
+ lr_power: 1.0
31
+ lr_scheduler: constant
32
+ lr_warmup_steps: 0
33
+ max_grad_norm: 1.0
34
+ max_train_steps: 10
35
+ mixed_precision: fp16
36
+ num_class_images: 100
37
+ num_train_epochs: 3
38
+ num_validation_images: 4
39
+ optimizer: AdamW
40
+ output_dir: docker-test-trained
41
+ output_kohya_format: false
42
+ pretrained_model_name_or_path: stabilityai/stable-diffusion-xl-base-1.0
43
+ pretrained_vae_model_name_or_path: madebyollin/sdxl-vae-fp16-fix
44
+ prior_generation_precision: null
45
+ prior_loss_weight: 1.0
46
+ prodigy_beta3: null
47
+ prodigy_decouple: true
48
+ prodigy_safeguard_warmup: true
49
+ prodigy_use_bias_correction: true
50
+ push_to_hub: true
51
+ random_flip: false
52
+ rank: 4
53
+ repeats: 1
54
+ report_to: tensorboard
55
+ resolution: 128
56
+ resume_from_checkpoint: null
57
+ revision: null
58
+ sample_batch_size: 4
59
+ scale_lr: false
60
+ seed: 0
61
+ snr_gamma: null
62
+ text_encoder_lr: 5.0e-06
63
+ train_batch_size: 1
64
+ train_text_encoder: false
65
+ use_8bit_adam: false
66
+ use_dora: false
67
+ validation_epochs: 25
68
+ validation_prompt: a photo of sks cocacola bottle in a bucket
69
+ variant: null
70
+ with_prior_preservation: false
logs/dreambooth-lora-sd-xl/1724321220.0723474/events.out.tfevents.1724321220.4d90a6512f07.2033.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2099cd5a5e4fb4483119ff0de40b5fbb343ff4b5b903eec16a02252b2c379e71
3
+ size 3366
logs/dreambooth-lora-sd-xl/1724321220.0752914/hparams.yml ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ adam_beta1: 0.9
2
+ adam_beta2: 0.999
3
+ adam_epsilon: 1.0e-08
4
+ adam_weight_decay: 0.0001
5
+ adam_weight_decay_text_encoder: 0.001
6
+ allow_tf32: false
7
+ cache_dir: null
8
+ caption_column: null
9
+ center_crop: false
10
+ checkpointing_steps: 500
11
+ checkpoints_total_limit: null
12
+ class_data_dir: null
13
+ class_prompt: null
14
+ dataloader_num_workers: 0
15
+ dataset_config_name: null
16
+ dataset_name: null
17
+ do_edm_style_training: false
18
+ enable_xformers_memory_efficient_attention: false
19
+ gradient_accumulation_steps: 2
20
+ gradient_checkpointing: false
21
+ hub_model_id: null
22
+ hub_token: null
23
+ image_column: image
24
+ instance_data_dir: uploads/b447557f-a6c6-4175-8b01-ab99f0229576
25
+ instance_prompt: a photo of sks cocacola bottle
26
+ learning_rate: 0.0001
27
+ local_rank: -1
28
+ logging_dir: logs
29
+ lr_num_cycles: 1
30
+ lr_power: 1.0
31
+ lr_scheduler: constant
32
+ lr_warmup_steps: 0
33
+ max_grad_norm: 1.0
34
+ max_train_steps: 10
35
+ mixed_precision: fp16
36
+ num_class_images: 100
37
+ num_train_epochs: 3
38
+ num_validation_images: 4
39
+ optimizer: AdamW
40
+ output_dir: docker-test-trained
41
+ output_kohya_format: false
42
+ pretrained_model_name_or_path: stabilityai/stable-diffusion-xl-base-1.0
43
+ pretrained_vae_model_name_or_path: madebyollin/sdxl-vae-fp16-fix
44
+ prior_generation_precision: null
45
+ prior_loss_weight: 1.0
46
+ prodigy_beta3: null
47
+ prodigy_decouple: true
48
+ prodigy_safeguard_warmup: true
49
+ prodigy_use_bias_correction: true
50
+ push_to_hub: true
51
+ random_flip: false
52
+ rank: 4
53
+ repeats: 1
54
+ report_to: tensorboard
55
+ resolution: 128
56
+ resume_from_checkpoint: null
57
+ revision: null
58
+ sample_batch_size: 4
59
+ scale_lr: false
60
+ seed: 0
61
+ snr_gamma: null
62
+ text_encoder_lr: 5.0e-06
63
+ train_batch_size: 1
64
+ train_text_encoder: false
65
+ use_8bit_adam: false
66
+ use_dora: false
67
+ validation_epochs: 25
68
+ validation_prompt: a photo of sks cocacola bottle in a bucket
69
+ variant: null
70
+ with_prior_preservation: false
logs/dreambooth-lora-sd-xl/events.out.tfevents.1724320351.4d90a6512f07.283.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:54039def457293d9793be94cc641e82e03829dda618ca12609a430b7f6c8b63d
3
+ size 88
logs/dreambooth-lora-sd-xl/events.out.tfevents.1724320491.4d90a6512f07.388.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f38e9e28336e7b0b648028993eac62a018ec956654977ba66df9a6f96c62a48
3
+ size 740
logs/dreambooth-lora-sd-xl/events.out.tfevents.1724321220.4d90a6512f07.2033.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7056e95c650942b0dc0bb5c0951ce58db0429e90a09b644fe9b0e875e18b4507
3
+ size 12414696
pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b0aebb705a2d2c95673067f05955882ba3dd0a3d3935746c57d2b693144b3b67
3
+ size 23390424