update cog

This commit is contained in:
Brett Kuprel
2022-07-04 20:10:37 -04:00
parent 18b2c84a57
commit 92b4dc3333
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -32,8 +32,8 @@ class Predictor(BasePredictor):
),
) -> Iterator[Path]:
image_stream = self.model.generate_image_stream(
text,
seed,
text,
seed,
grid_size=grid_size,
log2_mid_count=log2_intermediate_image_count,
is_verbose=True