Perflow-Shuai/LongLive-LoRA-nonAR-DMD-RGS0-iter1500
LongLive-LoRA non-AR DMD — RGS 0 · Iter 1500
Generator LoRA for four-step, full-sequence non-autoregressive inference with Wan-AI/Wan2.2-TI2V-5B. This release is the literal training checkpoint at iteration 1500 from the 16-GPU dev/nonAR experiment with real_guidance_scale=0.
real_guidance_scale is a training setting. The distilled generator was validated with No CFG at inference (guidance_scale=1, one conditional model call per denoising step).
Checkpoint identity
Training used the `vidprom_filtered_extended.txt` prompt source and saved/evaluated every 250 iterations.
Files and usage
generator_lora.pt: native LongLive wrapper withgenerator_loraandstep.adapter_model.safetensors: the same 600 generator tensors in safe format.adapter_config.json: PEFT rank/alpha and all 300 target modules.inference_config.yaml: essential non-AR, four-step, No-CFG overrides.training_config.yaml: the recorded training configuration.provenance.json: source and published-file checksums.
~~~python from huggingfacehub import hfhub_download
lorapath = hfhubdownload( repoid="Perflow-Shuai/LongLive-LoRA-nonAR-DMD-RGS0-iter1500", filename="generator_lora.pt", ) ~~~
Use lora_path as checkpoints.lora_ckpt in LongLive-LoRA. Keep generator_is_causal: false, LoRA rank/alpha 128/128, sampling steps 4, and inference guidance scale 1.0. Do not use the generic causal defaults for this adapter.
Provenance note
The published files are a lossless generator-only extraction. The original exact-resume checkpoint also contains a training-only critic LoRA; optimizer and per-rank RNG/dataloader state are intentionally not published here.
Source checkpoint SHA-256: ffc1165189fb5103b7d2b5366511cbea8d893282565fada7901bc2ac3340e4f3. Training provenance records Git commit 655718bd6b27950b20c269b2c3275d786cc75348 together with source-tree digest 39887517aa21ab0e6b14021c1cd6ff13f293adb39ae07c9c7fd28dd89a324d0a; the commit alone is not claimed to reconstruct the complete training snapshot.
