anmittal1 commited on
Commit
8156ad7
1 Parent(s): 0e00f78

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,90 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: stabilityai/stable-diffusion-3-medium-diffusers
3
+ library_name: diffusers
4
+ license: openrail++
5
+ tags:
6
+ - text-to-image
7
+ - diffusers-training
8
+ - diffusers
9
+ - lora
10
+ - sd3
11
+ - sd3-diffusers
12
+ - template:sd-lora
13
+ instance_prompt: a photo of [V] gear
14
+ widget:
15
+ - text: A photo of [V] gear
16
+ output:
17
+ url: image_0.png
18
+ - text: A photo of [V] gear
19
+ output:
20
+ url: image_1.png
21
+ - text: A photo of [V] gear
22
+ output:
23
+ url: image_2.png
24
+ - text: A photo of [V] gear
25
+ output:
26
+ url: image_3.png
27
+ ---
28
+
29
+ <!-- This model card has been generated automatically according to the information the training script had access to. You
30
+ should probably proofread and complete it, then remove this comment. -->
31
+
32
+
33
+ # SD3 DreamBooth LoRA - anmittal1/gear-sd3-lora-2
34
+
35
+ <Gallery />
36
+
37
+ ## Model description
38
+
39
+ These are anmittal1/gear-sd3-lora-2 DreamBooth LoRA weights for stabilityai/stable-diffusion-3-medium-diffusers.
40
+
41
+ The weights were trained using [DreamBooth](https://dreambooth.github.io/) with the [SD3 diffusers trainer](https://github.com/huggingface/diffusers/blob/main/examples/dreambooth/README_sd3.md).
42
+
43
+ Was LoRA for the text encoder enabled? False.
44
+
45
+ ## Trigger words
46
+
47
+ You should use `a photo of [V] gear` to trigger the image generation.
48
+
49
+ ## Download model
50
+
51
+ [Download the *.safetensors LoRA](anmittal1/gear-sd3-lora-2/tree/main) in the Files & versions tab.
52
+
53
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
54
+
55
+ ```py
56
+ from diffusers import AutoPipelineForText2Image
57
+ import torch
58
+ pipeline = AutoPipelineForText2Image.from_pretrained('stabilityai/stable-diffusion-3-medium-diffusers', torch_dtype=torch.float16).to('cuda')
59
+ pipeline.load_lora_weights('anmittal1/gear-sd3-lora-2', weight_name='pytorch_lora_weights.safetensors')
60
+ image = pipeline('A photo of [V] gear').images[0]
61
+ ```
62
+
63
+ ### Use it with UIs such as AUTOMATIC1111, Comfy UI, SD.Next, Invoke
64
+
65
+ - **LoRA**: download **[`diffusers_lora_weights.safetensors` here 💾](/anmittal1/gear-sd3-lora-2/blob/main/diffusers_lora_weights.safetensors)**.
66
+ - Rename it and place it on your `models/Lora` folder.
67
+ - On AUTOMATIC1111, load the LoRA by adding `<lora:your_new_name:1>` to your prompt. On ComfyUI just [load it as a regular LoRA](https://comfyanonymous.github.io/ComfyUI_examples/lora/).
68
+
69
+ For more details, including weighting, merging and fusing LoRAs, check the [documentation on loading LoRAs in diffusers](https://huggingface.co/docs/diffusers/main/en/using-diffusers/loading_adapters)
70
+
71
+ ## License
72
+
73
+ Please adhere to the licensing terms as described [here](https://huggingface.co/stabilityai/stable-diffusion-3-medium/blob/main/LICENSE).
74
+
75
+
76
+ ## Intended uses & limitations
77
+
78
+ #### How to use
79
+
80
+ ```python
81
+ # TODO: add an example code snippet for running this diffusion pipeline
82
+ ```
83
+
84
+ #### Limitations and bias
85
+
86
+ [TODO: provide examples of latent issues and potential remediations]
87
+
88
+ ## Training details
89
+
90
+ [TODO: describe the data used to train the model]
checkpoint-10000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a57f76b9b92d4afb0ce457a9dd50d144a13982d2ae26a9424cac7b84e9d66512
3
+ size 9598266
checkpoint-10000/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7708dcbf485c4329959828cd7e456f46248807d020d5d0042aa3569aeb5ff78d
3
+ size 4742848
checkpoint-10000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3bcf0cae22f6f1e93dd3e403d73c875cd5857753eab16e4af9d4f648f5d117bd
3
+ size 14408
checkpoint-10000/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c0992037801bb9e72b6ab67a8d90f0ffe4dc8022868f1239b071f0e9235bb83f
3
+ size 988
checkpoint-10000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:091aa72ab02d5ea76bb5b62a25ebeb7f36959503a4362715ddea4407ffe0db5f
3
+ size 1000
checkpoint-20000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b86be84facf4532c141231c278613224c753068aee9e123993eadd86e75ba96e
3
+ size 9598266
checkpoint-20000/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ce14b949ad3ee3ab3bfa49a7a7b7306d6721051ffffaae4b2e553055e1c0b2f2
3
+ size 4742848
checkpoint-20000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dead1dd78c1a06801d2ac5a12b95de6dc441c6fa94c1a9e522958c201c8c160b
3
+ size 14408
checkpoint-20000/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0396128fb42106c205c434ab398c170f8faa0d35032d7086270bd869de0b3e6f
3
+ size 988
checkpoint-20000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:649a9705b80625cc51838f071a614742d7d4edb725f903e056266b7d9d361e25
3
+ size 1000
checkpoint-30000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:18b1b09b0292a87b2c45c5a71945326c964d8841c22a52d88a49300736cd876f
3
+ size 9598266
checkpoint-30000/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5b7b1218e51d9d28bc333379b012e2e2de9f65dd053fee576de87ebf553b9ba9
3
+ size 4742848
checkpoint-30000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b1a9b7f130362803eaaf562379311910d78de336c4aac2eb6633e3b26c946e9
3
+ size 14408
checkpoint-30000/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:138203ee916d6d87d2351a16effde053d7dc268c41748329fe8dbd9783705aea
3
+ size 988
checkpoint-30000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:59664f4b60a9ac1939122c2795f9d4d65531a5975a369bf9dee7c1875cea8ce3
3
+ size 1000
checkpoint-40000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec7658c9e860d07f92eb3cac94238ee6fc05e51db26aaaa80444729c9cc63b8c
3
+ size 9598266
checkpoint-40000/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8049e0578533a1c313ea150a38e32c2461158f08a24b049623b5acfa478ccb9d
3
+ size 4742848
checkpoint-40000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b23e351c695f62f13479f38f5b85fccb260ef66beb35a5424f4e608089a4219d
3
+ size 14408
checkpoint-40000/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f12687c2dd031e133e4bc8df1b5bb898d1dd1f28ada1594099a17045599200e
3
+ size 988
checkpoint-40000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f621d152b4165a9fc7d666555caf6cc31d4f4c66555f7420ca250cac9f0d34a
3
+ size 1000
image_0.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: 16f965bbbf44d157c4b9b5e3ee078546289ecb1ccb66e85935d7327b40d0dac0
  • Pointer size: 132 Bytes
  • Size of remote file: 1.11 MB
image_2.png ADDED

Git LFS Details

  • SHA256: 11eefc6c4aed5a4e704c5840925242cfb3ccc5921ce21a394e900dbb09867b03
  • Pointer size: 132 Bytes
  • Size of remote file: 1.14 MB
image_3.png ADDED

Git LFS Details

  • SHA256: 597058106d39b681cf4f1b0b0e81504f9676777841ffd8a8752b1a918f667326
  • Pointer size: 132 Bytes
  • Size of remote file: 1.13 MB
logs/dreambooth-sd3-lora/1729804111.884545/events.out.tfevents.1729804111.sn4622119174.1487947.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:598e9e9a1fd6162379d242f6f4ebc0b9d34f872a6958c38a9ed7716533c15ea8
3
+ size 3221
logs/dreambooth-sd3-lora/1729804111.885631/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: 10000
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
+ gradient_accumulation_steps: 6
18
+ gradient_checkpointing: false
19
+ hub_model_id: null
20
+ hub_token: null
21
+ image_column: image
22
+ instance_data_dir: gear
23
+ instance_prompt: a photo of [V] gear
24
+ learning_rate: 1.0e-05
25
+ local_rank: 0
26
+ logging_dir: logs
27
+ logit_mean: 0.0
28
+ logit_std: 1.0
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_sequence_length: 77
35
+ max_train_steps: 40000
36
+ mixed_precision: fp16
37
+ mode_scale: 1.29
38
+ num_class_images: 100
39
+ num_train_epochs: 20000
40
+ num_validation_images: 4
41
+ optimizer: AdamW
42
+ output_dir: gear-sd3-lora-2
43
+ precondition_outputs: 1
44
+ pretrained_model_name_or_path: stabilityai/stable-diffusion-3-medium-diffusers
45
+ prior_generation_precision: null
46
+ prior_loss_weight: 1.0
47
+ prodigy_beta3: null
48
+ prodigy_decouple: true
49
+ prodigy_safeguard_warmup: true
50
+ prodigy_use_bias_correction: true
51
+ push_to_hub: true
52
+ random_flip: false
53
+ rank: 4
54
+ repeats: 1
55
+ report_to: tensorboard
56
+ resolution: 512
57
+ resume_from_checkpoint: null
58
+ revision: null
59
+ sample_batch_size: 4
60
+ scale_lr: false
61
+ seed: 1
62
+ text_encoder_lr: 5.0e-06
63
+ train_batch_size: 1
64
+ train_text_encoder: false
65
+ use_8bit_adam: false
66
+ validation_epochs: 25
67
+ validation_prompt: A photo of [V] gear
68
+ variant: null
69
+ weighting_scheme: logit_normal
70
+ with_prior_preservation: false
logs/dreambooth-sd3-lora/events.out.tfevents.1729804111.sn4622119174.1487947.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc20bc1db3a72cc220197cbfab763d85d9a220f3255b6b7f3e1a0399cdee0d42
3
+ size 3725829337
pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8049e0578533a1c313ea150a38e32c2461158f08a24b049623b5acfa478ccb9d
3
+ size 4742848