ai-dock / comfyui

ComfyUI docker images for use in GPU cloud and local environments. Includes AI-Dock base for authentication and improved user experience.
Other
660 stars 225 forks source link

how to download file to docker when it's running? #62

Closed HamiguaLu closed 8 months ago

HamiguaLu commented 8 months ago

Hi there, just start my first instance on vast.ai So sorry if the question seems silly

I just want to download the model and loras from web But doesn't work out well

For example when I try with curl to download a zip file from dropbox, it gives me "unknow host" error

Not sure it's a limiation of image or network issue

Thanks in advance

robballantyne commented 8 months ago

Unknown host sounds like DNS problems with the host machine. You shouldn't experience that at all.

It should be straightforward to curl/wget any file. Can you try another machine and let me know if it's still failing?

HamiguaLu commented 8 months ago

@robballantyne Thanks for the hint , works on my server, so it's a network issue