PhotoMaker
PhotoMaker copied to clipboard
TypeError: _get_model_file() got an unexpected keyword argument 'resume_download'
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
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