A fast image browser that allows browsing all images without paging, and supports joint search using image parameters, with a layout similar to VS Code.
 
 
 
 
 
 
Go to file
zanllp 4bc06c1074 build fe 2023-05-08 21:09:19 +08:00
.vscode Refactor cache generation logic 2023-04-28 21:29:50 +08:00
javascript build fe 2023-05-08 21:09:19 +08:00
scripts Add creation date to FileNodeInfo and use it as default sorting option 2023-05-07 15:56:04 +08:00
vue build fe 2023-05-08 21:09:19 +08:00
.gitignore Add post-processing zoom for generated tags, generate records for images without exif data, and remove Lora from the quick move. 2023-05-01 03:07:34 +08:00
LICENSE Initial commit 2023-03-08 02:26:28 +08:00
README-zh.md Update README-zh.md 2023-05-07 22:07:22 +08:00
README.md Update README.md 2023-05-07 22:06:25 +08:00
app.py Add more error checks and support for image index update in standalone operation 2023-05-04 23:28:02 +08:00
requirements.txt standalone support 2023-04-25 19:56:28 +08:00
style.css 百度云独立出去 2023-04-23 22:13:31 +08:00

README.md

中文文档

Stable Diffusion webui Infinite Image Browsing

Key Features

Excellent Performance

  • Once caching is generated, images can be displayed in just a few milliseconds.
  • Images are displayed by default using thumbnails with a default size of 256 pixels. You can adjust the size of the thumbnails in the global settings page.
  • Extensive optimizations have been made for image preview. However, it is important to make sure that each file has a unique file path. It is recommended to use a format with the created time as the file name.See FAQ

'Walk' Mode

  • Automatically load the next folder (similar to os.walk), allowing you to browse all images without paging.
  • Tested to work properly with over 27,000 files.

Image Search & Favorite

  • Supports image search using Prompt, Model, Lora, etc.
  • Will automatically convert the parameters of the image into tags.
  • Tags will be listed based on their frequency of use.
  • Supports tag autocomplete, translation, and customization.
  • Image favorite can be achieved by toggling custom tags for images in the right-click menu.

View Image & Send To

  • Supports viewing image generation information. Also supported in full-screen preview mode.
  • Supports sending images to other tabs.
  • Supports full-screen preview.
  • Support navigating to the previous or next image in full-screen preview mode by pressing arrow keys or clicking buttons.

Standalone Operation

  • Supports standalone operation without sd-webui.
  • Almost all functions can be used normally.
  • Click here for details.

Preview based on File Tree Structure & File operations

  • Supports preview based on the file tree structure.
  • Supports basic file operations as well as multi-select deletion/moving.
  • Press and hold Ctrl, Shift, or Cmd to select multiple items.
  • Supports sending files directly to other folders via context menu.

It is strongly recommended to use "Open in new tab" (in the upper right corner of the plugin startup page), which is much more comfortable than being embedded in Gradio. However, the "send image to other tab" function cannot be used in this mode.

Preview

image

During the first use, you need to click and wait for the index generation. For my case with 20,000 images, it took about 15 seconds (with an AMD 5600X CPU and PCIe SSD). For subsequent uses, it will check whether there are changes in the folder, and if so, it needs to regenerate the index. Usually, this process is very fast.

Image search supports translation, and you need to place a "tags-translate.csv" file in the plugin folder. You can find this file in the issue . Feel free to share files for other languages to facilitate everyone's use.

image image

Full Screen Preview

image

In full-screen preview mode, you can also view image information and perform operations on the context menu. It supports dragging, resizing and expanding/collapsing .

https://user-images.githubusercontent.com/25872019/235327735-bfb50ea7-7682-4e50-b303-38159456e527.mp4

Right-click menu

image

Walk mode

https://user-images.githubusercontent.com/25872019/230768207-daab786b-d4ab-489f-ba6a-e9656bd530b8.mp4

Dark mode

image