Skip to content

Change log

zanllp edited this page Jul 17, 2024 · 56 revisions

跳到中文

English

2024-7-18

Added polling refresh feature

image

2024-7-17

Implemented automatic refresh in walk mode

It's important to note that if you scroll down too much, IIB will not automatically update. This is a consideration for performance reasons.

20240717_074953.mp4

2024-7-15

Added WorkspaceSnapshot feature. Added support for customizing the startup page

image image

image

2024-7-10

Added a PyInstaller-compiled version, significantly reducing the likelihood of false positives from antivirus software.

report

2024-7-8

Add support for pre-generating cache via startup parameters and specifying cache directory through environment variables

image image

2024-7-3

Implemented a simple plugin system that supports custom plugins

I wrote a Pixiv plugin that allows you to view the image information of Pixiv images directly in IIB. If you are interested in this or need to write your own plugin, you can take a look at this https://github.com/zanllp/pixiv_iib_plugin

2024-7-1

Added 'Move To', 'Copy To', 'Copy File Path', and 'Open File Location in New Tab' to context menu

image

2024-6-29

Removed the restriction on deleting the first file in fullscreen preview, fixed potential issues with exiting via ESC, and added support for exiting by double-clicking an image.

image

2024-6-27

Support for adjusting mask background opacity

2024-6-26

Added experimental side-by-side layout for fullscreen image browsing

image

20240626_091346.mp4

2024-6-24

Implemented automatic synchronization of global settings to the backend

Related issue: https://github.com/zanllp/sd-webui-infinite-image-browsing/issues/509

2024-6-22

Added support for pinnable search history records

image image image

2024-6-15

Added full screen view button to floating panel

image

image

added support for .avif

image

2024-6-13

Add support for StableSwarmUI

image

image

2024-6-11

Significant performance optimizations

Scrolling is now much smoother in Walk mode

Improved compatibility

Added Fixed mode to address existing compatibility issues, offering faster initialization speeds.

image image

Users can now directly open SMB and other protocol folders in both Walk and Fixed modes.

image image

Added version information alerts

Users will be notified when a new release is available image image

2024-6-1

Add support for NovelAI

image image

2024-5-30

Support fast addition of tags to the specified search box

https://github.com/zanllp/sd-webui-infinite-image-browsing/assets/25872019/14e2b194-329e-494d-9c26-7deba3bcd3e3 image

2024-5-26

Add folder cover preview functionality

