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:
committed by
GitHub
parent
1ed6b77781
commit
648090e26e
@@ -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`):
|
||||
|
||||
Reference in New Issue
Block a user