Open case2308 opened 6 days ago
Following the steps provided does not seem to provide a fix to the provided error above. here's the steps as I see them, please tell me if I'm mistaken.
start run.bat
using the webui
go to spaces, click on install PhotoMaker V2
goto webui\extensions-builtin\forge_space_photo_maker_v2\huggingface_space_mirror
modify requirements.txt to include accelerate=>0.26.0
(4.5 I also tried diffusers=>0.29.1
to see if it would do anything.)
fix the resume_download error by manually editing extensions-builtin/forge_space_photo_maker_v2/huggingface_space_mirror/pipeline_t2i_adapter.py
and removing the line resume_download=resume_download
, which is line 226
Return to the Webui/Stable Diffusion
and press Launch
.
In theory, this would fix the problem yeah?
I keep getting the same error code essentially.
ImportError: Using low_cpu_mem_usage=True
or a device_map
requires Accelerate: pip install 'accelerate>=0.26.0'
Here's the full runtime and what occurs. Hopefully my etiquette is good on this, I am not typically one to post on github. otherwise. sorry. fullruntimeerror11292024.txt
Remove the line containing accelerate==0.21.0
in the requirements_versions.txt file...
After removing this line the error remained
ImportError: Using
low_cpu_mem_usage=True
or adevice_map
requires Accelerate:pip install 'accelerate>=0.26.0'