From 060727191c9b040ca4e268c03035449860bb9417 Mon Sep 17 00:00:00 2001 From: James Devine Date: Mon, 22 Apr 2024 10:50:00 +0200 Subject: [PATCH] --- workshop.markdown | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/workshop.markdown b/workshop.markdown index 6f1a1da..d083143 100644 --- a/workshop.markdown +++ b/workshop.markdown @@ -30,6 +30,10 @@ We will also update pip: Now to download FastChat: + cd FastChat + git clone https://github.com/lm-sys/FastChat.git + pip3 install -e ".[model_worker,webui]" + python3 -m fastchat.serve.cli --model-path lmsys/vicuna-7b-v1.5 --device cpu #1 Demo #2. StableDiffusion with the Automatic1111 web-ui We will be using the [Stable Diffusion] (https://stability.ai/stable-image) GenAI image generator. @@ -41,7 +45,7 @@ But we won't be using that today, just the very basic V1.5 model to get started. cd automatic wget -q https://raw.githubusercontent.com/AUTOMATIC1111/stable-diffusion-webui/master/webui.sh sudo chmod +x webui.sh - ./webui.sh + ./webui.sh --skip-torch-cuda-test --precision full --no-half --listen --use-cpu all