Flux 1 - Dev - Basic
5.0
0 reviewsDescription
Flux 1 - Dev - Basic
Original version Flux.1 ComfyUI workflow guide
The original version workflow is more complex, requiring installation of multiple files. This tutorial includes two parts:
- Download and install CLIP、VAE、UNET models
- Flux.1 original version complex workflow, including Dev and Schnell versions, as well as low-memory version workflow examples
Part 1: Download and install CLIP、VAE、UNET models
Download ComfyUI flux_text_encoders clip models
ComfyUI flux_text_encoders on hugging face(opens in a new tab)
Model File Name | Size | Note | Link |
---|---|---|---|
clip_l.safetensors | 246 MB | Download(opens in a new tab) | |
t5xxl_fp8_e4m3fn.safetensors (Recommended) | 4.89 GB | For lower memory usage (8-12GB) | Download(opens in a new tab) |
t5xxl_fp16.safetensors | 9.79 GB | For better results, if you have high VRAM and RAM(more than 32GB ram). | Download(opens in a new tab) |
- Download clip_l.safetensors
- Download t5xxl_fp8_e4m3fn.safetensors or t5xxl_fp16.safetensors Depend on your VRAM and RAM
- Place downloaded model files in
ComfyUI/models/clip/
folder. Note: If you have used SD 3 Medium before, you might already have the above two models
Download FLux.1 VAE Model
FLUX.1-schnell on hugging face(opens in a new tab)
File Name | Size | Link |
---|---|---|
ae.safetensors | 335 MB | Download(opens in a new tab) |
- Downloaded the
ae.safetensors
model. - Place downloaded model files in
ComfyUI/models/vae
folder. - For identification, you can rename it to
flux_ae.safetensors
;
Download FLux.1 UNET Model
FLUX.1-schnell on hugging face(opens in a new tab)
File Name | Size | Link | Note |
---|---|---|---|
flux1-schnell.safetensors | 23.8GB | Download(opens in a new tab) | For lower memory usage |
flux1-dev.safetensors | 23.8GB | Download(opens in a new tab) | If you have high VRAM and RAM. |
- Downloaded the
flux1-schnell.safetensors
- Place downloaded model files in
ComfyUI/models/unet/
folder
Part 2: Flux.1 ComfyUI Original Workflow Example
ComfyUI offical Flux.1 workflow example: https://comfyanonymous.github.io/ComfyUI_examples/flux/(opens in a new tab) You can just save the image and load into Comfy!
Discussion
(No comments yet)
Loading...
Reviews
No reviews yet
Versions (1)
- latest (10 months ago)
Node Details
Primitive Nodes (2)
FluxGuidance (1)
ModelSamplingFlux (1)
Custom Nodes (10)
ComfyUI
- UNETLoader (1)
- KSampler (1)
- VAEDecode (1)
- PreviewImage (1)
- SaveImage (1)
- DualCLIPLoader (1)
- CLIPTextEncode (2)
- EmptyLatentImage (1)
- VAELoader (1)
Model Details
Checkpoints (0)
LoRAs (0)