Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,57 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: creativeml-openrail-m
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
tags:
|
6 |
+
- Stable Diffusion
|
7 |
+
- text-to-image
|
8 |
+
---
|
9 |
+
|
10 |
+
- [V2.0examples](#v20-examples)
|
11 |
+
- [V2.1examples](#v21-examples)
|
12 |
+
|
13 |
+
# Updates
|
14 |
+
|
15 |
+
* added noise offset
|
16 |
+
* better effect
|
17 |
+
* fix clip
|
18 |
+
|
19 |
+
# Recommended Parameter settings
|
20 |
+
|
21 |
+
* clip skip:2
|
22 |
+
* Sampler:DPM++ SDE Karras
|
23 |
+
* used [EasyNegative](https://civitai.com/models/7808/easynegative) in NEGATIVE prompt
|
24 |
+
|
25 |
+
# About V2.1
|
26 |
+
|
27 |
+
* Compared with 2.0, the picture composition of 2.1 is more stable but the performance is weaker than that of 2.0.
|
28 |
+
|
29 |
+
# V2.0 examples
|
30 |
+
<img src=https://huggingface.co/rim0/dreambox-mix-P/resolve/main/images/00293-3062384056.png>
|
31 |
+
<img src=https://huggingface.co/rim0/dreambox-mix-P/resolve/main/images/00421-3062384063.png>
|
32 |
+
<img src=https://huggingface.co/rim0/dreambox-mix-P/resolve/main/images/00389-1879278384.png>
|
33 |
+
<img src=https://huggingface.co/rim0/dreambox-mix-P/resolve/main/images/00394-1879278384.png>
|
34 |
+
<img src=https://huggingface.co/rim0/dreambox-mix-P/resolve/main/images/00345-787073236.png>
|
35 |
+
<img src=https://huggingface.co/rim0/dreambox-mix-P/resolve/main/images/00675-4003135891.png>
|
36 |
+
<img src=https://huggingface.co/rim0/dreambox-mix-P/resolve/main/images/00653-3722160125.png>
|
37 |
+
<img src=https://huggingface.co/rim0/dreambox-mix-P/resolve/main/images/tmpqh1elw57.png>
|
38 |
+
<img src=https://huggingface.co/rim0/dreambox-mix-P/resolve/main/images/tmpjy2yvsc_.png>
|
39 |
+
<img src=https://huggingface.co/rim0/dreambox-mix-P/resolve/main/images/tmpbmeb3siu.png>
|
40 |
+
<img src=https://huggingface.co/rim0/dreambox-mix-P/resolve/main/images/00291-3971651375.png>
|
41 |
+
<img src=https://huggingface.co/rim0/dreambox-mix-P/resolve/main/images/00299-298724055.png>
|
42 |
+
<img src=https://huggingface.co/rim0/dreambox-mix-P/resolve/main/images/00377-2175492882.png>
|
43 |
+
<img src=https://huggingface.co/rim0/dreambox-mix-P/resolve/main/images/00496-2175492885.png>
|
44 |
+
<img src=https://huggingface.co/rim0/dreambox-mix-P/resolve/main/images/00483-3167056862.png>
|
45 |
+
<img src=https://huggingface.co/rim0/dreambox-mix-P/resolve/main/images/00600-2925468646.png>
|
46 |
+
<img src=https://huggingface.co/rim0/dreambox-mix-P/resolve/main/images/00310-936365577.png>
|
47 |
+
|
48 |
+
# V2.1 examples
|
49 |
+
<img src=https://huggingface.co/rim0/dreambox-mix-P/resolve/main/images/xyz_grid-0084-2009763082.png>
|
50 |
+
<img src=https://huggingface.co/rim0/dreambox-mix-P/resolve/main/images/xyz_grid-0079-2090762385.png>
|
51 |
+
<img src=https://huggingface.co/rim0/dreambox-mix-P/resolve/main/images/xyz_grid-0074-3586713131.png>
|
52 |
+
<img src=https://huggingface.co/rim0/dreambox-mix-P/resolve/main/images/xyz_grid-0081-2804914475.png>
|
53 |
+
<img src=https://huggingface.co/rim0/dreambox-mix-P/resolve/main/images/xyz_grid-0080-1546685535.png>
|
54 |
+
|
55 |
+
If you like this mod you can support me [here](https://ko-fi.com/rimg0).
|
56 |
+
|
57 |
+
- [Back to top](#updates)
|