https://github.com/cursedprograms/image-generator
This project leverages the SDXL-Turbo model for versatile image processing tasks. Offering a simple command-line interface, it facilitates both Text-to-image and Image-to-image operations. Users select an operation, input prompts, and the script dynamically generates and executes code snippets.
https://github.com/cursedprograms/image-generator
ai ai-art art art-generation artificial-intelligence image-generation image-generation-ai image-generators json prompt-engineering prompt-injection sdxl self-prompting stablediffusion
Last synced: 6 months ago
JSON representation
This project leverages the SDXL-Turbo model for versatile image processing tasks. Offering a simple command-line interface, it facilitates both Text-to-image and Image-to-image operations. Users select an operation, input prompts, and the script dynamically generates and executes code snippets.
- Host: GitHub
- URL: https://github.com/cursedprograms/image-generator
- Owner: CursedPrograms
- License: mit
- Created: 2024-01-28T18:06:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-09T00:12:41.000Z (12 months ago)
- Last Synced: 2025-03-29T16:41:26.561Z (6 months ago)
- Topics: ai, ai-art, art, art-generation, artificial-intelligence, image-generation, image-generation-ai, image-generators, json, prompt-engineering, prompt-injection, sdxl, self-prompting, stablediffusion
- Language: Python
- Homepage: https://cursedprograms.github.io/Image-Generator/
- Size: 7.72 MB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
![]()
# Image-Generator
This Python project provides a simple command-line interface for interacting with the SDXL-Turbo model, showcasing two key functionalities:
## Text-to-image Conversion:
Allows users to convert a text prompt into an image using the SDXL-Turbo model.
Users are prompted to input a text prompt, and the script generates code snippets using the model to produce an image.
The generated image is saved in the "output" directory.## Image-to-image Transformation:
Enables users to transform an existing image based on a text prompt using SDXL-Turbo.
Users input a text prompt, and the script generates code snippets utilizing the model to transform an initial image.
The resulting image is saved in the "output" directory.
[Creations by the Image-Genetator](https://cursedprograms.github.io/image-gen-demo-images/)## How to Run:
```bash
pip install -r requirements.txt
```
```bash
python main.py
```
To make the setup script executable, run the following command in your terminal:```bash
chmod +x setup.sh
```
- [GloriosaAI Repository](https://github.com/CursedPrograms/GloriosaAI)
- [Gender-Age-ID Repository](https://github.com/CursedPrograms/Gender-Age-ID)
- [Detect-Face Repository](https://github.com/CursedPrograms/Detect-Face)
- [Cursed GPT Repository](https://github.com/CursedPrograms/Cursed-GPT)