Home Artists Posts Import Register

Content

For 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 xformers

with

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.21

in your local install.bat file and run it again.

Comments

Dmitry Perkus

Sorry for offtop - are there any working Google Collab version on Warp Fusion?

cameron sullivan

There 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.