Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(container): update image ghcr.io/gabe565/stable-diffusion/webui to v1.10.0 #310

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 28, 2024

This PR contains the following updates:

Package Update Change
ghcr.io/gabe565/stable-diffusion/webui (source) minor 1.9.3 -> 1.10.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

AUTOMATIC1111/stable-diffusion-webui (ghcr.io/gabe565/stable-diffusion/webui)

v1.10.0

Compare Source

Features:
  • A lot of performance improvements (see below in Performance section)
  • Stable Diffusion 3 support (#​16030, #​16164, #​16212)
    • Recommended Euler sampler; DDIM and other timestamp samplers currently not supported
    • T5 text model is disabled by default, enable it in settings
  • New schedulers:
  • New sampler: DDIM CFG++ (#​16035)
Minor:
  • Option to skip CFG on early steps (#​15607)
  • Add --models-dir option (#​15742)
  • Allow mobile users to open context menu by using two fingers press (#​15682)
  • Infotext: add Lora name as TI hashes for bundled Textual Inversion (#​15679)
  • Check model's hash after downloading it to prevent corruped downloads (#​15602)
  • More extension tag filtering options (#​15627)
  • When saving AVIF, use JPEG's quality setting (#​15610)
  • Add filename pattern: [basename] (#​15978)
  • Add option to enable clip skip for clip L on SDXL (#​15992)
  • Option to prevent screen sleep during generation (#​16001)
  • ToggleLivePriview button in image viewer (#​16065)
  • Remove ui flashing on reloading and fast scrollong (#​16153)
  • option to disable save button log.csv (#​16242)
Extensions and API:
  • Add process_before_every_sampling hook (#​15984)
  • Return HTTP 400 instead of 404 on invalid sampler error (#​16140)
Performance:
  • [Performance 1/6] use_checkpoint = False (#​15803)
  • [Performance 2/6] Replace einops.rearrange with torch native ops (#​15804)
  • [Performance 4/6] Precompute is_sdxl_inpaint flag (#​15806)
  • [Performance 5/6] Prevent unnecessary extra networks bias backup (#​15816)
  • [Performance 6/6] Add --precision half option to avoid casting during inference (#​15820)
  • [Performance] LDM optimization patches (#​15824)
  • [Performance] Keep sigmas on CPU (#​15823)
  • Check for nans in unet only once, after all steps have been completed
  • Added pption to run torch profiler for image generation
Bug Fixes:
  • Fix for grids without comprehensive infotexts (#​15958)
  • feat: lora partial update precede full update (#​15943)
  • Fix bug where file extension had an extra '.' under some circumstances (#​15893)
  • Fix corrupt model initial load loop (#​15600)
  • Allow old sampler names in API (#​15656)
  • more old sampler scheduler compatibility (#​15681)
  • Fix Hypertile xyz (#​15831)
  • XYZ CSV skipinitialspace (#​15832)
  • fix soft inpainting on mps and xpu, torch_utils.float64 (#​15815)
  • fix extention update when not on main branch (#​15797)
  • update pickle safe filenames
  • use relative path for webui-assets css (#​15757)
  • When creating a virtual environment, upgrade pip in webui.bat/webui.sh (#​15750)
  • Fix AttributeError (#​15738)
  • use script_path for webui root in launch_utils (#​15705)
  • fix extra batch mode P Transparency (#​15664)
  • use gradio theme colors in css (#​15680)
  • Fix dragging text within prompt input (#​15657)
  • Add correct mimetype for .mjs files (#​15654)
  • QOL Items - handle metadata issues more cleanly for SD models, Loras and embeddings (#​15632)
  • replace wsl-open with wslpath and explorer.exe (#​15968)
  • Fix SDXL Inpaint (#​15976)
  • multi size grid (#​15988)
  • fix Replace preview (#​16118)
  • Possible fix of wrong scale in weight decomposition (#​16151)
  • Ensure use of python from venv on Mac and Linux (#​16116)
  • Prioritize python3.10 over python3 if both are available on Linux and Mac (with fallback) (#​16092)
  • stoping generation extras (#​16085)
  • Fix SD2 loading (#​16078, #​16079)
  • fix infotext Lora hashes for hires fix different lora (#​16062)
  • Fix sampler scheduler autocorrection warning (#​16054)
  • fix ui flashing on reloading and fast scrollong (#​16153)
  • fix upscale logic (#​16239)
  • [bug] do not break progressbar on non-job actions (add wrap_gradio_call_no_job) (#​16202)
  • fix OSError: cannot write mode P as JPEG (#​16194)
Other:

v1.9.4

Compare Source

Bug Fixes:
  • pin setuptools version to fix the startup error (#​15882)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/ghcr.io-gabe565-stable-diffusion-webui-1.x branch 2 times, most recently from 7fa415d to 183aa98 Compare June 17, 2024 13:10
@renovate renovate bot force-pushed the renovate/ghcr.io-gabe565-stable-diffusion-webui-1.x branch from 183aa98 to b2ece3c Compare July 11, 2024 22:58
@renovate renovate bot force-pushed the renovate/ghcr.io-gabe565-stable-diffusion-webui-1.x branch 2 times, most recently from 46eb86a to 8a61a5e Compare July 27, 2024 04:58
@renovate renovate bot added type/minor and removed type/patch labels Jul 27, 2024
@renovate renovate bot changed the title fix(container): update image ghcr.io/gabe565/stable-diffusion/webui to v1.9.4 feat(container): update image ghcr.io/gabe565/stable-diffusion/webui to v1.10.0 Jul 27, 2024
@renovate renovate bot force-pushed the renovate/ghcr.io-gabe565-stable-diffusion-webui-1.x branch from 8a61a5e to 9cf08b4 Compare September 11, 2024 10:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants