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

fix pix2pix docs (#2290)

This commit is contained in:
Patrick von Platen
2023-02-08 17:38:18 +02:00
committed by GitHub
parent 1ed6b77781
commit 648090e26e

View File

@@ -147,7 +147,7 @@ class StableDiffusionInstructPix2PixPipeline(DiffusionPipeline):
Function invoked when calling the pipeline for generation.
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`.
instead.
image (`PIL.Image.Image`):