Problem with this model using the diffusers library

#1
by ukaprch - opened

John,

This model causes problems when using the diffusers library. If you look at your model_index.json file you see a reference to what I believe is the wrong scheduler:

"scheduler": [
"diffusers",
"EDMDPMSolverMultistepScheduler"
],

and this causes confusion in the diffuser pipeline.

This is a scheduler that was added in a relatively new version of Diffusers, so it may not work with every version. I tried uploading it again with Euler a.

Sign up or log in to comment