Build ComfyUI model inventory scanner #4

Open
opened 2026-06-16 21:39:45 +02:00 by vince · 0 comments
Owner

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.

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.
vince added the
comfyui
mvp
labels 2026-06-16 21:42:28 +02:00
vince added this to the v0.1 MVP milestone 2026-06-16 21:42:28 +02:00
Sign in to join this conversation.
No description provided.