This commit is contained in:
James Devine 2024-04-22 10:50:00 +02:00 committed by GitHub
parent e163a03d3c
commit 060727191c

View file

@ -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