Skip to content

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

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
LICENSE-MODEL
Notifications You must be signed in to change notification settings

qtrrb/diffusion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
LICENSE-MODEL

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages