About from FromSingleFileMixin

#7
by Cold5tar - opened

I am trying to run the model and only place where I get stuck is when FromSingleFileMixin is being loaded from diffusers.loaders.

I have conda venv with all dependencies install with "conda" command. I only saw that diffusers version is 0.26.3, but thats pretty much all.

"from diffusers.loaders import FromSingleFileMixin
ImportError: cannot import name 'FromSingleFileMixin' from 'diffusers.loaders'"

Sign up or log in to comment