Update README.md
Browse files
README.md
CHANGED
@@ -41,7 +41,8 @@ pip install diffusers, transformers, safetensors, accelerate, sentencepiece
|
|
41 |
git clone https://huggingface.co/artemtumch/stable-fast-xl
|
42 |
cd stable-fast-xl
|
43 |
```
|
44 |
-
open **install_stable-fast.sh** file and change cp311 for your python version in this line
|
|
|
45 |
pip install -q https://github.com/chengzeyi/stable-fast/releases/download/v0.0.15/stable_fast-0.0.15+torch210cu118-cp311-cp311-manylinux2014_x86_64.whl
|
46 |
|
47 |
where **cp311** -> for **python 3.11** **|** **cp38** -> for **python3.8**
|
|
|
41 |
git clone https://huggingface.co/artemtumch/stable-fast-xl
|
42 |
cd stable-fast-xl
|
43 |
```
|
44 |
+
open **install_stable-fast.sh** file and change cp311 for your python version in this line
|
45 |
+
|
46 |
pip install -q https://github.com/chengzeyi/stable-fast/releases/download/v0.0.15/stable_fast-0.0.15+torch210cu118-cp311-cp311-manylinux2014_x86_64.whl
|
47 |
|
48 |
where **cp311** -> for **python 3.11** **|** **cp38** -> for **python3.8**
|