TagStudioDev / TagStudio

A User-Focused Photo & File Management System
GNU General Public License v3.0
4.76k stars 358 forks source link

[Feature Request]: I would like to add a feature similar to AI prompt tags found in WEBUI and COMFYUI. #341

Open mayjack0312 opened 1 month ago

mayjack0312 commented 1 month ago

Checklist

Description

Automatically scan or capture the prompts in the images, using external WEBUI or COMFYUI for assistance. It would be fantastic if this could be done internally within the software.

Solution

Use a local external WEBUI or COMFYUI service, or invoke related Python scripts within the software.

You can refer to this issue simultaneously.

Alternatives

——

The-Stolas commented 1 month ago

I agree that this would be really helpful. I don't think you need it to be tied to ComfyUI specifically, but any image interrogator compatibility would do wonders for those who use "booru" style tagging for their libraries. It really is a pain to add "1boy, 1girl, dark hair..." type of tags to every single image.

I understand that implimenting full AI tagger support within the app is very complex, but those image interrogators produce plain text files with tags in them. So, just adding the ability to add tags to an image from a text file would really speed up the process.

mayjack0312 commented 1 month ago

I agree that this would be really helpful. I don't think you need it to be tied to ComfyUI specifically, but any image interrogator compatibility would do wonders for those who use "booru" style tagging for their libraries. It really is a pain to add "1boy, 1girl, dark hair..." type of tags to every single image.

I understand that implimenting full AI tagger support within the app is very complex, but those image interrogators produce plain text files with tags in them. So, just adding the ability to add tags to an image from a text file would really speed up the process.

If it can be achieved, then the implementation method would indeed become very convenient.