[δΈζζζ‘£](./README-zh.md) [View recent updates (Change log)](https://github.com/zanllp/sd-webui-infinite-image-browsing/wiki/Change-log) # Stable Diffusion webui Infinite Image Browsing
It's not just an image browser, but also a powerful image manager. Precise image search combined with multi-selection operations allows for filtering/archiving/packaging, greatly increasing efficiency. It also supports running in standalone mode, without the need for SD-Webui.
https://github.com/zanllp/sd-webui-infinite-image-browsing/assets/25872019/807b890b-7be8-4816-abba-f3ad340a2232 ## Key Features ### π₯ Excellent Performance - Once caching is generated, images can be displayed in just a few milliseconds. - Images are displayed with thumbnails by default, with a default size of 512 pixels. You can adjust the thumbnail resolution on the global settings page. - You can also control the width of the grid images, allowing them to be displayed in widths ranging from 64px to 1024px. ### π Image Search & Favorite - The prompt, model, Lora, and other information will be converted into tags and sorted by frequency of use for precise searching. - Supports tag autocomplete, [auto-translation](https://github.com/zanllp/sd-webui-infinite-image-browsing/issues/39), and customization. - Image favorite can be achieved by toggling custom tags for images in the right-click menu. - Support for advanced search similar to Google - Also supports fuzzy search, you can search by a part of the filename or generated information. - Support adding custom search paths for easy management of folders created by the user. ### πΌοΈ View Images/Videos & `Send To` - Supports viewing image generation information. Also supported in full-screen preview mode. - Supports sending images to other tabs and third-party extensions such as ControlNet , openOutpaint. - Support full-screen preview and enable custom shortcut key operations while in full-screen preview mode. - Support navigating to the previous or next image in full-screen preview mode by pressing arrow keys or clicking buttons. - Support playing video files from a remote server. ### π» Multiple Usage Methods - You can install it as an extension on SD-webui. - You can run it independently using Python. - The desktop app version is also available. ### πΆββοΈ 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. ### π³ Preview based on File Tree Structure & File operations - Supports file tree-based preview. - Supports automatic refreshing. - Supports basic file operations, such as multiple selection for deleting/moving/copying, and creating new folders. - Hold down the Ctrl, Shift, or Cmd key to select multiple items. ### π image comparison (similar to Imgsli) - Provides a side-by-side comparison of two images. ### π Multilingual Support - Currently supports Simplified Chinese/Traditional Chinese/English/German. - If you would like to add a new language, please refer to [i18n.ts](https://github.com/zanllp/sd-webui-infinite-image-browsing/blob/main/vue/src/i18n/zh-hans.ts) and submit the relevant code. ### π Privacy and Security - Supports custom secret key for authentication. - Supports configuring access control for the file system, which will be enabled by default when the service allows public access. - Supports customizing the allowed paths for access control. - Supports controlling access permissions. You can run IIB in read-only mode. - [Click here to see details](.env.example) ### π¦ Packaging/Batch Download - Allows you to download multiple images at once. - The data source can be search results, a regular image grid view page, walk mode, etc. Images can be added to the processing list through drag-and-drop or "Send To". ### β¨οΈ Keyboard Shortcuts - Allows for deleting and adding/removing tags, with customizable trigger buttons in the global settings page. If you like this project and find it helpful, please consider giving it a βοΈ. This would be very important for me to continue developing and maintaining this project. If you have any suggestions or ideas, please feel free to raise them in the issue section, and I will respond as soon as possible. Thank you again for your support!