bad example code in Model CARD

#6
by froilo - opened

pipe = StableDiffusionXLPipeline.from_pretrained("sd-community/sdxl-flash", torch_dtype=torch.float16, variant="fp16").to("cuda")
results in error
shopuld be
pipe = StableDiffusionXLPipeline.from_pretrained("sd-community/sdxl-flash").to("cuda")

ehristoforu changed discussion status to closed

Sign up or log in to comment