Flourish commited on
Commit
ac8fb10
·
verified ·
1 Parent(s): 086fd2e

Update README.md

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