lym00 commited on
Commit
5bca1b8
·
verified ·
1 Parent(s): 369d5ab

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
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-kontext-dev.yaml examples/diffusion/configs/svdquant/nvfp4.yaml`
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
  ---