Skip to content

Commit

Permalink
update description of image input
Browse files Browse the repository at this point in the history
Update predict.py
  • Loading branch information
zeke committed Jan 3, 2023
1 parent 1f19e03 commit e0f10aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion predict.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def predict(
default=None,
),
image: Path = Input(
description="Inital image to generate variations of.",
description="A starting image from which to generate variations (aka "img2img"). If this input is set, the `width` and `height` inputs are ignored and the output will have the same dimensions as the input image."
),
prompt_strength: float = Input(
description="Prompt strength when providing the image. 1.0 corresponds to full destruction of information in init image",
Expand Down

0 comments on commit e0f10aa

Please sign in to comment.