Diffusers
Safetensors
English
AmusedPipeline
art

Model repo doesn't exit

#1
by Vimax97 - opened

pipe = AmusedPipeline.from_pretrained(
"huggingface/amused-256", variant="fp16", torch_dtype=torch.float16
)

should be changed to

pipe = AmusedPipeline.from_pretrained(
"amused/amused-256", variant="fp16", torch_dtype=torch.float16
)

Sign up or log in to comment