Instructions to use Comfy-Org/flux1-dev with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusion Single File
How to use Comfy-Org/flux1-dev with Diffusion Single File:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
Add ComfyUI model installation guide
#14
by Lexius - opened
README.md
CHANGED
|
@@ -5,10 +5,33 @@ license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/resolve/main/L
|
|
| 5 |
tags:
|
| 6 |
- diffusion-single-file
|
| 7 |
- comfyui
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
---
|
| 9 |
|
| 10 |
This is a smaller checkpoint for flux1-dev that will work better for ComfyUI users with less VRAM (under 24gb).
|
| 11 |
|
| 12 |
The two text encoders used by Flux are already included in this one safetensor.
|
| 13 |
|
| 14 |
-
Use it with the `Load Checkpoint` node in ComfyUI.
|
|
|
|
| 5 |
tags:
|
| 6 |
- diffusion-single-file
|
| 7 |
- comfyui
|
| 8 |
+
---
|
| 9 |
+
# FLUX.1-dev
|
| 10 |
+
|
| 11 |
+
Repackaged model files for ComfyUI.
|
| 12 |
+
|
| 13 |
+
Original model repository: https://huggingface.co/black-forest-labs/FLUX.1-dev
|
| 14 |
+
|
| 15 |
+
Place the files in the following folders:
|
| 16 |
+
|
| 17 |
+
```
|
| 18 |
+
π ComfyUI/
|
| 19 |
+
βββ π models/
|
| 20 |
+
β βββ π checkpoints/
|
| 21 |
+
β β βββ flux1-dev-fp8.safetensors
|
| 22 |
+
β β βββ flux1-dev.safetensors
|
| 23 |
+
β βββ π diffusion_models/
|
| 24 |
+
β β βββ flux1-canny-dev.safetensors
|
| 25 |
+
β β βββ flux1-depth-dev-nvfp4.safetensors
|
| 26 |
+
β β βββ flux1-fill-dev.safetensors
|
| 27 |
+
β βββ π loras/
|
| 28 |
+
β β βββ flux1-depth-dev-lora.safetensors
|
| 29 |
+
```
|
| 30 |
+
|
| 31 |
---
|
| 32 |
|
| 33 |
This is a smaller checkpoint for flux1-dev that will work better for ComfyUI users with less VRAM (under 24gb).
|
| 34 |
|
| 35 |
The two text encoders used by Flux are already included in this one safetensor.
|
| 36 |
|
| 37 |
+
Use it with the `Load Checkpoint` node in ComfyUI.
|