* feat: add checkbox, config and handling for saving only the final enhanced image
* feat: sort output of enhance feature
(cherry picked from commit 9d45c0e6ca)
* fix: load image number from preset (#2611)
* fix: add default_image_number to preset handling
* fix: use minimum image number of preset and config to prevent UI overflow
* fix: use correct base dimensions for outpaint mask padding (#2612)
* fix: add Civitai compatibility for LoRAs in a1111 metadata scheme by switching schema (#2615)
* feat: update sha256 generation functions
29be1da7cf/modules/hashes.py
* feat: add compatibility for LoRAs in a1111 metadata scheme
* feat: add backwards compatibility
* refactor: extract remove_special_loras
* fix: correctly apply LoRA weight for legacy schema
* docs: bump version number to 2.3.1, add changelog (#2616)
* feat:support download huggingface files from a mirror site
---------
Co-authored-by: Manuel Schmid <9307310+mashb1t@users.noreply.github.com>
* colab: balance the use of RAM
enables the use of VRAM memory so as not to saturate the system RAM
* feat: use --always-high-vram by default for Colab, adjust readme
---------
Co-authored-by: Manuel Schmid <manuel.schmid@odt.net>
* Add docker files
* Add python precompiled cache file in the image
* Add Notes in docker.md
* Create docker-publish.yml
* Modify docker-compose.yml not to use the bind mount
* Update torch version
* Change --share to --listen
* Update torch version
* Change '--share' to '--listen`
* adjust code comments
* Update requirements-docker.txt
* chore: code cleanup
- default_model env var isn't necessary as model is included in default preset, same for speed
- ENV CMDARGS --listen is now synched with docker-compose.yml file
- remove
* Change entry_with_update.py to launch.py in entrypoint.sh
* Change CMD in Dockerfile
* Change default CMDARGS to --listen in Dockerfile
* Modify CMD in Dockerfile
* Fix docker-compose.yml
* Import files from models,outputs
* docs: change wording in docker.md, change git clone URL, add quotes to port mapping
* docs: remove docker publish github action, remove pre-built image from docs
* Modify modules versions for linux/arm64
* docs: update docker readme
---------
Co-authored-by: Manuel Schmid <9307310+mashb1t@users.noreply.github.com>
Co-authored-by: Manuel Schmid <dev@mash1t.de>
Co-authored-by: Manuel Schmid <manuel.schmid@odt.net>