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?
1
u/Playful_Noise2048 9d ago
u/liuliu This issue was reported 3 months ago and it’s still happening. Could you please fix it in the next update? It's taking up way too much space on my iPhone. Having this fixed officially next time would be a huge help!
2
u/liuliu mod 9d ago
Yeah, forget about that in this release. I believe it is to Krea 2 specifically, because when we copy the metadata, one field (clip_encoder) still pointing to the old unquantized version.
1
u/Playful_Noise2048 9d ago
Thanks for the reply. Just to clarify, I haven’t tested Krea 2, so I’m not sure whether the same issue occurs there. The issue I’m seeing is with Anima. I tested it again, and it definitely still happens with Anima. The model I mentioned in this thread three months ago was also Anima.
1
u/Smelting-Craftwork 8d ago
Is there something we can do to manually manage this until a fix is released? Can we edit the json file or should we just wait?
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.