Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/amin2312/AI-Image-Generator

AI Image Generator and Search, unleash your Creativity
https://github.com/amin2312/AI-Image-Generator

ai generator image search

Last synced: 15 days ago
JSON representation

AI Image Generator and Search, unleash your Creativity

Awesome Lists containing this project

README

        

AI Image Generator
================

**[English](./README.md)** | **[中文](./README_zh.md)**

**AI Image Generator** is a easy-to-operate image generator that provides users with a more convenient and efficient AI image generation solution.

* It is based on **Dall·E** and **Stable Diffusion** API;
* It supports multi languages;
* It implements complete client(vue) and server(tornado) solution;

Screenshots & Demo
----------------

![AI Image Generator Screenshot 1](./intro/screenshot-1.png "Screenshot 1")
![AI Image Generator Screenshot 2](./intro/screenshot-2.png "Screenshot 2")

DEMO: [www.ai-img-gen.com/gen-basic/](https://www.ai-img-gen.com/gen-basic/) (only show)
Commercial: [www.ai-img-gen.com/gen-pro/](https://www.ai-img-gen.com/gen-pro/) (provide free trial)

How to run it
----------------

**Step 1**. Install python >= 3.10

**Step 2**. Install the project's python dependencies

```sh
cd
pip install -r server/requirements.txt
```

**Step 3**. Configure **Dall·E** or **Stable Diffusion** API key

```text
Use text editor to open /server/conf.json,
and fill in the "api_key" field by your needs,
remember to save it.
```

**Step 4**. Start the python server

```sh
cd
python server/app.py
```

**Step 5**. Open browser, visit ****

Official site
----------------

* [www.ai-img-gen.com](https://www.ai-img-gen.com/)

Directory Structure
----------------

```text
root
├─ client // Vue client project
├─ src
├─ assets
├─ language_strings.csv // Add new translation using the CSV editor
├─ language_support.csv // Add new language using the CSV editor
├─ intro // Related files introduced
├─ server // Python server project
└─ wwwroot // Server web root directory | Vue build output directory
```

Others
----------------

***⭐ If you like this project, please add a star ⭐***