YanWenKun / ComfyUI-Docker

🐳Dockerfile for 🎨ComfyUI. | 容器镜像与启动脚本
https://hub.docker.com/r/yanwk/comfyui-boot
Other
443 stars 84 forks source link

Addressing Broken Download Link for `ng_deepnegative_v1_75t.pt` in Docker Installation #15

Closed franckdsf closed 9 months ago

franckdsf commented 9 months ago

Hi,

I attempted to install the Docker, but encountered an issue. The link for ng_deepnegative_v1_75t.pt appears to be broken, preventing the file from being downloaded. It seems that Civitai requires users to be logged in to download the file.

It might be beneficial to update the download link to address this issue.

I found that everything works correctly when the file is placed directly in the /storage/ComfyUI/models/embeddings/ng_deepnegative_v1_75t.pt directory.

For reference, the file can be downloaded from this location.

YanWenKun commented 9 months ago

Hi Franck!

Thanks for your information!

I can't replicate this issue, but based on what happend in the past, I guess it could be a random problem of Civitai's CDN.

So now the script will download this file from Hugging Face instead, which was more stable in my experience.

Cheers!