Flourish commited on
Commit
c80ab72
·
verified ·
1 Parent(s): eea867e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
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.