Update README.md
Browse files
README.md
CHANGED
@@ -17,7 +17,7 @@ install from the latest modular diffusers branch. https://github.com/huggingface
|
|
17 |
|
18 |
```
|
19 |
pip uninstall diffusers -y
|
20 |
-
pip install git+https://github.com/huggingface/diffusers.git@modular-refactor
|
21 |
```
|
22 |
|
23 |
run `python main.py` and that's it
|
|
|
17 |
|
18 |
```
|
19 |
pip uninstall diffusers -y
|
20 |
+
pip install git+https://github.com/huggingface/diffusers.git@modular-refactor
|
21 |
```
|
22 |
|
23 |
run `python main.py` and that's it
|