In this categoryImage Tools · 47
- How to Generate Your First Image with Midjourney on DiscordStart
- How to Write Midjourney Prompts That Actually Work
- How to Upscale and Export High-Resolution Images in Midjourney
- How to Create Consistent Characters in Midjourney with --cref
- How to Use Image Prompts and the /blend Command in Midjourney
- How to Lock a Visual Style Across Images with Midjourney --sref
- How to Set the Right Aspect Ratio for Each Platform in Midjourney
- How to Edit Parts of an Image with Vary (Region) in Midjourney
- How to Extend an Image with Pan and Zoom Out in Midjourney
- How to Batch Many Variations with Permutation Prompts in Midjourney
- How to Organize and Rerun Your Images from the Midjourney Website
- How to Install ComfyUI on Windows with an NVIDIA GPU
- How to Run Flux.1 Dev in ComfyUI
- How to Install ComfyUI Manager to Add Nodes and Models Easily
- How to Generate Fast Images with Flux.1 Schnell in ComfyUI
- How to Use a LoRA in ComfyUI
- How to Write Better Prompts for Flux in ComfyUI
- How to Upscale AI Images in ComfyUI with an ESRGAN Model
- How to Inpaint and Fix Part of an Image in ComfyUI
- How to Batch Generate Many Image Variations in ComfyUI
- How to Control Image Composition with ControlNet in ComfyUI
- How to Fix Out-of-Memory and Slow Generations in ComfyUI
- How to Upscale a Photo in Magnific Without Hallucinating New Detail
- How to Restore an Old Scanned Photo with Topaz Photo AI
- How to Remove the Background from a Product Photo in Photoroom
- How to Generate a Lifestyle Background for a Product in Photoroom
- How to Upscale and Restore an Old Photo with AI
- How to Batch Upscale a Folder of Images with Topaz Photo AI
- How to Add Detail to AI Art with Magnific's High Creativity Mode
- How to Relight a Flat Product Photo Using Magnific Relight
- How to Batch-Edit Product Photos for Shopify with Photoroom
- How to Choose Between Topaz Photo AI and Gigapixel for Heavy Enlargements
- How to Add a Realistic Shadow to a Cut-Out Product in Photoroom
- How to Batch Edit Photos with AI Presets
- How to Fix a Blurry Face in a Portrait Across Topaz and Magnific
- How to Make a Logo in Canva from a Text Prompt
- How to Create a Logo with Readable Text in Ideogram
- How to Design a Clickable YouTube Thumbnail in Canva
- How to Remove an Image Background in Canva
- How to Resize One Graphic for Every Platform in Canva
- How to Build an Instagram Carousel in Canva
- How to Set Up a Brand Kit in Canva for Consistent Graphics
- How to Make a Social Quote Graphic in Ideogram
- How to Design a Blog Featured Image in Canva
- How to Create Podcast Cover Art with Ideogram and Canva
- How to Upscale an AI Image for Print Quality
- How to Write Image Prompts That Get Usable Results
How to Run Flux.1 Dev in ComfyUI
Download the Flux.1 Dev model, its text encoders and VAE, place each file correctly, and load the default Flux workflow to generate your first Flux image.
Flux.1 Dev is a strong open-weight text-to-image model from Black Forest Labs. It is split into several files that go into different folders, which trips up most newcomers. Once the pieces are placed correctly, ComfyUI's built-in Flux template just works. This guide walks through every file and where it lives.
What you need
- ComfyUI updated to a recent version (Flux support is built in)
- A GPU with 12 GB VRAM for the full model, or use the fp8 build on 8 GB
- A Hugging Face account to accept the Flux Dev license and download
- Around 30 GB of free space for all the files combined
Step 1: Download the four pieces
Flux needs the diffusion model itself, two text encoders, and a VAE. Grab these files and note which folder each one belongs in. The fp8 single-file version of the encoder is the easy path for limited VRAM.
| File | Goes in folder |
|---|---|
flux1-dev.safetensors | models/unet |
clip_l.safetensors | models/clip |
t5xxl_fp16.safetensors | models/clip |
ae.safetensors | models/vae |
Step 2: Place each file in the right folder
This is where most failures happen. The diffusion model is a unet, not a checkpoint, so it does not go in models/checkpoints. Double-check the layout against the tree below.
Step 3: Load the Flux template
In ComfyUI open the workflow menu and choose a Flux template (in recent builds, Workflow > Browse Templates > Flux). This drops in a ready graph wired for the unet loader, dual CLIP loader, and VAE.
Step 4: Select your files in the loaders
Click each loader node and pick the matching file: flux1-dev in the UNET loader, clip_l plus t5xxl in the DualCLIPLoader (type set to flux), and ae.safetensors in the VAE loader. If a dropdown is empty, the file is in the wrong folder.
Step 5: Set Flux sampling values and generate
Flux Dev likes around 20 to 25 steps with a guidance value near 3.5 and the euler sampler. Type a prompt, set the latent to 1024 by 1024, and click Queue Prompt. The first run loads the large T5 encoder, so give it a minute.
Result: a Flux Dev render at native 1024 resolution. Flux follows long, descriptive prompts well and renders legible text, so write full sentences rather than keyword soup.
Watch related tutorials
26:00
23:00
17:00
15:00
24:10
19:48New guides in your inbox
Fresh step-by-step how-to guides as we publish them. One email a week, no more.