Awesome
Stable Diffusion extension: Add the image's number and other info to its picture in the grid
A custom extension for AUTOMATIC1111/stable-diffusion-webui to add the image's number and other info to its picture in the grid.
Image number
After choosing a new grid option in the settings:
<img src="images/settings.jpg"/>the individual image numbers are added on the grid: <img src="images/grid-1517-123-stickman.jpg"/> <img src="images/xy_grid-0137-123-stickman.jpg"/>
This should make identifying the images, especially in larger batches, much easier.
X/Y/Z script info
After choosing this grid option in the settings:
<img src="images/settings2.jpg"/>X/Y/Z script info is being added on the grid: <img src="images/xyz.jpg"/>
This is availabe for every X/Y/Z option, which can be retrieved from the processing info (like "Checkpoint name") or from the options (like "Clip skip"). When in doubt, you can just try it out.
Installation
The extension can be installed directly from within the Extensions tab within the Webui.
You can also install it manually by running the following command from within the webui directory:
git clone https://github.com/AlUlkesh/sd_grid_add_image_number/ extensions/sd_grid_add_image_number