- 08 Jun, 2024 8 commits
-
-
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
-
- 18 May, 2024 1 commit
-
-
Logan authored
* Consistent with implementations in k-diffusion. * Makes this compatible with https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/15823
-
- 16 May, 2024 1 commit
-
-
huchenlei authored
-
- 10 May, 2024 2 commits
-
-
Logan authored
-
Logan authored
* Include both SDXL and SD 1.5 variants (https://research.nvidia.com/labs/toronto-ai/AlignYourSteps/howto.html)
-
- 22 Apr, 2024 13 commits
-
-
AUTOMATIC1111 authored
-
AUTOMATIC1111 authored
-
AUTOMATIC1111 authored
-
AUTOMATIC1111 authored
fix get_crop_region_v2
-
w-e-w authored
Co-Authored-By:Dowon <ks2515@naver.com>
-
AUTOMATIC1111 authored
-
AUTOMATIC1111 authored
-
AUTOMATIC1111 authored
Restore 1.8.0 style naming of scripts
-
w-e-w authored
-
AUTOMATIC1111 authored
-
AUTOMATIC1111 authored
-
AUTOMATIC1111 authored
fix mistake in #15583
-
AUTOMATIC1111 authored
-
- 21 Apr, 2024 5 commits
-
-
w-e-w authored
-
AUTOMATIC1111 authored
get_crop_region_v2
-
w-e-w authored
-
AUTOMATIC1111 authored
fix typo in function call (eror -> error)
-
AUTOMATIC1111 authored
Fix cls.__module__ value in extension script
-