Fannovel16/comfy_controlnet_preprocessors

Error when running install.py: top_pool_forward

wallish77 opened this issue · 3 comments

When attempting to run install.py on a linux system, I get the following error:

AssertionError: top_pool_forward miss in module _ext

It looks like it's a problem with corner_pool.py under mmcv. I have done a git pull to the newest version and seen no change.

I had to pip uninstall mmcv to fix my issue. Also I had to install CUDA version 11.7

Fixed at 8a654cb