Skip to content

Commit 8950923

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents 577a6a6 + 62b3efe commit 8950923

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ pipe = StableDiffusionPipeline.from_pretrained(
5656
"CompVis/stable-diffusion-v1-3",
5757
scheduler=lms,
5858
use_auth_token=True
59-
) .to("cuda")
59+
).to("cuda")
6060

6161
prompt = "a photo of an astronaut riding a horse on mars"
6262
with autocast("cuda"):

0 commit comments

Comments
 (0)