Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/snekkenull/imagex
A webui for Cloudflare workers AI Text-to-Image
https://github.com/snekkenull/imagex
cloudflare gradio text-to-image workers-ai
Last synced: about 2 months ago
JSON representation
A webui for Cloudflare workers AI Text-to-Image
- Host: GitHub
- URL: https://github.com/snekkenull/imagex
- Owner: snekkenull
- License: apache-2.0
- Created: 2024-10-29T15:27:23.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-11-27T05:26:41.000Z (3 months ago)
- Last Synced: 2024-12-17T20:07:02.066Z (about 2 months ago)
- Topics: cloudflare, gradio, text-to-image, workers-ai
- Language: Python
- Homepage: https://huggingface.co/spaces/vilarin/ImageX-CF
- Size: 2.11 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ImageX
**Cloudflare-Workers-AI-Image Generator-WebUI**A Gradio webui for Cloudflare workers AI Text-to-Image, Image Inpainting, Image-To-Image generations.
Use Cloudflare text-generation model to translate prompts, and auto optimzing the prompts and text-to-image model to generate images.
## Preview
![image-gen]()
![inpainting]()
![image-to-image]()
## Use
Clone the repo to your disk, change the .env.example to .env, and set the right values.Run the commands in terminal on the directory:
```
python -m venv venvsource ./venv/bin/activate
python -m pip install -r requirements.txt
python app.py
```## Demo For Text-to-Image Lite Version
(This lite demo is missing Inpainting and IMG-to-IMG, API settings required.)
[ImageX-CF in HuggingFace](https://huggingface.co/spaces/vilarin/ImageX-CF)