For everyone having a 'torch not found'
Added 2023-10-06 05:09:06 +0000 UTCFor everyone having a 'torch not found' error during install.bat execution (and later when running the notebook), grab a fresh install.bat here - https://github.com/Sxela/WarpFusion#local-installation-guide-for-windows-venv or replace the line:
call python -m pip install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu118 xformerswith
call python -m pip install torch==2.0.1 torchvision==0.15.2 --extra-index-url https://download.pytorch.org/whl/cu118 xformers==0.0.21in your local install.bat file and run it again.
Comments
on it!
Warpfusion
2023-10-14 02:20:43 +0000 UTCThere are issues with torch dependencies in Warp Colab notebooks as of right now. There are multiple people with the same issue in the tech-support-warp channel in discord.
cameron sullivan
2023-10-14 01:03:20 +0000 UTCSorry for offtop - are there any working Google Collab version on Warp Fusion?
Dmitry Perkus
2023-10-10 16:38:02 +0000 UTC