wording explaining super condition factor

This commit is contained in:
Brett Kuprel 2022-07-05 05:57:55 -04:00
parent a083357225
commit 57d3b8dbd7
2 changed files with 14 additions and 14 deletions

26
min_dalle.ipynb vendored

File diff suppressed because one or more lines are too long

View File

@ -33,7 +33,7 @@ class ReplicatePredictor(BasePredictor):
default=2
),
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,
le=6,
default=4