You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered: