Skip to content

Commit

Permalink
Update predict.py
Browse files Browse the repository at this point in the history
Co-authored-by: fofr <[email protected]>
  • Loading branch information
2 people authored and andreasjansson committed Aug 30, 2024
1 parent 30b3274 commit 2b3297b
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 @@ -100,7 +100,7 @@ def setup(self) -> None: # pyright: ignore
def predict( # pyright: ignore
self,
prompt: str = Input(
description="Prompt for generated image. Include the `trigger_word` used in the training process to activate the trained object, style, or concept in the resulting image."
description="Prompt for generated image. If you include the `trigger_word` used in the training process you are more likely to activate the trained object, style, or concept in the resulting image."
),
aspect_ratio: str = Input(
description="Aspect ratio for the generated image. The size will always be 1 megapixel, i.e. 1024x1024 if aspect ratio is 1:1. To use arbitrary width and height, set aspect ratio to 'custom'.",
Expand Down

0 comments on commit 2b3297b

Please sign in to comment.