7785 Commits

Author SHA1 Message Date
w-e-w
ca4093ce6d
Merge 661322707f003e89cf3a0897c72d2a9053d401df into 374bb6cc384d2a19422c0b07d69de0a41d1f3f4d 2025-03-04 11:11:35 -05:00
w-e-w
374bb6cc38
Python 3.9 annotation compatibility (#16852) 2025-03-04 11:11:26 -05:00
gutris1
e7edad6fe9
Small fix (#16872)
* small fix, prevent annoying error log when registering keydown esc from user custom js

* Update script.js

Co-authored-by: missionfloyd <missionfloyd@users.noreply.github.com>

---------

Co-authored-by: missionfloyd <missionfloyd@users.noreply.github.com>
2025-03-04 11:10:18 -05:00
w-e-w
d8688def65
Merge pull request #16869 from Haoming02/uv-hook
Support uv Package Manager
2025-02-28 23:24:10 +08:00
w-e-w
435b1df2db
remove assert, original run with original args 2025-03-01 00:17:49 +09:00
w-e-w
7fd7fc67f7
add -I to uv BAD_FLAGS 2025-02-28 23:53:11 +09:00
w-e-w
9d1accfea0
fallback to pip if uv failes 2025-02-28 23:53:11 +09:00
w-e-w
c59a2badd2
auto install uv 2025-02-28 23:53:11 +09:00
Haoming
9f670bc7e8 uv hook 2025-02-28 19:25:35 +08:00
w-e-w
afbd3da2fa
Detect CMP cards (#16853)
Co-authored-by: Serhio <22981979+carbofos@users.noreply.github.com>
2025-02-18 08:59:44 -05:00
w-e-w
32595360f2
fix old hash digits (#16845) 2025-02-15 10:49:48 -05:00
w-e-w
8c7bc08f60
Old hash from cache (#16830)
* use not equal when comparing mtime

* cache partial hash

aka old hash

Co-Authored-By: npc-riddlah <84955385+npc-riddlah@users.noreply.github.com>

---------

Co-authored-by: npc-riddlah <84955385+npc-riddlah@users.noreply.github.com>
2025-02-10 02:14:32 -05:00
w-e-w
57e15ec9b5
Blackwell compatibility (Windows only) (#16817) 2025-01-30 12:36:02 -05:00
w-e-w
021154d8b1
Merge pull request #16756 from gutris1/master
Fix: changed settings overflow, display up to 5 lines with scroll bar
2024-12-28 21:10:17 +09:00
w-e-w
b82ba9b0be setting change scroll when over 5 line 2024-12-28 17:25:29 +09:00
w-e-w
45493949cd Revert
This reverts commit 8c6c9736145fe0874db6ce630b4919e4d4146c91.

Revert "Update settings.js"

This reverts commit 4fa673a68af3a447b59dd82af74c98e93ef1d60a.

Revert "Update style.css"

This reverts commit a0379187482e68af0a1bfa2edeada1e177a19883.
2024-12-28 17:25:29 +09:00
gutris1
8c6c973614
Update ui_settings.py 2024-12-27 20:36:26 +07:00
gutris1
a037918748
Update style.css 2024-12-27 20:35:06 +07:00
gutris1
4fa673a68a
Update settings.js 2024-12-27 20:33:55 +07:00
w-e-w
813c3912fc
open API docs in new tab (#16754) 2024-12-26 22:19:43 -05:00
w-e-w
078d04ef23
ruff <path> is deprecated. Use ruff check <path> (#16753) 2024-12-26 20:40:15 -05:00
w-e-w
1a773bf2c8
Merge pull request #16751 from Neokmi/master
Fix  Codeformer and gfpgan extension , Inconsistent overlay layer types when visibility value is less than 1
2024-12-26 06:33:04 +09:00
w-e-w
f113474a6e lint 2024-12-26 06:26:47 +09:00
klx
6577e063d1
Update postprocessing_gfpgan.py
Fix  gfpgan extension , Inconsistent overlay layer types when visibility value is less than 1
2024-12-26 02:16:05 +08:00
klx
7953c570d9
Update postprocessing_codeformer.py
Fix  Codeformer extension , Inconsistent overlay layer types when visibility value is less than 1
2024-12-26 02:14:49 +08:00
w-e-w
f25c3fc9cb
fix sd_vae_explanation (#16748) 2024-12-24 15:43:55 -05:00
w-e-w
fc0952abb9
Merge pull request #16745 from Sanchows/removed-unused-import-modules-errors
removed unnecessary import 'modules.errors'
2024-12-24 22:58:43 +09:00
Alexander Sachenko
b414c62ce4
removed unnecessary import modules.errors 2024-12-24 15:45:10 +03:00
w-e-w
04903af798
Merge pull request #16604 from Haoming02/ext-updt-parallel
Check for Extension Updates in Parallel
2024-12-18 03:21:48 +09:00
w-e-w
e8c3b1f2a0
Merge pull request #16718 from Haoming02/bracket-checker-order
[Bracket Checker] Also check for the order of brackets
2024-12-18 02:37:30 +09:00
Haoming
8bf30e3c42 revert IIFE 2024-12-18 01:02:40 +08:00
Haoming
fbc51fa210 skip escaped 2024-12-16 09:47:38 +08:00
Haoming
7025a2c4a5 check-for-order 2024-12-12 16:08:15 +08:00
w-e-w
0120768f63
Merge pull request #16687 from Haoming02/dropdown4format
Use gr.Dropdown for Image Formats
2024-11-28 17:39:12 +09:00
w-e-w
b425b97ad6 improve img fromat description 2024-11-28 17:14:03 +09:00
w-e-w
539ea3982d use DropdownEditable
use DropdownEditable so user can input other formats if they require it
make the default png the first on the list
2024-11-28 14:10:44 +09:00
Haoming
65bd61e87c format-dropdown 2024-11-27 10:42:50 +08:00
w-e-w
661322707f set min brush size to 1 2024-11-23 06:59:28 +09:00
w-e-w
1b9dea7d90 apply brush size limit early 2024-11-22 11:30:19 +09:00
w-e-w
7cf80a70d9 allow brush size up to 1/2 diagonal image 2024-11-22 11:00:45 +09:00
w-e-w
2eef345743 reduce complexity
remove the overly complex option of radius / area brush size change mode
2024-11-22 11:00:45 +09:00
w-e-w
023454b49e
fix passing of literal backslash (#16671) 2024-11-20 21:33:59 -05:00
w-e-w
cd869bb7a3
fix prompt-bracket-checker miscounting of literal tokens (#16669) 2024-11-20 12:29:41 -05:00
w-e-w
3a1497aaf1 eslint 2024-11-20 06:09:01 +09:00
w-e-w
96eaca6153 make "Adjust brush size by area" Default behavior 2024-11-20 05:56:10 +09:00
w-e-w
dd237f2541 make Undo Clear hotkey disableable 2024-11-20 05:40:01 +09:00
w-e-w
c9f8953200 Canvas: Clear hotkey 2024-11-20 05:31:27 +09:00
w-e-w
e009f586a2 limit the minimum delta to 1 2024-11-20 05:17:22 +09:00
w-e-w
356339eff2 Canvas: Undo hotkey 2024-11-20 04:46:26 +09:00
w-e-w
4e808fbef4 Canvas: Adjust brush size by area 2024-11-20 04:46:10 +09:00