Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
daanelson committed Nov 1, 2024
1 parent 622659d commit aa16cd9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions predict.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,10 @@ class SharedInputs:
default=None,
)
lora_scale: Input = Input(
description="Determines how strongly the main LoRA should be applied. Sane results between 0 and 1 for base inference. For go_fast we apply a 1.5x multiplier to this value; we've generally seen good performance when scaling the base value by that amount. You may still need to experiment to find the best value for your particular lora.",
default=1.0,
le=5.0,
ge=-5.0,
description="Determines how strongly the main LoRA should be applied. Sane results between 0 and 1 for base inference. For go_fast we apply a 1.5x multiplier to this value; we've generally seen good performance when scaling the base value by that amount. You may still need to experiment to find the best value for your particular lora.",
default=1.0,
le=5.0,
ge=-5.0,
)
megapixels: Input = Input(
description="Approximate number of megapixels for generated image",
Expand Down

0 comments on commit aa16cd9

Please sign in to comment.