Commit Graph

617 Commits

Author SHA1 Message Date
Haoming
78971b53d3 round 2026-05-27 10:48:22 +08:00
Haoming
b1f55afdf1 round 2026-05-26 23:06:43 +08:00
Haoming
222756c922 newline 2026-05-24 04:32:16 +08:00
Haoming
36c64cd8c6 batch 2026-05-10 20:03:03 +08:00
Haoming
7e1ca521e3 drop 2026-05-04 10:50:09 +08:00
Haoming
0db0d4d51f drop 2026-05-02 01:40:45 +08:00
Haoming
f24db4b7d4 detect 2026-04-13 19:36:10 +08:00
Haoming
3ec9633281 shush 2026-04-01 11:47:12 +07:00
Haoming
d28b63ad9b handling 2026-02-25 10:41:07 +08:00
Haoming
7d79019f7a hint 2026-02-24 12:29:40 +08:00
Haoming
81053bc036 Thank You 2026-02-23 10:10:04 +08:00
Haoming
59216e7a27 tips 2026-02-12 21:27:10 +08:00
Haoming
e939731652 ckpt 2026-01-28 19:43:44 +08:00
Haoming
205206478d deselection 2025-12-04 10:03:55 +08:00
Haoming
7361320598 Thank You 2025-11-03 11:27:28 +08:00
Haoming
7740ebe149 ratio overlay 2025-10-20 11:28:12 +08:00
Haoming
dfcb23f08d deselection 2025-10-01 09:52:08 +08:00
Haoming
d26cf6b2d2 player 2025-09-01 15:22:22 +08:00
Haoming
81e4bde5a9 yeet 2025-08-06 09:43:42 +08:00
Haoming
962a288ee8 tehe 2025-07-30 10:55:16 +08:00
Haoming
2b85d4658c THANK YOU 2025-07-28 17:18:54 +08:00
Haoming
15c07579fb html 2025-07-28 17:10:35 +08:00
Haoming
aeaa306dba yeet SD2 2025-07-28 16:55:00 +08:00
Haoming
dd1c14350b js 2025-07-28 14:52:53 +08:00
Haoming
935241f881 hypernetwork 2025-07-28 11:59:44 +08:00
David Stenbeck
f3672ffbbe
Make live preview viewable in "full screen" (#2630)
Added fix by EvanGuanSF to make live generation preview image clickable to view in fullscreen.

Credit to: https://github.com/lllyasviel/stable-diffusion-webui-forge/issues/1167#issuecomment-2395043707
2025-02-08 11:32:10 +00:00
Won-Kyu Park
c0a7438fd8
partial revert to fix compatible issue (#1892)
* partial revert to fix A1111 compatible issue
* fix for submit_extras()
2024-10-08 11:13:32 +01:00
DenOfEquity
34609fde67
fix Extra networks tree show / edit (#1973)
Fix 'Show internal metadata' and 'Edit metadata' buttons when used from treeview. Issue seems like an oversight from an upstream change to handle filenames with an apostrophe.
#1244
2024-10-03 18:44:35 +01:00
DenOfEquity
f5190349b4
improved extra network search (#1953)
multiple search terms possible, split by ' '
also improved handling when changing UI setting
2024-09-30 15:13:11 +01:00
DenOfEquity
7876862c43
Vae/te preferences via cards (#1912)
Allows setting of preferred VAE and Text encoder(s) for checkpoints when selected via Checkpoint cards. No selection saved means no change to current toprow setting. 'Built in' option, if the only choice, means clear the toprow selection (therefore use vae/te built-in to checkpoint).
Also allows setting model type for checkpoints (SD1/SD2/SDXL/Flux/Unknown) (user set only, no attempt at autodetection), enabling filtering of the cards based on UI preset.
2024-09-25 20:45:11 +01:00
DenOfEquity
c2d290e6c9
respect disable lora filtering setting (#1904) 2024-09-24 11:58:23 +01:00
DenOfEquity
a82d5d177c
restore lora version filtering (#1885)
Added Flux to lora types in extra networks UI, so user can set.
Loras versioned first by user-set type, if any. Falls back to heuristics - these are much more reliable than the removed old A1111 tests and in case of no match default to Unknown (always displayed).
Filtering is done based on UI setting. 'all' setting does not filter. Filters lora lists on change.
Removed unused 'lora_hide_unknown_for_versions' setting.
2024-09-23 14:53:58 +01:00
DenOfEquity
e55cde9b33
better (not 100%) generate forever
Now doesn't spam clicks, so cancel will stop.
So works correctly when swapping tabs within webui.
But still won't continue generating if switch browser tab or minimise browser. It's like the click doesn't get processed. Possibly related to notification sound not playing if tab not active.
2024-09-12 10:58:59 +01:00
DenOfEquity
ecb396e03f
fix img2img aspect ratio preview (#1740)
* Update aspectRatioOverlay.js

fix finding the right element to draw the box on
add drawing box based on changes to number control, just not slider

* Update style.css

add margin equal to border, to draw the AR box in better position
2024-09-07 22:14:15 +01:00
DenOfEquity
424baa110d
Update dragdrop.js
remove unnecessary check for PNGInfo element
enables repeated drag-drop into PNG Info
fixes https://github.com/lllyasviel/stable-diffusion-webui-forge/issues/1485
2024-08-25 10:14:45 +01:00
layerdiffusion
5ecc525664 fix #1322 2024-08-19 20:19:13 -07:00
chocolateboy
fc0c03b793
fix audio notification for Gradio 4 (#1208)
the AUDIO element is now in the shadow DOM, so access it there to
trigger playback
2024-08-16 20:33:57 -07:00
layerdiffusion
f3926ee3b7 resolve t2i upscale button #882 #874 2024-07-28 07:59:53 -06:00
layerdiffusion
e26abf87ec Gradio 4 + WebUI 1.10 2024-07-26 12:02:46 -07:00
Andray
d23c694a84 fix resize handle 2024-02-26 07:00:08 -08:00
Andray
cc1c0829d5 fix resize-handle for vertical layout 2024-02-26 07:00:08 -08:00
lllyasviel
7155b993ca
upstream sync 2024-02-25 20:51:52 -08:00
AUTOMATIC1111
e3a8dc6e23
Merge pull request #15004 from light-and-ray/ResizeHandleRow_-_allow_overriden_column_scale_parametr
ResizeHandleRow - allow overriden column scale parametr
2024-02-26 07:16:24 +03:00
AUTOMATIC1111
ca8dc2bde2
Merge pull request #14995 from dtlnor/14591-bug-the-categories-layout-is-different-when-localization-is-on
Fix #14591 using translated content to do categories mapping
2024-02-26 07:12:31 +03:00
lllyasviel
cc5f773519
sync upstream 2024-02-23 13:48:28 -08:00
Andray
9211febbfc ResizeHandleRow - allow overriden column scale parametr 2024-02-23 02:32:12 +04:00
Andray
58985e6b37 fix lint 2 2024-02-22 17:22:00 +04:00
Andray
ab1e0fa9bf fix lint and console warning 2024-02-22 17:16:16 +04:00
Andray
85abbbb8fa support resizable columns for touch (tablets) 2024-02-22 17:04:56 +04:00
dtlnor
f537e5a519 fix #14591 - using translated content to do categories mapping 2024-02-22 12:26:57 +09:00