本帖最后由 rafavi 于 2025-5-4 19:00 编辑
Installation on Intel Silicon · openvinotoolkit/stable-diffusion-webui Wiki
Windows
- git clone https://github.com/openvinotoolkit/stable-diffusion-webui.git
- cd stable-diffusion-webui
- webui-user.bat
复制代码
- Use the OpenVINO custom script by following the instructions here
Notes: - The steps above will create a virtual environment and install the required packages into this environment. If you want to use your own virtual environment to run Stable Diffusion WebUI, please update VENV_DIR= lines to VENV_DIR=- in first-time-runner.bat and torch-install.ps1 files.
- PyTorch doesn't support torch.compile officially on windows yet. Launching torch-install.bat installs PyTorch and enables torch.compile for OpenVINO backend.
Enabling Public Access
To enable public access, please add "--share --listen" arguments into the COMMANLINE_ARGUMENTS variable (On Windows, you can do this by updating webui-user.bat file). Installation Instructions
Install OpenVINO:
Install from Pypi:
OpenVINO with torch.compile support is now available in preview in the OpenVINO prerelease package. Install the latest prerelease package from using the command pip install --pre openvino |