From 3714f11afb38a9ef7cec806c677ae0716b2ce538 Mon Sep 17 00:00:00 2001 From: James Devine Date: Mon, 22 Apr 2024 13:26:58 +0200 Subject: [PATCH] --- workshop.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workshop.markdown b/workshop.markdown index ebcade2..bf746eb 100644 --- a/workshop.markdown +++ b/workshop.markdown @@ -76,7 +76,7 @@ When it's finished loading, you will be able to access it via the web at http:// # Demo #2. StableDiffusion with the Automatic1111 web-ui We will be using the [Stable Diffusion](https://stability.ai/stable-image) GenAI image generator. -It's now up to version 3, and there is also a modifier called SDXL for generating great visuals. +It's now up to version 3 which is much better, and there is also a version called SDXL for generating great visuals. But we won't be using that today, just the very basic V1.5 model to get started. sudo apt-get install wget python3 python3-venv libgl1 libglib2.0-0 -y