Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/userandaname/imageaidemo

A free image generating API (as a demo)
https://github.com/userandaname/imageaidemo

Last synced: about 1 month ago
JSON representation

A free image generating API (as a demo)

Awesome Lists containing this project

README

        

# ImageAI

ImageAI is a free API for generating images based on user-provided prompts, seeds, and steps. This project allows users to input specific metadata and receive an AI-generated image in return.
(because every company LOVES shoving AI down their customer's throats!)

## Notice

> [!WARNING]
> The ImageAI Demo will only be active for a short period of time so voters on High Seas can see a real-world example.
> This service will likely be shutdown very soon after this voting period.
> Currently, ImageAI is available to demo. (this will change however)

## Features

- Generate images based on text prompts
- Customize the generation with seed and steps parameters
- Simple web interface for easy interaction

## Demo

To see a demo of ImageAI in action, you can go to `https://imageai.zayaanar.me` and fill out the required metadata.
Please note that the website may take time to load, this is because your request has been fulfilled and is being generated.

An example with just a prompt (prompt is required):
```
https://imageai.zayaanar.me/generate?prompt=sign
```

A specced-out example with some extra metadata (prompt is required):
```
https://imageai.zayaanar.me/generate?prompt=sign&seed=420&steps=4
```

## License

This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.