We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21ceda3 commit 62b3efeCopy full SHA for 62b3efe
README.md
@@ -56,7 +56,7 @@ pipe = StableDiffusionPipeline.from_pretrained(
56
"CompVis/stable-diffusion-v1-3",
57
scheduler=lms,
58
use_auth_token=True
59
-) .to("cuda")
+).to("cuda")
60
61
prompt = "a photo of an astronaut riding a horse on mars"
62
with autocast("cuda"):
0 commit comments