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

[docs] Update interface in repaint.mdx (#3119)

Update repaint.mdx

accomodate to #1701
This commit is contained in:
Ernie Chu
2023-04-27 20:24:51 +08:00
committed by GitHub
parent 77bfb56241
commit fa31da29e5

View File

@@ -60,7 +60,7 @@ pipe = pipe.to("cuda")
generator = torch.Generator(device="cuda").manual_seed(0)
output = pipe(
original_image=original_image,
image=original_image,
mask_image=mask_image,
num_inference_steps=250,
eta=0.0,