@U1J}S KF8`OJH(T{J)_Q9

2024-5-21

Added support for rename

image image

2024-4-14

Added a Script for Folder Migration

Details at: Proper Folder Migration to Avoid Data Loss

2024-4-13

Add support for adding aliases to paths

image

image

2024-3-28

Support Keep Multi-selected

20240328_212243.mp4

2024-3-27

Added support for Fooocus

image image image

2024-3-22

Add support for video streaming, video thumbnail generation, video search functionality, and video tagging

image image image image

2024-3-21

Added support for opening files with the system default application and saving selected file information as JSON

image image image

2024-3-15

Add Support for WebUI's --subpath Option

image

image

Add more isolation mechanisms and export functions for easier use as a library

https://github.com/zanllp/sd-webui-infinite-image-browsing/blob/main/vue/usage.md

2024-3-3

Change indicators in grid view to determine which parameters were changed between images

Thanks to @fg-uulm for the contribution

image

2024-1-24

Support manual control of dark mode

image

Support floating information panel for viewing structured prompts

Thanks to @fg-uulm for the contribution

image

Support simultaneous comparison of prompts during image comparison

Thanks to @fg-uulm for the contribution

image

2023-12-11

Add support for opening page in new tab or side on the start page

Context Menu image

2023-11-15

Added support for searching within a specified folder.Removed the requirement for exact matching during searches.

image
20231115_010441.mp4

2023-10-29

Support batch adding/removing tags to images

20231029_180324.mp4

2023-10-1

Support removing unused tags by rebuilding image index

image image

2023-9-23

Add support for using regular expressions in fuzzy search

image

2023-9-12

Added support for video playback

20230912_033535.mp4

2023-9-10

Added support for custom walk mode folder path

image

2023-9-8

Add Traditional Chinese i18n support

image

2023-9-1

Change image search to use pagination based on cursor instead of fixed maximum of 500 images.

The modifications for this update include "Image Search" and "Fuzzy Search."

2023-8-31

Add a new way to add tags

Clicking on the 'heart' icon or the tag list should both allow users to add tags to the image.

image

2023-8-27

If IIB is not running in a separate browser tab, then it will only send the file to the page it resides on.

Related issue #385.

2023-8-9

Allows you to delete a single image without confirmation

image

2023-7-30

More intuitive tag management

Color assignment based on text hash

LBTXK}1Y$HEI V{R8JIKM 0

Added more convenient operations

Open the current folder with walk mode

image

Copy only positive prompts

image

Ability to directly delete an item from the quick move list on the home page, supports clearing "recent"

image

Basic support for ComfyUI has been implemented

Details can be found at https://github.com/zanllp/sd-webui-infinite-image-browsing/issues/202

2023-7-28

Refactored the walk mode

The original walk function only supported a file structure with two levels of folders. I refactored this functionality so that it no longer has any requirements on the folder structure. Additionally, you no longer need to worry about the size of the folders significantly impacting the speed, as everything is loaded on demand.

In addition to the homepage, you can also enable the walk function in the folder's right-click menu.

image

2023-7-23

Add support for specialized access control paths and permissions

IIB_ACCESS_CONTROL=enable
IIB_ACCESS_CONTROL_ALLOWED_PATHS=save,extra
IIB_ACCESS_CONTROL_PERMISSION=read-only

For more details, please refer to https://github.com/zanllp/sd-webui-infinite-image-browsing/blob/main/.env.example.

2023-7-22

Add batch download feature, support collecting selected images from other pages for download and archiving

20230722_121434.mp4

2023-7-21

IIb layout has been readjusted to perfectly fill the space excluding the top tab

This fundamentally avoids the existence of double scroll bars, which used to rely on "open in new tab" to solve. I believe this can bring a significant improvement to the experience.

image

2023-7-19

Improved custom tag display for better user experience.

Allowing you to directly see which custom tags have been added. Currently set to activate only when the grid cell width is more than 128px .

image image

2023-7-17

Added support for Lyco

XR11935Y71XP@ZE2$O(9`RV

Added support for send to openOutpaint and for using send to ControlNet in a separate tab.

20230717_121833.mp4

2023-7-16

Added new feature: copying files and creating folders.

image image

2023-7-14

Added support for custom grid image size

20230714_132256.mp4

2023-7-10

Added support for using Ctrl+A to select all

2023-7-8

The desktop app version has been released

see https://github.com/zanllp/sd-webui-infinite-image-browsing/releases/tag/v0.0.1 for more infomation. image

2023-6-28

Added the --sd_webui_path_relative_to_config parameter

--sd_webui_path_relative_to_config
                        Use the file path of the sd_webui_config file as the base for all relative paths provided within the sd_webui_config file.

Added the --sd_webui_path_relative_to_config parameter to solve the issue of unexpected behavior of relative paths in the input "config.json".

python app.py --sd_webui_config="C:\Users\zanllp\Desktop\stable-diffusion-webui\config.json" --port=7866 --sd_webui_path_relative_to_config

2023-6-27

Added display of some basic information.

image

2023-6-26

Added image comparison feature similar to imgsli

20230626_101301.mp4

2023-6-24

added support for opening folder via URL query params

http://127.0.0.1:7866/?action=open&path=extra
http://127.0.0.1:7866/?action=open&path=save
http://127.0.0.1:7866/?action=open&path=txt2img
http://127.0.0.1:7866/?action=open&path=img2img
http://127.0.0.1:7866/?action=open&path=C:\Users\zanllp\Desktop\sd-remote-save
20230624_225849.mp4

Improve the user experience of using the path bar

20230624_062527.mp4

2023-6-18

Support adding Extra paths to Quick Move through CLI.

python app.py --extra_paths /path/to/img/dir/1  /path/to/img/dir/2

2023-6-17

Added default sorting method and viewing mode to global settings.

image

2023-6-10

Added access control to ensure data security

