Update README.md
Browse files
README.md
CHANGED
@@ -25,6 +25,45 @@ Switch to FairAI license. (Still no commercial use.)
|
|
25 |
<img src="https://cdn-uploads.huggingface.co/production/uploads/6456af6195082f722d178522/oKTevlG-qi5Jfdy6TkGeI.png" height="576">
|
26 |
</table>
|
27 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
28 |
|
29 |
# Code Example
|
30 |
|
|
|
25 |
<img src="https://cdn-uploads.huggingface.co/production/uploads/6456af6195082f722d178522/oKTevlG-qi5Jfdy6TkGeI.png" height="576">
|
26 |
</table>
|
27 |
|
28 |
+
# UI Guide
|
29 |
+
|
30 |
+
## SD.Next
|
31 |
+
URL: https://github.com/vladmandic/automatic/
|
32 |
+
|
33 |
+
Switch to the dev branch:
|
34 |
+
```
|
35 |
+
git checkout dev
|
36 |
+
```
|
37 |
+
Go to Models -> Huggingface and type `Disty0/sotediffusion-wuerstchen3-alpha1-decoder` into the model name and press download.
|
38 |
+
Load `Disty0/sotediffusion-wuerstchen3-alpha1-decoder` after the download process is complete.
|
39 |
+
|
40 |
+
Prompt:
|
41 |
+
```
|
42 |
+
very aesthetic, best quality, newest,
|
43 |
+
```
|
44 |
+
|
45 |
+
Negative Prompt:
|
46 |
+
```
|
47 |
+
very displeasing, worst quality, oldest, monochrome, sketch, realistic,
|
48 |
+
```
|
49 |
+
|
50 |
+
Parameters:
|
51 |
+
Sampler: Default
|
52 |
+
|
53 |
+
Steps: 30 or 40
|
54 |
+
Secondary Steps: 10
|
55 |
+
|
56 |
+
CFG: 8
|
57 |
+
Secondary CFG: 1 or 1.2
|
58 |
+
|
59 |
+
Resolution: 1024x1536, 2048x1152
|
60 |
+
Anything works as long as it's a multiply of 128.
|
61 |
+
|
62 |
+
|
63 |
+
## ComfyUI
|
64 |
+
|
65 |
+
Please refer to CivitAI: https://civitai.com/models/353284
|
66 |
+
|
67 |
|
68 |
# Code Example
|
69 |
|