wording explaining intermediate_image_count
This commit is contained in:
parent
57d3b8dbd7
commit
97ecbe287e
2
min_dalle.ipynb
vendored
2
min_dalle.ipynb
vendored
|
@ -149,7 +149,7 @@
|
||||||
"\n",
|
"\n",
|
||||||
"- `seed` Set the seed to a positive number for reproducible results\n",
|
"- `seed` Set the seed to a positive number for reproducible results\n",
|
||||||
"\n",
|
"\n",
|
||||||
"- `intermediate_image_count` Set the number of intermediate images to show while running\n",
|
"- `intermediate_image_count` Set the total number of images to show while running. Each image adds a slight delay.\n",
|
||||||
"\n",
|
"\n",
|
||||||
"- `supercondition_factor` Higher values result in better agreement with the text but a narrower variety of generated images"
|
"- `supercondition_factor` Higher values result in better agreement with the text but a narrower variety of generated images"
|
||||||
]
|
]
|
||||||
|
|
|
@ -27,7 +27,7 @@ class ReplicatePredictor(BasePredictor):
|
||||||
default=-1
|
default=-1
|
||||||
),
|
),
|
||||||
log2_intermediate_image_count: int = Input(
|
log2_intermediate_image_count: int = Input(
|
||||||
description='Set the number of intermediate images to show while running',
|
description='Set the total number of images to show while running. Each image adds a slight delay.',
|
||||||
ge=0,
|
ge=0,
|
||||||
le=4,
|
le=4,
|
||||||
default=2
|
default=2
|
||||||
|
|
Loading…
Reference in New Issue
Block a user