Update README.md
Browse files
README.md
CHANGED
@@ -30,10 +30,12 @@ Model Path: https://github.com/nunchaku-tech/deepcompressor/issues/70#issuecomme
|
|
30 |
|
31 |
Save model: `--save-model true` or `--save-model /PATH/TO/CHECKPOINT/DIR`
|
32 |
|
33 |
-
Example: `python -m deepcompressor.app.diffusion.ptq examples/diffusion/configs/model/flux.1-
|
34 |
|
35 |
Folder Structure
|
36 |
|
|
|
|
|
37 |
- refer [black-forest-labs/FLUX.1-Kontext-dev](https://huggingface.co/black-forest-labs/FLUX.1-Kontext-dev/tree/main)
|
38 |
|
39 |
---
|
|
|
30 |
|
31 |
Save model: `--save-model true` or `--save-model /PATH/TO/CHECKPOINT/DIR`
|
32 |
|
33 |
+
Example: `python -m deepcompressor.app.diffusion.ptq examples/diffusion/configs/model/flux.1-dev.yaml examples/diffusion/configs/svdquant/nvfp4.yaml`
|
34 |
|
35 |
Folder Structure
|
36 |
|
37 |
+
- refer [black-forest-labs/FLUX.1-dev](https://huggingface.co/black-forest-labs/FLUX.1-dev)
|
38 |
+
|
39 |
- refer [black-forest-labs/FLUX.1-Kontext-dev](https://huggingface.co/black-forest-labs/FLUX.1-Kontext-dev/tree/main)
|
40 |
|
41 |
---
|