Skip to content

JingShing/AI-image-tag-extractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

English | 繁體中文

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

  • Stable diffusion
  • Naifu(4chan ver)
  • 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

test-stable-diffusion

Naifu(4chan ver) image

test-naifu

NovelAI image

test-novelai

UI

UI

After import image file

import

Save to txt

stable-diffusion format

save

Naifu(4chan ver) format

save_naifu

NovelAI format

save

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
  • add_clear

ver 1.2.1

  • add ai_tag_extractor_cmd.py to use this tool in cmd or linux