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
Thanks for the great work that you're doing. There has been a backward incompatible change in huggingface_hub (easydiffusion/easydiffusion#1851) and now the code does not work with the provided Dockerfile.
I suggest changing
RUN pip install diffusers==0.26.3 accelerate==0.27.2
to
RUN pip install diffusers==0.26.3 accelerate==0.27.2 huggingface_hub==0.25.2
This solved the issue for me
The text was updated successfully, but these errors were encountered:
Hi all,
Thanks for the great work that you're doing. There has been a backward incompatible change in huggingface_hub (easydiffusion/easydiffusion#1851) and now the code does not work with the provided Dockerfile.
I suggest changing
RUN pip install diffusers==0.26.3 accelerate==0.27.2
to
RUN pip install diffusers==0.26.3 accelerate==0.27.2 huggingface_hub==0.25.2
This solved the issue for me
The text was updated successfully, but these errors were encountered: