Updated Installation on Intel Silicon (markdown)

Ravi Panchumarthy 2023-07-25 16:51:49 -07:00
parent 6efd879d07
commit 374837b20d

@ -17,7 +17,7 @@ git clone -b openvino_custom_scripts https://github.com/openvinotoolkit/stable-d
cd stable-diffusion-webui
export PYTORCH_TRACING_MODE=TORCHFX
export COMMANDLINE_ARGS="--share --skip-torch-cuda-test --no-gradio-queue --precision full --no-half"
export COMMANDLINE_ARGS="--share --skip-torch-cuda-test --listen --precision full --no-half"
```
* Install the prerequisites by following the instructions [here](#prerequisites)