Update README.md
Browse files
README.md
CHANGED
@@ -40,6 +40,14 @@ pip install diffusers, transformers, safetensors, accelerate, sentencepiece
|
|
40 |
```bash
|
41 |
git clone https://huggingface.co/artemtumch/stable-fast-xl
|
42 |
cd stable-fast-xl
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
43 |
sh install_stable-fast.sh
|
44 |
```
|
45 |
|
|
|
40 |
```bash
|
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**
|
48 |
+
|
49 |
+
then run script
|
50 |
+
```bash
|
51 |
sh install_stable-fast.sh
|
52 |
```
|
53 |
|