catboxanon
9a442702d1
Discard penultimate sigma for dpmpp_2m_sde
2023-05-21 01:01:59 -04:00
AUTOMATIC
31545abe14
add DPM-Solver++(2M) SDE from new k-diffusion
2023-05-21 07:31:51 +03:00
AUTOMATIC1111
3605407033
Merge pull request #10576 from catboxanon/patch/hires-prompt-edit-attn
...
Support edit attention keyboard shortcuts in hires fix prompts
2023-05-20 23:23:53 +03:00
catboxanon
373903d851
hiresfix prompt: add classes, update css sel
2023-05-20 19:34:50 +00:00
AUTOMATIC
05e6fc9aa9
Merge branch 'ui-selection-for-cross-attention-optimization' into dev
2023-05-20 22:29:51 +03:00
AUTOMATIC1111
cc6c0fc70a
Merge pull request #10557 from akx/dedupe-webui-boot
...
Refactor & deduplicate web UI boot code
2023-05-20 22:24:15 +03:00
AUTOMATIC1111
db1ce5aa26
Merge pull request #10578 from anonCantCode/dev
...
Preserve Python 3.9 compatibility
2023-05-20 22:11:03 +03:00
catboxanon
b2b06eee02
Support edit attn shortcut in hires fix prompts
2023-05-20 13:31:18 -04:00
anonCantCode
0b6ca8e77b
preserve declarations
2023-05-20 11:13:03 +05:30
anonCantCode
3758744eb6
Use Optional[] to preserve Python 3.9 compatability
2023-05-20 06:27:12 +05:30
AUTOMATIC
39ec4f06ff
calculate hashes for Lora
...
add lora hashes to infotext
when pasting infotext, use infotext's lora hashes to find local loras for <lora:xxx:1> entries whose hashes match loras the user has
2023-05-19 22:59:29 +03:00
AUTOMATIC
87702febe0
allow hiding buttons in ui-config.json
2023-05-19 19:04:20 +03:00
AUTOMATIC1111
0d84055eb6
Merge pull request #10291 from akx/test-overhaul
...
Test overhaul
2023-05-19 18:59:31 +03:00
AUTOMATIC
9a86932c8b
change width/heights slider steps to 64 from 8
2023-05-19 18:49:39 +03:00
AUTOMATIC
78dd988e12
simplify PR page
2023-05-19 18:47:19 +03:00
Aarni Koskela
793a491923
Overhaul tests to use py.test
2023-05-19 17:42:34 +03:00
Aarni Koskela
71f4a4afdf
Deduplicate webui.py initial-load/reload code
2023-05-19 17:38:42 +03:00
Aarni Koskela
0f28aee9cd
Refactor gradio auth
2023-05-19 17:35:51 +03:00
Aarni Koskela
674e80c625
Note pending PR for app_kwargs
2023-05-19 17:35:51 +03:00
Aarni Koskela
8a178e6717
Refactor configure opts_onchange out
2023-05-19 17:35:51 +03:00
Aarni Koskela
8200e0c27b
Refactor configure_sigint_handler out
2023-05-19 17:35:51 +03:00
Aarni Koskela
1482c89376
Refactor validate_tls_options out, fix typo (keyfile was there twice)
2023-05-19 17:35:51 +03:00
AUTOMATIC1111
d41a31a508
Merge pull request #10552 from akx/eslint-moar
...
More Eslint fixes
2023-05-19 16:34:27 +03:00
AUTOMATIC1111
a6bf4aae30
Merge pull request #10550 from akx/git-blame-ignore-revs
...
Add .git-blame-ignore-revs
2023-05-19 16:28:22 +03:00
Aarni Koskela
4897e5277b
Make load_scripts create new runners (removes reload_scripts)
2023-05-19 15:49:53 +03:00
Aarni Koskela
a0005121ae
Simplify CORS middleware configuration
2023-05-19 15:37:13 +03:00
Aarni Koskela
21ee46eea7
Deduplicate default extra network registration
2023-05-19 15:35:16 +03:00
Aarni Koskela
de3abc29ae
Fix typo "intialize"
2023-05-19 15:27:23 +03:00
Aarni Koskela
67d4360453
get_tab_index(): use a for loop with early-exit for performance
2023-05-19 13:06:12 +03:00
Aarni Koskela
563e88dd91
Replace args_to_array (and facsimiles) with Array.from
2023-05-19 13:05:26 +03:00
Aarni Koskela
3909c2b2a0
eslintrc: enable no-redeclare but with builtinGlobals: false
2023-05-19 12:57:38 +03:00
Aarni Koskela
247f371d3e
eslintrc: mark most globals read-only
2023-05-19 12:57:38 +03:00
Aarni Koskela
958d68fb14
eslintrc: Use a file-local global
comment for module
2023-05-19 12:46:44 +03:00
Aarni Koskela
208f066e0e
eslintrc: Sort eslint rules
2023-05-19 12:46:41 +03:00
Aarni Koskela
2725dfd8a6
Fix ruff lint
2023-05-19 12:37:34 +03:00
Aarni Koskela
330f14d27a
Add .git-blame-ignore-revs
2023-05-19 12:34:06 +03:00
AUTOMATIC
2140bd1c10
make it actually work after suggestions
2023-05-19 10:05:07 +03:00
AUTOMATIC
994f56c3f9
linter fixes
2023-05-19 09:54:55 +03:00
AUTOMATIC1111
fe7bcbe340
Merge pull request #10534 from thot-experiment/dev
...
rewrite uiElementIsVisible
2023-05-19 09:53:02 +03:00
Thottyottyotty
7b61acbd35
split visibility method and sort instead
...
split out the visibility method for pasting and use a sort inside the paste handler to prioritize on-screen fields rather than targeting ONLY on screen fields
2023-05-18 23:43:01 -07:00
AUTOMATIC1111
1e5afd4fa9
Apply suggestions from code review
...
Co-authored-by: Aarni Koskela <akx@iki.fi>
2023-05-19 09:17:36 +03:00
AUTOMATIC1111
8c1148b9ea
Merge pull request #10548 from akx/spel-chek-changelog
...
Spel chek changelog some
2023-05-19 09:14:23 +03:00
AUTOMATIC
df6fffb054
change upscalers to download models into user-specified directory (from commandline args) rather than the default models/<...>
2023-05-19 09:09:18 +03:00
AUTOMATIC
379fd6204d
make links to http://<...>.git git extensions work in the extension tab
2023-05-19 09:09:17 +03:00
Aarni Koskela
7569677e9e
Spel chek changelog some
2023-05-19 08:35:16 +03:00
AUTOMATIC1111
e38e7dbfb9
Merge pull request #10529 from ryankashi/master
...
Added /sdapi/v1/refresh-loras api checkpoint post request
2023-05-19 08:04:13 +03:00
Thottyottyotty
e373fd0c00
rewrite uiElementIsVisible
...
rewrite visibility checking to be more generic/cleaner as well as add functionality to check if the element is scrolled on screen for more intuitive paste-target selection
2023-05-18 16:09:09 -07:00
ryankashi
4dd5559162
Added the refresh-loras post request
2023-05-18 14:12:01 -07:00
AUTOMATIC
8a3d232839
fix linter issues
2023-05-19 00:03:27 +03:00
AUTOMATIC
a375acdd26
update CHANGELOG
2023-05-19 00:01:52 +03:00