wording explaining super condition factor
This commit is contained in:
parent
a083357225
commit
57d3b8dbd7
26
min_dalle.ipynb
vendored
26
min_dalle.ipynb
vendored
File diff suppressed because one or more lines are too long
|
@ -33,7 +33,7 @@ class ReplicatePredictor(BasePredictor):
|
||||||
default=2
|
default=2
|
||||||
),
|
),
|
||||||
log2_supercondition_factor: int = Input(
|
log2_supercondition_factor: int = Input(
|
||||||
description='Lower results in a wider variety of images but less agreement with the text',
|
description='Higher values result in better agreement with the text but a narrower variety of generated images',
|
||||||
ge=1,
|
ge=1,
|
||||||
le=6,
|
le=6,
|
||||||
default=4
|
default=4
|
||||||
|
|
Loading…
Reference in New Issue
Block a user