Update README.md
Browse files
README.md
CHANGED
|
@@ -32,6 +32,14 @@ https://github.com/nunchaku-tech/deepcompressor/blob/main/examples/diffusion/REA
|
|
| 32 |
|
| 33 |
Example: `python -m deepcompressor.app.diffusion.dataset.collect.calib svdq/flux.1-kontext-dev.yaml examples/diffusion/configs/collect/qdiff.yaml --pipeline-path svdq/flux.1-kontext-dev/`
|
| 34 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 35 |
# Quantization
|
| 36 |
|
| 37 |
https://github.com/nunchaku-tech/deepcompressor/blob/main/examples/diffusion/README.md#step-3-model-quantization
|
|
|
|
| 32 |
|
| 33 |
Example: `python -m deepcompressor.app.diffusion.dataset.collect.calib svdq/flux.1-kontext-dev.yaml examples/diffusion/configs/collect/qdiff.yaml --pipeline-path svdq/flux.1-kontext-dev/`
|
| 34 |
|
| 35 |
+
Sample Log
|
| 36 |
+
```
|
| 37 |
+
In total 32 samples
|
| 38 |
+
Evaluating with batch size 1
|
| 39 |
+
Data: 0%| | 0/32 [00:00<?, ?it/s]
|
| 40 |
+
Sampling: 75%|βββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | 6/8 [09:22<03:08, 94.16s/it]
|
| 41 |
+
```
|
| 42 |
+
|
| 43 |
# Quantization
|
| 44 |
|
| 45 |
https://github.com/nunchaku-tech/deepcompressor/blob/main/examples/diffusion/README.md#step-3-model-quantization
|