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
- Host: GitHub
- URL: https://github.com/bes-dev/stable_diffusion_quantizer.pytorch
- Owner: bes-dev
- License: apache-2.0
- Created: 2022-10-11T11:29:02.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-03T13:47:24.000Z (over 3 years ago)
- Last Synced: 2025-07-29T16:54:54.331Z (11 months ago)
- Language: Python
- Size: 14.2 MB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```