Skip to content

yyaadet/AIGC

Repository files navigation

AIGC

An Web UI with intelligent prompts of Stable Diffusion with Core ML on Apple Silicon and CUDA and CPU. Other AIGC tools latter, for example audio generate, music generate etc.

Notice: We have support cuda and cpu, not only Apple Silicon M1 and M2 etc.

Get start

You can try our demo site. https://stable-diffusion.51zhi.com/

Open the home page to generate image by text.

Main Screen

Search prompts.

Search

View history generated images.

History Screen

Discovery prompt.

example

Features:

  1. Use your language to write prompt, for example chinese.
  2. One submit could generate multiple images. Improve your prompt writing speed.
  3. Support preserve options of medium and style and artist and resolution.
  4. Analysis your usage habits. Help you discover best prompt words.
  5. Contains 15000+ prompts. Support quick search by keyword.
  6. Support SDXL 1.0 model.

Install

Requirements:

  1. Python 3.9 or latter
  2. Bootstrap v5.3
  3. Django 4.2
  4. Apple M1

First, run command ./install.sh. The script will install python libraries and models.

Open terminal, then run commands below:

cd stable_diffusion_webui
python manage.py migrate

Complete table Prompt.

python manage.py complete_prompt_word

Run

Open terminal, then run commands below:

cd stable_diffusion_webui
python manage.py runserver

Use browser to open http://127.0.0.1:8000/

Articles

Donate

Contact Us

Our other projects

Thanks

Guo Qiang supplies free server to our. The server hosts the project demo.