Skip to content

Commit

Permalink
tweak to lora scale (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
daanelson authored Nov 13, 2024
1 parent 7d34e24 commit 83b1af7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions predict.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ class SharedInputs:
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,
le=3.0,
ge=-1.0,
)
megapixels: Input = Input(
description="Approximate number of megapixels for generated image",
Expand Down

0 comments on commit 83b1af7

Please sign in to comment.