I run gradio for inference, it starts with an error, but no error code is given.
(real3dportrait) D:\Program\Real3DPortrait>python inference/app_real3dportrait.py | WARN: checkpoints\240210_real3dportrait_orig\th1kh_512_audio2motion\base.yaml not exist. | load 'model' from 'checkpoints/240210_real3dportrait_orig/audio2secc_vae/model_ckpt_steps_400000.ckpt', strict=True | WARN: checkpoints\240210_real3dportrait_orig\secc2plane_torso_orig\secc_img2plane_orig.yaml not exist. Error in sys.excepthook:
Original exception was:
(real3dportrait) D:\Program\Real3DPortrait>
The above is the information printed by the terminal, the environment is created normally, and the dependencies are all installed correctly.Here are the relevant dependency version numbers:pytorch3d 0.7.7+pt2.1.0cu121, torch 2.1.0+cu121, torchaudio 2.1.0+cu121, torchvision 0.16.0+cu121
I got the same problem!
same problem i got. has anyone figured out?