Slop TVNewsLatest
Lists

Five open creative releases from this week, sorted by licence

Five releases from September 22 to 26 built on models already out, and the licence is what decides which ones can leave your machine as paid work.

Illustration: Five open creative releases from this week, sorted by licence
Illustration: AI-generated for SLOP TV News with GPT Image 2. Logos are trademarks of their owners.

Key takeaways

  • Five creative AI releases landed between September 22 and September 26, 2026, and their licences range from Apache 2.0 and MIT to a research-only term that bars commercial use.
  • Alibaba published SparkWan checkpoints for Wan 2.1 text-to-video under Apache 2.0, two of them running in three and four inference steps at up to 95% attention sparsity.
  • ACE-Step 1.5's Apple Silicon build and MicroDecoder are both permissively licensed, at MIT and Apache 2.0 respectively, and both run locally: the music build on a Mac, the preview decoders inside local image generation.
  • Viggle's six-step Qwen-Image-2.1 student is the most downloaded of the five and carries the Qwen Research Licence, which permits evaluation only.

None of this week's five picks is a new foundation model. Each one is machinery around a model already on the shelf, and all five are worth an hour of your time. They are listed here in the order that matters most to a working creator: whether the licence lets you sell what comes out.

That question used to be settled by whether the weights were open at all. It is not settled any more. Four of the five below are Apache 2.0 or MIT, which means the output is yours to invoice for. One is not, and it is the most downloaded item in this list. Download counts are as of September 27, 2026.

SparkWan2.1 sparse checkpoints (Alibaba)

Alibaba posted a batch of SparkDiffusion checkpoints to Hugging Face on September 24 and announced the weights on September 25. Two of them run the 14B Wan 2.1 text-to-video model in three and four passes while discarding up to 95% of attention: the 720P build is a three-step version supporting 90% to 95% sparsity, and the 480P build is a four-step version at 90%.

The checkpoints keep Wan 2.1's architecture, but they run through Alibaba's SparkDiffusion code, which wants Linux, a CUDA GPU, Triton and flash-attn, so this is not a drop-in file for an existing Wan workflow. The licence is why it is worth the setup: Apache 2.0, the same term as the base Wan 2.1 weights. The model cards list steps and sparsity but no wall-clock timings, so budget a test render before you plan a pipeline around it.

Try it

ACE-Step 1.5 for Apple Silicon (roman220220)

Songs with sung, intelligible lyrics from a style description, at 48 kHz stereo, on a Mac, under MIT. The conversion went up on September 26, downloads about 5.6 GB, and generates 30 seconds of music in roughly 49 seconds on an M5 while peaking around 8.6 GB of memory.

The reason to prefer this over a hosted music tool is the licence and the training data claim: MIT on both the conversion and the base, and the ACE-Step team says the model was trained on licensed and royalty-free material. Expect to apply the two fixes in the card: the community toolkit's defaults feed the model a planner output this version does not use, and send all-zero text where the official pipeline uses a trained blank input.

Try it

MicroDecoder (Vlad Mandic)

Seven files, about 68 MB, Apache 2.0, and a preview of your render in roughly a hundredth of a second per frame. It does not make generation faster. It makes a bad seed visible at step four instead of step forty, which on a slow machine is the same thing as an afternoon's worth of extra attempts.

Coverage runs across seven architecture groups including both FLUX generations, Qwen-Image-2.1, SD, SDXL and Wan 2.1, and SDNext routes to the right file automatically. The training script is published, so an uncovered architecture costs about fifteen minutes and a few hundred images rather than a wait for somebody else.

Try it

Ming-Image-0.1-Design INT4 (toxicdog repack)

The 12.3 GB BF16 diffusion transformer of a 53 GB design and type model, repackaged as one 6.3 GB INT4 file for ComfyUI, MIT, uploaded on the morning of September 26. The original is InclusionAI's Ming-Image-0.1-Design, released September 17.

Clear disk space with both eyes open. The file is the diffusion transformer only: the text model, connector, MLP and VAE come from the original repository, so it is not a one-file install. The author calls it a test conversion, says output quality needs checking against your own prompts, and publishes no comparison with the BF16 original, which matters for a model whose selling point is text-rich design.

Try it

Qwen-Image-2.1-viggle-turbo (Viggle)

The most downloaded item on this list, at 133,151 downloads since September 22, and the one to be careful with. Viggle distilled Alibaba's Qwen-Image-2.1 from 40 transformer passes to six with no classifier-free guidance, about 5x faster end to end, and published its own failure cases alongside the wins.

The catch is the licence. The card names the Qwen Research Licence, which permits research and evaluation only and needs a separate agreement for commercial use, and a derivative inherits its parent's terms. So this is the right tool for deciding whether the speed is real, and the wrong tool to build a client deliverable on. If you want the speed and the licence, watch which base model the compressors pick next.

Try it

Sources

  1. huggingface.co - the Apache 2.0 SparkWan release
  2. huggingface.co - the MIT Apple Silicon music build and its measured word error rates
  3. huggingface.co - the Apache 2.0 preview decoders and the training log
  4. huggingface.co - the MIT ComfyUI repack, its 6.3 GB file and its missing components
  5. huggingface.co - the research-only six-step student and its published known limitations
  6. huggingface.co - the 133,151 download count and the licence classification
  7. fervorcreativeai.com - the ACE-Step and MicroDecoder details and the licence-as-dividing-line framing
  8. huggingface.co - the four-step 480P SparkWan build
  9. github.com - the September 25 weights announcement and the runtime requirements
  10. huggingface.co - the original Ming-Image files, their sizes, MIT licence and September 17 date