A fork of stable diffusion that adds optimizations, features and an API
- Upscaling
- A1111 LoRA support
- Textual inversion support
- ControlNet
- Unlimited tokens
- VAE loading
- K-Diffusion schedulers
- Safetensors support
- Optimizations (fp16, Attention slicing)
- Text to Image API
- Image to Image API
- Clone this repository
git clone https://github.com/qtrrb/diffusion
- Initialize a new virtual environment
python -m venv .env
-
Activate the virtual environment
-
Install necessary dependencies
pip install -r requirements.txt
- Run the API with
python -m diffusion