wording explaining super condition factor

main
Brett Kuprel 2 years ago
parent a083357225
commit 57d3b8dbd7
  1. 26
      min_dalle.ipynb
  2. 2
      replicate_predictor.py

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
),
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

Loading…
Cancel
Save