A CLI tool for generating high-quality image-text pairs for AI training
Project description
GenIText: Generative Image-Text Automated package
Overview
This repository is independently developed as a flexible framework to generate high-quality Image-Text pairs for finetuning Image-Generation models, such as Stable Diffusion, DALL-E, and other generative models. By leveraging open-source captioning models, GenIText automates the process of generating diverse captions for corresponding images, ensuring that the text data is well-suited for downstream applications such as style-specific generations or domain adaptation. This framework is designed to complement contemporary repositories or modules in the field, offering an additional option for flexibility and automation to create customized datasets.
GenIText will become distributable as a CLI tool once package is ready for testing across systems. Please support in any way you see fit!
Table of Contents
Benchmarks
| Model | Auto-Batch Memory Usage | Auto-Batch Seconds per Image | 1 Batch Memory Usage | 1 Batch Seconds per Image |
|---|---|---|---|---|
| LLaVA 7B | 17,978 MB | 3.25 | 7,014 MB | 3.62 |
| ViT-GPT2 0.27B | 7,570 MB | 0.08 | 914 MB | 0.79 |
| BLIPv2 2.7B | 13,534 MB | 0.25 | 4,590 MB | 2.53 |
All models were tested on 502 random image from kaggle dataset found here. Images were resized based on their config files and tested on GeForce RTX 4090 Graphics Card with 24 Gb memory.
Installation
Base installation
GenIText is available as a Python package and can be installed easily using pip.
To install GenIText, simply run:
pip install genitext
After installation, you can verify that the CLI tool is accessible by running:
genitext --help
To initiate the CLI tool, run:
genitext
Ollama installation
GenIText incorporates LLMs from Ollama to assist with prompt refinement which means ollama has to be available on the device when running /refine in the CLI tool. You can download the software for Mac or Windows OS from here. For Linux OS, you can install directly via the following:
curl -fsSL https://ollama.com/install.sh | sh
After installing, pull the appropriate LLM you want from ollama to use in /refine. Currently, the default config is set to deepseek-r1:7b since it offers strong performance with its reasoning capabilities while using relatively manageable memory. You can configure the ollama model with /config <c_model>
Use-cases
Direct Captioning
Currently, GenIText is enabled to run captioning for a selected directory of images. Output formats can be specified for either json, jsonl, csv, or img&txt. The --format flag defaults to json if none is specified.
An example would be:
/caption /path/to/images --model <c_model> --output /path/to/output --format <output_format>
Prompt Refinement for Captioning
GenIText also offers a prompt-refinement tool for image-captioning models. It's recommended to run /refine with 5 - 20 images for prompt refinement. Any set beyond 20 images offers diminishing returns at higher compute time.
An example would be:
/refine "<prompt>" /path/to/images "<Context>" --model <c_model>
Ollama is incorporated as the main LLM Judge rather than LLM APIs (e.g. OpenAI, Gemini, Anthropic) since it's free and offers sufficient performance for handling prompt refinment. The significant tradeoff is that /refine is dependent on local hardware and chosen LLM for compute time, taking 5 - 10 mins for 5 generations of refinment.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file genitext-0.4.2.tar.gz.
File metadata
- Download URL: genitext-0.4.2.tar.gz
- Upload date:
- Size: 210.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0db2796f25c93783be77cffdb6c041923b91cf2c6a7fec9bc0224ab3368bf5ce
|
|
| MD5 |
dbcf3f97e029f663952998a9e28f5cbe
|
|
| BLAKE2b-256 |
14d1aedaa1c8083fca64fa6b1705833980e85772d77b803647ce120acfdacd0d
|
File details
Details for the file genitext-0.4.2-py3-none-any.whl.
File metadata
- Download URL: genitext-0.4.2-py3-none-any.whl
- Upload date:
- Size: 38.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ebe323345fe6755ea14a59dc00a68ab22ba759f2c31628024dbe677072e92f33
|
|
| MD5 |
becb9cdc5d28f7794fd80c6a83ee7763
|
|
| BLAKE2b-256 |
51a3643292de649cd26518b77415e4a96b390d48ab1b4ebd62397896522bb4ee
|