Other
Transformers
Safetensors
ldf_motion
feature-extraction
text-to-motion
motion-generation
diffusion-forcing
humanml3d
computer-animation
custom_code
Instructions to use ShandaAI/FloodDiffusion with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ShandaAI/FloodDiffusion with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("ShandaAI/FloodDiffusion", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "architectures": ["LDFModel"], | |
| "model_type": "ldf_motion", | |
| "auto_map": { | |
| "AutoModel": "hf_pipeline.LDFModel", | |
| "AutoConfig": "hf_pipeline.LDFConfig" | |
| }, | |
| "torch_dtype": "float32", | |
| "transformers_version": "4.30.0", | |
| "license": "mit" | |
| } | |