https://github.com/jingshing/ai-image-tag-extractor
A tool to help you get image info.
https://github.com/jingshing/ai-image-tag-extractor
ai ai-image extractor imageai novelai python stable-diffusion tag tags tkinter tkinter-gui
Last synced: about 1 month ago
JSON representation
A tool to help you get image info.
- Host: GitHub
- URL: https://github.com/jingshing/ai-image-tag-extractor
- Owner: JingShing
- License: bsd-3-clause
- Created: 2022-10-26T09:31:29.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-24T06:01:17.000Z (about 2 years ago)
- Last Synced: 2025-04-05T20:35:35.867Z (about 1 month ago)
- Topics: ai, ai-image, extractor, imageai, novelai, python, stable-diffusion, tag, tags, tkinter, tkinter-gui
- Language: Python
- Homepage:
- Size: 2.18 MB
- Stars: 40
- Watchers: 2
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
English | [繁體中文](README_TCH.md)
# AI-image-tag-extractor
A tool to help you get image info.It is now perfect for extract Stable Diffusion image.
It can also get otehr image info from other AI image.
# Support AI image
- [x] Stable diffusion
- [x] Naifu(4chan ver)
- [x] NovelAI
# How to use
* import
* import image you like it will extract info and show in text box.
* save
* it will save a same file name as your image txt file in the same folder of your exe.
* cmd(command or linux)
* using python activate ```ai_tag_extractor_cmd.py``` then input the image file path you want to get info.
# Sample Image
It is spawn by Stable diffusion. And it is sample for showcase below.
## Stable-diffusion image

## Naifu(4chan ver) image

## NovelAI image
# UI

# After import image file

# Save to txt
## stable-diffusion format

## Naifu(4chan ver) format

## NovelAI format
# Log
## ver 1.0
* can import image and get image info.
* can save image info
* can support stable-diffusion
* can support Naifu(4chan ver)
## ver 1.1
* now it can support NovelAI image
## ver 1.1.1
* fixed wrong file format import run time error.
## ver 1.2
* add clear button
* add status
* 
## ver 1.2.1
* add ```ai_tag_extractor_cmd.py``` to use this tool in cmd or linux