Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,41 @@
|
|
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 |
+
### Holiday Stop Motion
|
14 |
+
|
15 |
+
This is the fine-tuned Stable Diffusion 1.5 model trained on classic Christmas stop motion tv specials by Rankin and Bass.
|
16 |
+
Use the tokens
|
17 |
+
`rbsm style`
|
18 |
+
in your prompts for the effect.
|
19 |
+
Trained on Stability.ai's 1.5 model ith 768x768 resolution.
|
20 |
+
|
21 |
+
**Characters rendered with the model:**
|
22 |
+
![Characters Samples](https://huggingface.co/nitrosocke/Future-Diffusion/resolve/main/images/future-diffusion-samples01s.png)
|
23 |
+
**Cars and Animals rendered with the model:**
|
24 |
+
![Misc. Samples](https://huggingface.co/nitrosocke/Future-Diffusion/resolve/main/images/future-diffusion-samples02s.png)
|
25 |
+
**Landscapes rendered with the model:**
|
26 |
+
![Landscape 1](https://huggingface.co/nitrosocke/Future-Diffusion/resolve/main/images/future-diffusion-samples03s.png)
|
27 |
+
|
28 |
+
#### Prompt and settings for the Characters:
|
29 |
+
**future style [subject] Negative Prompt: duplicate heads bad anatomy**
|
30 |
+
_Steps: 20, Sampler: Euler a, CFG scale: 7, Size: 512x704_
|
31 |
+
|
32 |
+
#### Prompt and settings for the Landscapes:
|
33 |
+
**future style city market street level at night Negative Prompt: blurry fog soft**
|
34 |
+
_Steps: 20, Sampler: Euler a, CFG scale: 7, Size: 1024x576_
|
35 |
+
|
36 |
+
This model was trained using fast-DreamBooth colab by TheLastBen with text_trainer_encoder for 10 and 8000 steps.
|
37 |
+
|
38 |
+
## License
|
39 |
+
|
40 |
+
This model is open access and available to all, with a CreativeML Open RAIL++-M License further specifying rights and usage.
|
41 |
+
[Please read the full license here](https://huggingface.co/stabilityai/stable-diffusion-2/blob/main/LICENSE-MODEL)
|