Commit Graph

7689 Commits

Author SHA1 Message Date
AUTOMATIC1111
04164a83c4
Merge pull request #15831 from AUTOMATIC1111/fix-Hypertile-xyz
Fix Hypertile xyz
2024-06-08 10:45:49 +03:00
AUTOMATIC1111
96f907ee09
Merge branch 'dev' into fix-Hypertile-xyz 2024-06-08 10:45:36 +03:00
AUTOMATIC1111
c3c90deec0
Merge pull request #15681 from AUTOMATIC1111/fix_p_invalid_sampler_and_scheduler
more old sampler scheduler compatibility
2024-06-08 10:42:42 +03:00
AUTOMATIC1111
cbac72d8ee
Merge pull request #15836 from AUTOMATIC1111/xyz-override-rework
XYZ override rework
2024-06-08 10:40:14 +03:00
AUTOMATIC1111
616013fd7a
Merge pull request #15851 from viking1304/torch-on-mac
Use different torch versions for Intel and ARM Macs
2024-06-08 10:39:33 +03:00
AUTOMATIC1111
93b53dc116
Merge pull request #15824 from drhead/patch-4
[Performance] LDM optimization patches
2024-06-08 10:35:39 +03:00
AUTOMATIC1111
ebfc9f6d09
Merge branch 'dev' into patch-4 2024-06-08 10:35:09 +03:00
AUTOMATIC1111
33b73c473c
Merge pull request #15820 from huchenlei/force_half
[Performance 6/6] Add --precision half option to avoid casting during inference
2024-06-08 10:26:23 +03:00
AUTOMATIC1111
ba54c747e2
Merge pull request #15656 from AUTOMATIC1111/api-old-sampler-names
Allow old sampler names in API
2024-06-08 10:18:20 +03:00
AUTOMATIC1111
cd9e9e4049 remove unneeded tabulation 2024-06-08 10:13:38 +03:00
AUTOMATIC1111
15245d9d5e
Merge pull request #15600 from AUTOMATIC1111/fix-corrupt-model-loop
Fix corrupt model initial load loop
2024-06-08 10:12:45 +03:00
AUTOMATIC1111
5429e4cff5 add proper infotext support for #15607
fix settings override not working for NGMI, s_churn, etc...
2024-06-08 09:56:09 +03:00
AUTOMATIC1111
b150b3a3a4
Merge pull request #15607 from drhead/patch-1
add code for skipping CFG on early steps
2024-06-08 09:20:08 +03:00
AUTOMATIC1111
9e1fc80c48
Merge pull request #15608 from drhead/patch-2
Add KL Optimal scheduler
2024-06-08 09:10:57 +03:00
AUTOMATIC1111
0edc04d126
Merge branch 'dev' into patch-2 2024-06-08 09:10:51 +03:00
AUTOMATIC1111
e21b1e3716
Merge pull request #15864 from AUTOMATIC1111/ReloadUI-backgroundColor---background-fill-primary
ReloadUI backgroundColor --background-fill-primary
2024-06-08 09:06:39 +03:00
AUTOMATIC1111
00f37ad73f
Merge pull request #15893 from alcacode/dev
Fix bug where file extension had an extra '.' under some circumstances
2024-06-08 09:06:03 +03:00
AUTOMATIC1111
0769aa318a integrated edits as recommended in the PR #15804 2024-06-08 09:05:35 +03:00
AUTOMATIC1111
de7f5cdc62
Merge pull request #15804 from huchenlei/rearrange_fix
[Performance 2/6] Replace einops.rearrange with torch native ops
2024-06-08 08:55:51 +03:00
AUTOMATIC1111
0c0d71a4e4
Merge pull request #15907 from AUTOMATIC1111/fix-change-log
fix changelog #15883 -> #15882
2024-06-08 08:53:56 +03:00
AUTOMATIC1111
6de733c91e
Merge pull request #15943 from eatmoreapple/update-lora-load
feat: lora partial update precede full update
2024-06-08 08:51:42 +03:00
AUTOMATIC1111
46bcfbe37c
Merge pull request #15751 from LoganBooker/LoganBooker-Add-AlignYourSteps-Scheduler
Add Align Your Steps to available schedulers
2024-06-08 08:43:02 +03:00
AUTOMATIC1111
3c7384ab60
Merge pull request #15958 from NouberNou/Fix-Grids-Without-Infotexts
Fix for grids without comprehensive infotexts
2024-06-08 08:10:18 +03:00
NouberNou
53f62674ae
Typo on edit
Edited in fix in Github editor and mistyped from local copy
2024-06-06 16:30:01 -07:00
NouberNou
25bbf31f57
Fix for grids without comprehensive infotexts
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.
2024-06-06 16:22:49 -07:00
eatmoreapple
10f8d0f842 feat: lora partial update precede full update. 2024-06-04 15:02:13 +08:00
w-e-w
8d6f741738 #15883 -> #15882 2024-05-29 03:41:57 +09:00
AUTOMATIC1111
feee37d75f Merge branch 'dev' 2024-05-28 21:20:40 +03:00
AUTOMATIC1111
801b72b92b update changelog 2024-05-28 21:20:23 +03:00
AUTOMATIC1111
759f396a2e
Merge pull request #15882 from AUTOMATIC1111/setuptools==69.5.1
Fix method 1 : pin Setuptools==69.5.1
2024-05-28 21:16:28 +03:00
alcacode
6dd53ce63d
Fix bug where file extension had an extra '.' under some circumstances
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".
2024-05-26 15:36:55 +02:00
w-e-w
a63946233b setuptools==69.5.1 2024-05-25 14:19:19 +09:00
w-e-w
344eda55d4 ReloadUI backgroundColor --background-fill-primary 2024-05-22 23:06:07 +09:00
viking1304
5867be2914
Use different torch versions for Intel and ARM Macs 2024-05-20 23:44:17 +02:00
w-e-w
51e7122f25 remove unused code 2024-05-19 15:39:29 +09:00
w-e-w
1e696b028a use override of sd_vae 2024-05-19 15:39:29 +09:00
w-e-w
1f392517f8 use override for uni_pc_order 2024-05-19 05:54:42 +09:00
w-e-w
82884da18c use apply_override for Clip skip 2024-05-19 05:54:42 +09:00
w-e-w
24a59ad3d2 fix Hypertile xyz grid 2024-05-18 18:38:24 +09:00
w-e-w
969a462ac9 xyz util confirm_range 2024-05-18 18:38:24 +09:00
w-e-w
501ac016da Reformat 2024-05-18 18:38:24 +09:00
drhead
feeb6802aa
fix case where first step skilled if skip early cond is 0 2024-05-18 01:22:31 -04:00
Andray
281e0a007b scroll extensions table on overflow 2024-05-18 09:13:16 +04:00
Logan
1d74482817 Default device for sigma tensor to CPU
* Consistent with implementations in k-diffusion.
* Makes this compatible with https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/15823
2024-05-18 09:09:57 +10:00
huchenlei
b57a70f373 Proper fix of SD15 dtype 2024-05-17 13:34:04 -04:00
huchenlei
dca9007ac7 Fix SD15 dtype 2024-05-17 13:23:12 -04:00
drhead
cc9ca67664
Add transformer forward patch 2024-05-17 13:14:26 -04:00
drhead
53d67088ee
Patch timestep embedding to create tensor on-device 2024-05-17 12:12:57 -04:00
w-e-w
10f2407f48 xyz csv skipinitialspace 2024-05-18 01:00:48 +09:00
drhead
01491d303c
Keep sigmas on CPU 2024-05-17 10:36:08 -04:00