Spaces:
Runtime error
Runtime error
feat: add FloodDiffusion title, CVPR 2026, authors, paper/code badges
Browse files- README.md +14 -0
- templates/index.html +18 -3
README.md
CHANGED
|
@@ -8,4 +8,18 @@ app_port: 7860
|
|
| 8 |
hardware: t4-small
|
| 9 |
pinned: true
|
| 10 |
license: apache-2.0
|
|
|
|
| 11 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
hardware: t4-small
|
| 9 |
pinned: true
|
| 10 |
license: apache-2.0
|
| 11 |
+
short_description: "Streaming Motion Generation (CVPR 2026)"
|
| 12 |
---
|
| 13 |
+
|
| 14 |
+
# FloodDiffusion: Tailored Diffusion Forcing for Streaming Motion Generation
|
| 15 |
+
|
| 16 |
+
**CVPR 2026**
|
| 17 |
+
|
| 18 |
+
[Haiyang Liu](https://h-liu1997.github.io/)\*, Yiyi Cai\*, Yuhan Wu, Kunhang Li, You Zhou, Bo Zheng
|
| 19 |
+
|
| 20 |
+
[](https://arxiv.org/abs/2512.03520)
|
| 21 |
+
[](https://shandaai.github.io/FloodDiffusion/)
|
| 22 |
+
[](https://github.com/ShandaAI/FloodDiffusion)
|
| 23 |
+
[](https://huggingface.co/ShandaAI/FloodDiffusionTiny)
|
| 24 |
+
|
| 25 |
+
Interactive streaming demo for real-time, infinite-length, text-driven 3D human motion generation. Type a motion description, click Start, and watch the skeleton move in real-time. Change text on-the-fly to seamlessly transition between motions.
|
templates/index.html
CHANGED
|
@@ -3,14 +3,29 @@
|
|
| 3 |
<head>
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
-
<title>
|
| 7 |
<link rel="stylesheet" href="/static/css/style.css">
|
| 8 |
</head>
|
| 9 |
<body>
|
| 10 |
<div class="container">
|
| 11 |
<div class="header">
|
| 12 |
-
<h1>
|
| 13 |
-
<p class="subtitle">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
</div>
|
| 15 |
|
| 16 |
<div class="controls">
|
|
|
|
| 3 |
<head>
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
+
<title>FloodDiffusion - Streaming Motion Generation</title>
|
| 7 |
<link rel="stylesheet" href="/static/css/style.css">
|
| 8 |
</head>
|
| 9 |
<body>
|
| 10 |
<div class="container">
|
| 11 |
<div class="header">
|
| 12 |
+
<h1>FloodDiffusion</h1>
|
| 13 |
+
<p class="subtitle">Tailored Diffusion Forcing for Streaming Motion Generation</p>
|
| 14 |
+
<p style="font-size: 0.95em; margin-top: 8px; color: #666;">
|
| 15 |
+
<a href="https://h-liu1997.github.io/" style="color: #333; text-decoration: none;">Haiyang Liu</a><sup>*</sup>,
|
| 16 |
+
<a href="" style="color: #333; text-decoration: none;">Yiyi Cai</a><sup>*</sup>,
|
| 17 |
+
<a href="" style="color: #333; text-decoration: none;">Yuhan Wu</a>,
|
| 18 |
+
<a href="" style="color: #333; text-decoration: none;">Kunhang Li</a>,
|
| 19 |
+
<a href="" style="color: #333; text-decoration: none;">You Zhou</a>,
|
| 20 |
+
<a href="" style="color: #333; text-decoration: none;">Bo Zheng</a>
|
| 21 |
+
</p>
|
| 22 |
+
<p style="font-size: 0.85em; color: #999; margin-top: 4px;">CVPR 2026</p>
|
| 23 |
+
<div style="display: flex; justify-content: center; gap: 8px; margin-top: 8px;">
|
| 24 |
+
<a href="https://arxiv.org/abs/2512.03520"><img src="https://img.shields.io/badge/arXiv-2512.03520-blue" alt="arXiv"></a>
|
| 25 |
+
<a href="https://shandaai.github.io/FloodDiffusion/"><img src="https://img.shields.io/badge/Project_Page-FloodDiffusion-orange" alt="Project Page"></a>
|
| 26 |
+
<a href="https://github.com/ShandaAI/FloodDiffusion"><img src="https://img.shields.io/badge/Github-Code-green" alt="Code"></a>
|
| 27 |
+
<a href="https://huggingface.co/ShandaAI/FloodDiffusionTiny"><img src="https://img.shields.io/badge/HF-Model-yellow" alt="Model"></a>
|
| 28 |
+
</div>
|
| 29 |
</div>
|
| 30 |
|
| 31 |
<div class="controls">
|