Skip to content

Commit e6300f4

Browse files
fix pix2pix docs (huggingface#2290)
1 parent 7b96b0d commit e6300f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pipelines/stable_diffusion/pipeline_stable_diffusion_instruct_pix2pix.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ def __call__(
147147
Function invoked when calling the pipeline for generation.
148148
149149
Args:
150-
prompt (`str` or `List[str]`, *optional*):
150+
prompt (`str` or `List[str]`, *optional*):
151151
The prompt or prompts to guide the image generation. If not defined, one has to pass `prompt_embeds`.
152152
instead.
153153
image (`PIL.Image.Image`):

0 commit comments

Comments
 (0)