tjs9707 commited on
Commit
8bfb1da
Β·
verified Β·
1 Parent(s): 350d350

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -6
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=Hunyuan-GameCraft-1.0&message=Hunyuan-GameCraft-1.0&color=yellow"></a> &ensp;
25
  </div>
26
 
27
  ![image](asset/teaser.png)
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="weights/stdmodels"
203
- checkpoint_path="weights/gamecraft_models/mp_rank_00_model_states.pt"
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/pdf/2505.20156) useful for your research and applications, please cite using this BibTeX:
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> &ensp;
24
  </div>
25
 
26
  ![image](asset/teaser.png)
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,