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

https://github.com/coffeevampir3/manual1111

Experimental Stable Diffusion XL Webui
https://github.com/coffeevampir3/manual1111

diffusers discord discord-bot huggingface-diffusers image-generation open-source sdxl stable-diffusion stable-diffusion-webui unlicense webui

Last synced: about 1 year ago
JSON representation

Experimental Stable Diffusion XL Webui

Awesome Lists containing this project

README

          

[![Discord](https://img.shields.io/discord/232596713892872193?logo=discord)](https://discord.gg/2JhHVh7CGu)

# manual1111
![preview](https://github.com/CoffeeVampir3/manual1111/blob/af940d212bb126bfc38ce0fc02ff6a7d45478c83/image.png)

Make images with SDXL and stuff. Comes with two front end options:
- Gradio
- Discord Bot See (https://github.com/CoffeeVampir3/manual1111/wiki/Pybot)

Have fun.

# Install
`pip install -r requirements.txt`

Run the installer script to get SDXL:

`python install.py`

If you're on linux and have a bunch of stable diffusion models already, you can pass -S to the installer and pass a path, it will symlink all model files found in the given path instead.

`python install.py -s "path/to/models"`

# To run:
`python ui.py`

# Some info:

Check out the sparse wiki for a few tips: (https://github.com/CoffeeVampir3/manual1111/wiki)