Skip to content

Backward incompatible changes in huggingface_hub #8

@rafalkarczewski

Description

@rafalkarczewski

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions