This update introduces a robust download acceleration mechanism using aria2c and a new "Custom Workflow Downloader" feature to simplify model management.
- Multi-threaded Downloading: Automatically uses
aria2cwith-x 16 -s 16for parallel connections, significantly improving download speeds. - Mirror Support: Automatically replaces
https://huggingface.coURLs withhttps://hf-mirror.comfor faster access in restricted regions. - Fallback Mechanism: If
aria2cis not installed, the system gracefully falls back to the default download method. - Integration: Works seamlessly with existing "Install Missing Custom Nodes" and "Install Models" features.
A new tool to analyze workflow files and batch download required models.
- Analyze: Upload a
.jsonworkflow file to identify all used models. - Check: Automatically checks which models are missing from your installation.
- Download: One-click button to download all missing models using the accelerated
aria2cbackend.
- Aria2c: Ensure
aria2cis installed on your system and available in the system PATH.- Linux:
sudo apt install aria2 - Windows: Download from aria2.github.io and add the binary folder to your Path environment variable.
- Linux:
- Open ComfyUI Manager.
- Click the new Custom Workflow Downloader button in the menu.
- Click Choose File and select your
.jsonworkflow file. - Click Analyze Workflow.
- Review the list of missing models.
- Click One-click Accelerated Download to start downloading.
- Logs: Check the
logs/directory in ComfyUI Manager foraria2_[filename].logfiles to monitor download progress and details. - Console: Download progress is also printed to the console (stderr).
- "aria2c is not installed": Verify that you can run
aria2c --versionin your terminal. - Download Fails: Check the generated log files for specific error messages. Ensure you have write permissions to the
modelsdirectory.