diff --git a/README.md b/README.md index cf00657..93e183c 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ model = MinDalleTorch( ) ``` -then call `generate_image` with some text and a seed as many times as you like +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. ```python image = model.generate_image("a comfy chair that looks like an avocado")