Skip to content

Commit

Permalink
Better num_inference_steps description
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasjansson committed Oct 1, 2024
1 parent a87aa5a commit 1fe5797
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 @@ -466,7 +466,7 @@ def predict(
aspect_ratio: str = SHARED_INPUTS.aspect_ratio,
num_outputs: int = SHARED_INPUTS.num_outputs,
num_inference_steps: int = Input(
description="Number of denoising steps. Recommended range is 1-4",
description="Number of denoising steps. 4 is recommended, and lower number of steps produce lower quality outputs, faster.",
ge=1,
le=4,
default=4,
Expand Down

0 comments on commit 1fe5797

Please sign in to comment.