TwoPerCent
fb2930ea09
Remove ip2p now that it's part of img2img
...
The ip2p directory and fields are redundant now, instruct-pix2pix extension with it's directory is now outdated as main repo support edit models and uses img2img
2023-02-04 14:40:08 -05:00
AlUlkesh
88bc2d17d9
Merge pull request #10 from vladmandic/patch-1
...
fix error on access of optional component
2023-02-04 19:55:35 +01:00
AlUlkesh
1cbf8b30f6
combined cache creations
2023-02-04 19:40:27 +01:00
Vladimir Mandic
205f238dfc
fix error on access of optional component
...
caused js error which resulted in delete button not being displayed.
2023-02-04 13:18:02 -05:00
AlUlkesh
ec0970cec8
aes_cache fix, logger, warning_box = indicator
2023-02-03 12:04:47 +01:00
AlUlkesh
d7e428b493
ranking_file to basedir, doube get_ranking removed
2023-02-03 00:26:18 +01:00
AlUlkesh
671eff171d
Merge corrections
...
- basedir
- score verions
- removed doubled up aesthetic_score
- desc -> down_symbol
- "true" -> True, "false" -> False for gradio
2023-02-02 01:03:02 +01:00
AlUlkesh
23cfb7ba48
Small corrections
2023-01-31 23:48:12 +01:00
AlUlkesh
c6b8cccd79
Merge remote-tracking branch 'webui-images-browser-Klace/main' into KlaceMerge
2023-01-31 22:20:51 +01:00
AlUlkesh
16dfbfcf7c
Fix remove from saved, #5
2023-01-31 16:31:29 +01:00
AlUlkesh
48efe19d16
Merge pull request #8 from vladmandic/patch-1
...
update gitignore
2023-01-31 15:31:58 +01:00
Vladimir Mandic
1a7c724aee
update gitignore
2023-01-31 09:06:05 -05:00
AlUlkesh
6f3d02e49c
readme correction
2023-01-31 10:54:07 +01:00
AlUlkesh
994b3cada5
Folder depth, sort, refresh, #5
2023-01-31 10:53:06 +01:00
AlUlkesh
9774ed8372
Others tab enhancements, #5 , some small changes
...
Others tab:
- Add/Remove from saved directories, via buttons
- New dropdown with subdirs
- path_recorder.txt is sorted on add/remove
- path_recorder.txt is first worked on in a .tmp version, before replacing the original file, to prevent a potential loss of all data in the file
Settings:
- Usage of path_recorder.txt no longer optional
- Option to not show the images from subdirs
Install:
- Fixed send2trash module check
2023-01-29 09:30:00 +01:00
AlUlkesh
ff59466e02
Recycle bin option, #6
2023-01-28 21:50:48 +01:00
TwoPerCent
f93cc4e461
Update README.md
2023-01-27 07:00:55 -05:00
TwoPerCent
e8c3d67742
Update README.md
2023-01-26 22:47:36 -05:00
Kyle
974c5be722
Sorting and filtering will use .txt as well
2023-01-26 22:04:35 -05:00
Kyle
263502565e
Remove Debug
2023-01-26 21:42:33 -05:00
Kyle
05993f5b2e
EXIF from .txt
2023-01-26 21:38:56 -05:00
AlUlkesh
402c1addba
realpath to abspath, update readme
2023-01-26 08:51:03 +01:00
AlUlkesh
35bef97243
Merge branch 'patch-1' of https://github.com/Ju1-js/stable-diffusion-webui-images-browser into Ju1-js-patch-1
2023-01-26 07:54:17 +01:00
AlUlkesh
d9bcc5fd92
Merge pull request #2 from Margen67/cleanup
...
https://github.com/Margen67/stable-diffusion-webui-images-browser/tree/cleanup
2023-01-26 07:42:52 +01:00
AlUlkesh
c6c8f6b841
Merge pull request #3 from Chadwick2332/main
...
https://github.com/Chadwick2332/stable-diffusion-webui-images-browser
2023-01-26 07:42:37 +01:00
Kyle
daa1c3855b
Allow to work in both standard Auto1111 repo and Klace
...
Checks for opts.outdir_ip2p_samples and if doesn't exist hardcodes directory to outputs/ip2p-images
2023-01-25 09:20:54 -05:00
Kyle
71f0b04f33
Merge branch 'main' of https://github.com/klace/stable-diffusion-webui-images-browser
2023-01-24 21:45:03 -05:00
Kyle
d8e46b300d
Update sort
2023-01-24 21:44:25 -05:00
Kyle
0495cb406c
Merge branch 'main' of https://github.com/Klace/stable-diffusion-webui-images-browser
2023-01-24 21:43:48 -05:00
Kyle
b57cb27af0
Update sort and filtering
2023-01-24 21:41:18 -05:00
TwoPerCent
b4f5c2f52c
Update README.md
2023-01-21 00:43:18 -05:00
TwoPerCent
2a56b1b0b7
Added additional sorts by Model, Hash
2023-01-21 00:37:30 -05:00
TwoPerCent
d79d9a3f08
Remove debug
2023-01-21 00:18:29 -05:00
TwoPerCent
a54e1c9136
Sort by additional EXIF data
2023-01-21 00:15:40 -05:00
TwoPerCent
75b05c993b
Update README.md
2023-01-20 22:24:43 -05:00
TwoPerCent
f33426762e
EXIF data search
2023-01-20 22:19:41 -05:00
TwoPerCent
6351e556e2
AES Sorting
2023-01-20 16:32:15 -05:00
TwoPerCent
193741b3c1
Fix AES Sorting
...
Fixed AES sorting displaying all images regardless of filters
Cached AES scoring in file
2023-01-20 16:28:52 -05:00
TwoPerCent
5e3f1d6482
Update README.md
2023-01-19 18:34:58 -05:00
TwoPerCent
0a7526fdfa
Aesthetic Score, Manual Ranking
...
Allows sorting and filtering by Aesthetic Score and the ability to manually rank images with a separate ranking system.
2023-01-19 18:33:02 -05:00
AlUlkesh
d223344938
Fixes #69
2023-01-14 19:38:11 +01:00
Margen67
259ae78c93
Add .DS_Store to .gitignore
2023-01-07 13:37:09 -08:00
Margen67
891499f080
Delete .DS_Store
2023-01-07 13:36:49 -08:00
CJ
6e1f4a5d6a
Added button for search by image aesthetic_score using image tags from PIL. If no tag, score is 0.
2023-01-02 02:12:58 -05:00
Ju1-js
35dcf7b4c2
Fix grammatical issues
2022-12-27 17:00:28 -08:00
Ju1-js
7a4909d0cf
Option to move or copy files - #54
2022-12-15 19:01:03 -08:00
Ju1-js
cc6683a688
Path traversal exploit fix - #60
...
Also a comment typo fix.
2022-12-13 19:24:18 -08:00
Ju1-js
33b89a160a
Merge branch 'main' of https://github.com/yfszzx/stable-diffusion-webui-images-browser
2022-12-10 13:57:55 -08:00
Ju1-js
56b5929d30
Localize variable names and add random sort
2022-12-10 13:57:52 -08:00
不会画画的中医不是好程序员
a42c7a3018
Merge pull request #62 from liuhongboCM/main
...
fix keyboard advance "generate info"
2022-12-10 19:01:30 +08:00