Alvi-alvarez / sd-Img2img-batch-interrogator

Img2img batch interrogator for AUTOMATIC1111's Stable Diffusion web UI
MIT License
18 stars 3 forks source link

Multiple Interrogations Update sd_tag_batch.py #7

Closed SmirkingKitsune closed 3 months ago

SmirkingKitsune commented 3 months ago

Enables script to run both of the natively supported interrogation models. Deepbooru and CLIP can now be run sequentially. The dropdown menu allows users to determine the order of interrogation models.

The default interrogation model is set to Deepbooru to maintain vanilla operation.

This update will make it easier to implement additional interrogation models in the future. Additional interrogator integration will only require a new entry in the dropdown and a new if statement in the interrogator loop. Though additional interrogators are not included in this...


Enhancement Suggestions:

Alvi-alvarez commented 3 months ago

great idea.