catboxanon
|
25f636cb3a
|
Merge branch 'dev' into gradio4
|
2024-03-24 16:26:38 -04:00 |
|
w-e-w
|
1a1205f601
|
fix Restore progress
|
2024-03-12 03:26:50 +09:00 |
|
Aarni Koskela
|
e3fa46f26f
|
Fix various typos with crate-ci/typos
|
2024-03-04 08:42:07 +02:00 |
|
AUTOMATIC1111
|
f7a3067d2a
|
Merge branch 'dev' into gradio4
|
2024-03-02 08:27:22 +03:00 |
|
AUTOMATIC1111
|
1466daeafc
|
Disable prompt token counters option actually disables token counting rather than just hiding results.
Disable prompt token counters option does not require reload UI.
token counters do not become visible until they are positioned correctly.
|
2024-02-17 10:31:16 +03:00 |
|
AUTOMATIC1111
|
1ff1c5be64
|
fix refresh button forgetting sort order for extra networks #14588
|
2024-02-02 20:51:54 +03:00 |
|
AUTOMATIC1111
|
9f3ba38314
|
Add "Interrupting..." placeholder.
|
2024-02-01 22:34:29 +03:00 |
|
AUTOMATIC1111
|
cee0bf8464
|
fix send to tab and hires upscale button
|
2024-01-27 12:05:26 +03:00 |
|
AUTOMATIC1111
|
983b58b897
|
Merge branch 'dev' into gradio4
|
2024-01-27 10:19:27 +03:00 |
|
AUTOMATIC1111
|
08f1926f30
|
repair resolution calculation for img2img
|
2024-01-07 20:45:24 +03:00 |
|
Aarni Koskela
|
c32c51a0fc
|
Fix lint issue from 501993eb
|
2024-01-01 19:20:54 +02:00 |
|
AUTOMATIC1111
|
501993ebf2
|
added a button to run hires fix on selected image in the gallery
|
2024-01-01 19:31:06 +03:00 |
|
Aarni Koskela
|
89cfbc3bbe
|
Allow pasting in WIDTHxHEIGHT strings into the width/height fields
|
2023-12-13 12:22:13 +02:00 |
|
missionfloyd
|
a8e41f585e
|
Fix "detect image size" button
|
2023-12-09 20:02:03 -07:00 |
|
missionfloyd
|
0d9b431571
|
Fix img2img
|
2023-12-04 21:48:24 -07:00 |
|
AUTOMATIC1111
|
051375258c
|
gradio4
|
2023-12-03 16:44:03 +03:00 |
|
AUTOMATIC1111
|
11d23e8ca5
|
remove Train/Preprocessing tab and put all its functionality into extras batch images mode
|
2023-12-02 18:01:11 +03:00 |
|
AUTOMATIC1111
|
c0113872c5
|
add search field to settings
|
2023-10-01 11:48:41 +03:00 |
|
AUTOMATIC1111
|
c7e810a985
|
add onEdit function for js and rework token-counter.js to use it
|
2023-10-01 10:15:23 +03:00 |
|
AUTOMATIC1111
|
bb91bb5e83
|
Merge pull request #12662 from bluelovers/bluelovers-patch-1-1
refactor: Update ui.js
|
2023-08-19 08:01:05 +03:00 |
|
bluelovers
|
1631e96a98
|
refactor: Update ui.js
|
2023-08-19 10:38:43 +08:00 |
|
AUTOMATIC1111
|
e053e21af6
|
put localStorage stuff into its own file
|
2023-08-05 08:48:03 +03:00 |
|
Aarni Koskela
|
fb87a05fe8
|
Don't crash if out of local storage quota
Fixes #12206 (works around it)
|
2023-07-31 11:23:26 +02:00 |
|
Aarni Koskela
|
dc7a1bbb1c
|
Use onAfterUiUpdate where possible
|
2023-05-25 09:09:13 +03:00 |
|
Aarni Koskela
|
5ed970b949
|
Move token counters to separate JS file, fix names
|
2023-05-21 23:25:06 +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 |
|
AUTOMATIC
|
bb80eea9d4
|
eslint the merged code
|
2023-05-18 10:03:48 +03:00 |
|
AUTOMATIC
|
c08f229318
|
Merge branch 'eslint' into dev
|
2023-05-18 10:02:17 +03:00 |
|
AUTOMATIC
|
57b75f4a03
|
eslint related file edits
|
2023-05-18 09:59:10 +03:00 |
|
AUTOMATIC
|
e5dd4b4ebf
|
remove some code duplication from #9348
|
2023-05-17 23:27:06 +03:00 |
|
AUTOMATIC1111
|
04b4508a66
|
Merge branch 'dev' into improve-frontend-responsiveness
|
2023-05-17 23:18:56 +03:00 |
|
Aarni Koskela
|
9c54b78d9d
|
Run eslint --fix (and normalize tabs to spaces)
|
2023-05-17 16:09:06 +03:00 |
|
AUTOMATIC
|
ad6ec02261
|
prevent Reload UI button/link from reloading the page when it's not yet ready
|
2023-05-09 11:42:47 +03:00 |
|
AUTOMATIC
|
fc966c0299
|
do not show licenses page when user selects Show all pages in settings
|
2023-05-08 15:30:32 +03:00 |
|
AUTOMATIC1111
|
50f63e2247
|
Merge branch 'dev' into js-misc-fixes
|
2023-05-01 14:39:46 +03:00 |
|
AUTOMATIC1111
|
6fbd85dd0c
|
Merge pull request #9969 from AUTOMATIC1111/restore_progress_fix
restore_progress fix
|
2023-05-01 14:09:32 +03:00 |
|
w-e-w
|
33e6bc34ff
|
restore_progress fix
id wrong type
|
2023-05-01 19:59:52 +09:00 |
|
AUTOMATIC
|
67f5c2abb0
|
make it impossible to press the restore progress button after pressing it once
|
2023-05-01 13:58:10 +03:00 |
|
Aarni Koskela
|
c714300265
|
Use substring instead of deprecated substr
|
2023-04-30 22:26:11 +03:00 |
|
Aarni Koskela
|
f6a40a2ffa
|
Fix unused variables
|
2023-04-30 22:26:11 +03:00 |
|
Aarni Koskela
|
8ccc27127b
|
Fix a whole bunch of implicit globals
|
2023-04-30 22:08:52 +03:00 |
|
AUTOMATIC
|
c48ab36cb9
|
alternate restore progress button implementation
|
2023-04-29 22:16:54 +03:00 |
|
AUTOMATIC
|
bd9700405a
|
Revert "Merge pull request #7595 from siutin/feature/restore-progress"
This reverts commit 80987c36f9 , reversing
changes made to 2e78e65a22 .
|
2023-04-29 22:15:20 +03:00 |
|
AUTOMATIC1111
|
15c4e78b44
|
Merge branch 'dev' into feature/restore-progress
|
2023-04-29 22:13:40 +03:00 |
|
AUTOMATIC
|
e40b2d947d
|
change gradio callback from change to release in a bunch of places now that it's fixed in gradio
|
2023-04-29 19:39:22 +03:00 |
|
space-nuko
|
7201d940a4
|
Improve frontend responsiveness for some buttons
|
2023-04-03 21:27:48 -05:00 |
|
siutin
|
70ab21e67d
|
keep randomId simpler
|
2023-03-30 17:20:09 +08:00 |
|
siutin
|
4242e194e4
|
add a button to restore the current progress
|
2023-03-30 17:20:09 +08:00 |
|
AUTOMATIC
|
d667fc435f
|
add "resize by" and "resize to" tabs to img2img
|
2023-03-28 22:23:40 +03:00 |
|