Update README.md
Browse files
README.md
CHANGED
@@ -45,6 +45,36 @@ Download the Stage A to vae folder: https://huggingface.co/Disty0/sotediffusion-
|
|
45 |
|
46 |
Download the workflow and load it: https://huggingface.co/Disty0/sotediffusion-v2/resolve/main/comfyui_workflow.json
|
47 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
48 |
# Diffusers
|
49 |
|
50 |
```shell
|
|
|
45 |
|
46 |
Download the workflow and load it: https://huggingface.co/Disty0/sotediffusion-v2/resolve/main/comfyui_workflow.json
|
47 |
|
48 |
+
## SD.Next
|
49 |
+
URL: https://github.com/vladmandic/automatic/
|
50 |
+
|
51 |
+
Go to Models -> Huggingface and type `Disty0/sotediffusion-v2` into the model name and press download.
|
52 |
+
Load `Disty0/sotediffusion-v2` after the download process is complete.
|
53 |
+
|
54 |
+
Prompt:
|
55 |
+
```
|
56 |
+
your prompt goes here
|
57 |
+
very aesthetic, best quality, newest,
|
58 |
+
```
|
59 |
+
(New lines act the same way as BREAK in SD.Next)
|
60 |
+
|
61 |
+
Negative Prompt:
|
62 |
+
```
|
63 |
+
very displeasing, displeasing, worst quality, bad quality, low quality, realistic, monochrome, comic, sketch, oldest, early, artist name, signature, blurry, simple background, upside down,
|
64 |
+
```
|
65 |
+
|
66 |
+
Parameters:
|
67 |
+
Sampler: Default
|
68 |
+
|
69 |
+
Steps: 30 or 40
|
70 |
+
Refiner Steps: 10
|
71 |
+
|
72 |
+
CFG: 7
|
73 |
+
Secondary CFG: 2 or 1
|
74 |
+
|
75 |
+
Resolution: 1024x1536, 2048x1152
|
76 |
+
Anything works as long as it's a multiply of 128.
|
77 |
+
|
78 |
# Diffusers
|
79 |
|
80 |
```shell
|