sdbds / hallo-for-windows

Hallo: Hierarchical Audio-Driven Visual Synthesis for Portrait Image Animation
https://fudan-generative-vision.github.io/hallo/
MIT License
183 stars 30 forks source link

torch seems to be missing #2

Open NowyQuei opened 3 months ago

NowyQuei commented 3 months ago

after installation i get this error:

(venv) C:\Users\user\repo\hallo-for-windows>python scripts/inference.py --source_image examples/reference_images/1.jpg --driving_audio examples/driving_audios/1.wav Traceback (most recent call last): File "C:\Users\user\repo\hallo-for-windows\scripts\inference.py", line 34, in import torch ModuleNotFoundError: No module named 'torch'

mitien commented 3 months ago

I managed to run it with 3.11.9

future99999 commented 3 months ago

python版本的问题,一开始我用的3.12,各种识别不了模组。换成3.10成功了。只是没有webui