pljj315

Results 6 issues of pljj315

want to re-train this InstantID, but I can't find the ready-made code. is there any code for training instantID ?

File "/mnt/nfs/file_server/public/lijiahui/code/study_consistent/CustomNet/main/app.py", line 194, in main model.load_state_dict(ckpt) File "/usr/local/lib/python3.10/dist-packages/torch/nn/modules/module.py", line 2153, in load_state_dict raise RuntimeError('Error(s) in loading state_dict for {}:\n\t{}'.format( RuntimeError: Error(s) in loading state_dict for CustomNet: Unexpected key(s) in...

简单prompt "a girl"能正常出图, 换成下面图片中的较长一点的prompt就有问题? 代码见下图 ![image](https://github.com/Tencent/HunyuanDiT/assets/85743914/f67d2de5-c69e-4af6-81ea-a68d2a7ee040) ![img_v3_02bq_ab0109ee-718f-414f-bb31-09f58bcd429g](https://github.com/Tencent/HunyuanDiT/assets/85743914/59bc60f6-df28-4993-b82a-5c854249623d) ![image](https://github.com/Tencent/HunyuanDiT/assets/85743914/d3e45486-016f-4124-af12-42991d9d53de)

按照论文的方法进行训练(8c_unet与envhdr_MLP的参数一起进行训练)最终得到的envhdr_HDR的作用微乎其微,输入envhdr并不能进行打光的控制。所以我很好奇,在这一部分的训练过程中是有什么trick么?怎样训练才能让envhdr_MLP真的提取到环境贴图特征并很好的影响到生成中去呢?

Questions about image_based_lighting: 1. In the supplementary material, the description of creating shadow_map with normal is not clear. Are the terms' shadow map 'and' shading map 'problematic in this paragraph?...

使用单机8卡49GA6000,按照repo中的lora去训练,已经启动了 --use_gradient_checkpointing --use_gradient_checkpointing_offload --enable_fp8_training,降低了lora_rank,zero_stage2/3都试过,全都在**accelerator.prepare步骤爆显存** 求各位指导: 1. 是否是deepspeed配置没起作用?配置方式见下图(--config_file) 2. 是否有其他方法能够优化显存?