From 7445eff67580573bfc221af0961c80f4f93bde8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tolga=20Cang=C3=B6z?= Date: Thu, 30 May 2024 20:12:32 +0300 Subject: [PATCH] Remove a trailing whitespace --- docs/source/en/using-diffusers/scheduler_features.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/en/using-diffusers/scheduler_features.md b/docs/source/en/using-diffusers/scheduler_features.md index 445acdccc4..88be51a5c0 100644 --- a/docs/source/en/using-diffusers/scheduler_features.md +++ b/docs/source/en/using-diffusers/scheduler_features.md @@ -134,7 +134,7 @@ sigmas = [14.615, 6.315, 3.771, 2.181, 1.342, 0.862, 0.555, 0.380, 0.234, 0.113, prompt = "anthropomorphic capybara wearing a suit and working with a computer" generator = torch.Generator(device='cuda').manual_seed(123) image = pipeline( - prompt=prompt, + prompt=prompt, num_inference_steps=10, sigmas=sigmas, generator=generator