Commit Graph

319 Commits (main)

Author SHA1 Message Date
AlUlkesh 4d3cbb41f9 handle alternate tabnames, #149, switch to controlnet elem_ids 2023-05-01 23:51:32 +02:00
missionfloyd 16b192600e
Fix squished thumbnails 2023-05-01 14:58:36 -06:00
AlUlkesh 84cb617498 remove from others fix, #145 2023-04-30 20:47:45 +02:00
AlUlkesh 2c988c08c7 parameter fix, #72 2023-04-28 14:30:19 +02:00
AlUlkesh 704e42c10d Subdirs/Others tab fix, #141 2023-04-24 15:20:37 +02:00
AlUlkesh 7abd90ed83 Restart Debug option, #141 2023-04-24 01:14:35 +02:00
AlUlkesh 3930cd24d4 Min/max ranking filter, #140 2023-04-24 00:03:13 +02:00
AlUlkesh 0029d95a5f swipe is now optional, #81 2023-04-14 08:11:06 +02:00
AlUlkesh 57040c311f bugfix for #130 2023-04-11 20:15:08 +02:00
AlUlkesh f7c6ee41e1 capture logs to file, #130 2023-04-11 16:47:44 +02:00
AlUlkesh 79c028e47d startup-procedure with MutationObserver, #135 2023-04-10 23:15:56 +02:00
AlUlkesh 2cba040fb4 New debug options 2023-04-10 01:23:17 +02:00
AlUlkesh 9e72ee78f4 Catch FileNotFoundError from run_pnginfo, #128 2023-04-09 20:37:46 +02:00
AlUlkesh 07811396c9 Prevent image reload when not using optimized thumbnails 2023-04-09 10:10:16 +02:00
AlUlkesh 9d125da64f swipe left/right for thumbnails, #81 2023-04-08 17:21:49 +02:00
AlUlkesh 42293adb8c Rework controlnet integration after Gradio upgrade, #100. #120 2023-04-08 07:24:11 +02:00
AlUlkesh 83419e4038 Switch to Gradio .then, #126, major rework 2023-04-07 14:09:03 +02:00
AlUlkesh 4b9755bb94 Handle non-RGB thumbnails, #125 2023-04-06 07:46:05 +02:00
AlUlkesh 19dff484de Fix gradio TypeError and associated sync issues, #117 2023-04-05 21:58:59 +02:00
AlUlkesh 0926015380
Merge pull request #124 from pangbo13/cache-optimized-thumbnail
Add cache for optimized thumbnails
2023-04-05 20:43:14 +02:00
pangbo13 8bef6215e8 Add cache for optimized thumbnails 2023-04-05 23:33:37 +08:00
AlUlkesh 766b6bd427 Make gradio requirement more visible, #123 2023-04-03 21:43:07 +02:00
AlUlkesh 07940948ba Fix for Return to thumbnail view, #122, check Gradio version 2023-04-03 15:52:07 +02:00
AlUlkesh db40a6e925 Fix double Maintenance tab, #112, #115 2023-04-01 15:48:20 +02:00
AlUlkesh 88388c78aa Namespacing global javascript variables, #110 2023-03-31 17:27:56 +02:00
AlUlkesh 897531e41e fix ranking concurrency issue, #108, #109, improve EventListener 2023-03-31 17:10:06 +02:00
AlUlkesh df3d541307
Merge pull request #104 from pangbo13/main
Add option: "Use optimized images in the thumbnail interface"
2023-03-30 14:50:02 +02:00
AlUlkesh 3590c5f889 Optimized images in the thumbnail interface 2023-03-30 14:49:35 +02:00
pangbo13 4771008388 fix function image_browser_current_tab 2023-03-30 11:26:38 +08:00
pangbo13 fde71b6bdd add bunch of event listeners to refresh preview 2023-03-30 11:02:51 +08:00
pangbo13 bbcc4ba6fb ignore images PIL cannot handle 2023-03-30 09:54:54 +08:00
pangbo13 5a511148df delete useless code 2023-03-29 23:41:39 +08:00
pangbo13 1ff32b994e Add option: "Use optimized images in the thumbnail interface" 2023-03-29 23:11:44 +08:00
AlUlkesh 1d5c2e758e fix thumbnail scrolling. #100 2023-03-28 15:19:52 +02:00
AlUlkesh 656ef38d4a catch UnidentifiedImageError for svg, #102 2023-03-28 09:08:09 +02:00
AlUlkesh 76d804769d support svg, #102 2023-03-28 08:55:28 +02:00
AlUlkesh a9032d4d32 alternate wib_db import, #97 2023-03-27 16:14:06 +02:00
AlUlkesh 2f9a106fd6 visual fix controls panel, #100 2023-03-27 14:40:10 +02:00
AlUlkesh 230b62db30 gradio 3.23 fixes, #98 2023-03-25 17:07:48 +01:00
AlUlkesh f711a69294 gradio 3.23 changes, #96, #91
wait for gradio now uses onUiLoaded callback
changed all function names to ensure they are unique
keydown now included in the wait
2023-03-25 08:58:49 +01:00
AlUlkesh 62cf141330 Delete and concurrency rework, #29, #78, #79, #91. #94 2023-03-21 11:19:53 +01:00
AlUlkesh 58c374c61b workaround webui update, #85 2023-03-16 12:06:40 +01:00
AlUlkesh 6de0af30b0 delete fix, #79 2023-03-15 08:50:16 +01:00
AlUlkesh ed8c24cf6e handle DecompressionBombError 2023-03-12 08:20:09 +01:00
AlUlkesh 1eb628176f
Merge pull request #86 from EllangoK/main
Removes empty space items and separates out controlnet controls
2023-03-12 01:25:08 +01:00
EllangoK 5c39fbf57a stack button rows as column units
separates out controlnet controls
2023-03-11 18:44:12 -05:00
AlUlkesh 7dbd508461 Send to ControlNet, #67 2023-03-11 16:54:15 +01:00
AlUlkesh b186ad2088
Merge pull request #84 from EllangoK/main
Removes full loop over files in delete_image
2023-03-11 07:34:00 +01:00
EllangoK 5400bd6ba6 removes full loop over files in delete_image 2023-03-10 16:52:37 -05:00
AlUlkesh fe445ddf26 Speed up filters, #74, reapply rankings option 2023-03-10 20:47:07 +01:00