From 62b3efe351908320be84eb94066ae2fd3e7c5182 Mon Sep 17 00:00:00 2001 From: Anton Lozhkov Date: Mon, 22 Aug 2022 09:25:55 +0200 Subject: [PATCH] Fix SD example typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2b132226..ebc3ba66 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ pipe = StableDiffusionPipeline.from_pretrained( "CompVis/stable-diffusion-v1-3", scheduler=lms, use_auth_token=True -) .to("cuda") +).to("cuda") prompt = "a photo of an astronaut riding a horse on mars" with autocast("cuda"):