Skip to content

Release v0.4.0

Choose a tag to compare

@Stax124 Stax124 released this 28 Oct 11:59
· 227 commits to main since this release
2205279

Changelog

v0.4.0

Biggest Changes

  • Hi-res fix for AITemplate
  • Model and VAE autoloading
  • Partial support for Kdiffusion samplers (might be broken in some cases - controlnet, hi-res...)
  • Hypertile support (https://github.com/tfernd/HyperTile)
  • Theme overhaul

All Changes

  • Added docs for Vast.ai
  • Better Settings UI
  • Updated Model Manager
  • Garbage Collection improvements
  • Hi-res fix for AITemplate
  • Added DPMSolverSDE diffusers sampler
  • Model autoloading
  • Partial support for Kdiffusion samplers (might be broken in some cases - controlnet, hi-res...)
  • Tag autofill
  • New SendTo UI that is context-aware
  • Fixed symlink deletion bug for models
  • New documentation theme
  • New sigma types for Kdiffusion (exponential, polyexponential, VP)
  • Image upload should now display the correct dimensions
  • Fixed WebP crashes in some cases
  • Remote LoRA support <lora:URL:weight>
  • Fix some CORS issues
  • Hypertile support (https://github.com/tfernd/HyperTile)
  • Fixed uvicorn logging issues
  • Fixed update checker
  • Added some extra tooltips to the UI
  • Sampler config override for people who hate their free time
  • Bumped dependency versions
  • Image browser entries should get sorted on the server, removing the need for layout shift in the UI
  • Cleaned up some old documentation
  • Transfer project from PyLint to Ruff
  • GitHub Actions CI for Ruff linting
  • Theme overhaul
  • Fixed NaiveUI ThemeEditor
  • Sort models in the Model Loader
  • Console logs are now accessible in the UI
  • ...and probably a lot more that I already forgot

Contributors