By default, it is automatically enabled when the file system can be accessed externally. For a more detailed introduction, please click here image

2023-6-1

Two new methods added to open the context menu

If you don't need to view generation information, I recommend collapsing the panel.

image image

Support for more shortcut key operations

Enhanced display of current folder location

image

2023-5-30

Support custom shortcut keys for deletion and favoriting

See demo at #159.

2023-5-27

Added Send to ControlNet

image

2023-5-24

Added support for authentication

You just need to create a .env file under the root directory of this extension and enter your key. image Then you will be prompted to enter your key when you open the extension. image

If the authentication fails, all your requests will be rejected.

2023-5-22

Add support for German language

Thanks to @KominoStyle for the contribution

2023-5-21

Support for collapsing tag list

20230521_194743.mp4

Support adding current folder to quick move and search scan path

After adding, it will be possible to tag images in this folder and search for them using the search function.

Please add only necessary search scopes to avoid slow index updates. image

image

Support open with Local File Browser

In the right-click menu and the "More" menu in the upper right corner.

2023-5-18

Introducing a new caching control mechanism

The good news is that it is no longer necessary to set the file name pattern separately, and this extension can now detect and ignore expired image cache in a timely manner.

The bad news is that all previous cache will need to be regenerated.

2023-5-16

Add fuzzy search, supports searching by a part of the filename or generated information

The existing tag search is powerful and can perform precise filtering, but it is powerless for some natural language prompts. Fuzzy search is added as a supplement to address this issue.

2023-5-14

1. Support for using 'send to' in a tab opened with 'open in new tab'

Thanks to @wfjsw for the contribution

2. Advanced search support

Similar to Google, check it out at https://www.google.com/advanced_search

image

2023-5-12

1. Tree structure support for viewing with automatic refresh

When you return to the extension from elsewhere triggers. see https://github.com/zanllp/sd-webui-infinite-image-browsing/issues/120

2. Image search support for automatic detection of expired indexes

Triggered under the same circumstances as above, there will be a button to update the index when it expires.

中文

2024-7-18

新增轮询刷新功能

image

2024-7-17

实现了walk模式下的自动更新

需要注意的是如果你向下滚动太多的话IIB将不会自动更新,这是出于性能的考虑

20240717_074953.mp4

2024-7-15

添加了工作区快照的功能,支持自定义启动页面

image image

image

2024-7-10

新增了pyinstaller编译的版本,大幅度降低了杀毒软件误报的概率。

report

2024-7-8

支持通过启动参数提前生成缓存 ,支持通过环境变量特化缓存文件夹

image image

2024-7-3

实现了个简单的插件系统,支持自定义插件

我还写个Pixiv插件,可以直接在IIB里面看Pixiv图片的图形信息了。如果你对这个感兴趣,或者你需要写自己个插件,可以看看这个

