End of training
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- README.md +81 -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/scheduler.bin +3 -0
- checkpoint-1500/optimizer.bin +3 -0
- checkpoint-1500/pytorch_lora_weights.safetensors +3 -0
- checkpoint-1500/random_states_0.pkl +3 -0
- checkpoint-1500/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/scheduler.bin +3 -0
- checkpoint-2500/optimizer.bin +3 -0
- checkpoint-2500/pytorch_lora_weights.safetensors +3 -0
- checkpoint-2500/random_states_0.pkl +3 -0
- checkpoint-2500/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/scheduler.bin +3 -0
- checkpoint-3500/optimizer.bin +3 -0
- checkpoint-3500/pytorch_lora_weights.safetensors +3 -0
- checkpoint-3500/random_states_0.pkl +3 -0
- checkpoint-3500/scheduler.bin +3 -0
- checkpoint-4000/optimizer.bin +3 -0
- checkpoint-4000/pytorch_lora_weights.safetensors +3 -0
- checkpoint-4000/random_states_0.pkl +3 -0
- checkpoint-4000/scheduler.bin +3 -0
- checkpoint-4500/optimizer.bin +3 -0
- checkpoint-4500/pytorch_lora_weights.safetensors +3 -0
- checkpoint-4500/random_states_0.pkl +3 -0
- checkpoint-4500/scheduler.bin +3 -0
- checkpoint-500/optimizer.bin +3 -0
- checkpoint-500/pytorch_lora_weights.safetensors +3 -0
- checkpoint-500/random_states_0.pkl +3 -0
- checkpoint-500/scheduler.bin +3 -0
- checkpoint-5000/optimizer.bin +3 -0
- checkpoint-5000/pytorch_lora_weights.safetensors +3 -0
- checkpoint-5000/random_states_0.pkl +3 -0
- checkpoint-5000/scheduler.bin +3 -0
- logs/dreambooth-sd3-lora/1737629210.8837674/events.out.tfevents.1737629210.aigpu08012.3857556.1 +3 -0
- logs/dreambooth-sd3-lora/1737629210.896582/hparams.yml +78 -0
- logs/dreambooth-sd3-lora/1737634064.7241745/events.out.tfevents.1737634064.aigpu08012.3960758.1 +3 -0
- logs/dreambooth-sd3-lora/1737634064.7361848/hparams.yml +78 -0
- logs/dreambooth-sd3-lora/1737638497.843424/events.out.tfevents.1737638497.aigpu08012.4049424.1 +3 -0
- logs/dreambooth-sd3-lora/1737638497.8562577/hparams.yml +78 -0
- logs/dreambooth-sd3-lora/events.out.tfevents.1737629210.aigpu08012.3857556.0 +3 -0
- logs/dreambooth-sd3-lora/events.out.tfevents.1737634064.aigpu08012.3960758.0 +3 -0
- logs/dreambooth-sd3-lora/events.out.tfevents.1737638497.aigpu08012.4049424.0 +3 -0
README.md
ADDED
@@ -0,0 +1,81 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: stabilityai/stable-diffusion-3.5-large
|
3 |
+
library_name: diffusers
|
4 |
+
license: other
|
5 |
+
instance_prompt: photo of a korean hcwf baby wearing a plain cream beanie, wrapped
|
6 |
+
in a plain cream swaddle, eyes closed, soft lighting, shallow depth of field, 50mm
|
7 |
+
prime lens, pastel background
|
8 |
+
widget: []
|
9 |
+
tags:
|
10 |
+
- text-to-image
|
11 |
+
- diffusers-training
|
12 |
+
- diffusers
|
13 |
+
- lora
|
14 |
+
- template:sd-lora
|
15 |
+
- sd3.5-large
|
16 |
+
- sd3.5
|
17 |
+
- sd3.5-diffusers
|
18 |
+
---
|
19 |
+
|
20 |
+
<!-- This model card has been generated automatically according to the information the training script had access to. You
|
21 |
+
should probably proofread and complete it, then remove this comment. -->
|
22 |
+
|
23 |
+
|
24 |
+
# SD3.5-Large DreamBooth LoRA - cwhuh/babyface_v7
|
25 |
+
|
26 |
+
<Gallery />
|
27 |
+
|
28 |
+
## Model description
|
29 |
+
|
30 |
+
These are cwhuh/babyface_v7 DreamBooth LoRA weights for stabilityai/stable-diffusion-3.5-large.
|
31 |
+
|
32 |
+
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).
|
33 |
+
|
34 |
+
Was LoRA for the text encoder enabled? False.
|
35 |
+
|
36 |
+
## Trigger words
|
37 |
+
|
38 |
+
You should use `photo of a korean hcwf baby wearing a plain cream beanie, wrapped in a plain cream swaddle, eyes closed, soft lighting, shallow depth of field, 50mm prime lens, pastel background` to trigger the image generation.
|
39 |
+
|
40 |
+
## Download model
|
41 |
+
|
42 |
+
[Download the *.safetensors LoRA](cwhuh/babyface_v7/tree/main) in the Files & versions tab.
|
43 |
+
|
44 |
+
## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
|
45 |
+
|
46 |
+
```py
|
47 |
+
from diffusers import AutoPipelineForText2Image
|
48 |
+
import torch
|
49 |
+
pipeline = AutoPipelineForText2Image.from_pretrained(stabilityai/stable-diffusion-3.5-large, torch_dtype=torch.float16).to('cuda')
|
50 |
+
pipeline.load_lora_weights('cwhuh/babyface_v7', weight_name='pytorch_lora_weights.safetensors')
|
51 |
+
image = pipeline('photo of a korean hcwf baby wearing a plain cream beanie, wrapped in a plain cream swaddle, eyes closed, soft lighting, shallow depth of field, 50mm prime lens, pastel background').images[0]
|
52 |
+
```
|
53 |
+
|
54 |
+
### Use it with UIs such as AUTOMATIC1111, Comfy UI, SD.Next, Invoke
|
55 |
+
|
56 |
+
- **LoRA**: download **[`diffusers_lora_weights.safetensors` here 💾](/cwhuh/babyface_v7/blob/main/diffusers_lora_weights.safetensors)**.
|
57 |
+
- Rename it and place it on your `models/Lora` folder.
|
58 |
+
- 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/).
|
59 |
+
|
60 |
+
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)
|
61 |
+
|
62 |
+
## License
|
63 |
+
|
64 |
+
Please adhere to the licensing terms as described [here](https://huggingface.co/stabilityai/stable-diffusion-3.5-large/blob/main/LICENSE.md).
|
65 |
+
|
66 |
+
|
67 |
+
## Intended uses & limitations
|
68 |
+
|
69 |
+
#### How to use
|
70 |
+
|
71 |
+
```python
|
72 |
+
# TODO: add an example code snippet for running this diffusion pipeline
|
73 |
+
```
|
74 |
+
|
75 |
+
#### Limitations and bias
|
76 |
+
|
77 |
+
[TODO: provide examples of latent issues and potential remediations]
|
78 |
+
|
79 |
+
## Training details
|
80 |
+
|
81 |
+
[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:9936cadb80dd05207b48b458a8de14b138b7f3a92a6d5aec54106c31084bd236
|
3 |
+
size 12653772
|
checkpoint-1000/pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:62402c8e53ec2f4ce158da942a00d120e6422f2791c38e14d77cfeddac68f7de
|
3 |
+
size 11869368
|
checkpoint-1000/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dadf80edc34e4522185a9163291d64c5fa2d675cd98d261beb46d211790211be
|
3 |
+
size 14668
|
checkpoint-1000/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:97d0917408067fe3f275de64a4edf1dfdc70190c0fdf0c56bf38e7e7f778f94a
|
3 |
+
size 1000
|
checkpoint-1500/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0254d0f30491215ef618dde0c71840164645bee86455a4351a23a81dcf46be90
|
3 |
+
size 12653772
|
checkpoint-1500/pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0f88efb14e749c61831ae8bbe561b69cb0981a187d1912127057f3a19c65ad86
|
3 |
+
size 11869368
|
checkpoint-1500/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:da946c07bb208ebd59974057233269105d9d53247a8f6696e03d7b9867e1dc84
|
3 |
+
size 14668
|
checkpoint-1500/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4fcd8546aa965fd3e7fc4e7dfdba7151408b8bb734d5a8e0fa10d3e0d5d7c1b0
|
3 |
+
size 1000
|
checkpoint-2000/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c60e95a34ea722fc7f435e9a667922f2fa5a22029df5c8fb27b8daea62df5dab
|
3 |
+
size 12653772
|
checkpoint-2000/pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:958d5751aafb44cbe24352afc700eaee74ef3487747e98bf1180f5b6bc564962
|
3 |
+
size 11869368
|
checkpoint-2000/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:91df8b85609f384ac973b395fc5b252495a3cafe53701f5340317d55eb3de191
|
3 |
+
size 14668
|
checkpoint-2000/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4144da51f3bc2ad75d3deef93b393e7705e97f8d1064f0614c71c8a2a7f7bd7d
|
3 |
+
size 1000
|
checkpoint-2500/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8f83a9e55638f7d6a19e090534876d79c4a48664a9aef95564adc08ec12497ac
|
3 |
+
size 12653772
|
checkpoint-2500/pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:97de20d7ca957b7dd8a0ad985c845aa23fba9f317b81e7aaff7daa54d571d226
|
3 |
+
size 11869368
|
checkpoint-2500/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:abcfa827bcc7cedf9bd42293a14d23c99139c39316aa632d972faa7d61c50649
|
3 |
+
size 14668
|
checkpoint-2500/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0b1d8a0a53fa085d8f99de8df83edb2248a7ee0f90c52b38f9313ba489e1747e
|
3 |
+
size 1000
|
checkpoint-3000/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7a9dd486a9a8009db27495ad61acc32bab08f0f85915b0f02b97f20efb94b769
|
3 |
+
size 12653772
|
checkpoint-3000/pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:03d4a7b36b272cda059ff9e44812d7b9cddd6642a899a034be43f211564e3afe
|
3 |
+
size 11869368
|
checkpoint-3000/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8ec9048445a4f51a0033b3bca724c795d2819d51e551e6845a49b53f30792386
|
3 |
+
size 14668
|
checkpoint-3000/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d428081d4d078b95baf998a0ac1887244d6cd3d6f23c3a923947826297af870d
|
3 |
+
size 1000
|
checkpoint-3500/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c9dc35634b47545914673122cd84f8866a4e44c85bf4ffbdde53e1ecc5fbdd74
|
3 |
+
size 12653772
|
checkpoint-3500/pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1667d37697832407bd8876cdf12b15ad5cb8a887eb7dce053ac043a4dc2b98d1
|
3 |
+
size 11869368
|
checkpoint-3500/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5f1e7674dccb460f11b9c4b7fa51c7188d332ddb73f09ca22fdf187ff0b75e56
|
3 |
+
size 14668
|
checkpoint-3500/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:57f055c566d820e0e83dd11723d936722c6de98a3d75f2c36fe40d51ec297840
|
3 |
+
size 1000
|
checkpoint-4000/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f96b5add5bc30e1c277774fc8f1fc4a9cb65f630711984b21fb8dd3ddbcf71df
|
3 |
+
size 12653772
|
checkpoint-4000/pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:235955742a59b6cf8339be269bbb58a8c9b229f8857fa30b14fd3f821502df25
|
3 |
+
size 11869368
|
checkpoint-4000/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9768031bbd6c7d6e4b3a738861b9882763bb0a24abd1de509f6249fc4214cc6f
|
3 |
+
size 14668
|
checkpoint-4000/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:094c39cbe9d2cfbf89a0788b56884418412668f5274f5b9bbb8f0ff8799b6c7d
|
3 |
+
size 1000
|
checkpoint-4500/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3264927a7149bc11472b5f3e353a4b6afcc65fcf9e7b4bc9da48a132fcd7e9ee
|
3 |
+
size 12653772
|
checkpoint-4500/pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:024244c12d2c94c9bcfd7106bc0c348628fd6df0a2a6a9c85fe1e45ec023dea8
|
3 |
+
size 11869368
|
checkpoint-4500/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9101d5722d6dfe84476d3fce9f7eb974f24b089603eb0c2f47f4d450e40393e5
|
3 |
+
size 14668
|
checkpoint-4500/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:de6e89a64e4d0996de4783fcbdf4a95b1bb8b867494d8bf0df1a0320b31463c6
|
3 |
+
size 1000
|
checkpoint-500/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c636bc4ea539eb9898d6fd04d31621dda77f33f7ee5d9f8d835a3485a1f8da92
|
3 |
+
size 12653772
|
checkpoint-500/pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:031aad4cd6fe40ef8afad76a29869e54261c71ecbd7977f2484de535152d3c1e
|
3 |
+
size 11869368
|
checkpoint-500/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ea0dbaf562dae8d3ada8efbaeecc4b0fd516de538eb34d8fa3920379eed30244
|
3 |
+
size 14668
|
checkpoint-500/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:552e707fba5735a4d79aea3a08b54917385edd0aa5308fa0371122dff9ef8aa7
|
3 |
+
size 1000
|
checkpoint-5000/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7a0ea1a9795ab31f9094b56220ac7c91c57fa9266d54a91acf13bb548e6c8a55
|
3 |
+
size 12653772
|
checkpoint-5000/pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b4fd2f5a97ada8939d0fa77fc0253940536c40f32e8ff74a502290833a8a64e1
|
3 |
+
size 11869368
|
checkpoint-5000/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8781a63934bfcd6809f76522f2ec4826718a12fd919d3cbc6f9aa75c8e3794ef
|
3 |
+
size 14668
|
checkpoint-5000/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:277e4723944026fbe6609c2f8dbc3f41a0f0ad67cb0f7c299d386a10bd7a9ce7
|
3 |
+
size 1000
|
logs/dreambooth-sd3-lora/1737629210.8837674/events.out.tfevents.1737629210.aigpu08012.3857556.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e590955bc8246a3ac0ca82b7f8360c42f2fd7c9ec97926ec3b5f6cbf52743ff9
|
3 |
+
size 3905
|
logs/dreambooth-sd3-lora/1737629210.896582/hparams.yml
ADDED
@@ -0,0 +1,78 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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: /checkpoints/huggingface/
|
8 |
+
cache_latents: false
|
9 |
+
caption_column: null
|
10 |
+
center_crop: false
|
11 |
+
checkpointing_steps: 500
|
12 |
+
checkpoints_total_limit: null
|
13 |
+
class_data_dir: /data/humanscape-babyface/class_v7
|
14 |
+
class_prompt: photo of a korean baby wearing a plain cream beanie, wrapped in a plain
|
15 |
+
cream swaddle, eyes closed, soft lighting, shallow depth of field, 50mm prime lens,
|
16 |
+
pastel background
|
17 |
+
dataloader_num_workers: 0
|
18 |
+
dataset_config_name: null
|
19 |
+
dataset_name: null
|
20 |
+
gradient_accumulation_steps: 1
|
21 |
+
gradient_checkpointing: true
|
22 |
+
hub_model_id: null
|
23 |
+
hub_token: null
|
24 |
+
image_column: image
|
25 |
+
instance_data_dir: /data/humanscape-babyface/instance
|
26 |
+
instance_prompt: photo of a korean hcwf baby wearing a plain cream beanie, wrapped
|
27 |
+
in a plain cream swaddle, eyes closed, soft lighting, shallow depth of field, 50mm
|
28 |
+
prime lens, pastel background
|
29 |
+
learning_rate: 1.0e-06
|
30 |
+
local_rank: 0
|
31 |
+
logging_dir: logs
|
32 |
+
logit_mean: 0.0
|
33 |
+
logit_std: 1.0
|
34 |
+
lora_blocks: null
|
35 |
+
lora_layers: null
|
36 |
+
lr_num_cycles: 1
|
37 |
+
lr_power: 1.0
|
38 |
+
lr_scheduler: cosine_with_restarts
|
39 |
+
lr_warmup_steps: 0
|
40 |
+
max_grad_norm: 1.0
|
41 |
+
max_sequence_length: 77
|
42 |
+
max_train_steps: 5000
|
43 |
+
mixed_precision: bf16
|
44 |
+
mode_scale: 1.29
|
45 |
+
num_class_images: 20
|
46 |
+
num_train_epochs: 500
|
47 |
+
num_validation_images: 4
|
48 |
+
optimizer: AdamW
|
49 |
+
output_dir: babyface_v7
|
50 |
+
precondition_outputs: 1
|
51 |
+
pretrained_model_name_or_path: stabilityai/stable-diffusion-3.5-large
|
52 |
+
prior_generation_precision: bf16
|
53 |
+
prior_loss_weight: 0.1
|
54 |
+
prodigy_beta3: null
|
55 |
+
prodigy_decouple: true
|
56 |
+
prodigy_safeguard_warmup: true
|
57 |
+
prodigy_use_bias_correction: true
|
58 |
+
push_to_hub: true
|
59 |
+
random_flip: false
|
60 |
+
rank: 4
|
61 |
+
repeats: 1
|
62 |
+
report_to: tensorboard
|
63 |
+
resolution: 1024
|
64 |
+
resume_from_checkpoint: latest
|
65 |
+
revision: null
|
66 |
+
sample_batch_size: 4
|
67 |
+
scale_lr: false
|
68 |
+
seed: null
|
69 |
+
text_encoder_lr: 5.0e-06
|
70 |
+
train_batch_size: 1
|
71 |
+
train_text_encoder: false
|
72 |
+
upcast_before_saving: false
|
73 |
+
use_8bit_adam: true
|
74 |
+
validation_epochs: 50
|
75 |
+
validation_prompt: null
|
76 |
+
variant: null
|
77 |
+
weighting_scheme: logit_normal
|
78 |
+
with_prior_preservation: true
|
logs/dreambooth-sd3-lora/1737634064.7241745/events.out.tfevents.1737634064.aigpu08012.3960758.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:474bc12a1c08ff63de762324d41695bbc67c0d1ef23f6e053ae546d6d683ae91
|
3 |
+
size 3905
|
logs/dreambooth-sd3-lora/1737634064.7361848/hparams.yml
ADDED
@@ -0,0 +1,78 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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: /checkpoints/huggingface/
|
8 |
+
cache_latents: false
|
9 |
+
caption_column: null
|
10 |
+
center_crop: false
|
11 |
+
checkpointing_steps: 500
|
12 |
+
checkpoints_total_limit: null
|
13 |
+
class_data_dir: /data/humanscape-babyface/class_v7
|
14 |
+
class_prompt: photo of a korean baby wearing a plain cream beanie, wrapped in a plain
|
15 |
+
cream swaddle, eyes closed, soft lighting, shallow depth of field, 50mm prime lens,
|
16 |
+
pastel background
|
17 |
+
dataloader_num_workers: 0
|
18 |
+
dataset_config_name: null
|
19 |
+
dataset_name: null
|
20 |
+
gradient_accumulation_steps: 1
|
21 |
+
gradient_checkpointing: true
|
22 |
+
hub_model_id: null
|
23 |
+
hub_token: null
|
24 |
+
image_column: image
|
25 |
+
instance_data_dir: /data/humanscape-babyface/instance
|
26 |
+
instance_prompt: photo of a korean hcwf baby wearing a plain cream beanie, wrapped
|
27 |
+
in a plain cream swaddle, eyes closed, soft lighting, shallow depth of field, 50mm
|
28 |
+
prime lens, pastel background
|
29 |
+
learning_rate: 1.0e-06
|
30 |
+
local_rank: 0
|
31 |
+
logging_dir: logs
|
32 |
+
logit_mean: 0.0
|
33 |
+
logit_std: 1.0
|
34 |
+
lora_blocks: null
|
35 |
+
lora_layers: null
|
36 |
+
lr_num_cycles: 1
|
37 |
+
lr_power: 1.0
|
38 |
+
lr_scheduler: cosine_with_restarts
|
39 |
+
lr_warmup_steps: 0
|
40 |
+
max_grad_norm: 1.0
|
41 |
+
max_sequence_length: 77
|
42 |
+
max_train_steps: 5000
|
43 |
+
mixed_precision: bf16
|
44 |
+
mode_scale: 1.29
|
45 |
+
num_class_images: 20
|
46 |
+
num_train_epochs: 500
|
47 |
+
num_validation_images: 4
|
48 |
+
optimizer: AdamW
|
49 |
+
output_dir: babyface_v7
|
50 |
+
precondition_outputs: 1
|
51 |
+
pretrained_model_name_or_path: stabilityai/stable-diffusion-3.5-large
|
52 |
+
prior_generation_precision: bf16
|
53 |
+
prior_loss_weight: 0.1
|
54 |
+
prodigy_beta3: null
|
55 |
+
prodigy_decouple: true
|
56 |
+
prodigy_safeguard_warmup: true
|
57 |
+
prodigy_use_bias_correction: true
|
58 |
+
push_to_hub: true
|
59 |
+
random_flip: false
|
60 |
+
rank: 4
|
61 |
+
repeats: 1
|
62 |
+
report_to: tensorboard
|
63 |
+
resolution: 1024
|
64 |
+
resume_from_checkpoint: latest
|
65 |
+
revision: null
|
66 |
+
sample_batch_size: 4
|
67 |
+
scale_lr: false
|
68 |
+
seed: null
|
69 |
+
text_encoder_lr: 5.0e-06
|
70 |
+
train_batch_size: 1
|
71 |
+
train_text_encoder: false
|
72 |
+
upcast_before_saving: false
|
73 |
+
use_8bit_adam: true
|
74 |
+
validation_epochs: 50
|
75 |
+
validation_prompt: null
|
76 |
+
variant: null
|
77 |
+
weighting_scheme: logit_normal
|
78 |
+
with_prior_preservation: true
|
logs/dreambooth-sd3-lora/1737638497.843424/events.out.tfevents.1737638497.aigpu08012.4049424.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9dacfda337178b4cc2dcc4219f8d43494e0003c32a30e8ff54da785d43868a43
|
3 |
+
size 3905
|
logs/dreambooth-sd3-lora/1737638497.8562577/hparams.yml
ADDED
@@ -0,0 +1,78 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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: /checkpoints/huggingface/
|
8 |
+
cache_latents: false
|
9 |
+
caption_column: null
|
10 |
+
center_crop: false
|
11 |
+
checkpointing_steps: 500
|
12 |
+
checkpoints_total_limit: null
|
13 |
+
class_data_dir: /data/humanscape-babyface/class_v7
|
14 |
+
class_prompt: photo of a korean baby wearing a plain cream beanie, wrapped in a plain
|
15 |
+
cream swaddle, eyes closed, soft lighting, shallow depth of field, 50mm prime lens,
|
16 |
+
pastel background
|
17 |
+
dataloader_num_workers: 0
|
18 |
+
dataset_config_name: null
|
19 |
+
dataset_name: null
|
20 |
+
gradient_accumulation_steps: 1
|
21 |
+
gradient_checkpointing: true
|
22 |
+
hub_model_id: null
|
23 |
+
hub_token: null
|
24 |
+
image_column: image
|
25 |
+
instance_data_dir: /data/humanscape-babyface/instance
|
26 |
+
instance_prompt: photo of a korean hcwf baby wearing a plain cream beanie, wrapped
|
27 |
+
in a plain cream swaddle, eyes closed, soft lighting, shallow depth of field, 50mm
|
28 |
+
prime lens, pastel background
|
29 |
+
learning_rate: 1.0e-06
|
30 |
+
local_rank: 0
|
31 |
+
logging_dir: logs
|
32 |
+
logit_mean: 0.0
|
33 |
+
logit_std: 1.0
|
34 |
+
lora_blocks: null
|
35 |
+
lora_layers: null
|
36 |
+
lr_num_cycles: 1
|
37 |
+
lr_power: 1.0
|
38 |
+
lr_scheduler: cosine_with_restarts
|
39 |
+
lr_warmup_steps: 0
|
40 |
+
max_grad_norm: 1.0
|
41 |
+
max_sequence_length: 77
|
42 |
+
max_train_steps: 5000
|
43 |
+
mixed_precision: bf16
|
44 |
+
mode_scale: 1.29
|
45 |
+
num_class_images: 20
|
46 |
+
num_train_epochs: 500
|
47 |
+
num_validation_images: 4
|
48 |
+
optimizer: AdamW
|
49 |
+
output_dir: babyface_v7
|
50 |
+
precondition_outputs: 1
|
51 |
+
pretrained_model_name_or_path: stabilityai/stable-diffusion-3.5-large
|
52 |
+
prior_generation_precision: bf16
|
53 |
+
prior_loss_weight: 0.1
|
54 |
+
prodigy_beta3: null
|
55 |
+
prodigy_decouple: true
|
56 |
+
prodigy_safeguard_warmup: true
|
57 |
+
prodigy_use_bias_correction: true
|
58 |
+
push_to_hub: true
|
59 |
+
random_flip: false
|
60 |
+
rank: 4
|
61 |
+
repeats: 1
|
62 |
+
report_to: tensorboard
|
63 |
+
resolution: 1024
|
64 |
+
resume_from_checkpoint: latest
|
65 |
+
revision: null
|
66 |
+
sample_batch_size: 4
|
67 |
+
scale_lr: false
|
68 |
+
seed: null
|
69 |
+
text_encoder_lr: 5.0e-06
|
70 |
+
train_batch_size: 1
|
71 |
+
train_text_encoder: false
|
72 |
+
upcast_before_saving: false
|
73 |
+
use_8bit_adam: true
|
74 |
+
validation_epochs: 50
|
75 |
+
validation_prompt: null
|
76 |
+
variant: null
|
77 |
+
weighting_scheme: logit_normal
|
78 |
+
with_prior_preservation: true
|
logs/dreambooth-sd3-lora/events.out.tfevents.1737629210.aigpu08012.3857556.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e319156821de54b0c0619130adb668fbf3e933ee35a8bf011febe718703628a5
|
3 |
+
size 98450
|
logs/dreambooth-sd3-lora/events.out.tfevents.1737634064.aigpu08012.3960758.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:aa5d80e3614f09dda07d877aa544b9330b2e779c6e54757abc085891f93b8ee3
|
3 |
+
size 95092
|
logs/dreambooth-sd3-lora/events.out.tfevents.1737638497.aigpu08012.4049424.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ffa2e354301f04da8fcfd9b2772ed5696de6e208178cded5ca56ce41daa358f0
|
3 |
+
size 252088
|