mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-03-10 19:57:42 +08:00
- Implement simple_downloader module with actual download functionality - Downloads models to correct folders based on model type - Provides real-time progress tracking - Handles errors gracefully - Supports cancellation The backend now actually downloads models when requested from the frontend. Downloads are placed in the appropriate ComfyUI model folders. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| database | ||
| __init__.py | ||
| app_settings.py | ||
| custom_node_manager.py | ||
| frontend_management.py | ||
| logger.py | ||
| model_manager.py | ||
| simple_downloader.py | ||
| user_manager.py | ||