Wan2.1-API / README.md
Ankit8544's picture
Upload README.md
c24f679 verified
|
raw
history blame
397 Bytes

Text-to-Video Generator 🎥✨

This Space lets you generate videos from text prompts using two models:

  • modelscope-text-to-video-synthesis by Alibaba DAMO
  • zeroscope_v2_576w by cerspense

🛠 How to Use

Send a POST request to /generate-video with the following JSON:

{
  "model": "modelscope", 
  "params": {
    "prompt": "A robot dancing in space"
  }
}