-
Notifications
You must be signed in to change notification settings - Fork 854
Closed
Labels
Description
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

as we can see from the above image the tqdm progression bar is not moving
Reactions are currently unavailable