This commit is contained in:
parent
e163a03d3c
commit
060727191c
1 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue