nitrosocke
commited on
Commit
•
639d7f6
1
Parent(s):
a948c89
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,44 @@
|
|
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/Ghibli-Diffusion/resolve/main/images/ghibli-diffusion-thumbnail.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 futuristic Sci-Fi theme.
|
16 |
+
Use the tokens
|
17 |
+
`future style`
|
18 |
+
in your prompts for the effect.
|
19 |
+
Trained on Stability.ai's [Stable Diffusion 2.0 Base](https://huggingface.co/stabilityai/stable-diffusion-2-base) with 512x512 resolution.
|
20 |
+
|
21 |
+
**If you enjoy my work or 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 |
+
**Characters rendered with the model:**
|
25 |
+
![Characters Samples]()
|
26 |
+
**Cars and Animals rendered with the model:**
|
27 |
+
![Misc. Samples]()
|
28 |
+
**Landscapes rendered with the model:**
|
29 |
+
![Landscape 1]()
|
30 |
+
|
31 |
+
#### Prompt and settings for the :
|
32 |
+
**future style**
|
33 |
+
_Steps: 20, Sampler: Euler a, CFG scale: 7, Seed: 3123, Size: 512x512_
|
34 |
+
|
35 |
+
#### Prompt and settings for the :
|
36 |
+
**future style**
|
37 |
+
_Steps: 20, Sampler: Euler a, CFG scale: 7, Seed: 123, Size: 512x512_
|
38 |
+
|
39 |
+
This model was trained using the diffusers based dreambooth training by ShivamShrirao using prior-preservation loss and the _train-text-encoder_ flag in 7.000 steps.
|
40 |
+
|
41 |
+
## License
|
42 |
+
|
43 |
+
This model is open access and available to all, with a CreativeML Open RAIL++-M License further specifying rights and usage.
|
44 |
+
[Please read the full license here](https://huggingface.co/stabilityai/stable-diffusion-2/blob/main/LICENSE-MODEL)
|