Img2img batch interrogator for AUTOMATIC1111's Stable Diffusion web UI
Go to file
Smirking Kitsune 8bc9ece0ec
Over Exaggeration & Emoji Bug Fixes
- An bug was occurring that caused over exaggeration of tags. This notably happened when using the tagger models (WD and Deepbooru). Multiple models would coincidentally output the same tags, so the interrogations could have multiple instances of the same tag causing exaggeration of the tag. Fixed by making preliminary interrogations filter itself by the interrogation before adding to interrogation.

 - An bug was occurring with the underscore remover. It would break underscore emojis that the WD tagger produced. Created a function to identify emoji patterns before determining if underscore should be replaced with a space.

 - Added some documentation. 

 - Changed some UI wordings.
2024-06-28 21:10:26 -07:00
scripts Over Exaggeration & Emoji Bug Fixes 2024-06-28 21:10:26 -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