sd-webui-infinite-image-browsing icon indicating copy to clipboard operation
sd-webui-infinite-image-browsing copied to clipboard

Feature Request: Images per Row

Open du5tball opened this issue 1 year ago • 2 comments

The available Default Grid Cell Width comes with the isuse of having a fixed width, meaning if you change computers / screens, the 300 pixel width I just set doesn't mean 5 images anymore, but 3.5. It would be great if we could have the option to specify images per row instead.

du5tball avatar Aug 04 '24 09:08 du5tball

This feature I need to think about carefully. Actually, I feel that 'Images per Row' is a rather crude solution.

Currently, I have a few ideas:

  1. We can control specific setting items to not be synchronized. These setting items will only be saved locally, similar to how VS Code does it. image

  2. Provide a mechanism for multiple accounts or devices, where the settings between different accounts/devices are isolated.

If anyone has a better and more detailed solution, please feel free to suggest it.

zanllp avatar Aug 05 '24 08:08 zanllp

I implemented a simple data isolation mechanism.

image

zanllp avatar Aug 17 '24 19:08 zanllp