Tag: Docker

Heretic Docker: Abliterating LLMs for Video and Image Generation

A while back I did a deep dive into abliterating Gemma 3 12B for use as an uncensored text encoder in LTX-2 video generation. The process worked but involved a lot of manual steps: running Heretic, merging safetensor shards, converting to ComfyUI format, quantizing to FP8, building GGUF quants. I got tired of doing it all by hand, so I built heretic-docker to automate the whole thing.

March 10, 2026