THU-LYJ-Lab / T3Bench

T3Bench: Benchmarking Current Progress in Text-to-3D Generation
https://t3bench.com/
1.09k stars 10 forks source link

Dependency Conflict Between controlnet_aux and image-reward #9

Open yilinshao opened 1 month ago

yilinshao commented 1 month ago

Hi, thank you for your fantastic work on this project! However, I’ve encountered a conflict while setting up the environment.

The general environment is built upon threestudio, which requires controlnet_aux (it depends on timm<=0.6.7). Meanwhile, t3bench depends on image-reward, which requires timm>=0.6.13. This creates a version conflict with timm.

Could you please advise on how to resolve this conflict?

Thank you!

hyz317 commented 2 weeks ago

Hi,

Thank you for bringing this issue to our attention. Please check #6 for more details.