alfredplpl
commited on
Commit
•
2be1acd
1
Parent(s):
9920841
Update README.md
Browse files
README.md
CHANGED
@@ -14,7 +14,10 @@ We can load this model by ComfyUI.
|
|
14 |
- ComfyUI
|
15 |
1. Download [this model](modern-anime-fp8.safetensors).
|
16 |
2. Move the file to ComfyUI/models/loras.
|
17 |
-
3. Lunch ComfyUI with fp8 option (
|
|
|
|
|
|
|
18 |
4. Load [this workflow](flux-workflow.json).
|
19 |
5. Queue prompt. (trigger words: modern anime style,)
|
20 |
6. Get the following image.
|
|
|
14 |
- ComfyUI
|
15 |
1. Download [this model](modern-anime-fp8.safetensors).
|
16 |
2. Move the file to ComfyUI/models/loras.
|
17 |
+
3. Lunch ComfyUI with fp8 option ([detail](https://github.com/comfyanonymous/ComfyUI/issues/2157)).
|
18 |
+
```bash
|
19 |
+
python main.py --fp8_e4m3fn-unet
|
20 |
+
```
|
21 |
4. Load [this workflow](flux-workflow.json).
|
22 |
5. Queue prompt. (trigger words: modern anime style,)
|
23 |
6. Get the following image.
|