Skip to content

Commit c399f3d

Browse files
authored
Merge pull request #67 from radi-cho/patch-1
Remove prompt_strength
2 parents 648d62e + 09bfcbd commit c399f3d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

predict.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,6 @@ def predict(
5959
choices=[128, 256, 384, 448, 512, 576, 640, 704, 768, 832, 896, 960, 1024],
6060
default=768,
6161
),
62-
prompt_strength: float = Input(
63-
description="Prompt strength when using init image. 1.0 corresponds to full destruction of information in init image",
64-
default=0.8,
65-
),
6662
num_outputs: int = Input(
6763
description="Number of images to output.",
6864
ge=1,

0 commit comments

Comments
 (0)