Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,18 @@ Implementation of Text-To-Image generation using Stable Diffusion on Intel CPU.

## Install requirements

* Set up conda environment (optional)
* Set up and update PIP to the highest version
* Install OpenVINO™ Development Tools 2022.1 release with PyPI
* Download requirements

```bash
conda create -n py3.9 python=3.9
conda activate py3.9
python -m pip install --upgrade pip
pip install openvino-dev[onnx,pytorch]==2022.3.0
git clone https://github.com/bes-dev/stable_diffusion.openvino.git
cd stable_diffusion.openvino
pip install -r requirements.txt
```

Expand Down