hearmeneigh
commited on
Commit
•
4bd1ea5
1
Parent(s):
be83010
Update INSTALL.md
Browse files- INSTALL.md +8 -0
INSTALL.md
CHANGED
@@ -12,6 +12,14 @@ E621 Rising V3 is ready to use with Stable Diffusion WebUI, Python, and anything
|
|
12 |
For more information, [see here](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Features#basic-models).
|
13 |
|
14 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
## Using with Python
|
16 |
|
17 |
```python
|
|
|
12 |
For more information, [see here](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Features#basic-models).
|
13 |
|
14 |
|
15 |
+
## Using with ComfyUI
|
16 |
+
1. Install [ComfyUI](https://github.com/comfyanonymous/ComfyUI/)
|
17 |
+
2. Download [`e621-rising-v3-epoch-34.fp16.safetensors`](https://huggingface.co/hearmeneigh/e621-rising-v3-safetensors/resolve/main/e621-rising-v3-epoch-34.fp16.safetensors)
|
18 |
+
3. Copy/move the file to `<comfyui>/models/checkpoints`
|
19 |
+
4. (Recommended) Download and load [`e621-rising-v3.comfuyi.json`](https://huggingface.co/datasets/hearmeneigh/e621-rising-v3-preliminary-data/resolve/main/e621-rising-v3.comfuyi.json?download=true) ComfyUI example
|
20 |
+
|
21 |
+
|
22 |
+
|
23 |
## Using with Python
|
24 |
|
25 |
```python
|