forgot missing 2**

This commit is contained in:
Brett Kuprel
2022-07-04 23:29:48 -04:00
parent 976f438879
commit ccdcbc7d46
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ class Predictor(BasePredictor):
supercondition_factor: int = Input(
description='Lower results in a wider variety of images but less agreement with the text',
choices=[2, 4, 8, 16, 32, 64],
default=16
default=8
),
) -> Iterator[Path]:
image_stream = self.model.generate_image_stream(