-
Notifications
You must be signed in to change notification settings - Fork 275
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
How to move the models to another drive? #179
Comments
You can replace the
You can also change the default path to download model:
|
Thanks for your quick response. Could you explain a little bit more? I'm not familiar with Python. Where to put the code exactly and where is the exact location of the "Shitao/OmniGen-v1"? Thank you. |
@bulutharbeli , How did you run OmniGen? |
python app.py |
You can change the path in https://github.com/VectorSpaceLab/OmniGen/blob/main/app.py#L12 or add the default path in https://github.com/VectorSpaceLab/OmniGen/blob/main/app.py#L3 |
now i am getting this error I:\OmniGen>` |
It's automatically downloading huge model files into C:\Users\user_name.cache\huggingface\hub
However, I am using an external drive and already installed Omni on an external drive.
How do I move downloaded models into an external drive?
I guess I must revise the model.py file but not sure about that.
Some help will be appreciated. Thnx
The text was updated successfully, but these errors were encountered: