Use precompiled AOTI transformer blocks (ZeroGPU speedup)

#1
by linoyts HF Staff - opened
LTX Community org
edited Jun 17

Fuses the LoRA + loads the precompiled AOTI transformer blocks at the root module level (per ZeroGPU docs). LoRA is fused & unloaded (weight names match the compiled constants); the runtime scale slider is preserved by re-fusing the delta + re-snapshot only on change (validated on deblur). ~1.3x faster.

linoyts changed pull request status to merged

Sign up or log in to comment