Commit 4d43618
committed
Squashed commit of the following:
commit dc34c00
Author: w-e-w <[email protected]>
Date: Fri Dec 27 22:10:13 2024 +0900
fix shadows name 'k' from outer scope
while syntactically correct this triggers a false Unresolved reference 'k' error in PyCharms
commit fc54833
Author: w-e-w <[email protected]>
Date: Fri Dec 27 08:58:44 2024 +0900
Authenticated Sysinfo
commit 078d04e
Author: w-e-w <[email protected]>
Date: Fri Dec 27 10:40:15 2024 +0900
ruff <path> is deprecated. Use ruff check <path> (AUTOMATIC1111#16753)
commit 1a773bf
Merge: f25c3fc f113474
Author: w-e-w <[email protected]>
Date: Thu Dec 26 06:33:04 2024 +0900
Merge pull request AUTOMATIC1111#16751 from Neokmi/master
Fix Codeformer and gfpgan extension , Inconsistent overlay layer types when visibility value is less than 1
commit f113474
Author: w-e-w <[email protected]>
Date: Thu Dec 26 06:26:47 2024 +0900
lint
commit 6577e06
Author: klx <[email protected]>
Date: Thu Dec 26 02:16:05 2024 +0800
Update postprocessing_gfpgan.py
Fix gfpgan extension , Inconsistent overlay layer types when visibility value is less than 1
commit 7953c57
Author: klx <[email protected]>
Date: Thu Dec 26 02:14:49 2024 +0800
Update postprocessing_codeformer.py
Fix Codeformer extension , Inconsistent overlay layer types when visibility value is less than 1
commit f25c3fc
Author: w-e-w <[email protected]>
Date: Wed Dec 25 05:43:55 2024 +0900
fix sd_vae_explanation (AUTOMATIC1111#16748)
commit fc0952a
Merge: 04903af b414c62
Author: w-e-w <[email protected]>
Date: Tue Dec 24 22:58:43 2024 +0900
Merge pull request AUTOMATIC1111#16745 from Sanchows/removed-unused-import-modules-errors
removed unnecessary import 'modules.errors'
commit b414c62
Author: Alexander Sachenko <[email protected]>
Date: Tue Dec 24 15:45:10 2024 +0300
removed unnecessary import modules.errors
commit 04903af
Merge: e8c3b1f 9568622
Author: w-e-w <[email protected]>
Date: Wed Dec 18 03:21:48 2024 +0900
Merge pull request AUTOMATIC1111#16604 from Haoming02/ext-updt-parallel
Check for Extension Updates in Parallel
commit e8c3b1f
Merge: 0120768 8bf30e3
Author: w-e-w <[email protected]>
Date: Wed Dec 18 02:37:30 2024 +0900
Merge pull request AUTOMATIC1111#16718 from Haoming02/bracket-checker-order
[Bracket Checker] Also check for the order of brackets
commit 8bf30e3
Author: Haoming <[email protected]>
Date: Wed Dec 18 01:02:40 2024 +0800
revert IIFE
commit fbc51fa
Author: Haoming <[email protected]>
Date: Mon Dec 16 09:47:38 2024 +0800
skip escaped
commit 7025a2c
Author: Haoming <[email protected]>
Date: Thu Dec 12 16:08:15 2024 +0800
check-for-order
commit 0120768
Merge: 023454b b425b97
Author: w-e-w <[email protected]>
Date: Thu Nov 28 17:39:12 2024 +0900
Merge pull request AUTOMATIC1111#16687 from Haoming02/dropdown4format
Use gr.Dropdown for Image Formats
commit b425b97
Author: w-e-w <[email protected]>
Date: Thu Nov 28 16:56:10 2024 +0900
improve img fromat description
commit 539ea39
Author: w-e-w <[email protected]>
Date: Thu Nov 28 14:02:33 2024 +0900
use DropdownEditable
use DropdownEditable so user can input other formats if they require it
make the default png the first on the list
commit 65bd61e
Author: Haoming <[email protected]>
Date: Wed Nov 27 10:42:50 2024 +0800
format-dropdown
commit 023454b
Author: w-e-w <[email protected]>
Date: Thu Nov 21 11:33:59 2024 +0900
fix passing of literal backslash (AUTOMATIC1111#16671)
commit cd869bb
Author: w-e-w <[email protected]>
Date: Thu Nov 21 02:29:41 2024 +0900
fix prompt-bracket-checker miscounting of literal tokens (AUTOMATIC1111#16669)
commit 957888a
Merge: 7799859 d2c9efb
Author: w-e-w <[email protected]>
Date: Tue Nov 19 14:41:37 2024 +0900
Merge pull request AUTOMATIC1111#16667 from AUTOMATIC1111/fix/safetensors-bump
Bump safetensors to v0.4.5
commit d2c9efb
Author: catboxanon <[email protected]>
Date: Mon Nov 18 20:48:36 2024 -0500
Bump safetensors to v0.4.5
Resolves AUTOMATIC1111#16650
commit 7799859
Merge: 1b16c62 ca3bedb
Author: w-e-w <[email protected]>
Date: Sat Nov 2 01:28:12 2024 +0900
Merge pull request AUTOMATIC1111#16620 from AUTOMATIC1111/fix/api-webp-lossless
Honor lossless WebP compression option in API
commit ca3bedb
Author: catboxanon <[email protected]>
Date: Fri Nov 1 11:32:52 2024 -0400
Honor lossless webp compression option in API
commit 1b16c62
Author: w-e-w <[email protected]>
Date: Thu Oct 31 02:01:32 2024 +0900
use shared.hf_endpoint (AUTOMATIC1111#16611)
commit 91de919
Author: w-e-w <[email protected]>
Date: Wed Oct 30 22:34:37 2024 +0900
Warn if WebUI is installed under a dot directory (AUTOMATIC1111#16584)
commit aa52408
Merge: 28323cf e6f36d9
Author: w-e-w <[email protected]>
Date: Wed Oct 30 09:51:41 2024 +0900
Merge pull request AUTOMATIC1111#16606 from AUTOMATIC1111/fix/vweighting
Fix config for SDXL v-pred
commit e6f36d9
Author: catboxanon <[email protected]>
Date: Tue Oct 29 13:27:32 2024 -0400
sd_xl_v.yaml: use_checkpoint = False
In accordance with AUTOMATIC1111#15803
commit 28323cf
Author: w-e-w <[email protected]>
Date: Wed Oct 30 02:18:38 2024 +0900
XYZ option to disable grid (AUTOMATIC1111#16416)
commit 533c7b7
Author: w-e-w <[email protected]>
Date: Wed Oct 30 02:13:16 2024 +0900
Fix Default system None filter logic (AUTOMATIC1111#16309)
commit ac28cad
Author: catboxanon <[email protected]>
Date: Tue Oct 29 11:49:09 2024 -0400
Fix weighting config for SDXL v-pred
Fixes a small oversight I made.
commit 5206b93
Author: w-e-w <[email protected]>
Date: Wed Oct 30 00:03:21 2024 +0900
InputAccordion duplicate elem_id handling (AUTOMATIC1111#16381)
commit 5948143
Author: w-e-w <[email protected]>
Date: Tue Oct 29 23:59:04 2024 +0900
addEventListener {passive: false} (AUTOMATIC1111#16575)
commit f31faf6
Author: viking1304 <[email protected]>
Date: Tue Oct 29 15:54:58 2024 +0100
pyenv-win compatibility - another approach (AUTOMATIC1111#16287)
commit 14c6d6c
Author: w-e-w <[email protected]>
Date: Tue Oct 29 23:45:45 2024 +0900
Disable Hires checkpoint if same as First pass checkpoint (AUTOMATIC1111#16269)
commit 4ec10bc
Author: w-e-w <[email protected]>
Date: Tue Oct 29 23:38:55 2024 +0900
Fix postprocessing_enable_in_main_ui ScriptPostprocessing elem_id (AUTOMATIC1111#16373)
commit 0bf36cf
Author: w-e-w <[email protected]>
Date: Tue Oct 29 23:35:46 2024 +0900
extra_only / main_ui_only ScriptPostprocessing (AUTOMATIC1111#16374)
commit 820fe8d
Author: w-e-w <[email protected]>
Date: Tue Oct 29 23:30:08 2024 +0900
Allow newline in Extra Network activation text (AUTOMATIC1111#16428)
commit deb3803
Author: w-e-w <[email protected]>
Date: Tue Oct 29 23:28:21 2024 +0900
image embedding data cache (AUTOMATIC1111#16556)
commit 9568622
Author: w-e-w <[email protected]>
Date: Tue Oct 29 20:16:15 2024 +0900
limit number of simultaneous updates
shared.opts.concurrent_git_fetch_limit
commit df74c3c
Author: Haoming <[email protected]>
Date: Tue Oct 29 14:12:42 2024 +0800
threading
commit d88a3c1
Merge: 38c8043 ee0ad5c
Author: w-e-w <[email protected]>
Date: Sun Oct 27 10:28:23 2024 +0900
Merge pull request AUTOMATIC1111#16588 from bluelovers/patch-3
chore(js): avoid lots of `Wake Lock is not supported.`
commit 38c8043
Merge: 984b952 d8ad364
Author: w-e-w <[email protected]>
Date: Sun Oct 27 01:09:41 2024 +0900
Merge pull request AUTOMATIC1111#16523 from changeworld/fix/typo
Fix typo: Github -> GitHub
commit ee0ad5c
Author: bluelovers <[email protected]>
Date: Fri Oct 25 09:59:45 2024 +0800
chore(js): avoid lots of `Wake Lock is not supported.`
commit 984b952
Author: w-e-w <[email protected]>
Date: Thu Oct 24 22:05:51 2024 +0900
Fix DAT models download (AUTOMATIC1111#16302)
commit 5865da2
Merge: bb1f391 c2ce1d3
Author: w-e-w <[email protected]>
Date: Sun Oct 20 11:40:02 2024 +0900
Merge pull request AUTOMATIC1111#16569 from AUTOMATIC1111/feat/ztsnr-auto
Automatically enable ztSNR based on existence of key in `state_dict`
commit bb1f391
Author: w-e-w <[email protected]>
Date: Sun Oct 20 09:58:53 2024 +0900
clarify readme: weget ... chmod +x webui.sh (AUTOMATIC1111#16251)
commit 6a59766
Author: w-e-w <[email protected]>
Date: Sun Oct 20 09:56:12 2024 +0900
Add Skip Early CFG to XYZ (AUTOMATIC1111#16282)
Co-authored-by: Yevhenii Hurin <[email protected]>
commit 65423d2
Author: w-e-w <[email protected]>
Date: Sun Oct 20 09:52:47 2024 +0900
MIME type text/css (AUTOMATIC1111#16406)
commit c2bc187
Author: w-e-w <[email protected]>
Date: Sun Oct 20 09:51:59 2024 +0900
fix modalImageViewer preview/result flicker (AUTOMATIC1111#16426)
commit d0b27dc
Merge: bb4cbaf cbaaf0a
Author: w-e-w <[email protected]>
Date: Sun Oct 20 09:42:21 2024 +0900
Merge pull request AUTOMATIC1111#16300 from hello2564/fix_NGMS_pr_typo
fix NGMS pr typo
commit c2ce1d3
Author: catboxanon <[email protected]>
Date: Sat Oct 19 19:58:13 2024 -0400
Automatically enable ztSNR based on existence of key in state_dict
commit bb4cbaf
Merge: c462e5a 9677b09
Author: w-e-w <[email protected]>
Date: Sun Oct 20 08:27:12 2024 +0900
Merge pull request AUTOMATIC1111#16341 from gutris1/devv
add break-word for geninfo in pnginfo
commit c462e5a
Merge: 8b19b75 c9a06d1
Author: catboxanon <[email protected]>
Date: Sat Oct 19 10:51:16 2024 -0400
Merge pull request AUTOMATIC1111#16460 from AUTOMATIC1111/sd-1.5-url
commit 8b19b75
Merge: 907bfb5 1ae073c
Author: AUTOMATIC1111 <[email protected]>
Date: Sat Oct 19 17:40:56 2024 +0300
Merge pull request AUTOMATIC1111#16567 from AUTOMATIC1111/feat/sdxl-vpred
Support and automatically detect SDXL V-prediction models
commit 907bfb5
Author: AUTOMATIC1111 <[email protected]>
Date: Sat Oct 19 17:33:58 2024 +0300
add w-e-w and catboxanon to codeowners file
commit 1ae073c
Author: catboxanon <[email protected]>
Date: Sat Oct 19 06:53:19 2024 -0400
Support SDXL v-pred models
commit c9a06d1
Author: missionfloyd <[email protected]>
Date: Tue Oct 8 16:50:39 2024 -0600
Use stable-diffusion-v1-5 repo instead
commit d8ad364
Author: Takashi Takebayashi <[email protected]>
Date: Thu Oct 3 14:33:37 2024 +0900
Fix typo
Github -> GitHub
commit f57ec2b
Author: missionfloyd <[email protected]>
Date: Tue Sep 3 19:58:29 2024 -0600
Update stable diffusion 1.5 URL
commit 9677b09
Author: gutris1 <[email protected]>
Date: Wed Aug 7 17:37:23 2024 +0700
add break-word for geninfo in pnginfo
commit cbaaf0a
Author: hello2564 <[email protected]>
Date: Wed Jul 31 14:55:30 2024 +0800
fix NGMS pr typo
commit 4823909
Merge: 850e149 82a973c
Author: AUTOMATIC1111 <[email protected]>
Date: Sat Jul 27 15:50:26 2024 +0300
Merge branch 'master' into dev
commit 850e149
Merge: 834297b 8e0881d
Author: AUTOMATIC1111 <[email protected]>
Date: Sat Jul 27 15:47:49 2024 +0300
Merge pull request AUTOMATIC1111#16275 from AUTOMATIC1111/fix-image-upscale-on-cpu
fix image upscale on cpu
commit 8e0881d
Author: w-e-w <[email protected]>
Date: Sat Jul 27 21:10:20 2024 +0900
fix image upscale on cpu
for some reason upscale using cpu will fail with
RuntimeError: Inplace update to inference tensor outside InferenceMode
switch from no_grad to inference_mode seems to have fixed it
commit 834297b
Merge: 9f5a98d c19d044
Author: AUTOMATIC1111 <[email protected]>
Date: Sat Jul 27 07:09:08 2024 +0300
Merge branch 'master' into dev1 parent 82a973c commit 4d43618
File tree
1,264 files changed
+176582
-224
lines changed- .github/workflows
- Python
- Lib/site-packages
- _distutils_hack
- pip-25.0.dist-info
- pkg_resources
- tests
- data
- my-test-package-source
- my-test-package-zip
- my-test-package_unpacked-egg/my_test_package-1.0-py3.7.egg/EGG-INFO
- my-test-package_zipped-egg
- setuptools-75.8.0.dist-info
- setuptools
- _distutils
- command
- compat
- tests
- compat
- _vendor
- autocommand-2.2.2.dist-info
- autocommand
- backports.tarfile-1.2.0.dist-info
- backports
- tarfile
- compat
- importlib_metadata-8.0.0.dist-info
- importlib_metadata
- compat
- inflect-7.3.1.dist-info
- inflect
- compat
- jaraco.collections-5.1.0.dist-info
- jaraco.context-5.3.0.dist-info
- jaraco.functools-4.0.1.dist-info
- jaraco.text-3.12.1.dist-info
- jaraco
- collections
- functools
- text
- more_itertools-10.3.0.dist-info
- more_itertools
- packaging-24.2.dist-info
- packaging
- licenses
- platformdirs-4.2.2.dist-info
- licenses
- platformdirs
- tomli-2.0.1.dist-info
- tomli
- typeguard-4.3.0.dist-info
- typeguard
- typing_extensions-4.12.2.dist-info
- wheel-0.43.0.dist-info
- wheel
- cli
- vendored
- packaging
- zipp-3.19.2.dist-info
- zipp
- compat
- command
- compat
- config
- _validate_pyproject
- tests
- compat
- config
- downloads
- indexes/test_links_priority
- simple/foobar
- integration
- wheel-0.45.1.dist-info
- wheel
- cli
- vendored
- packaging
- Scripts
- python310
- asyncio
- collections
- concurrent
- futures
- ctypes
- macholib
- curses
- dbm
- distutils
- command
- email
- mime
- encodings
- html
- http
- importlib
- metadata
- json
- lib2to3
- fixes
- pgen2
- logging
- msilib
- multiprocessing
- dummy
- pydoc_data
- site-packages
- sqlite3
- unittest
- urllib
- wsgiref
- xmlrpc
- xml
- dom
- etree
- parsers
- sax
- zoneinfo
- configs
- extensions-builtin
- canvas-zoom-and-pan/javascript
- hypertile
- postprocessing-for-training/scripts
- prompt-bracket-checker/javascript
- html
- javascript
- modules
- api
- models/sd3
- textual_inversion
- scripts
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
1,264 files changed
+176582
-224
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
| 1 | + | |
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
Whitespace-only changes.
0 commit comments