Add pipeline tag
Browse filesThis PR ensures the model can be found at https://huggingface.co/models?pipeline_tag=text-to-video.
README.md
CHANGED
@@ -2,6 +2,9 @@
|
|
2 |
license: mit
|
3 |
base_model:
|
4 |
- stabilityai/stable-diffusion-3-medium
|
|
|
|
|
|
|
5 |
---
|
6 |
|
7 |
# ⚡️Pyramid Flow⚡️
|
|
|
2 |
license: mit
|
3 |
base_model:
|
4 |
- stabilityai/stable-diffusion-3-medium
|
5 |
+
pipeline_tag: text-to-video
|
6 |
+
tags:
|
7 |
+
- image-to-video
|
8 |
---
|
9 |
|
10 |
# ⚡️Pyramid Flow⚡️
|