Skip to content

Commit

Permalink
number bug
Browse files Browse the repository at this point in the history
  • Loading branch information
genekogan committed Jan 8, 2025
1 parent f5eb3f6 commit a22eeb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eve/tools/flux_dev_lora/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ parameters:
label: Input image
description: Input image. Aspect ratio will match this.
prompt_strength:
type: number
type: float
label: Prompt strength
description: Prompt strength when using img2img. 1.0 corresponds to full destruction of information in image
default: 0.8
Expand Down Expand Up @@ -86,7 +86,7 @@ parameters:
minimum: 1
maximum: 50
guidance:
type: number
type: float
label: Guidance scale
description: How strictly to follow the prompt
hide_from_ui: true
Expand Down

0 comments on commit a22eeb0

Please sign in to comment.