BAAI
/

text_encoder/alt_diffusion.py as defined in `model_index.json` does not exist in BAAI/AltDiffusion-m9

#14
by srishtiy - opened

Loading any of your AltDiffusion models from huggingface returns

ValueError: text_encoder/alt_diffusion.py as defined in model_index.json does not exist in BAAI/AltDiffusion-m9 and is not a module in 'diffusers/pipelines'.

Can you tell how is it resolved?

I think you can do transformers==4.25.1 and diffusers==0.9.0, then it works, but took me hours to figure it out

Sign up or log in to comment