End of training
Browse files- .gitattributes +1 -0
- README.md +83 -0
- checkpoint-100/optimizer.bin +3 -0
- checkpoint-100/pytorch_lora_weights.safetensors +3 -0
- checkpoint-100/random_states_0.pkl +3 -0
- checkpoint-100/scaler.pt +3 -0
- checkpoint-100/scheduler.bin +3 -0
- checkpoint-150/optimizer.bin +3 -0
- checkpoint-150/pytorch_lora_weights.safetensors +3 -0
- checkpoint-150/random_states_0.pkl +3 -0
- checkpoint-150/scaler.pt +3 -0
- checkpoint-150/scheduler.bin +3 -0
- checkpoint-200/optimizer.bin +3 -0
- checkpoint-200/pytorch_lora_weights.safetensors +3 -0
- checkpoint-200/random_states_0.pkl +3 -0
- checkpoint-200/scaler.pt +3 -0
- checkpoint-200/scheduler.bin +3 -0
- checkpoint-50/optimizer.bin +3 -0
- checkpoint-50/pytorch_lora_weights.safetensors +3 -0
- checkpoint-50/random_states_0.pkl +3 -0
- checkpoint-50/scaler.pt +3 -0
- checkpoint-50/scheduler.bin +3 -0
- image_0.png +3 -0
- pytorch_lora_weights.safetensors +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,4 @@ 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
|
README.md
ADDED
|
@@ -0,0 +1,83 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: stabilityai/stable-diffusion-3.5-large-turbo
|
| 3 |
+
library_name: diffusers
|
| 4 |
+
license: other
|
| 5 |
+
instance_prompt: a realistic design of a retail shop using QuboM interior system of
|
| 6 |
+
visplay metal system provider
|
| 7 |
+
widget:
|
| 8 |
+
- text: a realistic design of a retail shop using QuboM interior system
|
| 9 |
+
output:
|
| 10 |
+
url: image_0.png
|
| 11 |
+
tags:
|
| 12 |
+
- text-to-image
|
| 13 |
+
- diffusers-training
|
| 14 |
+
- diffusers
|
| 15 |
+
- lora
|
| 16 |
+
- template:sd-lora
|
| 17 |
+
- sd3.5-large
|
| 18 |
+
- sd3.5
|
| 19 |
+
- sd3.5-diffusers
|
| 20 |
+
---
|
| 21 |
+
|
| 22 |
+
<!-- This model card has been generated automatically according to the information the training script had access to. You
|
| 23 |
+
should probably proofread and complete it, then remove this comment. -->
|
| 24 |
+
|
| 25 |
+
|
| 26 |
+
# SD3.5-Large DreamBooth LoRA - Shubham9280/trained-sd3-visplay_lora_large_07_sept
|
| 27 |
+
|
| 28 |
+
<Gallery />
|
| 29 |
+
|
| 30 |
+
## Model description
|
| 31 |
+
|
| 32 |
+
These are Shubham9280/trained-sd3-visplay_lora_large_07_sept DreamBooth LoRA weights for stabilityai/stable-diffusion-3.5-large-turbo.
|
| 33 |
+
|
| 34 |
+
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).
|
| 35 |
+
|
| 36 |
+
Was LoRA for the text encoder enabled? False.
|
| 37 |
+
|
| 38 |
+
## Trigger words
|
| 39 |
+
|
| 40 |
+
You should use `a realistic design of a retail shop using QuboM interior system of visplay metal system provider` to trigger the image generation.
|
| 41 |
+
|
| 42 |
+
## Download model
|
| 43 |
+
|
| 44 |
+
[Download the *.safetensors LoRA](Shubham9280/trained-sd3-visplay_lora_large_07_sept/tree/main) in the Files & versions tab.
|
| 45 |
+
|
| 46 |
+
## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
|
| 47 |
+
|
| 48 |
+
```py
|
| 49 |
+
from diffusers import AutoPipelineForText2Image
|
| 50 |
+
import torch
|
| 51 |
+
pipeline = AutoPipelineForText2Image.from_pretrained(stabilityai/stable-diffusion-3.5-large-turbo, torch_dtype=torch.float16).to('cuda')
|
| 52 |
+
pipeline.load_lora_weights('Shubham9280/trained-sd3-visplay_lora_large_07_sept', weight_name='pytorch_lora_weights.safetensors')
|
| 53 |
+
image = pipeline('a realistic design of a retail shop using QuboM interior system').images[0]
|
| 54 |
+
```
|
| 55 |
+
|
| 56 |
+
### Use it with UIs such as AUTOMATIC1111, Comfy UI, SD.Next, Invoke
|
| 57 |
+
|
| 58 |
+
- **LoRA**: download **[`diffusers_lora_weights.safetensors` here 💾](/Shubham9280/trained-sd3-visplay_lora_large_07_sept/blob/main/diffusers_lora_weights.safetensors)**.
|
| 59 |
+
- Rename it and place it on your `models/Lora` folder.
|
| 60 |
+
- 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/).
|
| 61 |
+
|
| 62 |
+
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)
|
| 63 |
+
|
| 64 |
+
## License
|
| 65 |
+
|
| 66 |
+
Please adhere to the licensing terms as described [here](https://huggingface.co/stabilityai/stable-diffusion-3.5-large/blob/main/LICENSE.md).
|
| 67 |
+
|
| 68 |
+
|
| 69 |
+
## Intended uses & limitations
|
| 70 |
+
|
| 71 |
+
#### How to use
|
| 72 |
+
|
| 73 |
+
```python
|
| 74 |
+
# TODO: add an example code snippet for running this diffusion pipeline
|
| 75 |
+
```
|
| 76 |
+
|
| 77 |
+
#### Limitations and bias
|
| 78 |
+
|
| 79 |
+
[TODO: provide examples of latent issues and potential remediations]
|
| 80 |
+
|
| 81 |
+
## Training details
|
| 82 |
+
|
| 83 |
+
[TODO: describe the data used to train the model]
|
checkpoint-100/optimizer.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ead8b922429be53b6ead4ffece29b545a0a7002647a72f20a8c4f2388a787bc8
|
| 3 |
+
size 47671741
|
checkpoint-100/pytorch_lora_weights.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a2ece5cb9294d670c5351c286330959f3ade4b03ec146791bf133e35e099cc00
|
| 3 |
+
size 23659664
|
checkpoint-100/random_states_0.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:69aa6d0d05d9bfece2895bb4a3fc2c1438d427a5ca666b2e432985af4405baa4
|
| 3 |
+
size 14821
|
checkpoint-100/scaler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c4393a84a3109995aa1202073b039b12062e3189ed89aa0b94ef0510ba843009
|
| 3 |
+
size 1383
|
checkpoint-100/scheduler.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:648bc51e3c9a2e55e6cc123db46b0571f6c3ccafafa861b37b9d1bbca66e8aa6
|
| 3 |
+
size 1401
|
checkpoint-150/optimizer.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:22da6b4544172c350a8b5bd5124ab7b8761bdb08cb55e2b376b66c4538ef3e59
|
| 3 |
+
size 47671741
|
checkpoint-150/pytorch_lora_weights.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:81e7afb5ea4c49acd59c7c88b02b68d00884f653ac58eaeed1eaa9b00d83b39e
|
| 3 |
+
size 23659664
|
checkpoint-150/random_states_0.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ad4b1851b33376f832c26abf6dc1783c88681e986fba44c764e8b8e0a5bc5881
|
| 3 |
+
size 14821
|
checkpoint-150/scaler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b7a646a858b71ab76099f4dca96d8db39ffde2f88258f5a4b082ff62947bcc11
|
| 3 |
+
size 1383
|
checkpoint-150/scheduler.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:83e1374ad5651fb5b46e846db61713c5ed408681167d4d52ef840ffcd76759de
|
| 3 |
+
size 1401
|
checkpoint-200/optimizer.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8adecee75a607146e5b70fe675ea4dcda1297bbcf7435493880b6bf619f1d1e0
|
| 3 |
+
size 47671741
|
checkpoint-200/pytorch_lora_weights.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9350f17ffac60dabf0f819750b8f7e8a24105cb5abbc33e686928a9f6b327df4
|
| 3 |
+
size 23659664
|
checkpoint-200/random_states_0.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:122b47fa18bd26926c14630d291cf9e968b8f6babe811b534c3e36eaffa3e251
|
| 3 |
+
size 14821
|
checkpoint-200/scaler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:124625e167eb28acbfc793cfcb3e8a08b32e7fea06501462bc9e420a5e1beb2a
|
| 3 |
+
size 1383
|
checkpoint-200/scheduler.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6aa08c8f56f980f14ff2093a782557cf6b0b1d5cda0cb866d1500d2adc02e385
|
| 3 |
+
size 1401
|
checkpoint-50/optimizer.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d8dd6ce9b4df43a1c17dce256b18876a72a183cb32606bf2155e91301cef4534
|
| 3 |
+
size 47671741
|
checkpoint-50/pytorch_lora_weights.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d28bd9eedf2254f3b0878a5afaa685225c022d372c0d5b25c25ab64a7a52965f
|
| 3 |
+
size 23659664
|
checkpoint-50/random_states_0.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:13da889129e84262d48d89efc8e2469cf73c1af62d1165870a0648cc30086aca
|
| 3 |
+
size 14821
|
checkpoint-50/scaler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5cd0e9d505fbc3f97feb166d29026132bdf14eb3e5c7ff77beebc303ee666f96
|
| 3 |
+
size 1383
|
checkpoint-50/scheduler.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bed9c1e8fd5f236ded29b5c2ddd3dea3b696f0fe28e3acb117996734f570302b
|
| 3 |
+
size 1401
|
image_0.png
ADDED
|
Git LFS Details
|
pytorch_lora_weights.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:149c84239820fffc1fd5582285dfddb1be21bdf097035b37dbf685989aa2676b
|
| 3 |
+
size 11868760
|