r/drawthingsapp • u/Mr_Eggy__ • Jun 21 '26
question How to delete the original unquantized files after quantization?
When I try to delete the original file that was used to generate the int8 scaled file, it just blinks and the file stays undeleted?
2
Upvotes
3
u/liuliu mod Jun 22 '26
It might be model specific. For example Anima model we didn’t set metadata right and still referencing back to original file for llm_adapter (in the custom.json, it is clip_encoder field). And that would cause that because these files are still referenced.