Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jingshing/ai-drawing-spell-generator

A generator help you spawn key word for AI drawing
https://github.com/jingshing/ai-drawing-spell-generator

dictionary generator imageai keyword novelai python stable-diffusion tag tags tkinter tkinter-gui word

Last synced: about 2 hours ago
JSON representation

A generator help you spawn key word for AI drawing

Awesome Lists containing this project

README

        

English | [繁體中文](README_TCH.md)
# AI-Drawing-Spell-generator
A generator help you spawn key word for AI drawing

You can double click word add it to the text area.

You can customize your own word dictionary. By editing txt file.

You can import your own word dictionary.
# Update
## Quote function
it can now by double clicking same word to add quote to this word.

![quote](img/quote.png)
## Convert Quote
Add quote change button to change '()' to '{}'.

![quote_change](img/quote_change.png)
## New UI size
![size](img/new_ui_size.png)
# NEW UI
![img](img/New_UI.png)

# Spell Dictionary Format
## "Description:Tag"
Example $\Rightarrow$ This is an tag for something:tag

# Log
## ver 1.0
* it can import spell dictionary to spell generator.
* it can customize the spell dictionary to what tag you want.
* it can through double click to add word to your spell.
* it can copy the content in the text box using copy button.
* exe release
## ver 1.1
* it can now by double clicking same word to add quote to this word.
* Add quote change button to change '()' to '{}'.
## ver 1.1.1
* Resize UI
## ver 1.2
* it can now exchange both '()' to '{}' or '{}' to '()'