From 8dcdef3c58dc2d5e13b5e422e27b774f4933651a Mon Sep 17 00:00:00 2001 From: Bryce Drennan Date: Wed, 7 Dec 2022 10:52:33 -0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2959372..7471681 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,8 @@ AI imagined images. Pythonic generation of stable diffusion images. # on macOS, make sure rust is installed first >> pip install imaginairy >> imagine "a scenic landscape" "a photo of a dog" "photo of a fruit bowl" "portrait photo of a freckled woman" -# Stable Diffusion 2.0 ->> imagine --model SD-2.0 "a forest" +# Stable Diffusion 2.1 +>> imagine --model SD-2.1 "a forest" ```