We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f717ac2 commit ae94655Copy full SHA for ae94655
docs/source/en/using-diffusers/inpaint.mdx
@@ -52,7 +52,7 @@ Now you can create a prompt to replace the mask with something else:
52
53
```python
54
prompt = "Face of a yellow cat, high resolution, sitting on a park bench"
55
-image = pipe(prompt=prompt, image=init_image, mask_image=mask_image).images[0]
+image = pipeline(prompt=prompt, image=init_image, mask_image=mask_image).images[0]
56
```
57
58
`image` | `mask_image` | `prompt` | output |
0 commit comments