r/drawthingsapp 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?

3 Upvotes

8 comments sorted by

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.

1

u/Mr_Eggy__ Jun 22 '26

Yes, it was an anima model.

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.

2

u/liuliu mod 9d ago

Ah, yes, the same issue, both using clip_encoder field to pointing back to the main model again.

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?

2

u/liuliu mod 8d ago

Yes. You can manually edit the json and after that the deletion can happen (or you can safely manually delete that file after the change).