TokForge SD1.5-LCM MNN โ batch-1 (CFG-skip) build
Batch-1-capable MNN export of the DreamShaper-7 + LCM SD1.5 bundle for the TokForge
Android app. The UNet is traced at batch-1 with dynamic spatial axes
(sample=[1,4,-1,-1]) so the app's CFG-skip engine runs a single conditional UNet
pass at cfg=1.0 (LCM is guidance-free), giving ~2x CPU UNet vs the legacy
batch-2 build.
This is the versioned -b1 companion to darkmaniac7/TokForge-SD15-LCM-MNN.
It requires the TokForge batch-1 CFG-skip engine (app vc421+). Older app builds
(vc412 and earlier) must keep using the non--b1 repo โ a batch-1 UNet would feed
batch-2 inputs to the old engine and crash. CLIP / VAE / tokenizer are byte-identical
to the base repo; only unet.mnn(.weight) differs.