Skip to content

CursedPrograms/Image-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twitter: @NorowaretaGemu License: MIT

Python
Flask

Image-Generator

Image-Generator

📖 Overview

Overview

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.



Setup:

Environment Setup

Environment Setup

Lunix

python -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Windows PowerShell

python.exe -m pip install --upgrade pip
py -3.11 -m venv venv311
venv311\Scripts\activate
pip install -r requirements.txt

Related Projects




© Cursed Entertainment 2026

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors