Skip to content

Latest commit

 

History

History
47 lines (33 loc) · 762 Bytes

README.md

File metadata and controls

47 lines (33 loc) · 762 Bytes

qtrrb/diffusion

A fork of stable diffusion that adds optimizations, features and an API

hero

Main Features

  • 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

Usage

  • 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