Update README.md
Browse files
README.md
CHANGED
|
@@ -147,7 +147,6 @@ torchrun --nnodes=1 --nproc_per_node=8 --master_port 29605 hymm_sp/sample_batch.
|
|
| 147 |
--action-speed-list 0.2 0.2 0.2 0.2 \
|
| 148 |
--seed 250160 \
|
| 149 |
--infer-steps 50 \
|
| 150 |
-
--use-fp8 \
|
| 151 |
--flow-shift-eval-video 5.0 \
|
| 152 |
--save-path './results/'
|
| 153 |
|
|
@@ -199,8 +198,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'
|
|
|
|
| 147 |
--action-speed-list 0.2 0.2 0.2 0.2 \
|
| 148 |
--seed 250160 \
|
| 149 |
--infer-steps 50 \
|
|
|
|
| 150 |
--flow-shift-eval-video 5.0 \
|
| 151 |
--save-path './results/'
|
| 152 |
|
|
|
|
| 198 |
#!/bin/bash
|
| 199 |
JOBS_DIR=$(dirname $(dirname "$0"))
|
| 200 |
export PYTHONPATH=${JOBS_DIR}:$PYTHONPATH
|
| 201 |
+
export MODEL_BASE="weights/stdmodels"
|
| 202 |
+
checkpoint_path="weights/gamecraft_models/mp_rank_00_model_states.pt"
|
| 203 |
|
| 204 |
current_time=$(date "+%Y.%m.%d-%H.%M.%S")
|
| 205 |
modelname='Tencent_hunyuanGameCraft_720P'
|