Implement ComfyUI model download jobs #6

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

Context:\nAn existing Python app already downloads URLs into ComfyUI folders. The new manager should preserve the useful behavior but move it into the new app.\n\nRequirements:\n- Download a URL into a selected ComfyUI model type folder.\n- Resume interrupted downloads using .part files.\n- Show progress, speed, ETA, and final target path.\n- Infer filename from Content-Disposition or URL.\n- Prevent accidental overwrite unless explicitly confirmed.\n- Support Hugging Face Authorization bearer token.\n- Support CivitAI token for gated downloads.\n\nAcceptance criteria:\n- Download job survives UI refresh.\n- Completed files are placed in the selected folder.\n- Failed jobs preserve useful error messages and partial state.

Context:\nAn existing Python app already downloads URLs into ComfyUI folders. The new manager should preserve the useful behavior but move it into the new app.\n\nRequirements:\n- Download a URL into a selected ComfyUI model type folder.\n- Resume interrupted downloads using .part files.\n- Show progress, speed, ETA, and final target path.\n- Infer filename from Content-Disposition or URL.\n- Prevent accidental overwrite unless explicitly confirmed.\n- Support Hugging Face Authorization bearer token.\n- Support CivitAI token for gated downloads.\n\nAcceptance criteria:\n- Download job survives UI refresh.\n- Completed files are placed in the selected folder.\n- Failed jobs preserve useful error messages and partial state.
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.