From 105830322a3970650b16226a0d8db80103cc2aa6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Sun, 23 Nov 2025 10:20:44 +0100 Subject: [PATCH] fix: change FLUX models type from diffusion_models to unet MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- comfyui_models.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/comfyui_models.yaml b/comfyui_models.yaml index 78ab3b2..341d136 100644 --- a/comfyui_models.yaml +++ b/comfyui_models.yaml @@ -32,7 +32,7 @@ model_categories: size_gb: 23 essential: true category: image - type: diffusion_models + type: unet format: fp16 vram_gb: 23 notes: Industry-leading image generation quality @@ -45,7 +45,7 @@ model_categories: size_gb: 23 essential: false category: image - type: diffusion_models + type: unet format: fp16 vram_gb: 23 notes: Development version with enhanced features