Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeError: _get_model_file() got an unexpected keyword argument 'resume_download' #178

Open
kidwon opened this issue Aug 16, 2024 · 1 comment

Comments

@kidwon
Copy link

kidwon commented Aug 16, 2024

got
TypeError: _get_model_file() got an unexpected keyword argument 'resume_download'
when try to run the gradio demo by
python gradio_demo/app_v2.py

@kidwon
Copy link
Author

kidwon commented Aug 17, 2024

if you are experencing the same issue and your diffusers version > 0.29.1
downgrade the diffusers to v0.29.1 will fix this issue:
pip install diffusers==0.29.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant