Commit Graph

319 Commits (main)

Author SHA1 Message Date
fennghuang ab8abbc12c feat: update ui style 2023-08-12 06:35:52 +00:00
AlUlkesh a3aeb93fd7 image_browser_height_auto, #40 2023-07-31 22:04:41 +02:00
AlUlkesh b984cdd169 ImageReward removed, #216 2023-07-25 08:51:27 +02:00
AlUlkesh 6386e0c8f5 Merge branch 'main' of https://github.com/AlUlkesh/stable-diffusion-webui-images-browser 2023-07-22 18:12:30 +02:00
AlUlkesh be53a38306 pyarrow fix, #216 2023-07-22 18:12:13 +02:00
AlUlkesh 66827337d7
Merge pull request #218 from Kapowpenguin1/patch-1
Update image_browser.py
2023-07-20 07:20:39 +02:00
Kapowpenguin1 167833e0b1
Update image_browser.py
added "alternate_hash is not None" for reapply ranking, in the event that the filehash table is missing an entry for a path
2023-07-19 15:03:07 -04:00
AlUlkesh f42ada4007 New maint. function: Recreate hash, #215 2023-07-19 07:09:36 +02:00
AlUlkesh 3348d524d5 Maintenance tab, add. options, #215 2023-07-17 06:31:18 +02:00
AlUlkesh c6fcf6c438 ImageReward fix, #214 2023-07-16 09:15:29 +02:00
AlUlkesh 9229ed5e7e ImageReward fix, #214 2023-07-14 18:02:11 +02:00
AlUlkesh b2f6e4cbe5 Faster Generation Info, Code cleanup 2023-06-08 10:11:43 +02:00
AlUlkesh 40ddbfbe0a Enhance mage_browser_webui_current_tab, #192 2023-06-07 22:22:57 +02:00
AlUlkesh 342efe98c7 Re-activate delete button rework, #197 2023-06-06 11:49:36 +02:00
AlUlkesh e2e35a88c0 Fix for active browser list on new db, #201 2023-06-06 08:09:09 +02:00
AlUlkesh 25e5a3016d
Merge pull request #200 from Ezekiel-Rage/main
"All" tab knock-on bug fix
2023-06-06 00:07:59 +02:00
Ezekiel-Rage 26ab8d4e96
disabled open folder button on All tab
I need to investigate further to determine the best way to handle the button when an image is selected. For now it's disabled entirely on the All tab since it's non-functional.
2023-06-05 14:57:21 -07:00
Ezekiel-Rage 5c28f97770
"All" tab knock-on bug fix
The addition of the All tab introduced a bug in which an "All" folder is created in the root stable diffusion directory. This PR prevent the folder from being created.
2023-06-05 13:31:21 -07:00
AlUlkesh 488c5393db Use realpath for All tab 2023-06-05 16:15:52 +02:00
AlUlkesh 66be8f2729
Merge pull request #186 from Ezekiel-Rage/main
Added All tab plus minor bug fixes
2023-06-05 15:53:37 +02:00
AlUlkesh f137cf82b0 Tab hiding consolidation, #198 2023-06-05 15:49:13 +02:00
AlUlkesh dab2cd99a6 Merge branch 'main' into pr/186 2023-06-05 09:12:46 +02:00
AlUlkesh b051835f09 set do_not_save_to_config, #195 2023-06-05 01:33:13 +02:00
AlUlkesh 5795886bee Merge branch 'main' of https://github.com/AlUlkesh/stable-diffusion-webui-images-browser 2023-06-03 10:59:13 +02:00
AlUlkesh 1930317aee Controlnet fix, #193 2023-06-03 10:59:04 +02:00
AlUlkesh 59547c8431
Merge pull request #190 from rocketgarden/patch-1
Tweak aspect ratio css workaround to apply only to image browser tab
2023-06-02 02:44:00 +02:00
rocketgarden 0be3528929
Tweak css workaround to apply only to image browser tab
Add id selector for image browser tab so the css rule doesn't crop thumbnails in other tabs (e.g. txt2img results pane)
2023-06-01 17:27:28 -07:00
AlUlkesh ba9bcee144 ImageReward reactivated. Fix #179 2023-06-02 00:16:29 +02:00
Ezekiel-Rage 8978c9bbcf
hack to fix alignment of page index, refresh, and delete buttons
hack to fix alignment of page index, refresh, and delete buttons
2023-05-30 01:57:48 -07:00
Ezekiel-Rage 9f2c307e8b
Merge branch 'AlUlkesh:main' into main 2023-05-30 01:55:02 -07:00
AlUlkesh 75af6d0c32
Merge pull request #185 from alexanderchan/patch-1
Update style.css to fix safari devices to workaround gradio issue
2023-05-29 00:38:28 +01:00
Ezekiel-Rage 04f87b271b Added All tab plus minor bug fixes
Added an "All" tab allowing users to view images in all subdirectories in a single view.

Modified behavior of opts.image_browser_with_subdirs to ignore "All" tab since users would reasonably expect an "All" tab to show all images regardless of what the option was set to.

Fixed bug generating tabs_list when opts.image_browser_active_tabs option was present but no value was set resulting in no tabs being displayed. Added a check to verify the value is != "" and reset to default value
2023-05-28 11:09:14 -07:00
Alex Chan b85abbdab6
Update style.css to fix safari 2023-05-28 07:42:55 -06:00
Ezekiel-Rage 5aec351162
Update image_browser.py
Added "All" tab allowing users to view images in all subfolders together in a single view
2023-05-27 12:09:39 -07:00
AlUlkesh c61fae964a
Merge pull request #182 from KohakuBlueleaf/fix-same-label-name
Fix bugs occured by same label name
2023-05-26 20:11:41 +01:00
Kohaku-Blueleaf 40081af791 use suffix to resolve label name conflict 2023-05-27 01:56:21 +08:00
Kohaku-Blueleaf aa95ec97ea Fix same label name error
avoiding sd-webui to override the value of textbox (when it is hidden)
2023-05-27 01:20:53 +08:00
AlUlkesh 7da8aec62b set image_browser_commit_hash default, #165 2023-05-11 07:53:55 +02:00
AlUlkesh 5f9e5ad490 thumbnails scrollbar fix, #171 2023-05-10 14:51:22 +02:00
AlUlkesh c751a9eeed bringing preload back, #160 2023-05-09 18:07:49 +02:00
AlUlkesh e535ea6aea Changed recycle bin to be the default option, #159 2023-05-08 17:46:30 +02:00
AlUlkesh 05d88c7809 Debug; log image browser commit hash 2023-05-08 11:28:49 +02:00
AlUlkesh 080942e346 fix delete/left/right interactions, #159 2023-05-07 10:21:33 +02:00
AlUlkesh c4b6cefdbd Image Reward temporarily deactivated, #146 2023-05-06 21:33:01 +02:00
AlUlkesh 708bd5860e show_progress option, #100 2023-05-06 17:17:24 +02:00
AlUlkesh e4f79ae0b3
Merge pull request #158 from missionfloyd/imagereward-install-fix
Fix check for imagereward
2023-05-06 09:31:39 +02:00
missionfloyd 0b428b17c2
Fix check for imagereward 2023-05-06 00:39:08 -06:00
AlUlkesh 806902a2c6 Image Reward support, #146 2023-05-05 08:56:52 +02:00
AlUlkesh 2f5bbd88e8 Size tooltip for thumbnails, #148 2023-05-03 23:17:36 +02:00
AlUlkesh a396a9f90c
Merge pull request #150 from missionfloyd/main
Fix squished thumbnails
2023-05-02 00:14:06 +02:00