|
1 |
| -# Changelog |
| 1 | +# Changelog |
| 2 | + |
| 3 | +## v0.4.0 |
| 4 | + |
| 5 | +### Biggest Changes |
| 6 | + |
| 7 | +- Hi-res fix for AITemplate |
| 8 | +- Model and VAE autoloading |
| 9 | +- Partial support for Kdiffusion samplers (might be broken in some cases - controlnet, hi-res...) |
| 10 | +- Hypertile support (https://github.com/tfernd/HyperTile) |
| 11 | +- Theme overhaul |
| 12 | + |
| 13 | +### All Changes |
| 14 | + |
| 15 | +- Added docs for Vast.ai |
| 16 | +- Better Settings UI |
| 17 | +- Updated Model Manager |
| 18 | +- Garbage Collection improvements |
| 19 | +- Hi-res fix for AITemplate |
| 20 | +- Added DPMSolverSDE diffusers sampler |
| 21 | +- Model autoloading |
| 22 | +- Partial support for Kdiffusion samplers (might be broken in some cases - controlnet, hi-res...) |
| 23 | +- Tag autofill |
| 24 | +- New SendTo UI that is context aware |
| 25 | +- Fixed symlink deletion bug for models |
| 26 | +- New documentation theme |
| 27 | +- New sigma types for Kdiffusion (exponential, polyexponential, VP) |
| 28 | +- Image upload should now display correct dimensions |
| 29 | +- Fixed WebP crashes in some cases |
| 30 | +- Remote LoRA support `<lora:URL:weight>` |
| 31 | +- Fix some CORS issues |
| 32 | +- Hypertile support (https://github.com/tfernd/HyperTile) |
| 33 | +- Fixed uvicorn logging issues |
| 34 | +- Fixed update checker |
| 35 | +- Added some extra tooltips to the UI |
| 36 | +- Sampler config override for people that hate their free time |
| 37 | +- Bumped dependency versions |
| 38 | +- Image browser entries should get sorted on server, removing the need for layout shift in the UI |
| 39 | +- Cleaned up some old documentation |
| 40 | +- Transfer project from PyLint to Ruff |
| 41 | +- Github Actions CI for Ruff linting |
| 42 | +- Theme overhaul |
| 43 | +- Fixed NaiveUI ThemeEditor |
| 44 | +- Sort models in Model Loader |
| 45 | +- Console logs now accessible in the UI |
| 46 | +- ...and probably a lot more that I already forgot |
| 47 | + |
| 48 | +### Contributors |
| 49 | + |
| 50 | +- gabe56f (https://github.com/gabe56f) |
| 51 | +- Stax124 (https://github.com/Stax124) |
| 52 | +- Katehuuh (https://github.com/Katehuuh) |
| 53 | + |
| 54 | +### Additional Notes |
| 55 | + |
| 56 | +Thank you for 850 stars on GitHub and 500 Discord members ❤️ |
0 commit comments