transformerlab-app
transformerlab-app copied to clipboard
Importing models from folder doesn't work on Windows
Because the server is running in WSL, when the application passes a windows style path to look for models the backend isn't able to access.
API could detect if it's on Windows and gets a Windows-like path maybe? There are ways to convert to unix style path (WSL can access Windows C:\ at /mnt/c/ )