Text-to-Video
Diffusers
Safetensors
WanPipeline
kelseye commited on
Commit
5be7df9
·
verified ·
1 Parent(s): 20fb953

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -196,6 +196,11 @@ output = pipe(
196
  export_to_video(output, "t2v_out.mp4", fps=16)
197
  ```
198
 
 
 
 
 
 
199
 
200
  ## Computational Efficiency on Different GPUs
201
 
 
196
  export_to_video(output, "t2v_out.mp4", fps=16)
197
  ```
198
 
199
+ > 💡**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.
200
+ > To use this model, please install the library from source:
201
+ > ```
202
+ > pip install git+https://github.com/huggingface/diffusers
203
+ > ```
204
 
205
  ## Computational Efficiency on Different GPUs
206