Skip to content

Releases: ForserX/StableDiffusionUI

3.1.2

10 Apr 16:57
Compare
Choose a tag to compare

Python Kernel

  • Fixed an installation issue when there are multiple versions of Python

ONNX Kernel

  • Added ORT DML Runtimes for generation speedup (40 sec -> 10 sec)
  • Fixed GPU detect for AMD Vega

ONNX Features

  • LoRA support
  • LoCONS and LoHA partial support

Other

  • LoRA subdirectories support
  • Multiply LoRA using (auto111 style)

The release was soon due to the correction of some problems, so some Preview features that have not yet been adapted to the user's UI setup got here. Exactly:

  • Models preview image:
    • just add logo.png/logo.jpg file to model dir
  • LoRA tokens
    • make models\lora(lora_name).txt file and write tokens. UI will upload them

PR

  • add experimental support for LoHA networks by @ssube in #5
  • handle 3x3 kernels in LoHA better by @ssube in #6

New Contributors

  • @ssube made their first contribution in #5

Full Changelog: 3.1.1...3.1.2

3.1.1

04 Apr 06:47
Compare
Choose a tag to compare

What is new

  • ONNX converter fixed

XUI 3.1

03 Apr 15:57
Compare
Choose a tag to compare

What is new

  • ControlNet: Support depth/hed/seg/mlsd/normalmap/canny/scribble (CUDA/ONNX)
  • PyTorch 2.0: fixes for ONNX converter
  • Host: install/uninstall packages
    • py -install onnx
    • py -uninstall pil

XUI 3.0

28 Mar 06:50
Compare
Choose a tag to compare

General

  • Improved application stability
  • The generator operation mode is implemented without unloading the model
    • And other...

Other Changed

New Contributors

Full Changelog: 3.0...3.0.1

XUI 3.0 (Preview)

09 Mar 10:47
Compare
Choose a tag to compare
  • Stable improved
  • Added waifu upscaler
  • Added ControlNet support + Pose (CUDA)
  • Added LoRA support
  • Added Pix2Pix for CUDA/ONNX
  • Reading png meta info
    • And other

Full Changelog: 2.3...3.0

XUI 2.3

01 Mar 11:13
Compare
Choose a tag to compare
  • Fixed GFPGAN install
  • Fixed DeepDanbooru working with low VRAM
  • Added new user notifications for errors/process

XUI 2.2

27 Feb 16:31
bc2c384
Compare
Choose a tag to compare
  • Fixed setup script
  • Fixed UI
  • Improved UX

XUI 2.1

15 Feb 17:00
Compare
Choose a tag to compare
  • Fixed CUDA venv setup
  • Fixed UI bugs
  • Added DeepDanbooru (tokens extract)

And others

New UI and CUDA support

06 Feb 12:59
Compare
Choose a tag to compare
  • Added CUDA and ONNX support.
  • Added converters
  • New UI
  • Auto installing

Bugs:

  • All models use diffus. Need convert to shark for Diffusers(CPU/CUDA).

1.0

02 Feb 10:14
97ff182
Compare
Choose a tag to compare
1.0

Shark API + Vulkan upscalers.
See readme for install