Skip to content

v0.7.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@ssube ssube released this 16 Feb 04:24
· 1550 commits to main since this release
v0.7.1
82ab8ca

Features

  • add DEIS multistep and iPNDM schedulers
  • add a way to download models directly from Civitai
  • add a converter for Dreambooth and SD checkpoints (#117, #130)
  • add progress and cancel for inpainting, upscaling, and chain pipelines (#90)
  • better support for multiple GPU machines (#38)
  • add a blending tab to combine 2 images using mask canvas (#62)
  • add undo and save buttons for the mask canvas (#78, #135)
  • add a parameter for tile order (grid or spiral) to help prevent collages while in/outpainting (#107)
  • add an in-memory model cache to help prevent memory errors (#124)
  • download and cache for Torch models (#95, #134, #139)
  • split up launch scripts for base models and extras

Model Cache

Launching this version will download some new files into your models directory and create a .cache directory within that for downloads and temporary files. Please make sure you have enough disk space:

  • 114GB in total
    • 25GB for the base models
    • 39GB for the extras
    • 50GB for the model cache
      • 20GB in models dir
      • 30GB for the HF cache

You should delete the old cache files from the models directory first: any .PTH files and intermediate Torch directories in your models directory. This should prevent temporary files from appearing in the client menus, and help to ensure all of the models are downloaded and converted before the server starts. Models you have already downloaded from the Huggingface hub will be loaded from their cache, which is shared with the diffusers library and other tools.

There are now two launch scripts, launch.bat and launch.sh will only convert the base models for users with limited disk space, while launch-extras.bat and launch-extras.sh will convert both the base models and the extras. SD v2.1 may be moved into the extras file in the future, as one of the larger models.

Artifacts

Release checklist: #143
Release pipeline: https://git.apextoaster.com/ssube/onnx-web/-/pipelines/48482