-
Notifications
You must be signed in to change notification settings - Fork 66
OSError: Error no file named model_index.json #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
Comments
Hi @MehmetcanTozlu ,thank you for your attention to our work! What version of diffusers are you using? And have you tried not downloading the model locally, but instead directly using the code we provided? |
Thank you for your work. My diffusers version 0.33.0.dev0. |
I can't reproduce this issue in my local environment. May you try installing the environment using the |
Sorry, I wrote late. I upgraded diffusers version. This pip list: accelerate 1.5.1 but I'm having same problem: OSError: Error no file named model_index.json found in directory /home/wrusr/genai_workspace/hunyuan_env/workspace/pretrained/Hunyuan-RIFLEx-diffusers. |
Uh oh!
There was an error while loading. Please reload this page.
parser.add_argument('--model_id', type=str, help='huggingface path for models', default="/home/wrusr/genai_workspace/hunyuan_env/workspace/pretrained/Hunyuan-RIFLEx-diffusers")
run command:
python /home/wrusr/genai_workspace/hunyuan_env/workspace/RIFLEx/hunyuanvideo.py --finetune
Error:
OSError: Error no file named model_index.json found in directory /home/wrusr/genai_workspace/hunyuan_env/workspace/pretrained/Hunyuan-RIFLEx-diffusers.
How can I solve it?
The text was updated successfully, but these errors were encountered: