Unverified Commit 648090e2 authored by Patrick von Platen's avatar Patrick von Platen Committed by GitHub
Browse files

fix pix2pix docs (#2290)

parent 1ed6b777
...@@ -147,7 +147,7 @@ class StableDiffusionInstructPix2PixPipeline(DiffusionPipeline): ...@@ -147,7 +147,7 @@ class StableDiffusionInstructPix2PixPipeline(DiffusionPipeline):
Function invoked when calling the pipeline for generation. Function invoked when calling the pipeline for generation.
Args: Args:
prompt (`str` or `List[str]`, *optional*): prompt (`str` or `List[str]`, *optional*):
The prompt or prompts to guide the image generation. If not defined, one has to pass `prompt_embeds`. The prompt or prompts to guide the image generation. If not defined, one has to pass `prompt_embeds`.
instead. instead.
image (`PIL.Image.Image`): image (`PIL.Image.Image`):
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment