End of training
Browse files- .gitattributes +1 -0
- README.md +69 -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-500/optimizer.bin +3 -0
- checkpoint-500/pytorch_lora_weights.safetensors +3 -0
- checkpoint-500/random_states_0.pkl +3 -0
- checkpoint-500/scaler.pt +3 -0
- checkpoint-500/scheduler.bin +3 -0
- image_0.png +3 -0
- image_1.png +0 -0
- image_2.png +0 -0
- image_3.png +0 -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,69 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: openrail++
|
3 |
+
library_name: diffusers
|
4 |
+
tags:
|
5 |
+
- text-to-image
|
6 |
+
- diffusers-training
|
7 |
+
- diffusers
|
8 |
+
- sd3
|
9 |
+
- sd3-diffusers
|
10 |
+
- template:sd-lora
|
11 |
+
base_model: stabilityai/stable-diffusion-3-medium-diffusers
|
12 |
+
instance_prompt: This photo is the Fenerbahce outfit, only outfit
|
13 |
+
widget:
|
14 |
+
- text: This photo is the Fenerbahce outfit, only outfit
|
15 |
+
output:
|
16 |
+
url: image_0.png
|
17 |
+
- text: This photo is the Fenerbahce outfit, only outfit
|
18 |
+
output:
|
19 |
+
url: image_1.png
|
20 |
+
- text: This photo is the Fenerbahce outfit, only outfit
|
21 |
+
output:
|
22 |
+
url: image_2.png
|
23 |
+
- text: This photo is the Fenerbahce outfit, only outfit
|
24 |
+
output:
|
25 |
+
url: image_3.png
|
26 |
+
---
|
27 |
+
|
28 |
+
<!-- This model card has been generated automatically according to the information the training script had access to. You
|
29 |
+
should probably proofread and complete it, then remove this comment. -->
|
30 |
+
|
31 |
+
|
32 |
+
# SD3 DreamBooth LoRA - kadirnar/fb-outfit
|
33 |
+
|
34 |
+
<Gallery />
|
35 |
+
|
36 |
+
## Model description
|
37 |
+
|
38 |
+
These are kadirnar/fb-outfit DreamBooth weights for stabilityai/stable-diffusion-3-medium-diffusers.
|
39 |
+
|
40 |
+
The weights were trained using [DreamBooth](https://dreambooth.github.io/).
|
41 |
+
|
42 |
+
## Trigger words
|
43 |
+
|
44 |
+
You should use This photo is the Fenerbahce outfit, only outfit to trigger the image generation.
|
45 |
+
|
46 |
+
## Download model
|
47 |
+
|
48 |
+
[Download](kadirnar/fb-outfit/tree/main) them in the Files & versions tab.
|
49 |
+
|
50 |
+
## License
|
51 |
+
|
52 |
+
Please adhere to the licensing terms as described `[here](https://huggingface.co/stabilityai/stable-diffusion-3-medium/blob/main/LICENSE)`.
|
53 |
+
|
54 |
+
|
55 |
+
## Intended uses & limitations
|
56 |
+
|
57 |
+
#### How to use
|
58 |
+
|
59 |
+
```python
|
60 |
+
# TODO: add an example code snippet for running this diffusion pipeline
|
61 |
+
```
|
62 |
+
|
63 |
+
#### Limitations and bias
|
64 |
+
|
65 |
+
[TODO: provide examples of latent issues and potential remediations]
|
66 |
+
|
67 |
+
## Training details
|
68 |
+
|
69 |
+
[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:90d368c577496fb33c202991b5c8f7e8bdcac0ea1f4a4a175e525a64cd39dca8
|
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:6ed987a36dcfbf5e4832e15da9bff4805c57902ed06bb7743d1925da39f20be0
|
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:b2ac618e2696fbb0d05cc1b6f90a281d5f1df5bedbc7cf4bfc41a135e768876e
|
3 |
+
size 14280
|
checkpoint-1000/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:897b9e925072c5036069895a86fdf9a3b930392976b3fec98419832d6316a34e
|
3 |
+
size 988
|
checkpoint-1000/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9f6af11521c0c0d14fdd6e82d8ec5911244b02ea29f81b3d637bff43e943272d
|
3 |
+
size 1000
|
checkpoint-500/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5bff4c5d75d39c04eeba15faf21d4ecdab0c73746f1d7f8efd64f7a8d5ba9dc0
|
3 |
+
size 9598266
|
checkpoint-500/pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:48b57a02f6393326c34ea8b258892f537e19f7f43c09a45180c94b957cce6e28
|
3 |
+
size 4742848
|
checkpoint-500/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f2bb4d8f673fb97b549fa1f7ca3c8a605b4a47ea9af8cd731de11d000daf7961
|
3 |
+
size 14280
|
checkpoint-500/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ee75c056cd7d932ddebdfc2c65de1f6da3b8e1ffa3fc8d98b2be76187f39616f
|
3 |
+
size 988
|
checkpoint-500/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9143699c599d11113eee5be173bae590626973a8bbbd1d393702f3ba2ff6ff01
|
3 |
+
size 1000
|
image_0.png
ADDED
Git LFS Details
|
image_1.png
ADDED
image_2.png
ADDED
image_3.png
ADDED
pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6ed987a36dcfbf5e4832e15da9bff4805c57902ed06bb7743d1925da39f20be0
|
3 |
+
size 4742848
|