Instructions to use memset0/vsqa-test-1.3b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use memset0/vsqa-test-1.3b with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("memset0/vsqa-test-1.3b", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
VSQA E0029 V0247 โ step 1000
Student model exported from E0029 V0247, checkpoint 1000. Includes the trained transformer and the base model's frozen pipeline components. Optimizer and critic states are not included.
- Base model:
Wan-AI/Wan2.1-T2V-1.3B-Diffusers. - Attention:
VSA_QAT_TRAIN_C128, logical cube(4, 4, 8), sparsity parameter0.9, trained compression gates. - Quantization: NVFP4 Q/K/P/V attention QAT and NVFP4 W4A4 linear QAT. Safetensors contain floating-point master weights, not a packed FP4 deployment model.
- Distillation: DMD2, four-step ladder
[1000, 750, 500, 250], CFG 1, flow shift 8. - Training geometry: 61 frames, 448 ร 896; effective batch 16.
Use a compatible FastVideo VSQA implementation supporting this attention backend, compression gates, and linear QAT contract. This export has been strictly reloaded with the frozen training implementation; stock Diffusers inference compatibility is not asserted.
metadata.json and artifact_manifest.json describe the native export. Original training metadata is retained in provenance/training_checkpoint/; provenance/export_relationship.json binds both metadata files by SHA-256. source.yaml and resolved.yaml are audit artifacts and are not portable runtime recipes. The VSQA management-sidecar cutover is not implemented.
- Downloads last month
- 16
Model tree for memset0/vsqa-test-1.3b
Base model
Wan-AI/Wan2.1-T2V-1.3B-Diffusers