stable-diffusion-webui-images-browser
stable-diffusion-webui-images-browser copied to clipboard
[BUG] outdir_samples and outdir_grids are ignored (and a few other problems)
- At the moment, this extension only looks into the following default folders (as defined in WebUI
config.json):
outdir_txt2img_samplesoutdir_img2img_samplesoutdir_extras_samplesoutdir_txt2img_gridsoutdir_img2img_grids
completely ignoring custom folders defined in:
outdir_samplesoutdir_grids
-
at least on macOS, even if you manually force a custom-defined folder in
outdir_txt2img_samples, the Image Browser never updates itstxt2imgtab. If you force a custom-defined folder inoutdir_img2img_samplesandoutdir_extras_samples, instead, it works as intended. -
at least on macOS, the tab
Favoritesharvests images from every subfoder in/stable-diffusion-webui/folder, displaying images found in/stable-diffusion-webui/repositories/and/stable-diffusion-webui/extensions/and many other places. -
at least on macOS, the tab
Othersdoesn't allow to specify any custom folder, returning the errorYou have not permission to visit /Custom/Folder. If you want visit all directories, add command line argument option '--administrator', More detail hereeven if that folder has the same permission as the default folders.