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

### Features: #16535

Closed
lawchingman opened this issue Oct 5, 2024 · 0 comments
Closed

### Features: #16535

lawchingman opened this issue Oct 5, 2024 · 0 comments

Comments

@lawchingman
Copy link

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:


This discussion was created from the release 1.10.0.

Originally posted by @AUTOMATIC1111 in #16271

@missionfloyd missionfloyd closed this as not planned Won't fix, can't repro, duplicate, stale Oct 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants