Image-to-Video
HY-WorldPlay
Diffusers
Safetensors
English
Chinese
hunyuan3d
worldmodel
3d-reconstruction
3d-generation
3d
scene-generation
image-to-3D
text-to-3D
Eval Results
Instructions to use tencent/HY-WorldPlay with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- HY-WorldPlay
How to use tencent/HY-WorldPlay with HY-WorldPlay:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
Update pipeline tag, add library name, paper link, and sample usage
#1
by nielsr HF Staff - opened
This PR significantly improves the model card for the WorldPlay model by:
- Updating the
pipeline_tagfromtext-to-3dtoimage-to-video. This more accurately reflects the model's primary function of generating streaming video from an image or text prompt, as evidenced by the paper abstract and theconfig.json("ideal_task": "i2v"). - Adding
library_name: diffusersto the metadata. Theconfig.jsonshows"_diffusers_version": "0.35.0", confirming compatibility with the Hugging Facediffuserslibrary. This enables automated code snippets for users. - Integrating a direct link to the official Hugging Face paper page (WorldPlay: Towards Long-Term Geometric Consistency for Real-Time Interactive World Modeling) into the badge section, replacing the previous general report link for clearer access to the publication. The existing Project Page badge's text is also clarified.
- Adding a `
onpix changed pull request status to merged