[插件](https://github.com/zanllp/pixiv_iib_plugin)

2024-7-1

添加 移动到/ 复制到 / 复制文件路径 和在新标签页打开文件位置 到上下文菜单

image

2024-6-29

去除全屏预览下第一个文件不能删除的限制,修复ESC可能无法退出,新增支持双击图片退出

image

2024-6-27

支持调整遮罩透明度

2024-6-26

新增全屏浏览时的实验性并排布局

image

20240626_091346.mp4

2024-6-24

实现自动同步全局设置到后端

相关issue: https://github.com/zanllp/sd-webui-infinite-image-browsing/issues/509

2024-6-22

添加了带固定功能的搜索历史

image image image

2024-6-15

浮动面板增加全屏查看按钮

image

image

支持.avif

image

2024-6-13

支持StableSwarmUI

image

image

2024-6-11

显著的性能优化

在Walk模式下,滚动现在更加流畅

提高兼容性

添加了Fixed模式以解决现有的兼容性问题,提供更快的初始化速度。

image image

用户现在可以在Walk模式和Fixed模式下直接打开SMB等协议文件夹。

image image

新增版本信息提醒

用户将在有新版本可用时收到通知 image image

2024-6-1

添加对NovelAI的支持

image image

2024-5-30

支持快速添加tag到指定搜索框

20240530_115104.mp4

2024-5-26

文件夹封面预览

@U1J}S KF8`OJH(T{J)_Q9

2024-5-21

支持重命名

image image

2024-4-14

添加了一个脚本用于文件夹迁移

详情见:https://github.com/zanllp/sd-webui-infinite-image-browsing/wiki/Proper-Folder-Migration-to-Avoid-Data-Loss---%E6%AD%A3%E7%A1%AE%E7%9A%84%E8%BF%81%E7%A7%BB%E6%96%87%E4%BB%B6%E5%A4%B9%E9%81%BF%E5%85%8D%E6%95%B0%E6%8D%AE%E4%B8%A2%E5%A4%B1

2024-4-13

支持给路径添加别名

image

image

2024-3-28

支持保留多选

20240328_212243.mp4

支持Fooocus

image image image

支持视频流式,视频封面自动生成,视频搜索,以及给视频打标签

image image image image

2024-3-21

支持使用系统默认应用打开文件,支持保存选中的文件信息

image image image

2024-3-15

支持sd webui的 --subpath 选项

image

image

导出更多函数支持方便控制IIB

https://github.com/zanllp/sd-webui-infinite-image-browsing/blob/main/vue/usage.md

2024-3-3

添加网格视图中的更改指示器,以确定图像之间更改了哪些参数

Thanks to @fg-uulm for the contribution

image

2024-1-24

支持手动控制深色模式

image

支持浮动信息面板支持查看结构化Prompt

感谢 @fg-uulm 的贡献 image

支持图像比较时同时支持比较Prompt

感谢 @fg-uulm 的贡献

image

2023-12-11

在启动页打开页面支持打开到新tab或者侧边

右键菜单 image

2023-11-15

支持在指定文件夹内进行搜索,并且搜索时不再要求精确匹配

image
20231115_010441.mp4

2023-10-29

支持给图像批量添加tag和移除tag

20231029_180324.mp4

2023-10-1

支持重建图像索引来移除无用的tag

image image

2023-9-23

模糊搜索添加正则式支持

image

2023-9-12

支持视频播放

20230912_033535.mp4

2023-9-10

支持自定义walk模式的路径

image

2023-9-8

支持繁体中文

image

2023-9-1

图像搜索获取的图片从固定最大500个改成基于cursor的分页加载形式

本次修改包括”图像搜索“和”模糊搜索“

2023-8-31

新增一个添加tag方式

点击”爱心“ 图标或者tag列表都能给图片添加tag

image

2023-8-27

如果IIB不是运行在一个单独的浏览器tab中的话,那么它将只会把文件发送到它所在的页面

相关issue #385

允许你删除单张图片而无需确认

image

2023-7-30

更直观的tag管理

基于文本hash分配颜色

LBTXK}1Y$HEI V{R8JIKM 0

新增更多便利的操作

使用walk模式打开当前文件夹

image

仅复制正向的提示词

image

可以直接在首页删除快速移动列表的某一项,支持清理最近

image

实现了对ComfyUI的一些基础支持

详情看 https://github.com/zanllp/sd-webui-infinite-image-browsing/issues/202

2023-7-27

重构walk功能

原有的walk仅支持2级的文件夹速度,我重构了这个功能现在对文件夹结构不再有要求。并且你不需要担心文件夹的大小会影响太多速度,一切都是按需加载。 除了首页外你还在文件夹右键菜单里面开启walk功能。

image

2023-7-23

增加特化访问控制路径和权限的支持

IIB_ACCESS_CONTROL=enable
IIB_ACCESS_CONTROL_ALLOWED_PATHS=save,extra
IIB_ACCESS_CONTROL_PERMISSION=read-only

有关更多详细信息,请参见 https://github.com/zanllp/sd-webui-infinite-image-browsing/blob/main/.env.example ↗

2023-7-22

新增批量下载功能,支持从其他页面收集选中图片进行打包下载和归档

20230722_121434.mp4

2023-7-21

重新调整了IIb的布局,让它能够刚好占满除顶部tab以外的空间

从根本上避免了双重滚动条的存在,以前都是依赖于“在新tab打开”来解决这个事情,我认为这能够给体验带来个非常大的进步 image

2023-7-19

改进自定义tag的用户体验

允许你直接看到添加了哪些自定义的tag。目前设定在网格宽度在128px以上时才启用

image image

2023-7-17

新增对lyco的支持

XR11935Y71XP@ZE2$O(9`RV

