yumingj / Text2Human

Code for Text2Human (SIGGRAPH 2022). Paper: Text2Human: Text-Driven Controllable Human Image Generation
https://yumingj.github.io/projects/Text2Human.html
Other
826 stars 90 forks source link

bug #24

Open Wo-nb opened 5 months ago

Wo-nb commented 5 months ago

I encountered the following problem while running the code. How can I solve it?

assert (mmcv_min_version <= mmcv_version < mmcv_max_version), \ AssertionError: MMCV==2.2.0 is used but incompatible. Please install mmcv>=2.0.0rc4.