Viggle distills Qwen-Image-2.1 into a six-step student
A six-step distilled student of Qwen-Image-2.1 has been downloaded 133,151 times since September 22, and the research-only licence keeps the output out of client work.

Key takeaways
- Viggle's Qwen-Image-2.1-viggle-turbo has recorded 133,151 downloads and 307 likes on Hugging Face since it was created on September 22, 2026.
- It is a distilled student of Qwen-Image-2.1 that runs in six transformer passes instead of 40 with no classifier-free guidance, which its authors measure at about 5x faster end to end.
- The Hub classifies the weights as carrying a non-standard licence, and the card names it as the Qwen Research Licence: research or evaluation only, with commercial terms by separate agreement.
- The authors publish where it loses: small dense text still favours the 40-step base model, and complicated multi-reference edits and face swaps fall short of it.
A six-step distilled student of Qwen-Image-2.1 has been downloaded 133,151 times in the five days since it was created, and its licence keeps the output out of paid work.
Viggle's Qwen-Image-2.1-viggle-turbo takes the base model's 40 transformer passes down to six, with no classifier-free guidance at all. The authors measure it at roughly 5x faster end to end and claim the results are hard to tell apart from the base model on most prompts. The Hub records 307 likes alongside the download count, and the repository is on version 0.2.1, dated September 24.
What Is Viggle's Six-Step Student?
Qwen-Image-2.1 is Alibaba's image generation and editing model, released earlier in September. Distillation is the process of training a smaller or faster model to reproduce a larger one's output. Here it cuts the number of passes, not the model's size: the adapter loads on top of the full base model at runtime. The base model's Hub repository dates from September 14, and this faster version arrived eight days later from a company that did not train it.
The technique here is distribution matching distillation, and the two things that make this release legible are the numbers the authors publish about their own method. The held-out set is 96 user requests, and against the base model at 40 steps the student shows a composition drift of zero, meaning it puts subjects where the base model puts them for the same prompt and seed. Sample diversity, measured on 32 of those prompts, is 0.98 times the base model's, where the first version of the adapter had collapsed to 0.75.
Where it loses is stated rather than implied. Small, dense text is the clearest gap, and the card says eight steps narrow it while 40 still wins. Complicated edits do worse too: multi-reference composition, face swaps and identity-preserving edits fall short of the base model even at the current version.
The reason this cannot become client work is the licence. The Hub classifies the weights as carrying a non-standard licence, and the card names it as the Qwen Research Licence, which permits research and evaluation only. Commercial use needs a separate agreement, and a derivative inherits its parent's terms, so no amount of further fine-tuning fixes that. The free demo Space runs on shared hardware and is the honest way to judge the speed claim before any of it matters.
Try the comparison slider on the demo Space first, then weigh whether a research-only tool belongs in a workflow that produces deliverables.
Sources
- huggingface.co - the model card: step count, speed claim, self-reported losses, the v0.2.1 results table and the licence
- huggingface.co - the 133,151 download count, 307 likes, the September 22, 2026 creation timestamp and the licence classification
- huggingface.co - the base model the student is distilled from
- fervorcreativeai.com - the six-sigma sampling schedule, the 96-prompt held-out set and the composition-drift measurement