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

https://github.com/bes-dev/stable_diffusion_quantizer.pytorch

Custom pipelines for stable diffusion model
https://github.com/bes-dev/stable_diffusion_quantizer.pytorch

Last synced: 4 months ago
JSON representation

Custom pipelines for stable diffusion model

Awesome Lists containing this project

README

          

# Stable Diffusion Quantizer

# !!!Work In Progress!!!

PyTorch implementation of Stable Diffusion quantization pipeline

## Requirements

* Python 3.8+
* 1–8 high-end NVIDIA GPUs with at least 24 GB of memory.

## Training

```bash
pip install -r requirements.txt
python quantize.py --models-dir --cfg --gpus
```