Instructions to use Perflow-Shuai/LongLive-LoRA-nonAR-DMD-RGS1-iter1500 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Perflow-Shuai/LongLive-LoRA-nonAR-DMD-RGS1-iter1500 with PEFT:
Task type is invalid.
- Wan2.2
How to use Perflow-Shuai/LongLive-LoRA-nonAR-DMD-RGS1-iter1500 with Wan2.2:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Inference
- Notebooks
- Google Colab
- Kaggle
Configuration Parsing Warning:In adapter_config.json: "peft.task_type" must be a string
LongLive-LoRA non-AR DMD — RGS 1 · 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=1.
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
| Item | Value |
|---|---|
| Base model | Wan-AI/Wan2.2-TI2V-5B |
| Architecture | full-sequence non-AR |
| Objective | DMD with backward simulation |
| Training RGS | 1 |
| Literal checkpoint | checkpoint_model_001500 |
| Training world size | 16 |
| LoRA rank / alpha | 128 / 128 |
| Generator LoRA | 600 FP32 tensors, 322,437,120 parameters |
| Inference | 4 denoising steps, No CFG |
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.
from huggingface_hub import hf_hub_download
lora_path = hf_hub_download(
repo_id="Perflow-Shuai/LongLive-LoRA-nonAR-DMD-RGS1-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:
33e90e11d619c06cb4e2670629d0c0b563fea710e9172259c99c1f061c1e6eac.
Training provenance records Git commit
655718bd6b27950b20c269b2c3275d786cc75348 together with source-tree digest
39887517aa21ab0e6b14021c1cd6ff13f293adb39ae07c9c7fd28dd89a324d0a;
the commit alone is not claimed to reconstruct the complete training snapshot.
- Downloads last month
- -
Model tree for Perflow-Shuai/LongLive-LoRA-nonAR-DMD-RGS1-iter1500
Base model
Wan-AI/Wan2.2-TI2V-5B