Comfy-Org / comfy-cli

Command Line Interface for Managing ComfyUI
https://docs.comfy.org/comfy-cli/getting-started
GNU General Public License v3.0
291 stars 47 forks source link

Fixes the 'read operation timed out' exception. #211

Closed oprogramadorreal closed 1 week ago

oprogramadorreal commented 1 week ago

When using the 'comfy model download' command to download large models from Civitai, an exception with the message 'The read operation timed out' is frequently thrown. This change prevents the exception from occurring.

This is a proposal to fix the issue: https://github.com/Comfy-Org/comfy-cli/issues/210

oprogramadorreal commented 1 week ago

I noticed that the issue occurs only with CivitAI URLs (not HuggingFace URLs, for example). This approach disables the 'read' timeout for anyone calling the 'download_file' function, which is not ideal. I will close it and provide a more specific solution.