Update README.md
Browse files
README.md
CHANGED
@@ -4,7 +4,6 @@ language:
|
|
4 |
- en
|
5 |
extra_gated_eu_disallowed: true
|
6 |
---
|
7 |
-
<!-- ## **HunyuanVideo-Avatar** -->
|
8 |
|
9 |
<!-- ## **Hunyuan-GameCraft** -->
|
10 |
|
@@ -21,15 +20,16 @@ extra_gated_eu_disallowed: true
|
|
21 |
</div>
|
22 |
|
23 |
<div align="center">
|
24 |
-
<a href="https://huggingface.co/tencent/Hunyuan-GameCraft-1.0"><img src="https://img.shields.io/static/v1?label=
|
25 |
</div>
|
26 |
|
27 |

|
28 |
|
29 |
> [**Hunyuan-GameCraft: High-dynamic Interactive Game Video Generation with Hybrid History Condition**](https://arxiv.org/pdf/2505.20156) <be>
|
30 |
|
|
|
|
|
31 |
## π₯π₯π₯ News!!
|
32 |
-
* Jun 06, 2025: π₯ Hunyuan-GameCraft supports **Single GPU** with only **10GB VRAM**, with **DeepCache** included.
|
33 |
* Aug 14, 2025: π We release the inference code and model weights of Hunyuan-GameCraft. [Download](weights/README.md).
|
34 |
|
35 |
|
@@ -199,8 +199,8 @@ For example, to generate a video with 1 GPU with Low-VRAM (over 24GB), you can u
|
|
199 |
#!/bin/bash
|
200 |
JOBS_DIR=$(dirname $(dirname "$0"))
|
201 |
export PYTHONPATH=${JOBS_DIR}:$PYTHONPATH
|
202 |
-
export MODEL_BASE="
|
203 |
-
checkpoint_path="
|
204 |
|
205 |
current_time=$(date "+%Y.%m.%d-%H.%M.%S")
|
206 |
modelname='Tencent_hunyuanGameCraft_720P'
|
@@ -220,6 +220,7 @@ torchrun --nnodes=1 --nproc_per_node=1 --master_port 29605 hymm_sp/sample_batch.
|
|
220 |
--action-list w a d s \
|
221 |
--action-speed-list 0.2 0.2 0.2 0.2 \
|
222 |
--seed 250160 \
|
|
|
223 |
--infer-steps 50 \
|
224 |
--flow-shift-eval-video 5.0 \
|
225 |
--cpu-offload \
|
@@ -231,7 +232,7 @@ torchrun --nnodes=1 --nproc_per_node=1 --master_port 29605 hymm_sp/sample_batch.
|
|
231 |
|
232 |
## π BibTeX
|
233 |
|
234 |
-
If you find [Hunyuan-GameCraft](https://arxiv.org/
|
235 |
|
236 |
```BibTeX
|
237 |
@misc{li2025hunyuangamecrafthighdynamicinteractivegame,
|
|
|
4 |
- en
|
5 |
extra_gated_eu_disallowed: true
|
6 |
---
|
|
|
7 |
|
8 |
<!-- ## **Hunyuan-GameCraft** -->
|
9 |
|
|
|
20 |
</div>
|
21 |
|
22 |
<div align="center">
|
23 |
+
<a href="https://huggingface.co/tencent/Hunyuan-GameCraft-1.0"><img src="https://img.shields.io/static/v1?label=Huggingface&message=Hunyuan-GameCraft-1.0&color=yellow"></a>  
|
24 |
</div>
|
25 |
|
26 |

|
27 |
|
28 |
> [**Hunyuan-GameCraft: High-dynamic Interactive Game Video Generation with Hybrid History Condition**](https://arxiv.org/pdf/2505.20156) <be>
|
29 |
|
30 |
+
|
31 |
+
|
32 |
## π₯π₯π₯ News!!
|
|
|
33 |
* Aug 14, 2025: π We release the inference code and model weights of Hunyuan-GameCraft. [Download](weights/README.md).
|
34 |
|
35 |
|
|
|
199 |
#!/bin/bash
|
200 |
JOBS_DIR=$(dirname $(dirname "$0"))
|
201 |
export PYTHONPATH=${JOBS_DIR}:$PYTHONPATH
|
202 |
+
export MODEL_BASE="/path/to/models"
|
203 |
+
checkpoint_path="/path/to/ckpts"
|
204 |
|
205 |
current_time=$(date "+%Y.%m.%d-%H.%M.%S")
|
206 |
modelname='Tencent_hunyuanGameCraft_720P'
|
|
|
220 |
--action-list w a d s \
|
221 |
--action-speed-list 0.2 0.2 0.2 0.2 \
|
222 |
--seed 250160 \
|
223 |
+
--sample-n-frames 33 \
|
224 |
--infer-steps 50 \
|
225 |
--flow-shift-eval-video 5.0 \
|
226 |
--cpu-offload \
|
|
|
232 |
|
233 |
## π BibTeX
|
234 |
|
235 |
+
If you find [Hunyuan-GameCraft](https://arxiv.org/abs/2506.17201) useful for your research and applications, please cite using this BibTeX:
|
236 |
|
237 |
```BibTeX
|
238 |
@misc{li2025hunyuangamecrafthighdynamicinteractivegame,
|