Spaces:
Running on Zero
Running on Zero
Use precompiled AOTI transformer blocks (ZeroGPU speedup)
#1
by linoyts HF Staff - opened
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