Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ModuleNotFoundError: No module named 'modules' #1

Open
achaosss opened this issue Jul 29, 2023 · 2 comments
Open

ModuleNotFoundError: No module named 'modules' #1

achaosss opened this issue Jul 29, 2023 · 2 comments

Comments

@achaosss
Copy link

(venv) C:\Users\Z19070948\Desktop\webrtc_test\avatarify-webrtc>python main.py
Traceback (most recent call last):
File "C:\Users\Z19070948\Desktop\webrtc_test\avatarify-webrtc\main.py", line 17, in
from afy.cam_fomm import fomm_load_predictor, fomm_change_face, fomm_change_frame, fomm_test_predictor, InitOutPipe, InitLiveKitCli
File "C:\Users\Z19070948\Desktop\webrtc_test\avatarify-webrtc\afy\cam_fomm.py", line 17, in
from afy import predictor_local
File "C:\Users\Z19070948\Desktop\webrtc_test\avatarify-webrtc\afy\predictor_local.py", line 4, in
from modules.keypoint_detector import KPDetector
ModuleNotFoundError: No module named 'modules'

@little51
Copy link
Contributor

Confirm whether the clone fcomm,It is in the project root.
git clone https://github.com/alievk/first-order-model.git fomm.
such as:
avatarify-webrtc

  • afy
  • fomm
  • model

@achaosss
Copy link
Author

It works. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants