Home Artists Posts Import Register

Downloads

Content

Sort of a disclaimer: don't dive headfirst into a nightly build if you're planning to use it for your currect project which is already past its deadline - you'll have a bad day.

This is not a production-ready user-friendly software :D  ATTENTION!  16GB VRAM NVIDIA GPU is required for local run, or colab pro with a high ram env. You may be able to run it on a smaller amount of VRAM, but I haven't tested it and can not confirm how low you'll have to go with your settings, so please join discord and ask around before subscribing.

4.04 - Isn't it the best time for a post :D

This release has some key features: TemporalNet, Reconstructed Noise, GUI additions/cleanup.

Changelog:

  • add predicted noise mode (reconstruction / rec) from AUTO111 and https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/736
  • add prompt schedule for rec
  • add cfg scale for rec
  • add captions support to rec prompt
  • add source selector for rec noise
  • add v1/v2 support for rec noise
  • add single controlnet support for rec noise
  • add multi controlnet to rec noise
  • add rec steps % option
  • add rec noise to gui
  • add TemporalNet from https://huggingface.co/CiaraRowles/TemporalNet
  • add temporalnet source selector (init/stylized)
  • skip temporalnet for 1st frame
  • add masked guidance toggle to gui
  • add masked diffusion toggle to gui
  • add softclamp to gui
  • add temporalnet settings to gui
  • add controlnet annotator settings to gui
  • hide sat_scale (causes black screen)
  • hide inpainting model-specific settings
  • hide instructpix2pix-scpecific settings
  • inherit AGPL license from AUTOMATIC1111

18.08.2023: Push to public


Detailed changelog - https://www.patreon.com/posts/81017055

A reminder:

Changes in GUI will not be saved into the notebook, but if you run it with new settings, they will be saved to a settings.txt file as usual.

You can load settings in misc tab.

You do not need to rerun the GUI cell after changing its settings.

Local install guide:
https://discord.com/channels/973802253204996116/1067887206125015153/1067888756910215278
https://github.com/Sxela/WarpFusion/blob/main/README.md

Youtube playlist with settings:
https://www.youtube.com/watch?v=wvvcWm4Snmc&list=PL2cEnissQhlCUgjnGrdvYMwUaDkGemLGq

For tech support and other questions please join our discord server:
https://discord.gg/sayE6j2sdP

Discord is the preferred method, because it is nearly impossible to provide any decent help or tech support via Patreon due its limited text formatting and inability to add screenshots or videos to comments or DMs.
Error reports in comments will be deleted and reposted in discord.

Comments

Anonymous

Thanks for this! I have an error "from pytorch_lightning import seed_everything" how can I fix that?

sxela

Hi, please try the latest version available for your tier, 0.16.11 in your case - https://www.patreon.com/posts/84838689

Anonymous

Hi Sxela, hope your doing very well, could you please help, in "init main sd run function, cond_fn, color matching for SD I'm getting this error: "ImportError: cannot import name '_compare_version' from 'torchmetrics.utilities.imports' (/usr/local/lib/python3.10/dist-packages/torchmetrics/utilities/imports.py)". Thanks

sxela

Here's the fix: https://discord.com/channels/973802253204996116/973957405329199128/1126115027628335174 If you're getting this: ImportError: cannot import name '_compare_version' from 'torchmetrics.utilities.imports' (/usr/local/lib/python3.10/dist-packages/torchmetrics/utilities/imports.py) Fix for torchmetrics available: v0.16+: https://www.patreon.com/posts/84838689 v0.13+: https://www.patreon.com/posts/stable-v0-13-new-83087458 kudos to @tomato For other versions: add !python -m pip -q install torchmetrics==0.11.4 in a cell below 1.3 -> restart + run all