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