If you are having numpy.dtype size changed error on colab - just restart the env and run as usual
If you are having RuntimeError: The shape of the 2D attn_mask is torch.Size([77, 77]), but should be (1, 1).:
you will need to download new install.bat and run it in a new folder.
If you can't connect to your local server recently, try using an updated run.bat from WarpFusion...
2025-04-21 20:07:33 +0000 UTC
View Post
Long time no see, my fellow Warp enjoyers!
I’ve been working on a new UI for Warp early this year and oh God did I get carried away!
Driven by your invaluable feedback I’ve tried to make something that’s easy to run without a prior CS degree or inherited GEEK skills. I also took some notes on the UI, something about making it less complex than the current fighter-aircraft-cockpit style web-apps.
As you know, Warp was initially following the ‘designed-by-the-best-progra...
2024-11-26 18:51:53 +0000 UTC
View Post
I'll just leave it here
- After all this time?
- Always
Changelog:
25.10.2024
19.12.2024
fix copyframes
fix raft models error
2024-10-25 05:37:19 +0000 UTC
View Post
Changelog:
- add HotShotXL support
- fix rec noise for hotshotxl
- fix ipadapter style (1 image per adapter) for animatediff modes
- fix rec noise not working after context size change in animatediff mode
HotShotXL
To use it, just download the motion weights for HotShotXL and plug them into motion module path. Works a lot better than animatediff-sdxl motion module. Make sure to set context length to 8 for this model. <...
2024-09-06 21:28:14 +0000 UTC
View Post
For people having ImportError: cannot import name 'packaging' from 'pkg_resources' error:
run this in a new line:
!pip install setuptools==69.5.1
and restart the notebook
2024-06-25 20:23:55 +0000 UTC
View Post
For people having jax error on colab in animatediff mode, run this once, in a new line:
!pip uninstall jax -y
2024-05-04 17:14:31 +0000 UTC
View Post
Local install guides:
Windows: https://github.com/Sxela/WarpFusion#local-installation-guide-for-windows-venv
Linux: https://github.com/Sxela/WarpFusion/blob/main/README.md#local-installation-guide-for-linux-ubuntu-2204-venv
If something's not working, make a new env and grab a fres...
2024-04-10 10:04:40 +0000 UTC
View Post
Local install guides:
Windows: https://github.com/Sxela/WarpFusion#local-installation-guide-for-windows-venv
Linux: https://github.com/Sxela/WarpFusion/blob/main/README.md#local-installation-guide-for-linux-ubuntu-2204-venv
If something's not working, make a new env and grab a fres...
2024-03-18 16:43:51 +0000 UTC
View Post
Google Colab has updated its env, so we need to fix a few things for it to work.
Installers for v0.20+ have been updated. Those notebooks should work without any manual fixes.
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 ...
2024-03-14 15:33:10 +0000 UTC
View Post
For people having Softedge controlnet annotator error,
download it manually here - https://github.com/Sxela/ControlNet-v1-1-nightly/releases/download/v0.1.0/table5_pidinet.pth and put into ControlNet\annotator\ckpts\ folder inside you warp folder
2024-03-12 04:43:17 +0000 UTC
View Post
Local install guides:
Windows: https://github.com/Sxela/WarpFusion#local-installation-guide-for-windows-venv
Linux: https://github.com/Sxela/WarpFusion/blob/main/README.md#local-installation-guide-for-linux-ubuntu-2204-venv
If something's not working, make a new env and grab a fres...
2024-02-11 15:46:59 +0000 UTC
View Post
Local install guides:
Windows: https://github.com/Sxela/WarpFusion#local-installation-guide-for-windows-venv
Linux: https://github.com/Sxela/WarpFusion/blob/main/README.md#local-installation-guide-for-linux-ubuntu-2204-venv
If something's not working, make a new env and grab a fres...
2024-01-17 06:12:05 +0000 UTC
View Post
If you're having DWPose error like
Access denied with the following error:
Cannot retrieve the public link of the file. You may need to change
the permission to 'Anyone with the link', or have had many accesses.
Which means that the DWPose author's google drive \ python gdown package user has hit the rate limit.
To fix this you need to manually download the models from these links: 2024-01-12 01:52:10 +0000 UTC
View Post
Merry Christmas Incoming!
Local install guides:
Windows: https://github.com/Sxela/WarpFusion#local-installation-guide-for-windows-venv
Linux: https://github.com/Sxela/WarpFusion/blob/main/README.md#local-installation-guide-for-linux-ubuntu-2204-venv
If something's not working...
2023-12-23 14:42:51 +0000 UTC
View Post
If you're getting xformers error on colab about cuda version mismatch:
Google colab env has been updated (their cuda version was bumped from 11.8 to 12.1), so we need to update our dependencies.
I'm rolling a hotfix soon, but for now you can:
add a new code cell after the install cell and before the import dependencies cell, with
!pip install 2023-12-15 04:53:27 +0000 UTC
View Post
Local install guides:
Windows: https://github.com/Sxela/WarpFusion#local-installation-guide-for-windows-venv
Linux: https://github.com/Sxela/WarpFusion/blob/main/README.md#local-installation-guide-for-linux-ubuntu-2204-venv
If something's not working, make a new e...
2023-12-01 11:53:55 +0000 UTC
View Post
Local install guides:
Windows: https://github.com/Sxela/WarpFusion#local-installation-guide-for-windows-venv
Linux: https://github.com/Sxela/WarpFusion/blob/main/README.md#local-installation-guide-for-linux-ubuntu-2204-venv
If something's not working, make a new e...
2023-11-11 15:24:54 +0000 UTC
View Post
Changelog:
7.2.24:
- move to L tier
29.09.2024:
FixedQueue node
start - frame to begin with
end - frame to end with
current_frame - iterator, showing the c...
2023-11-04 10:12:50 +0000 UTC
View Post
Local install guide: https://github.com/Sxela/WarpFusion#local-installation-guide-for-windows-venv.
If something's not working, make a new env and grab a fresh install.bat from that repo first, ask questions later :D
Changelog:
- add lazywarp feature to generate flow and consistency on the fly
- refactor flow extraction code
- add lazy raft_model init
- add...
2023-10-31 08:54:34 +0000 UTC
View Post
Had so much fun playing with AnimateDiff that I can't help but bring it into Warp.
Local install: https://github.com/Sxela/WarpFusion#local-installation-guide-for-windows-venv
Please note that the notebook has its default values set up for AnimateDiff.
Also keep in mind that it is a bit more memory intensive with ControlNets at the moment, so 1-2 is more than enough. Also, I'd recommend disabling norma...
2023-10-20 17:14:21 +0000 UTC
View Post
Colab updated its env again 😄
If you're having torch version errors on colab
replace:
!python -m pip -q install xformers==0.0.21
with
!python -m pip -q install https://download.pytorch.org/whl/cu118/xformers-0.0.22.post4%2Bcu118-cp310-cp310-manylinux2014_x86_64.whl
Hard-locking torch version (that will downgrad...
2023-10-20 02:10:42 +0000 UTC
View Post
May happen because of an update in PIL (pillow) python package version during the runtime. It extracted the image with one version and tries to read with another one. If you still need to update/finish some installs - do that and then restart the runtime and extract those image files again. You may have to delete that folder manually.
- Do the 1st run with default settings (skip_install off), until error
- Enable skip_install in cell 1.3
- Restart and run all
2023-10-16 07:28:27 +0000 UTC
View Post
For everyone having a dependency issue on colab hosted env: replace the line at the end of cell 1.2
!python -m pip -q install xformerswith
!python -m pip -q install xformers==0.0.21save the notebook, delete, and restart the runtime fixed notebooks will come a bit later for the major versions
2023-10-14 02:29:44 +0000 UTC
View Post
Changelog:
- add Scheduler nodes
- add flow_blend example pipeline
- fix SaveFrame not saving frames if it's the last node in the graph
14.10.2023, v0.4.4:
- fix json blend error for string schedulers
- remove json blend option for string schedulers
- fix json schedules not working with int, float schedulers
2.11.2023, v0.4.5:
- remove efficiency nodes from workflows
- remove efficiency nodes from insta...
2023-10-10 09:18:49 +0000 UTC
View Post
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 2023-10-06 05:09:06 +0000 UTC
View Post
Changelog:
- add FreeU Hack from https://huggingface.co/papers/2309.11497
- add option to apply FreeU before or after controlnet outputs
- add inpaint-softedge and temporal-depth controlnet models
- auto-download inpaint-softedge and temporal-depth checkpoints
- fix sd21 lineart model not working
- refact...
2023-09-26 10:39:10 +0000 UTC
View Post
Changelog:
- Add v0.3.0 example pipeline with RenderVideo, FlowBlend mode for video output
- Add RenderVideo node
- Add ffmpeg downloader/finder
- Fix SaveFrame node to return output dir variable
- Make SaveFrame save frames with {frames_folder}_{batch_name}_%06d.png pattern
v0.3.1, 10.10.2023:
- fix install.bat xformers version
- fix SaveFrame node not saving frame if being the last node
- move to L tier
...
2023-09-23 11:03:14 +0000 UTC
View Post
Local install guide: https://github.com/Sxela/WarpFusion#local-installation-guide-for-windows-venv.
A100 or 24 GB card is highly recommended for sdxl.
Make a new env and grab a fresh install.bat from that repo.
Changelog: