Upload ./README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -48,13 +48,12 @@ This repository contains Nunchaku-quantized versions of [FLUX.1-Depth-dev](https
|
|
| 48 |
- [`svdq-int4_r32-flux.1-depth-dev.safetensors`](./svdq-int4_r32-flux.1-depth-dev.safetensors): SVDQuant quantized INT4 FLUX.1-Depth-dev model. For users with non-Blackwell GPUs (pre-50-series).
|
| 49 |
- [`svdq-fp4_r32-flux.1-depth-dev.safetensors`](./svdq-fp4_r32-flux.1-depth-dev.safetensors): SVDQuant quantized NVFP4 FLUX.1-Depth-dev model. For users with Blackwell GPUs (50-series).
|
| 50 |
|
| 51 |
-
|
| 52 |
### Model Sources
|
| 53 |
|
| 54 |
- **Inference Engine:** [nunchaku](https://github.com/nunchaku-tech/nunchaku)
|
| 55 |
- **Quantization Library:** [deepcompressor](https://github.com/nunchaku-tech/deepcompressor)
|
| 56 |
- **Paper:** [SVDQuant: Absorbing Outliers by Low-Rank Components for 4-Bit Diffusion Models](http://arxiv.org/abs/2411.05007)
|
| 57 |
-
- **Demo:** [
|
| 58 |
|
| 59 |
## Usage
|
| 60 |
|
|
|
|
| 48 |
- [`svdq-int4_r32-flux.1-depth-dev.safetensors`](./svdq-int4_r32-flux.1-depth-dev.safetensors): SVDQuant quantized INT4 FLUX.1-Depth-dev model. For users with non-Blackwell GPUs (pre-50-series).
|
| 49 |
- [`svdq-fp4_r32-flux.1-depth-dev.safetensors`](./svdq-fp4_r32-flux.1-depth-dev.safetensors): SVDQuant quantized NVFP4 FLUX.1-Depth-dev model. For users with Blackwell GPUs (50-series).
|
| 50 |
|
|
|
|
| 51 |
### Model Sources
|
| 52 |
|
| 53 |
- **Inference Engine:** [nunchaku](https://github.com/nunchaku-tech/nunchaku)
|
| 54 |
- **Quantization Library:** [deepcompressor](https://github.com/nunchaku-tech/deepcompressor)
|
| 55 |
- **Paper:** [SVDQuant: Absorbing Outliers by Low-Rank Components for 4-Bit Diffusion Models](http://arxiv.org/abs/2411.05007)
|
| 56 |
+
- **Demo:** [demo.nunchaku.tech](https://demo.nunchaku.tech)
|
| 57 |
|
| 58 |
## Usage
|
| 59 |
|