ModuleNotFoundError: No module named 'insightface'
hi, the whole day i try to solve the problem.
i have installed insightface on appdata\local\packages\pythonsoftwarefoundation.python.3.10_qbz5n2kfra8p0\localcache\local-packages\python310\site-packages
but on comfyui the python version is 311. could this be the problem? if this could be the problem how can i solve this? (i am a beginner)
thx!
I've encountered the same problem in both WebUI and comfyUI. ModuleNotFoundError: No module named 'insightface.app'
Error running process: /home/featurize/work/app/sdwebui/stable-diffusion-webui/extensions/sd-webui-controlnet/scripts/controlnet.py
Traceback (most recent call last):
File "/home/featurize/work/app/sdwebui/stable-diffusion-webui/modules/scripts.py", line 832, in process
script.process(p, script_args)
File "/home/featurize/work/app/sdwebui/stable-diffusion-webui/extensions/sd-webui-controlnet/scripts/controlnet.py", line 1228, in process
self.controlnet_hack(p)
File "/home/featurize/work/app/sdwebui/stable-diffusion-webui/extensions/sd-webui-controlnet/scripts/controlnet.py", line 1213, in controlnet_hack
self.controlnet_main_entry(p)
File "/home/featurize/work/app/sdwebui/stable-diffusion-webui/extensions/sd-webui-controlnet/scripts/controlnet.py", line 941, in controlnet_main_entry
controls, hr_controls, additional_maps = get_control(
File "/home/featurize/work/app/sdwebui/stable-diffusion-webui/extensions/sd-webui-controlnet/scripts/controlnet.py", line 290, in get_control
controls, hr_controls = list(zip([preprocess_input_image(img) for img in optional_tqdm(input_images)]))
File "/home/featurize/work/app/sdwebui/stable-diffusion-webui/extensions/sd-webui-controlnet/scripts/controlnet.py", line 290, in