alfredplpl
commited on
Commit
•
ea22cf6
1
Parent(s):
5ae6f68
Update README.md
Browse files
README.md
CHANGED
@@ -3,7 +3,23 @@ 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/README.md
|
5 |
---
|
|
|
6 |
|
7 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
|
9 |
[here](https://huggingface.co/Kijai/flux-fp8/discussions/7#66ae0455a20def3de3c6d476)
|
|
|
3 |
license_name: flux-1-dev-non-commercial-license
|
4 |
license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/README.md
|
5 |
---
|
6 |
+
# FLUX.1 [dev] Modern Anime FP8
|
7 |
|
8 |
+
![eyecatch](eyecatch.jpg)
|
9 |
+
|
10 |
+
FLUX.1 dev Modern Anime FP8 is an anime model with 8-bit float by PyTorch.
|
11 |
+
We can load this model by ComfyUI.
|
12 |
+
|
13 |
+
## Usage
|
14 |
+
- ComfyUI
|
15 |
+
1. Download [model](modern-anime-fp8.safetensors).
|
16 |
+
2. Move the file to ComfyUI/models/loras.
|
17 |
+
3. Lunch ComfyUI.
|
18 |
+
4. Load [the workflow](flux-workflow.json).
|
19 |
+
5. Queue prompt. (trigger words: modern anime style,)
|
20 |
+
6. Get the following image.
|
21 |
+
![example](example.jpg)
|
22 |
+
|
23 |
+
## How to cast fp8
|
24 |
|
25 |
[here](https://huggingface.co/Kijai/flux-fp8/discussions/7#66ae0455a20def3de3c6d476)
|