Alex Heller
a1881ff0cd
Consolidated options metadata in frontend ui.js
2023-06-04 23:40:11 +02:00
Alex Heller
9da0f71f9b
Removed some variables from global scope.
2023-06-04 18:19:37 +02:00
Alex Heller
993da0a680
Some cleanup on the frontend side
2023-06-04 17:46:15 +02:00
Alex Heller
ba5b46b570
Removed repeated calls to unfold other tabs when in show all mode.
2023-06-04 17:15:38 +02:00
Alex Heller
c6f50fcf4a
Fixed wrong type for init of stored settings in ui.js
2023-06-04 04:45:21 +02:00
Alex Heller
6c8e7a75c7
Added initial sync of unstored parameters to the UI.
2023-06-04 04:39:48 +02:00
Vladimir Mandic
d25b020f61
update
2023-06-02 12:29:21 -04:00
Vladimir Mandic
251dc341f9
restruct html/js and cleanup
2023-06-01 17:44:15 -04:00
Vladimir Mandic
364df7036e
redo progressbar
2023-06-01 11:43:28 -04:00
Vladimir Mandic
8f4bc4df08
update changelog
2023-05-31 12:44:35 -04:00
Vladimir Mandic
2ee38ccd0e
update
2023-05-28 16:07:13 -04:00
Vladimir Mandic
7254925dca
add settings search
2023-05-28 11:46:48 -04:00
Vladimir Mandic
efd3810860
diffusers merge
2023-05-26 22:42:03 -04:00
Alex Heller
f4cd452c14
Made show all settings a tab instead of a separate button
...
This makes it play more nicely with the other tabs.
It still needs some js though to keep the other setting tabs open, when resetting settings.
2023-05-20 00:18:46 +02:00
Vladimir Mandic
08d7829478
fix script order
2023-05-18 07:47:18 -04:00
Alex Heller
d2108ab2b9
Made setting tabs move to top if not enough space
...
Currently the tabs will be ordered in grid fashion, but might be worth considering to somehow bring back the original flex tab layout.
This is hard though due to the interleaved modification indicators,
and the inability to wrap the tab headers in a custom div
(as gradio's svelte replaces the wrapper with each ui update)
2023-05-17 03:40:16 +02:00
Vladimir Mandic
ff4f94fc2a
fixes
2023-05-16 18:05:29 -04:00
Vladimir Mandic
a9139294c4
Merge pull request #830 from bruno-c/ui-js-fix-cors-error
...
Fetch from API using relative path to avoid CORS errors
2023-05-09 11:25:43 -04:00
Vladimir Mandic
9f1004d2b6
fix tab ordering
2023-05-09 11:13:10 -04:00
Bruno Carriere
302aed34b7
Fetch from API using relative path to avoid CORS errors
2023-05-09 10:36:28 -04:00
Vladimir Mandic
57ae792004
add ui ordering
2023-05-09 09:09:31 -04:00
Alexandre Froger
891b61d09f
Make opts global
...
Allow extension to tap into opts (like https://github.com/froger-me/sd-webui-aspect-ratio-helper )
2023-05-09 19:16:57 +08:00
Vladimir Mandic
4d9fab4984
fix txt_fullfn
2023-05-08 11:56:59 -04:00
Alex Heller
1fdbab5e64
Fix: Issue with show all setting pages
2023-05-08 00:15:51 +02:00
Alex Heller
47a19f1f83
Slightly changed hover information
...
Now it's more in line with the toplevel indicator message.
2023-05-08 00:11:09 +02:00
Alex Heller
16b5281d13
Added toplevel change indicator functionality
2023-05-08 00:09:53 +02:00
Alex Heller
a48e2b90a5
Added visual toplevel setting change indicators
2023-05-07 23:21:37 +02:00
Vladimir Mandic
c470f39913
merge fixes
2023-05-04 16:55:41 -04:00
Vladimir Mandic
a677253b7c
add api-logo workaround
2023-05-04 10:45:25 -04:00
Vladimir Mandic
303574ebfc
draft full merge from upstream
2023-05-04 09:27:48 -04:00
Vladimir Mandic
5d8c787a7b
restart server redesign
2023-05-03 17:20:22 -04:00
Vladimir Mandic
530dafc453
cleanup
2023-05-02 08:54:47 -04:00
Alex Heller
ab03159e59
Fix: Bar was not removed for array settings (checkbox-group)
...
Hopefully this is the last time the behaviour needs to be adapted for that setting type.
2023-05-02 01:02:14 +02:00
Alex Heller
2d82bc67d4
Changed modification indicator to button element
...
The setting value now resets to previous when clicking on the indicator.
Furthermore, when hovering over the indicator it also shows what the last value was.
2023-05-01 03:38:44 +02:00
Alex Heller
ddfee28e7c
Use Json serialized value to compare previous value
...
This is done so that arrays get compared correctly (deep compare)
2023-04-30 23:15:53 +02:00
Alex Heller
2c5ec7ce0b
Improvement: Added individual setting changed indicator
2023-04-30 04:07:02 +02:00
Vladimir Mandic
1f6261be80
jumbo patch
2023-04-27 13:12:20 -04:00
Vladimir Mandic
4a848e43d3
add builtin gradio themes
2023-04-22 08:35:17 -04:00
Vladimir Mandic
ee3cea54eb
fix live preview
2023-04-19 07:52:26 -04:00
Vladimir Mandic
ed32259bf7
reconnect ui on browser restart
2023-04-18 12:10:30 -04:00
Vladimir Mandic
f5a29752e7
add dynamic themes and preview
2023-04-17 13:49:18 -04:00
Vladimir Mandic
8808b1a222
add setup auto-recover
2023-04-17 09:53:53 -04:00
Vladimir Mandic
58df74cfd5
new middleware handler and ability to restart server on-the-fly
2023-04-16 15:57:00 -04:00
Vladimir Mandic
c42a00c327
add theme support
2023-04-16 08:49:27 -04:00
Vladimir Mandic
4231cf42f6
Merge pull request #65 from AUTOMATIC1111/master
...
merge from upstream
2023-03-27 10:35:57 -04:00
space-nuko
5eb7ff7768
Fix Send to img2img buttons
2023-03-25 14:52:47 -04:00
Vladimir Mandic
f181885f0c
Merge pull request #57 from AUTOMATIC1111/master
...
merge from upstream
2023-03-25 08:47:00 -04:00
AUTOMATIC
9f0da9f6ed
initial gradio 3.22 support
2023-03-25 09:00:36 +03:00
Vladimir Mandic
d1fa657ef4
update ui
2023-03-17 10:38:26 -04:00
AUTOMATIC
399720dac2
update prompt token counts after using the paste params button
2023-01-30 01:03:31 +03:00
AUTOMATIC
1d8e06d542
add checkpoints tab for extra networks UI
2023-01-28 22:52:27 +03:00
AUTOMATIC
b5230197a6
rework extras tab to use script system
2023-01-23 09:24:43 +03:00
AUTOMATIC
184e23eb89
relocate tool buttons next to generate button
...
prevent extra network tabs from putting images into wrong prompts
prevent settings leaking into prompt
2023-01-21 09:58:57 +03:00
AUTOMATIC
40ff6db532
extra networks UI
...
rework of hypernets: rather than via settings, hypernets are added directly to prompt as <hypernet:name:weight>
2023-01-21 08:36:07 +03:00
AUTOMATIC
20a59ab3b1
move token counter to the location of the prompt, add token counting for the negative prompt
2023-01-20 10:18:41 +03:00
AUTOMATIC
0f5dbfffd0
allow baking in VAE in checkpoint merger tab
...
do not save config if it's the default for checkpoint merger tab
change file naming scheme for checkpoint merger tab
allow just saving A without any merging for checkpoint merger tab
some stylistic changes for UI in checkpoint merger tab
2023-01-19 10:39:51 +03:00
AUTOMATIC
c7e50425f6
add progress bar to modelmerger
2023-01-19 09:25:37 +03:00
Vladimir Repin
8683427bd9
Process interrogation on all img2img subtabs
2023-01-18 20:25:52 +03:00
AUTOMATIC
38b7186e6e
update sending input event in java script to not cause exception in browser https://github.com/gradio-app/gradio/issues/2981
2023-01-17 14:15:47 +03:00
AUTOMATIC
d8b90ac121
big rework of progressbar/preview system to allow multiple users to prompts at the same time and do not get previews of each other
2023-01-15 18:51:04 +03:00
AUTOMATIC
86359535d6
add buttons to copy images between img2img tabs
2023-01-14 22:43:01 +03:00
AUTOMATIC
08c6f009a5
load hashes from cache for checkpoints that have them
...
add checkpoint hash to footer
2023-01-14 15:55:40 +03:00
AUTOMATIC
5623a3e7b1
fix send to inpaint sending you to wrong place
2023-01-12 19:47:33 +03:00
AUTOMATIC1111
4ae960b01c
Merge pull request #4177 from eltociear/patch-2
...
Fix typo in ui.js
2023-01-04 17:59:31 +03:00
AUTOMATIC
9d4eff097d
add a button to show all setting pages
2023-01-03 10:01:06 +03:00
AUTOMATIC
251ecee694
make "send to" buttons send actual dimension of the sent image rather than fields
2023-01-02 22:44:46 +03:00
Jim Hays
c0355caefe
Fix various typos
2022-12-14 21:01:32 -05:00
AUTOMATIC
d06592267c
use less javascript for this non-js-only implementation of the clear prompt button.
2022-12-10 13:46:18 +03:00
papuSpartan
6387043fd2
Merge branch 'AUTOMATIC1111:master' into master
2022-12-10 00:02:39 -08:00
Liam
927d24ef82
made selected_gallery_index query selectors more restrictive
2022-11-20 13:52:18 -05:00
papuSpartan
00ebc26c4e
Merge branch 'AUTOMATIC1111:master' into master
2022-11-06 21:05:28 -06:00
AUTOMATIC
a2a1a2f727
add ability to create extensions that add localizations
2022-11-06 09:02:35 +03:00
Ikko Ashimine
d624cb82a7
Fix typo in ui.js
...
interation -> interaction
2022-11-03 01:05:00 +09:00
papuSpartan
401350cd59
clear on the client-side again
2022-11-01 14:03:56 -05:00
papuSpartan
25de9df364
Merge branch 'AUTOMATIC1111:master' into master
2022-10-31 15:08:54 -05:00
yfszzx
4a4647e0df
create send to buttons in one module
2022-10-27 13:36:11 +08:00
papuSpartan
ce42879438
fix js func signature and not forget to initialize confirmation var to prevent exception upon cancelling confirmation
2022-10-22 14:53:37 -05:00
papuSpartan
700340448b
forgot to clear neg prompt after moving to back. Add tooltip to hints
2022-10-21 17:24:04 -05:00
papuSpartan
9e40520f00
refactor internal terminology to use 'clear' instead of 'trash' like #2728
2022-10-21 15:13:12 -05:00
papuSpartan
de70ddaf58
update token counter when clearing prompt
2022-10-21 15:00:35 -05:00
papuSpartan
ee0505dd00
only delete prompt on back end and remove client-side deletion
2022-10-21 14:24:14 -05:00
papuSpartan
9ba372de90
initial work on getting prompts cleared on the backend and synchronizing token counter
2022-10-21 13:55:48 -05:00
papuSpartan
a3b047b7c7
add settings option to toggle button visibility
2022-10-20 19:28:58 -05:00
papuSpartan
a816514980
remove unnecessary assignment
2022-10-20 17:33:33 -05:00
papuSpartan
9cc4974d23
add confirmation dialogue
2022-10-20 17:03:51 -05:00
papuSpartan
158d678f59
clear prompt button now works on both relevant tabs. Device detection stuff will be added later.
2022-10-20 01:08:24 -05:00
Michoko
665beebc08
Use of a --theme argument for more flexibility
...
Added possibility to set the theme (light or dark)
2022-10-17 18:24:24 +02:00
Michoko
8c6a981d5d
Added dark mode switch
...
Launch the UI in dark mode with the --dark-mode switch
2022-10-17 11:05:05 +02:00
AUTOMATIC
d3463bc59a
change styling for top right corner UI
...
made save style button not die when you cancel
2022-10-15 14:22:30 +03:00
aoirusann
db27b987a9
Add hint for `ctrl/alt enter`
...
And duplicate implementations are removed
2022-10-15 09:59:40 +03:00
AUTOMATIC
08b3f7aef1
emergency fix for broken send to buttons
2022-10-13 20:42:27 +03:00
Justin Maier
6435691bb1
Add "Scale to" option to Extras
2022-10-09 19:26:52 -06:00
AUTOMATIC1111
688c4a914a
Merge branch 'master' into 1404-script-reload-without-restart
2022-10-02 21:33:22 +03:00
DepFA
55b046312c
move JavaScript into ui.js
2022-10-02 00:12:49 +01:00
Liam
3c6a049fc3
consolidated token counter functions
2022-09-30 18:22:50 -04:00
Liam
abdbf1de64
token counters now update when roll artist and style buttons are pressed https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/1194#issuecomment-1261203893
2022-09-30 18:22:40 -04:00
AUTOMATIC
6b02966fcd
fix #1405 submitting both tabs
2022-10-01 00:14:44 +03:00
Trung Ngo
d1db330010
ALT + return will submit prompt when it's in focus
2022-09-30 15:39:57 -05:00
Liam
7ca9858c4c
removed unused import; now using javascript to watch prompt textarea
2022-09-28 09:43:54 -04:00
Liam
e5707b66d6
switched the token counter to use hidden buttons instead of api call
2022-09-27 19:29:53 -04:00