city96 / ComfyUI_ExtraModels

Support for miscellaneous image models. Currently supports: DiT, PixArt, HunYuanDiT, MiaoBi, and a few VAEs.
Apache License 2.0
394 stars 35 forks source link

upgrade the timm to latest version #32

Open l33tx0 opened 6 months ago

l33tx0 commented 6 months ago

current Timm in requirement causing conflict with many new , nodes using the new timm .

city96 commented 6 months ago

Hmmm, gave it a quick test and manually installing the latest timm seems to work without code changes, which is odd because I've had some reports in the past about issues with it, though in hindsight I should've asked what version they were on.

Can you try if just changing the line in requirements.txt to timm>=0.6.13 and see if upgrading to whatever version you need works? (And pasting the timm version and error message in case it doesn't work)