From cf45acfc909e5d0ce5f2606de57609a335083073 Mon Sep 17 00:00:00 2001 From: Anindya Maiti Date: Mon, 25 Sep 2023 13:39:50 -0500 Subject: [PATCH] Update 'README.md' --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 02ba53c..e216a6c 100644 --- a/README.md +++ b/README.md @@ -1,20 +1,20 @@ # Hacklahoma AI Image Workshop (Fall 2023) -## text2img - -Background: `text2img` can be thought of as generating visual content based on textual descriptions. Popular models include [DALL-E](https://openai.com/dall-e-2), [Midjourney](https://www.midjourney.com/home), and [Stable Diffusion](https://stability.ai/blog/stable-diffusion-public-release). - -![](images/sd-working.jpg) - - -![](images/sd-latent-space.jpg) +## Launching a Stable Diffusion Instance on Cloud +Go to Google (or any other cloud proveder), an open [console](https://console.cloud.google.com). Create a VM with a T4 GPU, 15GB RAM, and 30GB disk. Connect to SSH, install git, and clone this [Automatic1111 (A1111) repository](https://github.com/AUTOMATIC1111/stable-diffusion-webui). `cd` in to the cloned directory and run: +``` +$ bash ./ +``` +## text2img +Background: `text2img` can be thought of as generating visual content based on textual descriptions. Popular models include [DALL-E](https://openai.com/dall-e-2), [Midjourney](https://www.midjourney.com/home), and [Stable Diffusion](https://stability.ai/blog/stable-diffusion-public-release). +![](images/sd-latent-space.jpg)