where is model_index.json?
Error no file named model_index.json found in directory f:/huggingface_source/stabilityai.I am new to AI,please help me.
Hi, I met the same error. Have you fixed the problem? How did you solve it? Thanks!
Hi, I met the same error. Have you fixed the problem? How did you solve it? Thanks!
Not yet ,here is my code:
import huggingface_hub
huggingface_hub.snapshot_download("stabilityai/stable-diffusion-3-medium",local_dir="f:/huggingfece_source/stabilityai",token="xxxxx")
I found that there is no file called model_index.json in the Files and versions part,and I have no access to stabilityai/stable-diffusion-3-medium-diffusers.What a fuck!
Hi, I met the same error. Have you fixed the problem? How did you solve it? Thanks!
Well,I have a mistake,just use stabilityai/stable-diffusion-3-medium-diffusers instead
Hi, I met the same error. Have you fixed the problem? How did you solve it? Thanks!
Not yet ,here is my code:
import huggingface_hub
huggingface_hub.snapshot_download("stabilityai/stable-diffusion-3-medium",local_dir="f:/huggingfece_source/stabilityai",token="xxxxx")
I found that there is no file called model_index.json in the Files and versions part,and I have no access to stabilityai/stable-diffusion-3-medium-diffusers.What a fuck!
Thanks! I downloaded files and checkpoints from https://huggingface.co/stabilityai/stable-diffusion-3-medium-diffusers and solved the problem.
Hi, I met the same error. Have you fixed the problem? How did you solve it? Thanks!
Well,I have a mistake,just use stabilityai/stable-diffusion-3-medium-diffusers instead
Thanks, I made the same mistake!