Update README.md
Browse files
README.md
CHANGED
@@ -183,9 +183,13 @@ output = pipe(
|
|
183 |
num_inference_steps=num_inference_steps,
|
184 |
).frames[0]
|
185 |
export_to_video(output, "5bit2v_output.mp4", fps=24)
|
186 |
-
```
|
187 |
-
|
188 |
|
|
|
|
|
|
|
|
|
|
|
|
|
189 |
|
190 |
|
191 |
## Computational Efficiency on Different GPUs
|
|
|
183 |
num_inference_steps=num_inference_steps,
|
184 |
).frames[0]
|
185 |
export_to_video(output, "5bit2v_output.mp4", fps=24)
|
|
|
|
|
186 |
|
187 |
+
```
|
188 |
+
> 💡**Note**:This model requires features that are currently available only in the main branch of diffusers. The latest stable release on PyPI does not yet include these updates.
|
189 |
+
> To use this model, please install the library from source:
|
190 |
+
> ```
|
191 |
+
> pip install git+https://github.com/huggingface/diffusers
|
192 |
+
> ```
|
193 |
|
194 |
|
195 |
## Computational Efficiency on Different GPUs
|