fix: change FLUX models type from diffusion_models to unet

FLUX models need to be in /workspace/ComfyUI/models/unet/ directory
for UNETLoader to find them, not in diffusion_models directory.

Changed type for:
- black-forest-labs/FLUX.1-schnell
- black-forest-labs/FLUX.1-dev

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-11-23 10:20:44 +01:00
parent 8b4f141d82
commit 105830322a

View File

@@ -32,7 +32,7 @@ model_categories:
size_gb: 23 size_gb: 23
essential: true essential: true
category: image category: image
type: diffusion_models type: unet
format: fp16 format: fp16
vram_gb: 23 vram_gb: 23
notes: Industry-leading image generation quality notes: Industry-leading image generation quality
@@ -45,7 +45,7 @@ model_categories:
size_gb: 23 size_gb: 23
essential: false essential: false
category: image category: image
type: diffusion_models type: unet
format: fp16 format: fp16
vram_gb: 23 vram_gb: 23
notes: Development version with enhanced features notes: Development version with enhanced features