Update README.md
Browse files
README.md
CHANGED
|
@@ -67,7 +67,8 @@ First, install the `diffusers` library with support for Ovis-Image.
|
|
| 67 |
|
| 68 |
```bash
|
| 69 |
# pip install git+https://github.com/DoctorKey/diffusers.git@ovis-image
|
| 70 |
-
pip install git+https://github.com/huggingface/diffusers
|
|
|
|
| 71 |
```
|
| 72 |
|
| 73 |
Next, use the `OvisImagePipeline` to generate the image.
|
|
|
|
| 67 |
|
| 68 |
```bash
|
| 69 |
# pip install git+https://github.com/DoctorKey/diffusers.git@ovis-image
|
| 70 |
+
# pip install git+https://github.com/huggingface/diffusers
|
| 71 |
+
pip install diffusers>=0.36.0
|
| 72 |
```
|
| 73 |
|
| 74 |
Next, use the `OvisImagePipeline` to generate the image.
|