From 3698105149015d59357f349e7c4b055b5ec7e6a7 Mon Sep 17 00:00:00 2001 From: Brett Kuprel Date: Thu, 14 Jul 2022 10:53:24 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d5eaed1..e7e0679 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ image = Image.fromarray(images[i]) image.save('image_{}.png'.format(i)) ``` -### Interactive +### Progressive Outputs If the model is being used interactively (e.g. in a notebook) `generate_image_stream` can be used to generate a stream of images as the model is decoding. The detokenizer adds a slight delay for each image. Setting `log2_mid_count` to 3 results in a total of `2 ** 3 = 8` generated images. The only valid values for `log2_mid_count` are 0, 1, 2, 3, and 4. This is implemented in the colab.