yerfor / GeneFacePlusPlus

GeneFace++: Generalized and Stable Real-Time 3D Talking Face Generation; Official Code
MIT License
1.46k stars 215 forks source link

Facing issue on trying to run Gradio UI #8

Open amansharma703 opened 7 months ago

amansharma703 commented 7 months ago

image image

yerfor commented 7 months ago

Hi, can you provide more details about the error? So that we could produce it.

amansharma703 commented 7 months ago

Hey, I was trying to run GeneFacePlusPlus on my Windows system.

I have followed all the steps written in the Quick Start section, everything is going well till 3rd step. then on the step 4th :

I tried to run the following command mentioned to run Gradio UI. set PYTHONPATH=./ python inference/app_genefacepp.py --a2m_ckpt=checkpoints/audio2motion_vae --head_ckpt= --torso_ckpt=checkpoints/motion2video_nerf/may_torso

Since export won't work in Windows OS so I replaced it with set, reference

After running the command, I'm facing the issue mentioned above, can you help me resolve this issue.

yerfor commented 7 months ago

Can the inference commandline work? The error listed in the screenshot seems imcomplete.

amansharma703 commented 7 months ago

Getting the same error, while error the inference command line. Full screenshot of the output : 1 2

AlenDaniel commented 6 months ago

me too ,have a same problem

tete3421 commented 6 months ago

me too, win11, can not run the project. say "Smooth head trajectory (rotation and translation) with a window size of 7" and it down..........please help me..

Juand201 commented 4 months ago

Same problem here, somebody solved this?

chenhh53 commented 2 months ago

find 'torch.compile' and then comment it may work