TMElyralab / Comfyui-MusePose

Other
287 stars 28 forks source link

Fix "init_detector" error and update requirements #39

Open jhj0517 opened 3 weeks ago

jhj0517 commented 3 weeks ago

Related Issues:

pip install torch will install latest torch version and mmdet is not compatible with latest torch version and it caused this error.

Changed:

  1. Downgrade torch versions to compatible with mmcvs
  2. Update xformers to latest compatible version
  3. Include mmcv series in requirements and add wheel ( without wheel, there's a bug that installing mmcv takes forever )
  4. Update README to reflect changes.

Tested with musepose-workflow-demo.json and confirmed that it works fine.