alfredplpl
commited on
Commit
•
b508a3d
1
Parent(s):
d10d2f7
Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,24 @@
|
|
1 |
-
---
|
2 |
-
license: other
|
3 |
-
license_name: flux-1-dev-non-commercial-license
|
4 |
-
license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
|
5 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: other
|
3 |
+
license_name: flux-1-dev-non-commercial-license
|
4 |
+
license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
|
5 |
+
---
|
6 |
+
# FLUX.1 [dev] Modern Anime GGUF
|
7 |
+
|
8 |
+
![eyecatch](eyecatch.jpg)
|
9 |
+
|
10 |
+
FLUX.1 dev Modern Anime GGUF is an anime model with 4-bit quantization by GGUF.
|
11 |
+
We can load this model by ComfyUI.
|
12 |
+
|
13 |
+
## Usage
|
14 |
+
- ComfyUI
|
15 |
+
1. Download [this model](modern-anime-fp8.safetensors).
|
16 |
+
2. Move the file to ComfyUI/models/unet.
|
17 |
+
3. Install [ComfyUI Custom Node for GGUF](https://github.com/city96/ComfyUI-GGUF).
|
18 |
+
4. Lunch ComfyUI.
|
19 |
+
5. Load [this workflow](gguf-workflow.json).
|
20 |
+
6. Queue prompt. (trigger words: modern anime style,)
|
21 |
+
7. Get the following image.
|
22 |
+
![example](example.jpg)
|
23 |
+
|
24 |
+
## How to cast fp8
|