Build ComfyUI model inventory scanner #4
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Context:\nComfyUI models are plain files organized by model type folders. On this machine the root is /home/vince/ai/models/comfyui.\n\nRequirements:\n- Scan immediate model type directories such as checkpoints, loras, vae, text_encoders, diffusion_models, upscale_models, clip, clip_vision, controlnet, embeddings.\n- Record filename, full path, size, modified time, extension, and type.\n- Ignore .part files by default but surface them in cleanup diagnostics.\n- Handle large directories without blocking the UI.\n- Do not mutate files while scanning.\n\nAcceptance criteria:\n- UI/API returns all ComfyUI model files grouped by type.\n- Disk usage per type is visible.\n- Scanner handles unreadable directories gracefully.