Bshiblobble commited on
Commit
02d9505
Β·
verified Β·
1 Parent(s): a185b40

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +127 -3
README.md CHANGED
@@ -1,3 +1,127 @@
1
- ---
2
- license: openrail
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: openrail
3
+ base_model:
4
+ - Laxhar/noobai-XL-1.1
5
+ tags:
6
+ - illustration
7
+ - art
8
+ - fantasy
9
+ - textured
10
+ library_name: diffusers
11
+ ---
12
+ 🟑**SquishySliMIX v2.0**🟑
13
+
14
+ A checkpoint I made with the intent on getting more of a painterly vibe with some semi-realism as well.
15
+ It is based off NoobAI1.1 which was merged with a few style GloRAs I made.
16
+
17
+ The focus of the mix is first and foremost on color and texture to reinforce visual storytelling.
18
+
19
+ 🟑**Basic use**:
20
+
21
+ - put ``masterpiece, best quality, absurdres`` at the start of your prompt.
22
+ - put ``worst quality, low quality, lowres, bad anatomy, bad hands`` in negative, add more negative as needed.
23
+
24
+ 🟑**Advanced use**:
25
+
26
+ You can add any of the following to your prompt.
27
+ - ``color theme``, to make the general vibe of your image more toward that color (e.g using ``red theme`` will try to make everything more red).
28
+ - ``high contrast`` to reinforce the contrast between dark values and light values.
29
+ - ``color theme 1, color theme 2, color contrast`` to create an image with two contrasty color themes (might require weight tinkering because some are stronger than others).
30
+
31
+ You can always look at the preview images to get ideas of what is possible.
32
+
33
+ 🟑**Recommended settings**:
34
+
35
+ - 832x1216 resolution (for characters) or 1216x832 resolution (for landscapes).
36
+ - Euler A sampler with Align Your Steps scheduler.
37
+ - 24 Steps with a CFG of 6.
38
+ - 0.2-0.3 strength with 8 steps UltraSharp upscaler.
39
+
40
+ 🟑**Others**:
41
+
42
+ - The ``Forge Couple`` extension assuming your version of Forge or reForge supports it
43
+ - Anzhc's [FaceV2 adetailer](https://huggingface.co/Anzhc/Anzhcs_YOLOs/blob/main/Anzhc%20Face%20seg%20640%20v2%20y8n.pt) at 0.3 denoising strength and 1024x1024 resolution
44
+
45
+ 🟑**Previews**:
46
+
47
+ <style>
48
+
49
+ .custom-table td {
50
+ width: 16.161616161616%;
51
+ }
52
+ .custom-image-container {
53
+ position: relative;
54
+ width: 100%;
55
+ height: 50%;
56
+ border-radius: 0.5em;
57
+ overflow: hidden;
58
+ align-items: center;
59
+ }
60
+ .custom-image {
61
+ width: auto;
62
+ height: 50%;
63
+ border-radius: 0.5em;
64
+ object-fit: cover;
65
+ transition: all 0.3s ease;
66
+ }
67
+ .custom-image-container:hover .custom-image {
68
+ transform: scale(1.2);
69
+ }
70
+ </style>
71
+ <table class="custom-table">
72
+ <tr>
73
+ <td>
74
+ <div class="custom-image-container">
75
+ <img class="custom-image" src="previews/01.png" alt="Preview">
76
+ </div>
77
+ </td>
78
+ <td>
79
+ <div class="custom-image-container">
80
+ <img class="custom-image" src="previews/02.png" alt="Preview">
81
+ </div>
82
+ </td>
83
+ <td>
84
+ <div class="custom-image-container">
85
+ <img class="custom-image" src="previews/03.png" alt="Preview">
86
+ </div>
87
+ </td>
88
+ </tr>
89
+ <tr>
90
+ <td>
91
+ <div class="custom-image-container">
92
+ <img class="custom-image" src="previews/04.png" alt="Preview">
93
+ </div>
94
+ </td>
95
+ <td>
96
+ <div class="custom-image-container">
97
+ <img class="custom-image" src="previews/05.png" alt="Preview">
98
+ </div>
99
+ </td>
100
+ <td>
101
+ <div class="custom-image-container">
102
+ <img class="custom-image" src="previews/06.png" alt="Preview">
103
+ </div>
104
+ </td>
105
+ </tr>
106
+ <tr>
107
+ <td>
108
+ <div class="custom-image-container">
109
+ <img class="custom-image" src="previews/07.png" alt="Preview">
110
+ </div>
111
+ </td>
112
+ <td>
113
+ <div class="custom-image-container">
114
+ <img class="custom-image" src="previews/08.png" alt="Preview">
115
+ </div>
116
+ </td>
117
+ <td>
118
+ <div class="custom-image-container">
119
+ <img class="custom-image" src="previews/09.png" alt="Preview">
120
+ </div>
121
+ </td>
122
+ </tr>
123
+ </table>
124
+
125
+ 🟑**Easy Download**:
126
+
127
+ [here](https://huggingface.co/Bshiblobble/SquishySliMIX_v2/resolve/main/SquishySliMIX_v2.safetensors?download=true)