- 08 Jun, 2024 30 commits
-
-
AUTOMATIC1111 authored
[Performance 4/6] Precompute is_sdxl_inpaint flag
-
AUTOMATIC1111 authored
img2img batch upload method
-
AUTOMATIC1111 authored
[Performance 5/6] Prevent unnecessary extra networks bias backup
-
AUTOMATIC1111 authored
scroll extensions table on overflow
-
AUTOMATIC1111 authored
-
AUTOMATIC1111 authored
[Performance 1/6] use_checkpoint = False
-
AUTOMATIC1111 authored
XYZ CSV skipinitialspace
-
AUTOMATIC1111 authored
Fix Hypertile xyz
-
AUTOMATIC1111 authored
-
AUTOMATIC1111 authored
more old sampler scheduler compatibility
-
AUTOMATIC1111 authored
XYZ override rework
-
AUTOMATIC1111 authored
Use different torch versions for Intel and ARM Macs
-
AUTOMATIC1111 authored
[Performance] LDM optimization patches
-
AUTOMATIC1111 authored
-
AUTOMATIC1111 authored
[Performance 6/6] Add --precision half option to avoid casting during inference
-
AUTOMATIC1111 authored
Allow old sampler names in API
-
AUTOMATIC1111 authored
-
AUTOMATIC1111 authored
Fix corrupt model initial load loop
-
AUTOMATIC1111 authored
fix settings override not working for NGMI, s_churn, etc...
-
AUTOMATIC1111 authored
add code for skipping CFG on early steps
-
AUTOMATIC1111 authored
Add KL Optimal scheduler
-
AUTOMATIC1111 authored
-
AUTOMATIC1111 authored
ReloadUI backgroundColor --background-fill-primary
-
AUTOMATIC1111 authored
Fix bug where file extension had an extra '.' under some circumstances
-
AUTOMATIC1111 authored
-
AUTOMATIC1111 authored
[Performance 2/6] Replace einops.rearrange with torch native ops
-
AUTOMATIC1111 authored
fix changelog #15883 -> #15882
-
AUTOMATIC1111 authored
feat: lora partial update precede full update
-
AUTOMATIC1111 authored
Add Align Your Steps to available schedulers
-
AUTOMATIC1111 authored
Fix for grids without comprehensive infotexts
-
- 07 Jun, 2024 2 commits
-
-
NouberNou authored
Edited in fix in Github editor and mistyped from local copy
-
NouberNou authored
When generating grids, some scripts such as img2img loopback and ultimate SD upscale do not pass infotexts for each image since they are the same prompt. If you attempt to save those images using the saved button in the UI it will fail because it will look for the selected image info text. This fixes those errors by replicating the infotext for as many images are passed into the image list if the infotext parameter is none.
-
- 04 Jun, 2024 1 commit
-
-
eatmoreapple authored
-
- 29 May, 2024 4 commits
-
-
w-e-w authored
-
AUTOMATIC1111 authored
-
AUTOMATIC1111 authored
-
AUTOMATIC1111 authored
Fix method 1 : pin Setuptools==69.5.1
-
- 26 May, 2024 1 commit
-
-
alcacode authored
Fix bug where under some circumstances an extra "." was inserted between the file base name and the file extension. The bug is triggered when the extension argument is one of "jpg", "jpeg", or "webp", and the image exceeds the format's dimension limit. Then the extension variable is set to ".png", resulting in the fullfn variable to evaluate to a string ending with "..png".
-
- 25 May, 2024 1 commit
-
-
w-e-w authored
-
- 22 May, 2024 1 commit
-
-
w-e-w authored
-