Implement ComfyUI model download jobs #6
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:\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.