1
0
mirror of https://github.com/huggingface/diffusers.git synced 2026-01-27 17:22:53 +03:00

Remove a trailing whitespace

This commit is contained in:
Tolga Cangöz
2024-05-30 20:12:32 +03:00
parent 00f63d1c3f
commit 7445eff675

View File

@@ -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