From d0b85dc7d9fea0bb2b9ad9230df1b00ec875f071 Mon Sep 17 00:00:00 2001 From: Huiwenshi Date: Thu, 26 Jun 2025 20:08:17 +0800 Subject: [PATCH] fix some --- hy3dshape/minimal_demo_with_ckpt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hy3dshape/minimal_demo_with_ckpt.py b/hy3dshape/minimal_demo_with_ckpt.py index b6fdf39..76c705c 100644 --- a/hy3dshape/minimal_demo_with_ckpt.py +++ b/hy3dshape/minimal_demo_with_ckpt.py @@ -27,7 +27,7 @@ from hy3dshape.utils import instantiate_from_config # cd output_folder/dit/overfitting_depth_16_token_4096_lr1e4/ckpt/ckpt-step=00004000.ckpt # python3 zero_to_fp32.py ./ ./out --max_shard_size 30GB # then you can get output_folder/dit/overfitting_depth_16_token_4096_lr1e4/ckpt/ckpt-step=00004000.ckpt/out/pytorch_model.bin -ckpt_cfg_path = 'output_folder/dit/overfitting_depth_16_token_4096_lr1e4_uc/hunyuandit-mini-overfitting-flowmatching-dinol518-bf16-lr1e4-4096.yaml' +ckpt_cfg_path = 'output_folder/dit/overfitting_depth_16_token_4096_lr1e4/hunyuandit-mini-overfitting-flowmatching-dinol518-bf16-lr1e4-4096.yaml' ckpt_path = 'output_folder/dit/overfitting_depth_16_token_4096_lr1e4/ckpt/ckpt-step=00004000.ckpt/out/pytorch_model.bin' config = yaml.safe_load(open(ckpt_cfg_path, 'r')) model = instantiate_from_config(config['model']['params']['denoiser_cfg'])