TheMindExpansionNetwork
commited on
Commit
•
eb79b77
1
Parent(s):
d8f6a07
End of training
Browse files- .gitattributes +4 -0
- README.md +74 -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,74 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: stabilityai/stable-diffusion-3-medium-diffusers
|
3 |
+
library_name: diffusers
|
4 |
+
license: openrail++
|
5 |
+
tags:
|
6 |
+
- text-to-image
|
7 |
+
- diffusers-training
|
8 |
+
- diffusers
|
9 |
+
- sd3
|
10 |
+
- sd3-diffusers
|
11 |
+
- template:sd-lora
|
12 |
+
instance_prompt: a photo of m1nd3xpand3r person wearing a colorful mask with an eye
|
13 |
+
on the forehead, in a green park with city buildings in the background
|
14 |
+
widget:
|
15 |
+
- text: a photo of m1nd3xpand3r person wearing a colorful mask with an eye on the
|
16 |
+
forehead, standing in a city park with a unique background
|
17 |
+
output:
|
18 |
+
url: image_0.png
|
19 |
+
- text: a photo of m1nd3xpand3r person wearing a colorful mask with an eye on the
|
20 |
+
forehead, standing in a city park with a unique background
|
21 |
+
output:
|
22 |
+
url: image_1.png
|
23 |
+
- text: a photo of m1nd3xpand3r person wearing a colorful mask with an eye on the
|
24 |
+
forehead, standing in a city park with a unique background
|
25 |
+
output:
|
26 |
+
url: image_2.png
|
27 |
+
- text: a photo of m1nd3xpand3r person wearing a colorful mask with an eye on the
|
28 |
+
forehead, standing in a city park with a unique background
|
29 |
+
output:
|
30 |
+
url: image_3.png
|
31 |
+
---
|
32 |
+
|
33 |
+
<!-- This model card has been generated automatically according to the information the training script had access to. You
|
34 |
+
should probably proofread and complete it, then remove this comment. -->
|
35 |
+
|
36 |
+
|
37 |
+
# SD3 DreamBooth LoRA - TheMindExpansionNetwork/m1nd3xpand3r-sd3-lora
|
38 |
+
|
39 |
+
<Gallery />
|
40 |
+
|
41 |
+
## Model description
|
42 |
+
|
43 |
+
These are TheMindExpansionNetwork/m1nd3xpand3r-sd3-lora DreamBooth weights for stabilityai/stable-diffusion-3-medium-diffusers.
|
44 |
+
|
45 |
+
The weights were trained using [DreamBooth](https://dreambooth.github.io/).
|
46 |
+
|
47 |
+
## Trigger words
|
48 |
+
|
49 |
+
You should use a photo of m1nd3xpand3r person wearing a colorful mask with an eye on the forehead, in a green park with city buildings in the background to trigger the image generation.
|
50 |
+
|
51 |
+
## Download model
|
52 |
+
|
53 |
+
[Download](TheMindExpansionNetwork/m1nd3xpand3r-sd3-lora/tree/main) them in the Files & versions tab.
|
54 |
+
|
55 |
+
## License
|
56 |
+
|
57 |
+
Please adhere to the licensing terms as described `[here](https://huggingface.co/stabilityai/stable-diffusion-3-medium/blob/main/LICENSE)`.
|
58 |
+
|
59 |
+
|
60 |
+
## Intended uses & limitations
|
61 |
+
|
62 |
+
#### How to use
|
63 |
+
|
64 |
+
```python
|
65 |
+
# TODO: add an example code snippet for running this diffusion pipeline
|
66 |
+
```
|
67 |
+
|
68 |
+
#### Limitations and bias
|
69 |
+
|
70 |
+
[TODO: provide examples of latent issues and potential remediations]
|
71 |
+
|
72 |
+
## Training details
|
73 |
+
|
74 |
+
[TODO: describe the data used to train the model]
|
checkpoint-500/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f26f741e2125ea5ed607802152cb084f433f595df43e5132509b56c0f8841c89
|
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:43885ec8a08dcf161ece2c2eae772b02912be6deac8a54af6d3b50f31d8604f8
|
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:f2a71edd793c231992ba7ccc3f7c5961dd472b0c1dce49223b4e945f88213a12
|
3 |
+
size 14280
|
checkpoint-500/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cb6c55730206fb79d1a7065bd0fbe9ecc790c0554c5206203e2ace77cf836c39
|
3 |
+
size 988
|
checkpoint-500/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:057a600796740dbb8b918475c4e62e232a5b6fc2a0e6b861b14953592a39a980
|
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:43885ec8a08dcf161ece2c2eae772b02912be6deac8a54af6d3b50f31d8604f8
|
3 |
+
size 4742848
|