Img2img batch interrogator for AUTOMATIC1111's Stable Diffusion web UI
Go to file
Smirking Kitsune 6b1b47f392
Always Visible UI Overhaul
UI Changes:
 - Made extension always visible on the img2img tab. This will allow for other scripts to be run alongside extension. 
    - Added triggers to determine if the script should run. Triggers are if a model is selected or if an image is present.
    - Removed "Deepbooru (Native)" from being the default model, so that script is not active by default. 
 - Set `clip_api_mode` to "best" to better align with 'clip-interrogator-ext' defaults

Optimizations:
 - Library declarations needed to be organized and cleaned of repetition.
 - Script will no longer run if there is no image to interrogate, (I think that img2img probably should not run if there is no images anyways...)
2024-06-27 17:44:48 -07:00
scripts Always Visible UI Overhaul 2024-06-27 17:44:48 -07:00
.gitignore gitignore change 2024-05-15 02:22:55 -03:00
Captura.PNG update img 2024-05-15 02:26:24 -03:00
LICENSE Initial commit 2023-03-27 18:21:09 -03:00
README.md Update README.md 2023-03-28 19:44:21 -03:00

README.md

Img2img batch interrogator for A1111

script that runs the interrogator before processing each image

idea

To Do

  • Use native A1111 interrogator