Update README.md
Browse files
README.md
CHANGED
@@ -34,7 +34,16 @@ An anime diffusion model finetuned on Würstchen V3.
|
|
34 |
</table>
|
35 |
|
36 |
|
37 |
-
#
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
38 |
|
39 |
```shell
|
40 |
pip install diffusers
|
|
|
34 |
</table>
|
35 |
|
36 |
|
37 |
+
# ComfyUI
|
38 |
+
|
39 |
+
Download the Stage C to unet folder: https://huggingface.co/Disty0/sotediffusion-v2/resolve/main/sotediffusion-v2-stage_c.safetensors
|
40 |
+
Download the Stage C Text Encoder to clip folder: https://huggingface.co/Disty0/sotediffusion-v2/resolve/main/sotediffusion-v2-stage_c_text_encoder.safetensors
|
41 |
+
Download the Stage B to unet folder: https://huggingface.co/Disty0/sotediffusion-v2/resolve/main/sotediffusion-v2-stage_b.safetensors
|
42 |
+
Download the Stage A to vae folder: https://huggingface.co/Disty0/sotediffusion-v2/resolve/main/stage_a_ft_hq.safetensors
|
43 |
+
|
44 |
+
Download the workflow and load it: https://huggingface.co/Disty0/sotediffusion-v2/resolve/main/comfyui_workflow.json
|
45 |
+
|
46 |
+
# Diffusers
|
47 |
|
48 |
```shell
|
49 |
pip install diffusers
|