You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When I use the comfy model download command to download a model from Civitai, I frequently encounter an exception, and the download fails to complete. See the image below.
To Reproduce
After installing comfy-cli, run the command: comfy model download --url https://civitai.com/models/497255?modelVersionId=574841 --relative-path "./models" --filename "stableDiffusion3SD3_sd3MediumInclClip.safetensors"
The download is very likely to fail at some point.
Expected behavior
I expect the comfy model download command to successfully download the model file.
Additional context
comfy-cli: 1.3.1
Python 3.12.7
Windows 11
The text was updated successfully, but these errors were encountered:
Describe the bug
When I use the
comfy model download
command to download a model from Civitai, I frequently encounter an exception, and the download fails to complete. See the image below.To Reproduce
After installing comfy-cli, run the command:
comfy model download --url https://civitai.com/models/497255?modelVersionId=574841 --relative-path "./models" --filename "stableDiffusion3SD3_sd3MediumInclClip.safetensors"
The download is very likely to fail at some point.
Expected behavior
I expect the
comfy model download
command to successfully download the model file.Additional context
The text was updated successfully, but these errors were encountered: