diffusers version error
yamasoo opened this issue · 1 comments
yamasoo commented
ValueError: The deprecation tuple ('from_ckpt', '0.21.0', 'The function from_ckpt
is deprecated in favor of from_single_file
and will be removed in diffusers v.0.21. Please make sure to use StableDiffusionPipeline.from_single_file(...)
instead.') should be removed since diffusers' version 0.21.0 is >= 0.21.0
p1atdev commented
I've specified the versions in the requirements.txt
file. After doing a git pull
, please run either pip install -r ./requirements.txt
or pip install diffusers==0.20.0
.