◈ Image-to-Image: Upload a reference image, then describe what to refine or change. Lower denoise = closer to original.
Drop image here or browse
PNG, JPG, WEBP
Model
0
Drop image here or browse
PNG, JPG, WEBP
Reference for RTX 3060 (12 GB VRAM) · ComfyUI + FLUX Studio
| Model | Size | Fits? | Notes |
|---|---|---|---|
| SD 1.5 | ~2 GB | ✓ Easy | Legacy, fast, low quality. Good for testing workflows. |
| SDXL 1.0 | ~7 GB | ✓ Yes | Good quality, needs 2-step (base+refiner). Popular LoRA ecosystem. |
| FLUX.1-schnell GGUF Q5 | ~8 GB | ✓ Optimal | Current setup. Best quality/speed on 12 GB. Fast inference (~15s). |
| FLUX.1-dev (full) | ~24 GB | ✗ Too large | Needs 24 GB+ VRAM. Use dev-GGUF Q3/Q4 (~10 GB) if needed. |
| Pony Diffusion XL | ~7 GB | ✓ Yes | SDXL-based. Needs "score_9," style tags. Good for stylized art. |
huggingface-cli download. Free account needed for some gated models.civitai-cli. Watch NSFW filter — toggle in account settings.flux1-schnell-Q5_K_S.gguf)clip_l.safetensors, t5xxl_fp8_e4m3fn.safetensors)flux_ae.safetensors)⚠ FLUX GGUF checkpoints go in unet/, NOT checkpoints/. The workflow uses a different loader node (UnetLoader, not CheckpointLoader).
💡 FLUX uses cfg=1.0 and very few steps (4–6). Standard SD settings (cfg 7, steps 25) will produce bad results with FLUX.
unet/; checkpoint → checkpoints/; LoRA → loras//mnt/raid0/comfyui/models/LoraLoader node between the checkpoint loader and sampler; strength 0.5–1.0cd /mnt/raid0/comfyui/models/checkpoints
wget -O sdxl_base.safetensors "https://..."huggingface-cli download stabilityai/stable-diffusion-xl-base-1.0 sd_xl_base_1.0.safetensors --local-dir ./
| Model | Prompt style | Negative prompt |
|---|---|---|
| FLUX.1-schnell | Natural sentences. No comma-spam. Describe scene fully. | Not used (cfg=1.0) |
| SD 1.5 | Comma-separated tags. Quality boosters: masterpiece, best quality |
blurry, bad anatomy, watermark |
| SDXL | Natural sentences or tags. More coherent than SD 1.5. | Similar to SD 1.5 |
| Pony XL | Must start with: score_9, score_8_up, score_7_up, |
score_4, score_3, score_2, score_1 |
| Model / Family | Folder | Works here? | Notes |
|---|---|---|---|
| FLUX.1-schnell GGUF | unet/ | ✓ Yes | Current setup. Best for RTX 3060. |
| FLUX.1-dev GGUF (Q4/Q5) | unet/ | ✓ Yes | ~10-12 GB, slower, higher quality than schnell. |
| SD 1.5 checkpoints | checkpoints/ | ✓ Yes | DreamShaper, Realistic Vision, etc. |
| SDXL checkpoints | checkpoints/ | ✓ Yes | Juggernaut XL, RealVisXL, DreamShaper XL, etc. |
| Pony Diffusion XL | checkpoints/ | ✓ Yes | SDXL-based. Use score_9 tags in prompt. |
| SDXL-Turbo / SDXL-Lightning | checkpoints/ | ~ Partial | Works but auto-detected steps/cfg may be wrong. Turbo: cfg=1, steps=1-4. |
| Kolors | diffusion_models/ | ✗ No | Needs ChatGLM3 encoder + KolorsWrapper node. Use ComfyUI tab. |
| SD 3 / SD 3.5 | checkpoints/ | ✗ No | Needs TripleCLIPLoader. Use ComfyUI tab. |
| HunyuanDiT / PixArt | various | ✗ No | Custom loaders required. Use ComfyUI tab. |
| Video models (Wan, Hunyuan Video) | various | ✗ No | Video generation — completely different pipeline. |
⚠ Models marked ✗ appear in the dropdown with a warning label but generation will fail — use the ⬡ ComfyUI tab to run custom workflows for them.
💡 Best additions for RTX 3060: Juggernaut XL (SDXL, 7GB), DreamShaper XL (SDXL, 7GB), FLUX.1-dev GGUF Q4 (~10GB).