Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
ab85748
1
Parent(s):
558b8fd
Update README re: flash-attn
Browse files
README.md
CHANGED
|
@@ -51,5 +51,6 @@ Generate high-quality videos from text prompts and optional images using the **W
|
|
| 51 |
- Supported resolutions: Multiples of 32 (128-1280)
|
| 52 |
- Frame count: 8-121 frames (automatically adjusted to 4n+1 format)
|
| 53 |
- Default duration: 2.0 seconds (48 frames)
|
|
|
|
| 54 |
|
| 55 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
| 51 |
- Supported resolutions: Multiples of 32 (128-1280)
|
| 52 |
- Frame count: 8-121 frames (automatically adjusted to 4n+1 format)
|
| 53 |
- Default duration: 2.0 seconds (48 frames)
|
| 54 |
+
- **Flash Attention**: Optional - automatically uses PyTorch's built-in attention if flash-attn is not available
|
| 55 |
|
| 56 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|