Skip to content

Unable to download the Diffusers Models #4272

@vedantdere

Description

@vedantdere

Describe the current behavior
Currently I am not able to download the SDXL models from huggingface
base = StableDiffusionXLPipeline.from_pretrained( "stabilityai/stable-diffusion-xl-base-1.0", torch_dtype=torch.float16, variant="fp16" ).to("cuda")
Im using the above code.
I have also set the huggingface token in the secrets

Describe the expected behavior
Earlier the models are downloaded very easily. Also I am able to download the models without secrets keys of Huggingface token.

What web browser you are using
Chrome

Additional context
image
as we can see from the above image the tqdm progression bar is not moving

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions