End of training
Browse files- .gitattributes +4 -0
- README.md +90 -0
- checkpoint-1000/optimizer.bin +3 -0
- checkpoint-1000/pytorch_lora_weights.safetensors +3 -0
- checkpoint-1000/random_states_0.pkl +3 -0
- checkpoint-1000/scaler.pt +3 -0
- checkpoint-1000/scheduler.bin +3 -0
- checkpoint-2000/optimizer.bin +3 -0
- checkpoint-2000/pytorch_lora_weights.safetensors +3 -0
- checkpoint-2000/random_states_0.pkl +3 -0
- checkpoint-2000/scaler.pt +3 -0
- checkpoint-2000/scheduler.bin +3 -0
- checkpoint-3000/optimizer.bin +3 -0
- checkpoint-3000/pytorch_lora_weights.safetensors +3 -0
- checkpoint-3000/random_states_0.pkl +3 -0
- checkpoint-3000/scaler.pt +3 -0
- checkpoint-3000/scheduler.bin +3 -0
- image_0.png +3 -0
- image_1.png +3 -0
- image_2.png +3 -0
- image_3.png +3 -0
- logs/dreambooth-sd3-lora/1727198297.2186892/events.out.tfevents.1727198297.sn4622119174.91392.1 +3 -0
- logs/dreambooth-sd3-lora/1727198297.2200131/hparams.yml +70 -0
- logs/dreambooth-sd3-lora/events.out.tfevents.1727198297.sn4622119174.91392.0 +3 -0
- pytorch_lora_weights.safetensors +3 -0
.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]
|
14 |
+
widget:
|
15 |
+
- text: A photo of [V]
|
16 |
+
output:
|
17 |
+
url: image_0.png
|
18 |
+
- text: A photo of [V]
|
19 |
+
output:
|
20 |
+
url: image_1.png
|
21 |
+
- text: A photo of [V]
|
22 |
+
output:
|
23 |
+
url: image_2.png
|
24 |
+
- text: A photo of [V]
|
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/camvan-sd3-lora-2
|
34 |
+
|
35 |
+
<Gallery />
|
36 |
+
|
37 |
+
## Model description
|
38 |
+
|
39 |
+
These are anmittal1/camvan-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]` to trigger the image generation.
|
48 |
+
|
49 |
+
## Download model
|
50 |
+
|
51 |
+
[Download the *.safetensors LoRA](anmittal1/camvan-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/camvan-sd3-lora-2', weight_name='pytorch_lora_weights.safetensors')
|
60 |
+
image = pipeline('A photo of [V]').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/camvan-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-1000/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:046fb638dd1d435546243271ddf0ed116881b94266ae1fa12d70c7810256418a
|
3 |
+
size 9598266
|
checkpoint-1000/pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:01baddb31b6d6c6c96d0a56c2a58518f05212b6b303176c7b864ef2926fef49c
|
3 |
+
size 4742848
|
checkpoint-1000/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bcbce628de9405a802f6781a21e169328a45f74aa030cabd430cfd043057793e
|
3 |
+
size 14408
|
checkpoint-1000/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9d8fdcd0311eba9854fff738038ed4c1a269832665b4d88ba4e4e3d02a1a7e0e
|
3 |
+
size 988
|
checkpoint-1000/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9d16ae9dedf4c45ceadc467593037d83423677715e75ab402a9f44aa81de9b84
|
3 |
+
size 1000
|
checkpoint-2000/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5c26c9bc8357a69edf60692b200c649fd9ce15d692fbd37a2a58f77e97b0bcd2
|
3 |
+
size 9598266
|
checkpoint-2000/pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a5522a8e3005ec18e57e3a3af84ca08f229f5dd3e39f99613432627c2a34ed67
|
3 |
+
size 4742848
|
checkpoint-2000/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:08c887320dab3a13996c7fbb244401c1e1266b1d0981bbfd319942891dfe0157
|
3 |
+
size 14408
|
checkpoint-2000/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3c50a9cebe5d66d453d25b140738bff479749ac03e0a43597d8776bc22f6ed0c
|
3 |
+
size 988
|
checkpoint-2000/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:81a7fe0a2983de695c44ba167520d4ce1ca01157e36e90498bee8c9d8e4b61fc
|
3 |
+
size 1000
|
checkpoint-3000/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:727f4419f3a017a833b075fc13712a2fa33958bc18aea49faaf9d91c80269d9e
|
3 |
+
size 9598266
|
checkpoint-3000/pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a7a863d34550a4a3e2b0a40d06748ff9d48998f5763d160ba1d737faa9856be9
|
3 |
+
size 4742848
|
checkpoint-3000/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ed3438659dbdaa47bf2d1d87f868504717e8eb4b73a4931212e22aa7eded1afe
|
3 |
+
size 14408
|
checkpoint-3000/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:21aba8ed0f38ed1c04994c10a9ca7e9925e55ef2ed51283c43ff8e2cce78585f
|
3 |
+
size 988
|
checkpoint-3000/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7a530ffa9220cf65c0729e966fdf26ce7223ed3dc88346bbe1367170da20bad4
|
3 |
+
size 1000
|
image_0.png
ADDED
Git LFS Details
|
image_1.png
ADDED
Git LFS Details
|
image_2.png
ADDED
Git LFS Details
|
image_3.png
ADDED
Git LFS Details
|
logs/dreambooth-sd3-lora/1727198297.2186892/events.out.tfevents.1727198297.sn4622119174.91392.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1e18fa09f50f81c8ac5433ad042e0bc05e1000fde99bdb6a085bc4e35b1593ba
|
3 |
+
size 3215
|
logs/dreambooth-sd3-lora/1727198297.2200131/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: 1000
|
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: 4
|
18 |
+
gradient_checkpointing: false
|
19 |
+
hub_model_id: null
|
20 |
+
hub_token: null
|
21 |
+
image_column: image
|
22 |
+
instance_data_dir: camvan
|
23 |
+
instance_prompt: a photo of [V]
|
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: 3000
|
36 |
+
mixed_precision: fp16
|
37 |
+
mode_scale: 1.29
|
38 |
+
num_class_images: 100
|
39 |
+
num_train_epochs: 1000
|
40 |
+
num_validation_images: 4
|
41 |
+
optimizer: AdamW
|
42 |
+
output_dir: camvan-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]
|
68 |
+
variant: null
|
69 |
+
weighting_scheme: logit_normal
|
70 |
+
with_prior_preservation: false
|
logs/dreambooth-sd3-lora/events.out.tfevents.1727198297.sn4622119174.91392.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fdcf31b9fae54285e0b97ba84f12835c3a8fdbc3429d03bdc57e82e88efd835d
|
3 |
+
size 315705273
|
pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a7a863d34550a4a3e2b0a40d06748ff9d48998f5763d160ba1d737faa9856be9
|
3 |
+
size 4742848
|