Add a model_index.json

#7
by bryanhpchiang - opened

Would it be possible to add a model_index.json file to specify the pipeline inside of this model?

When I try to run the model, diffusers is complaining that it's missing a bunch of configuration files (model_index.json, scheduler_config.json, etc.). Thanks!

image.png

+1 getting the same issue working with it both locally and via HuggingFace access tokens.

The errors are related to the diffusers not being uploaded yet.
I look into it.

Here a PR: https://huggingface.co/nitrosocke/classic-anim-diffusion/discussions/8 :-)
The newly added euler scheduler seems to work pretty well with the model!

Great model @nitrosocke !

Thank you for the PR @patrickvonplaten , I just merged it.
looking forward to try it in the gradio demo!

Sign up or log in to comment