End of training
Browse files- README.md +77 -0
- checkpoint-1000/optimizer.bin +3 -0
- checkpoint-1000/random_states_0.pkl +3 -0
- checkpoint-1000/scaler.pt +3 -0
- checkpoint-1000/scheduler.bin +3 -0
- checkpoint-1500/optimizer.bin +3 -0
- checkpoint-1500/random_states_0.pkl +3 -0
- checkpoint-1500/scaler.pt +3 -0
- checkpoint-1500/scheduler.bin +3 -0
- checkpoint-2000/optimizer.bin +3 -0
- checkpoint-2000/random_states_0.pkl +3 -0
- checkpoint-2000/scaler.pt +3 -0
- checkpoint-2000/scheduler.bin +3 -0
- checkpoint-2500/optimizer.bin +3 -0
- checkpoint-2500/random_states_0.pkl +3 -0
- checkpoint-2500/scaler.pt +3 -0
- checkpoint-2500/scheduler.bin +3 -0
- checkpoint-3000/optimizer.bin +3 -0
- checkpoint-3000/random_states_0.pkl +3 -0
- checkpoint-3000/scaler.pt +3 -0
- checkpoint-3000/scheduler.bin +3 -0
- checkpoint-500/optimizer.bin +3 -0
- checkpoint-500/random_states_0.pkl +3 -0
- checkpoint-500/scaler.pt +3 -0
- checkpoint-500/scheduler.bin +3 -0
- pytorch_sae_weights.safetensors +3 -0
README.md
ADDED
@@ -0,0 +1,77 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: stabilityai/stable-diffusion-3-medium-diffusers
|
3 |
+
library_name: diffusers
|
4 |
+
license: other
|
5 |
+
widget: []
|
6 |
+
tags:
|
7 |
+
- text-to-image
|
8 |
+
- diffusers-training
|
9 |
+
- diffusers
|
10 |
+
- sae
|
11 |
+
- template:sd-sae
|
12 |
+
- sd3
|
13 |
+
- sd3-diffusers
|
14 |
+
---
|
15 |
+
|
16 |
+
<!-- This model card has been generated automatically according to the information the training script had access to. You
|
17 |
+
should probably proofread and complete it, then remove this comment. -->
|
18 |
+
|
19 |
+
|
20 |
+
# SD3 DreamBooth LoRA - xin0920/trained-sd3-saenewdatak128
|
21 |
+
|
22 |
+
<Gallery />
|
23 |
+
|
24 |
+
## Model description
|
25 |
+
|
26 |
+
These are xin0920/trained-sd3-saenewdatak128 DreamBooth LoRA weights for stabilityai/stable-diffusion-3-medium-diffusers.
|
27 |
+
|
28 |
+
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).
|
29 |
+
|
30 |
+
Was LoRA for the text encoder enabled? True.
|
31 |
+
|
32 |
+
## Trigger words
|
33 |
+
|
34 |
+
You should use `None` to trigger the image generation.
|
35 |
+
|
36 |
+
## Download model
|
37 |
+
|
38 |
+
[Download the *.safetensors LoRA](xin0920/trained-sd3-saenewdatak128/tree/main) in the Files & versions tab.
|
39 |
+
|
40 |
+
## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
|
41 |
+
|
42 |
+
```py
|
43 |
+
from diffusers import AutoPipelineForText2Image
|
44 |
+
import torch
|
45 |
+
pipeline = AutoPipelineForText2Image.from_pretrained(stabilityai/stable-diffusion-3-medium-diffusers, torch_dtype=torch.float16).to('cuda')
|
46 |
+
pipeline.load_lora_weights('xin0920/trained-sd3-saenewdatak128', weight_name='pytorch_lora_weights.safetensors')
|
47 |
+
image = pipeline('None').images[0]
|
48 |
+
```
|
49 |
+
|
50 |
+
### Use it with UIs such as AUTOMATIC1111, Comfy UI, SD.Next, Invoke
|
51 |
+
|
52 |
+
- **LoRA**: download **[`diffusers_lora_weights.safetensors` here 💾](/xin0920/trained-sd3-saenewdatak128/blob/main/diffusers_lora_weights.safetensors)**.
|
53 |
+
- Rename it and place it on your `models/Lora` folder.
|
54 |
+
- 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/).
|
55 |
+
|
56 |
+
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)
|
57 |
+
|
58 |
+
## License
|
59 |
+
|
60 |
+
Please adhere to the licensing terms as described [here](https://huggingface.co/stabilityai/stable-diffusion-3-medium/blob/main/LICENSE.md).
|
61 |
+
|
62 |
+
|
63 |
+
## Intended uses & limitations
|
64 |
+
|
65 |
+
#### How to use
|
66 |
+
|
67 |
+
```python
|
68 |
+
# TODO: add an example code snippet for running this diffusion pipeline
|
69 |
+
```
|
70 |
+
|
71 |
+
#### Limitations and bias
|
72 |
+
|
73 |
+
[TODO: provide examples of latent issues and potential remediations]
|
74 |
+
|
75 |
+
## Training details
|
76 |
+
|
77 |
+
[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:44d9c7c62d562a823eec47614ac28c588e29a2302ad95bbc697d0d9edbb6c0d7
|
3 |
+
size 7084000210
|
checkpoint-1000/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:07b948547bd60765a4bcc0381a871f9d1e731c52aebb5402b6a15d7d98edd9d2
|
3 |
+
size 15124
|
checkpoint-1000/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:38edcafd2a1a137f83b4df1f67e282cff7b9a58e3e5a43937356ad830cdbdce4
|
3 |
+
size 988
|
checkpoint-1000/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8eb0148942a6d6649a902498461d82719870e90d14394ba90c7466e9760ca93b
|
3 |
+
size 1064
|
checkpoint-1500/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2154d536b539622e31d9aa37fe2371312646d2de1e897f1038766b679d838c7e
|
3 |
+
size 7084000210
|
checkpoint-1500/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:db3707d5148cc734c9b9ca94a385cd567cccb568d39fac9a6975fda47dcc06b0
|
3 |
+
size 15124
|
checkpoint-1500/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:131067c5ed45cdc869e573d360c18180aba67fa2f3bacc682934b16ccfbe8bb7
|
3 |
+
size 988
|
checkpoint-1500/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:65cb862fb23a9e14e7305bed1c3250e4ee69e32c68e2b295ef28606b70c8ed83
|
3 |
+
size 1064
|
checkpoint-2000/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b314ac2a210fde2a82eaefb37cc6bb60f40802f0163d3e0682ba550fe33d3324
|
3 |
+
size 7084000210
|
checkpoint-2000/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9ca6c69277a68be4a62e0285c6949b258065228b21daf730ad682c1a4f45fd32
|
3 |
+
size 15124
|
checkpoint-2000/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c5859a211202b59d1fcaddcda318761a79aea5262a362ad0f87451186011af97
|
3 |
+
size 988
|
checkpoint-2000/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:19c78c37f4cb7770d0bffb418614aaeee08c12301e78aaa5ba4147d0d75e49e3
|
3 |
+
size 1064
|
checkpoint-2500/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8595ff2b4b078e508d358ecde6ac61ce0ca019751586fa443cf0c33286bdd5b4
|
3 |
+
size 7084000210
|
checkpoint-2500/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d87d5c89e291d526325c11607799b88c24977dda473f8e7818d6b4c43db241ae
|
3 |
+
size 15124
|
checkpoint-2500/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:efca2f315e75bdb8d5777ab8a573c085ae2dc7c0e757d051d99a63d85dc86776
|
3 |
+
size 988
|
checkpoint-2500/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bf684523dd69d40da2b476bbb934c817b68c64442c41bc2265722e8aefd53ec7
|
3 |
+
size 1064
|
checkpoint-3000/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c582e5baa576aa5e21618f96867e60e6c5307a339e32b9391fc3f5b68f21475a
|
3 |
+
size 7084000210
|
checkpoint-3000/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1b65eb58406b490af39d4951c3af76d12661f9ec0d49579a21161cc10a362c3e
|
3 |
+
size 15124
|
checkpoint-3000/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b1e73d3d5db72a97e5951c3918f91ff0e0c948500f238960f6267decee401eb4
|
3 |
+
size 988
|
checkpoint-3000/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e0d882a449a281e8a9d119d0e51ad199d1e623c1ece4bb2adffe7184c4efdaf8
|
3 |
+
size 1064
|
checkpoint-500/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e9feed2d79ac2ff73ef4b4f8b13a5d29798b191a02286eceb41015cd12de23a9
|
3 |
+
size 7084000210
|
checkpoint-500/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bfda09afa3513fc3c916948496cc419ba3ed810e5830569eb1f754123fa463c6
|
3 |
+
size 15124
|
checkpoint-500/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:59fa9df7f0c5fb036f5802e18612437cf2ad4e2d615424e13b6d28344d5dcf2d
|
3 |
+
size 988
|
checkpoint-500/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dbf432684a8d62ec83fa756030ab6573b4bcbccf442976aadf73c1b06b45d9b0
|
3 |
+
size 1064
|
pytorch_sae_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7f106e8e62a7bfb3a963e6bd07cc95558c9ad04ffa6aad1b27ef85eb48d914f5
|
3 |
+
size 1423033900
|