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
- Host: GitHub
- URL: https://github.com/coffeevampir3/manual1111
- Owner: CoffeeVampir3
- License: unlicense
- Created: 2023-08-06T02:06:00.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-17T07:17:44.000Z (over 2 years ago)
- Last Synced: 2025-03-27T22:36:25.249Z (about 1 year ago)
- Topics: diffusers, discord, discord-bot, huggingface-diffusers, image-generation, open-source, sdxl, stable-diffusion, stable-diffusion-webui, unlicense, webui
- Language: Python
- Homepage:
- Size: 1.27 MB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://discord.gg/2JhHVh7CGu)
# manual1111

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)