--- emoji: 🎥 title: 'Fast Rendering Node' short_description: Based on Wan2.1-1.3B Self-Forcing sdk: gradio sdk_version: 5.35.0 load_balancing_strategy: random --- This server generates video chunks as base64 data uri strings. It it is meant to be used as an API by AI robots or advanced AI video tools and platforms, such as TikSlop or Clapper. It is best to run it on a big GPU such as a Nvidia A100, H100 or H200. It can run on a Nvidia L40S but not in real-time. ## Acknowledgements If you want to use this codebase for your project, I invite you to use the [original repository](https://huggingface.co/spaces/multimodalart/self-forcing) instead, it will better fit your needs (it contains things I removed because I didn't need them). A big thank you to [Multimodalart](https://huggingface.co/multimodalart/) who created the original repo! This codebase is built on top of the open-source implementation of [CausVid](https://github.com/tianweiy/CausVid) by [Tianwei Yin](https://tianweiy.github.io/) and the [Wan2.1](https://github.com/Wan-Video/Wan2.1) repo.