WarpFusion
Latest public version:
If you find a public version elsewhere, before running as admin/root, make sure to check it for malware by comparing it to the latest notebook in this repo.
Greatly inspired by Cameron Smith's neural-style-tf
05.05.2023, v0.10 Video to AI Animation Tutorial For Beginners: Stable WarpFusion + Controlnet | MDMZ
11.05.2023, v0.11 How to use Stable Warp Fusion
13.05.2023, v0.8 Warp Fusion Local Install Guide (v0.8.6) with Diffusion Demonstration
14.05.2023, v0.12 Warp Fusion Alpha Masking Tutorial | Covers Both Auto-Masking and Custom Masking
23.05.2023, v0.12 STABLE WARPFUSION TUTORIAL - Colab Pro & Local Install
15.06.2023, v0.13 AI Animation out of Your Video: Stable Warpfusion Guide (Google Colab & Local Intallation)
17.06.2023, v0.14 Stable Warpfusion Tutorial: Turn Your Video to an AI Animation
21.06.2023, v0.14 Avoiding Common Problems with Stable Warpfusion
21.06.2023, v0.15 Warp Fusion: Step by Step Tutorial
04.07.2023, v0.15 Intense AI Video Maker (Stable WarpFusion Tutorial)
15.08.2023, v0.17 BEST Laptop for AI ( SDXL & Stable Warpfusion ) ft. RTX 4090 - Make AI Art FREE and FAST!
25.08.2023, ComfyWarp v0.1 WarpFusion: Warp and Consistency explanation in ComfyUI
2.09.2023, ComfyWarp v0.2 WarpFusion: ComfyWarp iteration 2.
3.09.2023, v0.16+ WarpFusion - Multiple Masked Prompts Guide
20.09.2023, v0.19 Warp Fusion Tutorial | Video to AI Video | Stable diffusion (Hindi)
10.10.2023, ComfyWarp v0.4 WarpFusion: ComfyWarp v0.4.2 (schedulers, flow_blend)
4.11.2023, ComfyWarp v0.5 WarpFusion: ComfyWarp v0.5 - FixedQueue
13.11.2023, v0.27 Stable WarpFusion v0.27 - Changelog
17.01.2024, v0.30 Stable WarpFusion v0.30 - Changelog
C:\code\WarpFusion\0.16.11\
for version 0.16.11C:\code\WarpFusion\0.16.11\
in this example.C:\code\WarpFusion\0.16.11\
in this example.
Make sure that Ubuntu packages for CUDA toolkit and the latest NVIDIA utils are installed. Check using nvidia-smi command.
⚠️ Warning: Destructive Process Ahead ⚠️
Clean Python Environment:
pip freeze > uninstall.txt
pip uninstall -r uninstall.txt
sudo pip freeze > uninstall.txt
sudo pip uninstall -r uninstall.txt
rm -rf ~/.cache
cd $HOME or cd ~
git clone https://github.com/WarpFusion/WarpFusion.git
cd WarpFusion
chmod +x linux_install.sh
./linux_install.sh
WarpFusion(version)
folder and execute the run script:
cd $HOME/WarpFusion(version)
./run.sh
cd $HOME/WarpFusion(version)
rm -rf warpenv
d:\warp
d:\warp
d:\models\:/content/models
will expose d:\models as /content/models to the notebookdocker-compose up --build
inside the warp folder. docker-compose up
inside the warp folder. This notebook uses:
Stable Diffusion by CompVis & StabilityAI\ K-diffusion wrapper by Katherine Crowson\ RAFT model by princeton-vl \ Consistency Checking (legacy) from maua \ Color correction from pengbo-learn\ Auto brightness adjustment from progrockdiffusion
AUTOMATIC1111: weighted prompt keywords, lora, embeddings, attention hacks \ Reconstructed noise - based on changes suggested by briansemrau
ControlNet \ TemporalNet, Controlnet Face and lots of other controlnets (check model list)\ BLIP by SalesForce \ RobustVideoMatting (as external cli package) \ CLIP \ FreeU Hack \ Experimental ffmpeg Deflicker \ Dw pose estimator \ SAMTrack Segment-and-Track-Anything (with cli my wrapper and edits) \ ComfyUI: sdxl controlnet loaders, control loras \ animatediff base \ animatediff wrapper for compvis models from comfyui-animatediff \ IP Adapters implementation from sd-webui-controlnet
\ DiscoDiffusion legacy credits:
Original notebook by Somnai, Adam Letts and lots of other awesome people!
Turbo feature by Chris Allen
Improvements to ability to run on local systems, Windows support, and dependency installation by HostsServer
Warp and custom model support by Alex Spirin
If you find this code useful for your research, please cite:
@misc{Spirin2022,
author = {Spirin, Alex},
title = {warpfusion},
year = {2022},
publisher = {GitHub},
journal = {GitHub repository},
howpublished = {\url{https://github.com/Sxela/WarpFusion}},
}