Skip to content

Commit d0b85dc

Browse files
committed
fix some
1 parent e59169a commit d0b85dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hy3dshape/minimal_demo_with_ckpt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
# cd output_folder/dit/overfitting_depth_16_token_4096_lr1e4/ckpt/ckpt-step=00004000.ckpt
2828
# python3 zero_to_fp32.py ./ ./out --max_shard_size 30GB
2929
# then you can get output_folder/dit/overfitting_depth_16_token_4096_lr1e4/ckpt/ckpt-step=00004000.ckpt/out/pytorch_model.bin
30-
ckpt_cfg_path = 'output_folder/dit/overfitting_depth_16_token_4096_lr1e4_uc/hunyuandit-mini-overfitting-flowmatching-dinol518-bf16-lr1e4-4096.yaml'
30+
ckpt_cfg_path = 'output_folder/dit/overfitting_depth_16_token_4096_lr1e4/hunyuandit-mini-overfitting-flowmatching-dinol518-bf16-lr1e4-4096.yaml'
3131
ckpt_path = 'output_folder/dit/overfitting_depth_16_token_4096_lr1e4/ckpt/ckpt-step=00004000.ckpt/out/pytorch_model.bin'
3232
config = yaml.safe_load(open(ckpt_cfg_path, 'r'))
3333
model = instantiate_from_config(config['model']['params']['denoiser_cfg'])

0 commit comments

Comments
 (0)