-
Notifications
You must be signed in to change notification settings - Fork 15
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
A problem #4
Comments
So this one is incredibly annoying and differs on Windows and Linux because it uses default huggingface paths and the linux XDG environment variables (which don't exist and don't have sane defaults on Windows; more or less all of them default to places that aren't where Microsoft's guidelines tell you to put the type of data they're meant to hold on linux, or where you're not supposed to put anything at all). I'm just going to assume Windows, if you're on linux they'll be installed under $XDG_CACHE_HOME which I think defaults to a hidden directory like /usr/home/.cache In any case my machine has the following subdirectories from this extension (I changed XDG_CACHE_HOME so they're elsewhere). These are some kind of git local copies different from a normal clone / pull, that use the obnoxious LFS format so multiple versions will get retained and symlinks updated. They should still work if you install them with a normal git clone and rename the directories appropriately (I don't know why the double dashes): I'm only guessing by those two that the controlnet goes here: The pipeline file that's in hub\models--sudo-ai--zero123plus-pipeline is also cloned as Every directory there starting in modules and including the last with pipeline.py has a blank init.py in it... I don't know why it creates two sets of the module but at least the .py file is only 16KB. The model directory is 3.6GB; the controlnet is a 1.46GB |
I have this node installed, but it is not available due to network reasons, I want to know what else needs to be downloaded while it is running, and to which folder can I download it manually
The text was updated successfully, but these errors were encountered: