-
Notifications
You must be signed in to change notification settings - Fork 218
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Why do I have to download again every time I run it? #39
Comments
I've tried this only once, so don't know if it downloads models every time. However, it saved it inside directory "ckpts/.../snapshots/..." which is deeply nested inside the node path and inside snapshots it created a directory with long random name. This is extremely inconvenient. Would be perfect if we could set a path to all models, similar to how we redirect comfy to a1111's model paths. The node doesn't seem to have a settings file and there's no mentioning of such settings in the readme.md. |
@green-anger This random code may be related to the network address (my home and company are not the same), and I have changed the code myself so that it can be used even without the network. |
It work for me,Thanke you! |
你好,如何使用本地的模型,我完全连不上拥抱脸了,只有之前下载的模型 |
I think I should replace |
thanks a lot, i copied these five files to that directory, happy to find them works well, and do not need to download them again. |
Still wish there was a version that could use local models. Translated with www.DeepL.com/Translator |
@youcanyoubing @donglsci @suede299 Based on the information I have collected, there are currently more than 20 countries that are unable to connect directly or at low speeds (<10kb). So for people in these countries, connecting to huggingface to download several gigabytes of files is 100% error reporting. Here is a local version that can be used。https://github.com/DorotaLuna/comfyui_controlnet_aux_stable |
@Yorha4D I've changed all functions used hf_hub_download. It won't downlod models again. Besides, if the dir already existent while models not, it won't cause load error any more. You can use my repo with |
Change download functions and fix download error (#39)
Change download functions and fix download error (Fannovel16/comfyui_controlnet_aux#39)
I want to use local files instead of downloading them from Hugface every time. And after downloading hugface, it will be downloaded again. I don't understand why it is necessary to download so many duplicate models @Fannovel16
The text was updated successfully, but these errors were encountered: