From 9cbaa83b057916483a5fc17b82c53eb8219b379a Mon Sep 17 00:00:00 2001 From: Brett Kuprel Date: Fri, 1 Jul 2022 20:25:49 -0400 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4301b64..a2e4cee 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ from min_dalle import MinDalle model = MinDalle(is_mega=True, models_root='./pretrained') ``` -The required models will be downloaded to `models_root` if they are not already there. After the model has loaded, call `generate_image` with some text and a seed as many times as you want. +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 and a seed as many times as you want. ```python text = "a comfy chair that looks like an avocado"