End of training
Browse files- .gitattributes +4 -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-1500/optimizer.bin +3 -0
- checkpoint-1500/pytorch_lora_weights.safetensors +3 -0
- checkpoint-1500/random_states_0.pkl +3 -0
- checkpoint-1500/scaler.pt +3 -0
- checkpoint-1500/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 +3 -0
- image_2.png +3 -0
- image_3.png +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,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: anime background
|
13 |
+
widget:
|
14 |
+
- text: anime background
|
15 |
+
output:
|
16 |
+
url: image_0.png
|
17 |
+
- text: anime background
|
18 |
+
output:
|
19 |
+
url: image_1.png
|
20 |
+
- text: anime background
|
21 |
+
output:
|
22 |
+
url: image_2.png
|
23 |
+
- text: anime background
|
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/anime-bg-v0
|
33 |
+
|
34 |
+
<Gallery />
|
35 |
+
|
36 |
+
## Model description
|
37 |
+
|
38 |
+
These are kadirnar/anime-bg-v0 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 anime background to trigger the image generation.
|
45 |
+
|
46 |
+
## Download model
|
47 |
+
|
48 |
+
[Download](kadirnar/anime-bg-v0/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:5a10ac7ba4363c7834b66a277a84ac8fe98403c2bb88c5bfae27d36f54505970
|
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:4517dbf54292be156aaa5692b6ea4c7b46a40a209ff0f6dbe0a9e91296dfd75d
|
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:ce23286fa1528b0a2bf2a085b32d817eec1e69d9b203e4e72044f6912bfa453b
|
3 |
+
size 14280
|
checkpoint-1000/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:41faf124f5a4016612af1b26a639eb3fd3246e45c9c2f299c51ab72aec7db6e7
|
3 |
+
size 988
|
checkpoint-1000/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e9c7e4832fa26caa34076ff5c9cba5e9876eed77945fdb0ff53537f68a49e441
|
3 |
+
size 1000
|
checkpoint-1500/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:71bb810c35d727efa70eed11cfcdcc8cb575203eb3b87d6d97207348ed969149
|
3 |
+
size 9598266
|
checkpoint-1500/pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c45fd2bf89b2739af87a2579155b7a64367d761651b599dbcdb271f4cdc2eeb4
|
3 |
+
size 4742848
|
checkpoint-1500/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:40a16e3359b685b87b64c2b535065faba48f3d1b0c29cb4513ee922726d04a21
|
3 |
+
size 14280
|
checkpoint-1500/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c1c3ce328f1003e41b56cb49ec9712ffdcbcb7e466ad4bd8d9f247f1f37ee936
|
3 |
+
size 988
|
checkpoint-1500/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f4ae44ad293aca3bfab14e1f7892d0c284b0ce13dd5418dd7e7c3352f3609505
|
3 |
+
size 1000
|
checkpoint-500/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:be672be8dc77d8b2468a45876c1b3bc0b59032859b4e7eef96bc178814f41afb
|
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:5f3828eb3f8125ff35f021ff788489cd6db0285cf08a1edd63de47ff3147afda
|
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:22aef39f79ce1b4523b7a40546460a972dbdea2d61de3f8041bed1f0cad10db0
|
3 |
+
size 14280
|
checkpoint-500/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9cbd017e16db499b37d896bc10ff5d97c70037b742e1db05b18242614912c780
|
3 |
+
size 988
|
checkpoint-500/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:03fe7a06c0ebc83fcc2a8d47d16f9486218ea339d99e5f0be10a82410c679b6f
|
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
|
pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c45fd2bf89b2739af87a2579155b7a64367d761651b599dbcdb271f4cdc2eeb4
|
3 |
+
size 4742848
|