104 Commits

Author SHA1 Message Date
Anton Antonov
2322caa480 Merge pull request #138 from rkfg/default-fix
Fix custom scale/size fields not displaying
2024-03-08 19:55:37 +03:00
rkfg
0acdffc76d Fix custom scale/size fields not displaying 2024-03-08 13:40:33 +03:00
Anton Antonov
728ffcec7f Merge pull request #117 from wywywywy/gradio-elem-id
feat: add Gradio Element IDs
2023-09-09 13:47:23 +03:00
Wayne Leung
eefd8462eb fix: remove debug string 2023-07-09 12:03:24 +01:00
Wayne Leung
e531f9db41 feat: add gradio elem id 2023-07-09 12:01:23 +01:00
Anton Antonov
c99f382b31 Update README.md 2023-06-13 07:29:35 +03:00
Anton Antonov
bd2be191cd Merge pull request #93 from AIrjen/master
Changed padding max from 128 to 512 to help prevent artifacts during upscaling
2023-06-12 00:04:53 +03:00
Anton Antonov
49b4e53e54 Merge pull request #89 from imanrep/patch-1
Update README.md
2023-06-12 00:04:35 +03:00
AIrjen
7b43850a4d Update ultimate-upscale.py
Changed padding max from 128 to 512
2023-05-26 18:01:35 +02:00
Iman
fb5963ed67 Update README.md
add Api usage
2023-05-18 08:02:16 +07:00
Anton Antonov
756bb50573 Merge pull request #75 from wywywywy/disable-batch
fix: disable batching
2023-05-05 03:22:21 +03:00
wywywywy
3ea7f64dec fix: disable batching 2023-05-05 00:08:37 +01:00
Anton Antonov
d002fdfcb4 Update README.md 2023-05-01 06:37:09 +03:00
Anton Antonov
4ce013e68d Merge pull request #74 from Emmortal451/master
Update ultimate-upscale.py
2023-05-01 06:32:11 +03:00
Emmortal451
59515c0ff1 Update ultimate-upscale.py
Fixed image saving duplicating the prompt by number of tiles and using the grid format rather than image format
2023-04-30 14:54:53 -04:00
Anton Antonov
0a3d03a41a Merge pull request #32 from Danamir/tile-width-height
Tile width and height instead of a single dimension
2023-02-07 09:07:23 +03:00
Danamir
bd664197f5 Corrections to tiles with & height code 2023-02-06 17:59:02 +01:00
Anton Antonov
8c275fdd09 Merge pull request #31 from Danamir/master
Use ceil instead of // for initial scale factor
2023-02-06 19:22:50 +03:00
Danamir
7ffeba134f Use alternative tile dimension if 0 2023-02-06 11:56:32 +01:00
Danamir
58fbb99877 Use tile width & height in half_tile_process_corners 2023-02-06 11:10:41 +01:00
Danamir
bfd34bd699 Use tile width & height in half_tile_process 2023-02-06 11:03:47 +01:00
Danamir
6514b80422 Use tile width & height in band_pass_process 2023-02-06 10:48:39 +01:00
Danamir
4e9e5a7ee7 Change tile size to width & height in USDUpscaler 2023-02-06 10:47:21 +01:00
Danamir
f00adfb0ba Use ceil instead of // for initial scale factor 2023-02-06 09:32:07 +01:00
Anton Antonov
4ea6fc4e48 Merge branch 'fix-processing-error' into 'master'
Fixed processing error when interrupted and state cleaning

See merge request mirzam/ultimate-upscale-for-automatic1111!21
2023-01-13 05:37:00 +00:00
Jopezzia
5f6761da6a Fixed processing error when interrupted and state cleaning 2023-01-13 08:36:31 +03:00
Anton Antonov
a2e4c9b87b Merge branch 'update-readme' into 'master'
Add examples wiki page link

See merge request mirzam/ultimate-upscale-for-automatic1111!20
2023-01-12 17:59:29 +00:00
Jopezzia
3ba52bf120 Add examples wiki page link 2023-01-12 20:59:06 +03:00
Anton Antonov
3f61e69852 Merge branch 'update-readme' into 'master'
Update readme

See merge request mirzam/ultimate-upscale-for-automatic1111!19
2023-01-12 16:08:00 +00:00
Jopezzia
d3a61762d7 Update readme 2023-01-12 19:06:41 +03:00
Andrey Pavlov
920ba13309 set inpainting fill to original 2023-01-12 17:03:51 +03:00
Andrey Pavlov
d2f9318084 fix band pass 2023-01-12 16:51:36 +03:00
Andrey Pavlov
cf94745399 fix tile size to avoid blur 2023-01-12 16:28:13 +03:00
Andrey Pavlov
d36e4dd27b update readme 2023-01-11 23:42:58 +03:00
Andrey Pavlov
b4ae5dbc93 update readme 2023-01-11 23:40:34 +03:00
Andrey Pavlov
83ed3555e0 mask blur in intersections pass 2023-01-11 19:48:52 +03:00
Andrey Pavlov
4ba17438d9 add half tile offset + intersections pass 2023-01-11 19:21:50 +03:00
Andrey Pavlov
abe8ff07d5 add float scale support 2023-01-08 18:49:37 +03:00
Anton Antonov
6d2aac41c6 Merge branch 'resolution-info-fix' into 'master'
add tile setup when fix start

See merge request mirzam/ultimate-upscale-for-automatic1111!18
2023-01-06 14:10:54 +00:00
Jopezzia
11098a352a add tile setup when fix start 2023-01-06 17:10:28 +03:00
Anton Antonov
e656c893bd Merge branch 'resolution-info-fix' into 'master'
fix size in image info

See merge request mirzam/ultimate-upscale-for-automatic1111!17
2023-01-06 14:00:29 +00:00
Jopezzia
eed438fed1 fix size in image info 2023-01-06 16:59:53 +03:00
Andrey Pavlov
b3d1698f24 Merge branch 'override-size-settings' 2023-01-06 15:26:36 +03:00
Andrey Pavlov
04e5128372 add custom size settings 2023-01-06 15:26:31 +03:00
Anton Antonov
058f19c1b6 Merge branch '11-fix-error-with-empty-image' into 'master'
Resolve "Fix error with empty image"

Closes #11

See merge request mirzam/ultimate-upscale-for-automatic1111!16
2023-01-05 20:21:10 +00:00
Jopezzia
be762bc026 handle empty image 2023-01-05 23:20:52 +03:00
Anton Antonov
90ef942763 Merge branch 'chess-fix' into 'master'
sign fix

See merge request mirzam/ultimate-upscale-for-automatic1111!15
2023-01-05 17:21:44 +00:00
Jopezzia
e9e42fede9 sign fix 2023-01-05 20:21:16 +03:00
Anton Antonov
1577d64878 Merge branch '10-fix-interrupt' into 'master'
Resolve "Fix interrupt"

Closes #10

See merge request mirzam/ultimate-upscale-for-automatic1111!14
2023-01-05 16:20:43 +00:00
Jopezzia
9cef80a6a5 Interrupt fixed 2023-01-05 19:20:23 +03:00