From 5f526e210976635268b3c1693c58ca2669e18bdc Mon Sep 17 00:00:00 2001 From: Brett Kuprel Date: Wed, 6 Jul 2022 12:00:28 -0400 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cd6f8a9..ab07be9 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ model = MinDalle( ) ``` -The required models will be downloaded to `models_root` if they are not already there. Once everything has finished initializing, call `generate_image` with some text as many times as you want. Use a positive `seed` for reproducible results. Higher values for `log2_supercondition_factor` result in better agreement with the text but a narrower variety of generated images. Every image token is sampled from the $k$ most probably tokens. +The required models will be downloaded to `models_root` if they are not already there. Once everything has finished initializing, call `generate_image` with some text as many times as you want. Use a positive `seed` for reproducible results. Higher values for `log2_supercondition_factor` result in better agreement with the text but a narrower variety of generated images. Every image token is sampled from the top $k$ most probable tokens. ```python image = model.generate_image(