Commit Graph

578 Commits

Author SHA1 Message Date
Andrey
d12426976a Split history script.js to javascript/dragdrop.js 2022-09-18 08:37:57 +03:00
Andrey
759dda9a7e Split history script.js to javascript/dragdrop.js 2022-09-18 08:37:57 +03:00
Andrey
7a0bcd3893 Split history script.js to javascript/dragdrop.js 2022-09-18 08:37:57 +03:00
AUTOMATIC
be0bfa871b script.js split work 2022-09-18 08:37:26 +03:00
AUTOMATIC
a86c279419 script.js split work 2022-09-18 08:37:03 +03:00
Steve Eberhardt
f39b2ca088 fixed typos in processing.py 2022-09-17 22:09:52 -07:00
Andrey
3f91de3c91 Split history script.js to javascript/dragdrop.js 2022-09-18 07:55:08 +03:00
Andrey
4095150d37 Split history script.js to javascript/dragdrop.js 2022-09-18 07:55:08 +03:00
Andrey
ca8451ece0 Split history script.js to javascript/dragdrop.js 2022-09-18 07:55:08 +03:00
Andrey
4133472a6e Split history script.js to javascript/dragdrop.js 2022-09-18 07:55:07 +03:00
AUTOMATIC1111
1e18d23738
Merge pull request #628 from 48design/drop-paste-replace-existing-image
Replace existing images when pasting from clipboard or dropping a new one (fixes #573)
2022-09-18 07:44:35 +03:00
AUTOMATIC1111
e9a9764e00
Merge pull request #625 from bdrupieski/fix-batch-processing-color-correction
fix batch color correction
2022-09-18 07:31:01 +03:00
AUTOMATIC1111
c57ae054e9
Merge pull request #634 from Dement242/Dement242-patch-1
Fixed "CodeFormer visibility:" rounding to 2 decimals.
2022-09-18 07:30:05 +03:00
AUTOMATIC1111
17b60490fa
Merge pull request #635 from C43H66N12O12S2/attention
Move scale multiplication to the front
2022-09-18 07:28:53 +03:00
C43H66N12O12S2
18d6fe4346
..... 2022-09-18 01:21:50 +03:00
Brian Drupieski
2dbc9c5903 only set loopback color corrections if corrections enabled 2022-09-17 18:20:43 -04:00
Brian Drupieski
cf70528bce remove whitespace 2022-09-17 18:19:21 -04:00
Brian Drupieski
7bc5739fe2 set loopback color corrections on each iteration 2022-09-17 18:18:30 -04:00
C43H66N12O12S2
d63dbb3acc
Move scale multiplication to the front 2022-09-18 01:05:31 +03:00
Dement242
3a050d19c6
Merge branch 'AUTOMATIC1111:master' into Dement242-patch-1 2022-09-17 23:18:56 +02:00
AUTOMATIC1111
8ff6f09320
Merge pull request #587 from JashoBell/Base
Basic documentation for custom_code.py template
2022-09-17 23:45:10 +03:00
JashoBell
98a6644bcf Move comments to scripts.py 2022-09-17 12:43:57 -07:00
Connum
88e315a8d5 Replace existing images when pasting from clipboard or dropping a new one (fixes #573) 2022-09-17 21:09:47 +02:00
Dement242
33434fc6fc
Fixed "CodeFormer visibility:" rounding to 2 decimals. 2022-09-17 21:02:46 +02:00
JashoBell
d2c7ad2fec Merge branch 'master' of https://github.com/AUTOMATIC1111/stable-diffusion-webui into Base 2022-09-17 11:16:35 -07:00
Brian Drupieski
663af7c1c8 fix batch color correction 2022-09-17 13:57:01 -04:00
AUTOMATIC1111
23a0ec04c0
Merge pull request #616 from dfaker/patch-3
Block event propagation when lightbox is triggered
2022-09-17 20:30:25 +03:00
AUTOMATIC1111
1dd721d136
Merge pull request #618 from EyeDeck/master
Fix gallery not scrolling left
2022-09-17 20:29:40 +03:00
AUTOMATIC1111
933949f39c
Merge pull request #621 from SafentisFox/responsiveCss
Make image gallery bigger on 2k+ displays
2022-09-17 20:28:44 +03:00
DepFA
f9cae046cb
typo 2022-09-17 18:03:52 +01:00
DepFA
0e5527b4df
Add previous and next to modal with key shortcuts 2022-09-17 17:58:33 +01:00
DepFA
fb668c58ef
add previous and next styles 2022-09-17 17:56:53 +01:00
safentisAuth
0469972e91 Make gallery bigger on 2k+ displays 2022-09-17 19:27:08 +03:00
EyeDeck
e24c3b79f6 Fix gallery not scrolling left 2022-09-17 11:58:46 -04:00
DepFA
f96d8a601c
Block event propagation when lightbox is triggered 2022-09-17 15:29:06 +01:00
AUTOMATIC
56ff118845 typo 2022-09-17 16:35:58 +03:00
AUTOMATIC
8d197b6a92 added user.css support 2022-09-17 16:28:19 +03:00
AUTOMATIC
77dcb21688 Merge remote-tracking branch 'origin/master' 2022-09-17 15:39:30 +03:00
AUTOMATIC
2f18823e69 fix for broken export for 4chan 2022-09-17 15:39:20 +03:00
AUTOMATIC1111
d94b41472e
Merge pull request #586 from jjisnow/image_info_tab
image info tab
2022-09-17 14:57:30 +03:00
AUTOMATIC1111
0d7fdb1791
Merge branch 'master' into image_info_tab 2022-09-17 14:57:10 +03:00
DepFA
1ef79f926e generalise to work on all non-masked images on all tabs 2022-09-17 14:56:11 +03:00
DepFA
a66d857345 make background semi-transparent not black; 2022-09-17 14:56:11 +03:00
DepFA
1a51337077 Add modal creation and functions 2022-09-17 14:56:11 +03:00
DepFA
65be5312dc Add modal css classes 2022-09-17 14:56:11 +03:00
Tony Beeman
ba295b3268 * Fix process_images where the number of images is not a multiple of (batch_size * n_iter), which would cause us to throw an exception.
* Add a textbox option to Prompts from file (ease of use and it makes it much easier to use on a mobile device)
* Fix the fact that Prompts from file was sometimes passing an empty batch.
2022-09-17 14:55:54 +03:00
AUTOMATIC
140f893153 process all values for x/y plot right away to error out if any are bad before any processing begins 2022-09-17 14:55:40 +03:00
AUTOMATIC
304222ef94 X/Y plot support for switching checkpoints. 2022-09-17 13:49:36 +03:00
AUTOMATIC
99585b3514 moved progressbar to top by request 2022-09-17 12:38:15 +03:00
AUTOMATIC
f8f17e3b9e updated readme to reflect new model location 2022-09-17 12:12:55 +03:00