EMA-VFI-WebUI icon indicating copy to clipboard operation
EMA-VFI-WebUI copied to clipboard

timm.layers warning

Open reaperhammer opened this issue 11 months ago • 1 comments

I'm not entirely sure if this can be ignored or not? The webUI starts and seems to work OK, also I used python venv not conda to set it up.

Warning:

..\EMA-VFI-WebUI\EMA-VFI-WebUI-venv\lib\site-packages\timm\models\layers_init_.py:48: FutureWarning: Importing from timm.models.layers is deprecated, please import via timm.layers warnings.warn(f"Importing from {name} is deprecated, please import via timm.layers", FutureWarning)

reaperhammer avatar Dec 28 '24 05:12 reaperhammer

Thank you @reaperhammer for reporting this. I'll look into it. I suspect it is safe to ignore. I think this dependency is related to training, which isn't used within the application.

jhogsett avatar Dec 28 '24 12:12 jhogsett