Update README.md
Browse files
README.md
CHANGED
|
@@ -65,7 +65,8 @@ Here are some examples demonstrating the capabilities of Ovis-Image.
|
|
| 65 |
First, install the `diffusers` library with support for Ovis-Image.
|
| 66 |
|
| 67 |
```bash
|
| 68 |
-
pip install git+https://github.com/DoctorKey/diffusers.git@ovis-image
|
|
|
|
| 69 |
```
|
| 70 |
|
| 71 |
Next, use the `OvisImagePipeline` to generate the image.
|
|
|
|
| 65 |
First, install the `diffusers` library with support for Ovis-Image.
|
| 66 |
|
| 67 |
```bash
|
| 68 |
+
# pip install git+https://github.com/DoctorKey/diffusers.git@ovis-image
|
| 69 |
+
pip install git+https://github.com/huggingface/diffusers
|
| 70 |
```
|
| 71 |
|
| 72 |
Next, use the `OvisImagePipeline` to generate the image.
|