Update README.md
Browse files
README.md
CHANGED
@@ -35,6 +35,7 @@ No commercial use thanks to StabilityAI.
|
|
35 |
# UI Guide
|
36 |
|
37 |
## SD.Next
|
|
|
38 |
|
39 |
Switch to the dev branch:
|
40 |
```
|
@@ -43,18 +44,29 @@ git checkout dev
|
|
43 |
Go to Models -> Huggingface and type `Disty0/sotediffusion-wuerstchen3-alpha1-decoder` into the model name and press download.
|
44 |
Load `Disty0/sotediffusion-wuerstchen3-alpha1-decoder` after the download process is complete.
|
45 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
46 |
Parameters:
|
47 |
Sampler: Default
|
48 |
|
49 |
Steps: 30 or 40
|
50 |
Secondary Steps: 10
|
51 |
|
52 |
-
CFG: 8
|
53 |
Secondary CFG: 1 or 1.2
|
54 |
|
55 |
Resolution: 1024x1536, 2048x1152
|
56 |
Anything works as long as it's a multiply of 128.
|
57 |
|
|
|
58 |
## ComfyUI
|
59 |
|
60 |
Please refer to CivitAI: https://civitai.com/models/353284
|
|
|
35 |
# UI Guide
|
36 |
|
37 |
## SD.Next
|
38 |
+
URL: https://github.com/vladmandic/automatic/
|
39 |
|
40 |
Switch to the dev branch:
|
41 |
```
|
|
|
44 |
Go to Models -> Huggingface and type `Disty0/sotediffusion-wuerstchen3-alpha1-decoder` into the model name and press download.
|
45 |
Load `Disty0/sotediffusion-wuerstchen3-alpha1-decoder` after the download process is complete.
|
46 |
|
47 |
+
Prompt:
|
48 |
+
```
|
49 |
+
very aesthetic, best quality, newest,
|
50 |
+
```
|
51 |
+
|
52 |
+
Negative Prompt:
|
53 |
+
```
|
54 |
+
very displeasing, worst quality, oldest, monochrome, sketch, realistic,
|
55 |
+
```
|
56 |
+
|
57 |
Parameters:
|
58 |
Sampler: Default
|
59 |
|
60 |
Steps: 30 or 40
|
61 |
Secondary Steps: 10
|
62 |
|
63 |
+
CFG: 8
|
64 |
Secondary CFG: 1 or 1.2
|
65 |
|
66 |
Resolution: 1024x1536, 2048x1152
|
67 |
Anything works as long as it's a multiply of 128.
|
68 |
|
69 |
+
|
70 |
## ComfyUI
|
71 |
|
72 |
Please refer to CivitAI: https://civitai.com/models/353284
|