RuntimeError: Unknown model (vit_so400m_patch14_siglip_384)

#8
by lucaspedrajas - opened

RuntimeError: Unknown model (vit_so400m_patch14_siglip_384) I had this problem runing the model , I tried the two lastest modesls and got the same error:

\AppData\Local\Programs\Python\Python311\Lib\site-packages\timm\models\factory.py", line 67, in create_model
raise RuntimeError('Unknown model (%s)' % model_name)
RuntimeError: Unknown model (vit_so400m_patch14_siglip_384)

Try upgrading timm: pip install -U timm

same here. updated timm and not working. what version should timm be ?

ok i restarted comfyu and it worked now. Cheers @vikhyatk

The latest version no longer has a dependency on timm, so we won't be seeing this issue any more.

vikhyatk changed discussion status to closed

Sign up or log in to comment