mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-06-27 05:11:15 -03:00
fix(download): accept UNet and Diffusion Model file types from CivitAI
- Prefer file type (UNet/Diffusion Model) over baseModel name when deciding whether a checkpoint routes to the unet folder - Add UNet to backend primary file type whitelist - Add Krea 2 to DIFFUSION_MODEL_BASE_MODELS - Include UNet/Diffusion Model files in frontend file selection UI - Use actual file type from CivitAI in download params instead of hardcoded 'Model'
This commit is contained in:
@@ -147,6 +147,8 @@ DIFFUSION_MODEL_BASE_MODELS = frozenset(
|
||||
"Qwen",
|
||||
"ZImageBase",
|
||||
"ZImageTurbo",
|
||||
# Krea 2 — loaded via UNETLoader in ComfyUI
|
||||
"Krea 2",
|
||||
]
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user