Bedovyy commited on
Commit
ccf6195
·
verified ·
1 Parent(s): f1d9d34

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -20,8 +20,8 @@ Use https://github.com/bedovyy/comfy-dit-quantizer with the below config json.
20
 
21
  ```bash
22
  python quantize.py configs/te_gemma-4-fp8.json -q -n 131072 \
23
- /ai/data/sd/models/text_encoders/gemma-4-E4B-it-ultra-uncensored-heretic.safetensors \
24
- /ai/data/sd/models/text_encoders/gemma-4-E4B-it-ultra-uncensored-heretic-fp8.safetensors
25
  ```
26
 
27
 
 
20
 
21
  ```bash
22
  python quantize.py configs/te_gemma-4-fp8.json -q -n 131072 \
23
+ gemma-4-E4B-it-ultra-uncensored-heretic.safetensors \
24
+ gemma-4-E4B-it-ultra-uncensored-heretic-fp8.safetensors
25
  ```
26
 
27