nitrosocke
commited on
Commit
•
a680515
1
Parent(s):
c9bb54d
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,46 @@
|
|
1 |
---
|
2 |
license: openrail++
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: openrail++
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
tags:
|
6 |
+
- stable-diffusion
|
7 |
+
- text-to-image
|
8 |
+
- diffusers
|
9 |
+
thumbnail: "https://huggingface.co/nitrosocke/Future-Diffusion/resolve/main/images/future-diffusion-thumbnail-2.jpg"
|
10 |
+
inference: false
|
11 |
---
|
12 |
+
|
13 |
+
### Future Diffusion
|
14 |
+
|
15 |
+
This is the fine-tuned Stable Diffusion 2.0 model trained on high quality 3D images with a 768x768 pixel resolution.
|
16 |
+
Use the tokens
|
17 |
+
`redshift style`
|
18 |
+
in your prompts for the effect.
|
19 |
+
Trained on Stability.ai's [Stable Diffusion 2.0](https://huggingface.co/stabilityai/stable-diffusion-2) with 768x768 resolution.
|
20 |
+
|
21 |
+
**If you enjoy my work and want to test new models before release, please consider supporting me**
|
22 |
+
[![Become A Patreon](https://badgen.net/badge/become/a%20patron/F96854)](https://patreon.com/user?u=79196446)
|
23 |
+
|
24 |
+
**Disclaimer: The SD 2.0 model is just a few days old at this point and we still need to figure out how it works exactly. Please view this as an early prototype and experiment with the model.**
|
25 |
+
|
26 |
+
**Characters rendered with the model:**
|
27 |
+
![Characters Samples](https://huggingface.co/nitrosocke/Future-Diffusion/resolve/main/images/redshift-diffusion-768-samples01s.png)
|
28 |
+
**Cars and Animals rendered with the model:**
|
29 |
+
![Misc. Samples](https://huggingface.co/nitrosocke/Future-Diffusion/resolve/main/images/redshift-diffusion-768-samples02s.png)
|
30 |
+
**Landscapes rendered with the model:**
|
31 |
+
![Landscape 1](https://huggingface.co/nitrosocke/Future-Diffusion/resolve/main/images/redshift-diffusion-768-samples03s.png)
|
32 |
+
|
33 |
+
#### Prompt and settings for the Characters:
|
34 |
+
**redshift style [subject] Negative Prompt:**
|
35 |
+
_Steps: 20, Sampler: Euler a, CFG scale: 7, Size: 768x1024_
|
36 |
+
|
37 |
+
#### Prompt and settings for the Landscapes:
|
38 |
+
**redshift style Negative Prompt:**
|
39 |
+
_Steps: 20, Sampler: Euler a, CFG scale: 7, Size: 1152x768_
|
40 |
+
|
41 |
+
This model was trained using the diffusers based dreambooth training by ShivamShrirao using prior-preservation loss and the _train-text-encoder_ flag in 7.500 steps.
|
42 |
+
|
43 |
+
## License
|
44 |
+
|
45 |
+
This model is open access and available to all, with a CreativeML Open RAIL++-M License further specifying rights and usage.
|
46 |
+
[Please read the full license here](https://huggingface.co/stabilityai/stable-diffusion-2/blob/main/LICENSE-MODEL)
|