kcmaster commited on
Commit
91ccea4
·
verified ·
1 Parent(s): 63da7fe

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -9,6 +9,9 @@ tags:
9
  - int8
10
  ---
11
 
 
 
 
12
  ```bash
13
  convert_to_quant -i ./Chroma1-HD-Flash.safetensors -o ./Chroma1-HD-Flash-int8tensormixed.safetensors --int8 --scaling_mode tensor --distillation_large --comfy_quant --save-quant-metadata --optimizer radam --calib_samples 8192 --num_iter 3000 --lr "7.1267000000029e-4" --top_p 0.2 --min_k 256 --max_k 1024 --lr_schedule plateau --lr_patience 5 --lr_factor 0.92 --lr_min "1e-9" --lr_cooldown 1 --lr_threshold 1e-8 --early-stop-lr 8e-9 --lr-shape-influence 1.5 --low-memory
14
- ```
 
9
  - int8
10
  ---
11
 
12
+ Run with [ComfyUI-Flux2-INT8](https://github.com/BobJohnson24/ComfyUI-Flux2-INT8)
13
+
14
+ Quantized to INT8 using the following command:
15
  ```bash
16
  convert_to_quant -i ./Chroma1-HD-Flash.safetensors -o ./Chroma1-HD-Flash-int8tensormixed.safetensors --int8 --scaling_mode tensor --distillation_large --comfy_quant --save-quant-metadata --optimizer radam --calib_samples 8192 --num_iter 3000 --lr "7.1267000000029e-4" --top_p 0.2 --min_k 256 --max_k 1024 --lr_schedule plateau --lr_patience 5 --lr_factor 0.92 --lr_min "1e-9" --lr_cooldown 1 --lr_threshold 1e-8 --early-stop-lr 8e-9 --lr-shape-influence 1.5 --low-memory
17
+ ```