PhotoMaker icon indicating copy to clipboard operation
PhotoMaker copied to clipboard

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

Open kidwon opened this issue 1 year ago • 1 comments

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 avatar Aug 16 '24 17:08 kidwon

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

kidwon avatar Aug 17 '24 06:08 kidwon