EMA-VFI-WebUI
EMA-VFI-WebUI copied to clipboard
timm.layers warning
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)
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.