replicate wording
This commit is contained in:
parent
97ecbe287e
commit
0ff88d29a2
|
@ -23,11 +23,11 @@ class ReplicatePredictor(BasePredictor):
|
||||||
default=4
|
default=4
|
||||||
),
|
),
|
||||||
seed: int = Input(
|
seed: int = Input(
|
||||||
description='Set the seed to a positive number for reproducible results',
|
description='A positive number will generate reproducible results',
|
||||||
default=-1
|
default=-1
|
||||||
),
|
),
|
||||||
log2_intermediate_image_count: int = Input(
|
log2_intermediate_image_count: int = Input(
|
||||||
description='Set the total number of images to show while running. Each image adds a slight delay.',
|
description='Number of images to show while running, each adds a slight delay',
|
||||||
ge=0,
|
ge=0,
|
||||||
le=4,
|
le=4,
|
||||||
default=2
|
default=2
|
||||||
|
|
Loading…
Reference in New Issue
Block a user