Google Colab has updated its env, so we need to fix a few things for it to work.
For people having pytorch\xformers error (xFormers can't load C++/CUDA extensions) and all sorts of import errors like ModuleNotFoundError: No module named 'torchvision.transforms.functional_tensor':
1) run Prepare folders & Install cell
2) check "skip install" after running it
3) add a new code cell below it with this code:
!pip uninstall torch xformers -y
!python -m pip install torch==2.0.1 torchvision==0.15.2 --extra-index-url https://download.pytorch.org/whl/cu118 xformers==0.0.21and run it.
4) delete or comment that newly added cell to make sure you don't run it every time you restart the env.
5) restart your env and run all as usual
Warpfusion
2024-04-30 19:15:13 +0000 UTCIgor Wewers
2024-04-30 18:41:49 +0000 UTCWarpfusion
2024-04-30 18:19:21 +0000 UTCIgor Wewers
2024-04-30 18:15:41 +0000 UTCWarpfusion
2024-04-30 18:14:11 +0000 UTCIgor Wewers
2024-04-30 18:05:59 +0000 UTCWarpfusion
2024-04-30 17:55:40 +0000 UTCIgor Wewers
2024-04-30 16:37:24 +0000 UTCWarpfusion
2024-03-18 09:23:38 +0000 UTCWarpfusion
2024-03-18 09:23:36 +0000 UTCFootless Pirate
2024-03-16 20:03:18 +0000 UTCPablo Azevedo
2024-03-15 11:18:25 +0000 UTCFootless Pirate
2024-03-15 00:31:41 +0000 UTC