Other
Transformers
Safetensors
ldf_motion
feature-extraction
text-to-motion
motion-generation
diffusion-forcing
humanml3d
computer-animation
custom_code
Instructions to use AlayaLab/FloodDiffusion with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use AlayaLab/FloodDiffusion with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("AlayaLab/FloodDiffusion", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -16,7 +16,7 @@ pipeline_tag: other
|
|
| 16 |
|
| 17 |
**A state-of-the-art text-to-motion generation model based on Latent Diffusion Forcing**
|
| 18 |
|
| 19 |
-
[Paper]() | [
|
| 20 |
|
| 21 |
</div>
|
| 22 |
|
|
|
|
| 16 |
|
| 17 |
**A state-of-the-art text-to-motion generation model based on Latent Diffusion Forcing**
|
| 18 |
|
| 19 |
+
[Paper]() | [Github](https://github.com/ShandaAI/FloodDiffusion) | [Project Page](https://shandaai.github.io/FloodDiffusion/)
|
| 20 |
|
| 21 |
</div>
|
| 22 |
|