支持发送到openOutpaint 和在单独tab使用 发送到ControlNet

20230717_121833.mp4

2023-7-16

新功能:创建文件夹和复制文件

image image

2023-7-14

支持自定义网格图像尺寸

20230714_132256.mp4

2023-7-10

支持使用ctrl+a全选

2023-7-8

桌面app版本发布

详情见 https://github.com/zanllp/sd-webui-infinite-image-browsing/releases/tag/v0.0.1
image

2023-6-28

添加了 --sd_webui_path_relative_to_config 参数

--sd_webui_path_relative_to_config
                        Use the file path of the sd_webui_config file as the base for all relative paths provided within the sd_webui_config file.

添加了 --sd_webui_path_relative_to_config 参数用于 解决输入的"config.json"文件内部的相对路径表现不符合预期的行为

python app.py --sd_webui_config="C:\Users\zanllp\Desktop\stable-diffusion-webui\config.json" --port=7866 --sd_webui_path_relative_to_config

2023-6-27

添加了一些基础信息的显示

image

2023-6-26

添加了类似imgsli的图像比较功能

20230626_101301.mp4

2023-6-24

支持通过url query params直接打开文件夹

http://127.0.0.1:7866/?action=open&path=extra
http://127.0.0.1:7866/?action=open&path=save
http://127.0.0.1:7866/?action=open&path=txt2img
http://127.0.0.1:7866/?action=open&path=img2img
http://127.0.0.1:7866/?action=open&path=C%3A%2FUsers%2Fzanllp%2FDesktop%2Fstable-diffusion-webui%2Flog%2Fimages
20230624_225849.mp4

2023-6-24

改善路径栏的使用体验

20230624_062527.mp4

支持通过cli添加额外路径到快速移动

python app.py --extra_paths /path/to/img/dir/1  /path/to/img/dir/2

2023-6-17

全局设置新增默认排序方法和默认显示模式

image

2023-6-10

新增访问控制模式,以确保数据安全

默认在文件系统可能会被外部访问到时自动启用. 点这里查看更多 image

2023-6-1

新增两种打开上下文菜单的方法

如果不需要生成信息我推荐将面板收起 image

image

支持更多快捷键操作

增强当前文件夹位置显示

image

2023-5-30

支持使用自定义快捷键进行删除和收藏

演示见 #159

2023-5-27

新增发送到ControlNet

image

2023-5-24

添加了对身份验证的支持

你只需要在插件下面创建一个.env,输入你的key。 image 然后在你打开时就会要求你输入了 image 如果没有验证超过,会拒绝掉你的所有请求

2023-5-21

tag列表支持展开收起

20230521_194743.mp4

支持添加当前文件夹到快速移动和搜索扫描路径

添加后允许对这里的图像也进行打标签,使用搜索也能搜出这边的图像了。

尽可能只添加需要的搜索范围,避免索引更新较慢。 image image

支持使用文件浏览器打开当前文件夹

在右键菜单和右上角的“更多”里面

2023-5-18

引入新的缓存控制机制

好消息是不再需要单独设置也能及时发现并忽略掉过期的缓存。 坏消息是是之前的缓存都需要重新生成

2023-5-16

新增模糊搜索,支持使用文件名或者生成信息的部分来进行搜索

原有的tag搜索很强大,可以进行很精确的匹配筛选,但对一些自然语言的prompt无能为力,新增模糊搜索作为补充

2023-5-14

1.支持在使用’在新tab打开‘打开的tab使用'发送到'

感谢 @wfjsw 的贡献

2. 支持高级搜索

和谷歌的差不多 https://www.google.com/advanced_search

image

2023-5-12

1.使用树状图结构视图进行查看时支持自动刷新

当你从其他地方返回拓展时触发

2.图像搜索支持自动检测索引过期

触发时机同上,过期了会出现索引更新的按钮点一下就能更新了

Clone this wiki locally