Skip to content

Commit

Permalink
update description of image input
Browse files Browse the repository at this point in the history
Update predict.py

Update predict.py
  • Loading branch information
zeke committed Jan 3, 2023
1 parent 1f19e03 commit 7bf089d
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')"
),
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 7bf089d

Please sign in to comment.