FervorCreative AI
Live Latest 27.09.26 · morning 86 tools tracked 256 workflows indexed 218 topics Hot: Qwen-Image-2.1, MiniMax H3, ComfyUI

Nobody shipped a model this weekend, so the gains came from the two ends of the loop instead, better words going in and faster seeing coming out, and both are free.

MicroDecoderACE-Step 1.5 sftQwen-Image-2.1-PE-T2IWanPEQwen-Image-2.1 SYCL Turbolocal-creative-aiimage-genmusic-genprompt-craftopen-weightscreative-workflows

Creative AI Briefing: Sunday, September 27, 2026

Train a 10 MB preview decoder on your own image model in about fifteen minutes and you stop generating blind: the picture forms on screen in roughly a hundredth of a second per frame while the real render is still running, so you kill a bad seed at step four instead of step forty. That file landed Wednesday and got its last polish yesterday. It is the shape of the whole weekend. No lab released a model. What released instead was the machinery on either side of the models we already have, the words going in and the picture coming out, plus the same weights finally reaching Intel and Apple hardware. Every item below is free, and three of them are permissively licensed.

Image

Qwen has been shipping its own prompt rewriter as a separate download for a week and almost nobody has used it. Qwen/Qwen-Image-2.1-PE-T2I was created on September 20 and had 4,607 downloads as of this morning against the base model's hundreds of thousands. It is a 9.4B fine-tune of Qwen3.5-VL that takes a short request in any language and returns a long English prompt plus a recommended aspect ratio, as JSON. This is the thing doing the work behind Qwen's own demo, and the repo ships the exact system_prompt.txt it was tuned against, which is the part worth having whether or not you run the model. There is a free hosted version at hugging-apps/qwen-image-2-1-prompt-enhancer, kept warm, covering both the text-to-image and image-to-image rewriters. The catch is the licence: Qwen Research, so this is a research and evaluation tool, not something to put in a paid pipeline. A mirror by bbqmed went up September 24 with the same weights and the same restriction.

Intel Arc owners got a measured serving recipe for Qwen-Image-2.1. Frosty40/Qwen-Image-2.1-SYCL-Turbo-GGUF, created September 24, is explicit that it is packaging rather than a model: two compressed builds of Qwen's weights (4.8 GB lean, 7.4 GB quality) for stable-diffusion.cpp on the SYCL backend, with the exact commands. On an Arc card at 1024 by 1024 and 20 steps, the stock upstream starting point took 213 seconds of sampling; the released Fast recipe takes 56.55, which the author calls 3.77x. Two traps are documented because each cost a debugging session: you must pass --vae-tiling at 1024 or the picture writer overflows and fails, and running two jobs at once on one Arc card wedges the driver hard enough to need a root reset. The author also published a negative result rather than hiding it, one flag combination that ran a quarter slower, and struck a faster variant that cost too much image quality. Same Qwen Research licence. Separately, joseplcam/Qwen-Image-2.1-NVFP4 went up the same evening for NVIDIA Blackwell cards.

Video

Alibaba's Wan team published the clearest argument yet that your prompt matters more than your generator. WanPE, on arXiv September 24 and the third most upvoted paper on Hugging Face on the 25th, is a 397B prompt enhancement model trained on 1.05 million real videos to write shot-level plans rather than expand adjectives. On the same downstream generator, prompts it wrote beat the user's raw request by 10.7 to 18.8 preference points at five to fifteen seconds, and by 50.9 points in the thirty-second test. That gap is the story: the longer the clip, the more of the outcome is decided in text before a pixel exists. The cross-generator table is the part a creator can act on, because the team ran their enhancer against each platform's own built-in one and won both times, 35.56 against LTX-2.5's native enhancer at 21.11, and 41.09 against MiniMax-H3's at 35.92. The honest caveat is large: the "Code" link on the project page is empty, there are no weights, and a 397B model would not run on your machine if there were. Treat it as evidence for how to spend your own time, not as a tool. Research only, no creator availability yet.

Audio and music

ACE-Step 1.5 landed on Apple Silicon last night under MIT, and the person who ported it published why the obvious way of running it sounds like noise. roman220220/ACE-Step1.5-sft-MLX-8bit was created at 19:30 UTC on September 26 and last touched at 06:25 this morning, alongside bf16 and 4-bit siblings. It makes songs with sung, intelligible lyrics from a style description, 48 kHz stereo, roughly 49 seconds of compute for 30 seconds of music on an M5, peaking around 8.6 GB. Total download is about 5.6 GB. MIT on the conversion and MIT on the base model, which the ACE-Step team says was trained on licensed and royalty-free material, so this is the rare music generator you can actually ship work from.

The interesting part is the findings log, dated yesterday. Run through the community toolkit's defaults, this model produces cacophony, and the author traced it to the toolkit feeding the music model a planner's output that this particular version was never trained to receive. Turn the planner off and it sings, and runs about fifteen seconds faster. He scored it by transcribing the output with Whisper and comparing against the lyrics he asked for: 0.24 average word error rate for this 8-bit build, 0.22 for its full-precision sibling, against 0.56 for the faster variant everyone defaults to. That is a measurement most model cards would never publish.

Open and local

The local story this weekend is feedback. Generating locally has always meant staring at a progress bar and finding out at the end, because turning the model's working data into a viewable picture costs almost as much as the generation step. vladmandic/MicroDecoder (created September 24, updated yesterday, Apache 2.0) attacks that directly with seven small files, one per group of model architectures, that produce a rough but honest picture in around a hundredth of a second, with a correction built in for how noisy the data still is at that point in the render. The seven files are 9.6 to 9.9 MB each, about 68 MB for the set. The training script is published too, and its example run finished 350 passes over a 400-image set at 512 pixels, 360 of them training and 40 held back and hit 35.83 dB reconstruction quality, which for a preview is far better than it needs to be.

  • vladmandic/MicroDecoder: seven tiny preview decoders whose routing table covers FLUX.1 and FLUX.2 plus a long tail of other architectures, Qwen-Image-2.1, SD, SDXL and Wan 2.1, so you watch the render happen. Created September 24, Apache 2.0, and wired into SDNext (7.3k stars) with automatic download.
  • roman220220/ACE-Step1.5-sft-MLX-8bit: songs with audible lyrics on a Mac, MIT, about 5.6 GB. Created last night, and the sibling repos give you bf16 for quality or 4-bit for a 16 GB machine.
  • Frosty40/Qwen-Image-2.1-SYCL-Turbo-GGUF: the first Intel Arc package for Qwen-Image-2.1 with published before-and-after timings and checksums. Created September 24. Runs on stable-diffusion.cpp (7.4k stars).
  • Qwen/Qwen-Image-2.1-PE-T2I: the official prompt rewriter as its own download, with the system prompt in the open. Created September 20, 4,607 downloads, Qwen Research licence.
  • Blaizzy/mlx-audio (7.9k stars): the toolkit the Mac music work runs through, on the pc/add-ace branch at commit 1e8264a. Pin that commit; the findings above were measured against it.

Creative workflows

1. Watch the picture form instead of waiting for it. Files: the seven decoders in vladmandic/MicroDecoder, named microdecoder-f1, -f2, -qwen, -qwen21, -sd, -sdxl and -wan21.

The steps. In SDNext, turn on the Micro preview type. It picks the right file for whatever model you have loaded, downloads it into models/Preview, and draws a live preview every step. Outside SDNext, the inference code is under eighty lines and takes the model's working data plus how far through the render you are.

How it works. A small network trained only to turn working data into a rough picture, fast, with the render's progress fed in as an extra input so early steps do not come out as garbage. It deliberately blurs and then scales up, because a fast honest blur reads better than a fast wrong sharpness.

Why it is good. Apache 2.0. One file per model family, and sizes are worked out from the file itself, so there is nothing to configure when you switch models. The payoff is not speed, it is that you can abandon a bad generation at step four.

Where it breaks. The author calls it low quality reconstruction and means it: this is a preview, never an output. There is no file for architectures the routing table does not cover, though the training script covers that if you can spend fifteen minutes and a few hundred images. And the example figures in the card are one run on one dataset, not a benchmark.

2. Write the prompt with the model's own rewriter before you generate. Free hosted: hugging-apps/qwen-image-2-1-prompt-enhancer.

The steps. Type your short request in any language. Take back a long English prompt and a recommended aspect ratio. Paste both into whatever you are generating with. To run it locally, pull Qwen/Qwen-Image-2.1-PE-T2I and the system_prompt.txt that ships with it.

How it works. A vision-language model fine-tuned on the specific job of turning intent into the phrasing this image model responds to, returning structured output rather than prose, so the aspect ratio is a decision the rewriter makes rather than one you guess.

Why it is good. It is the enhancer behind the official demo, so you are matching the conditions the sample images were made under. WanPE's cross-generator results this week suggest this is generally worth doing, and worth doing with a good enhancer rather than the default one.

Where it breaks. Qwen Research licence on the weights, so local use is evaluation only. The Space is free and shared, so it queues. And a rewriter that expands your six words into two hundred will invent specifics you did not ask for; read what comes back before you generate.

3. Get ACE-Step 1.5 singing on a Mac instead of babbling.

The steps. Install mlx-audio from the pc/add-ace branch at commit 1e8264a. Pull roman220220/ACE-Step1.5-sft-MLX-8bit. Then apply the two fixes from the model card: pass use_lm=False, and patch the guidance path to use the model's own trained blank input rather than all zeros. The card has the exact twenty or so lines.

How it works. The toolkit assumed every version of this model wants a planner feeding it a rough sketch first. This version does not, and choking on that sketch is what produces noise. Removing it is both correct and about fifteen seconds faster per track.

Why it is good. MIT on both halves, licensed training data, 48 kHz stereo, and the author measured intelligibility rather than claiming it.

Where it breaks. Every number is one person on one M5. Word error rate measures whether you can hear the words, not whether the mix is any good, and the author says plainly that the faster sibling sounds fuller and more finished even though the words come through worse. Twelve test tracks is a small sample, and he says so. Generate a couple of seeds.

Worth testing

What actually matters from today's signal

The labs were quiet and the work that filled the gap was all plumbing, which sounds like a thin day and is not. Three of the four useful things here exist because somebody noticed that the expensive part of their day was not the model. Preview decoding is the clearest case. Local generation has been a blind wait for three years, and everyone accepted it, because the fix looked like it required a better model. It required a 10 MB file and fifteen minutes of training. If you generate locally, this is the single highest return thing you can install this week, and it is free.

The prompt story is bigger and less comfortable. WanPE's number at thirty seconds, fifty points of preference swing from rewriting the request, is larger than the gap between most competing generators. Taken with the cross-generator table, where a general enhancer beat two platforms' own built-in ones, the implication is that the enhancement layer is now a separate product from the generator, and most of us are using whichever one our platform bundled without ever checking whether it is good. Qwen quietly shipping its rewriter as a downloadable file with the system prompt attached is the same recognition from the other direction.

The counter-signal is licensing, and it is getting worse rather than better. The best image tooling this week, both the Intel package and the prompt rewriter, inherits Qwen Research, which means evaluation only. The genuinely usable things are MicroDecoder under Apache 2.0 and the ACE-Step Mac build under MIT. That is the real division to watch now: not open versus closed weights, which is mostly settled, but whether the licence lets you sell what comes out. On that test, a small preview decoder and a music model trained on cleared material beat everything else that shipped this weekend.


Source access notes: Hugging Face's sort=modified listings served badly wrong data this run and every date in them should be treated as unreliable: items shown as "Updated 17 hours ago" and "Updated 24 hours ago" returned lastModified values from July and August when checked against the per-repo API. Every date above comes from the API createdAt field. The sort=createdAt feeds worked this run, unlike yesterday. GitHub's API returned empty bodies for both api.github.com/repos/comfyanonymous/ComfyUI/releases and the releases atom feed, so there are no ComfyUI release notes here; star counts came from shields.io with cache busting and file contents from raw.githubusercontent.com. blog.comfy.org skipped per standing note. civitai.com skipped per standing note. Nothing inside the window appeared on openai.com/news, blog.google, bfl.ai, runwayml.com/research, stability.ai/news, elevenlabs.io/blog, blog.fal.ai or replicate.com/blog. blog.adobe.com's most recent item was September 24 and already covered. An adversarial fact-check pass ran on this draft and caught eight errors, all corrected above: the MicroDecoder set was described as 166 MB, which is the API's cumulative storage field rather than the current files (the seven decoders are 9.6 to 9.9 MB each, about 68 MB); its training example was called 360 images when 360 is the training split of a 400-image set; the seven files were described as one per model family when SDNext's routing table maps each to a group of architectures and f1 is FLUX.1 rather than FLUX.2; the inference file is closer to 76 lines than 70; the ACE-Step word error rate of 0.22 belongs to the full-precision sibling and the 8-bit build linked here scores 0.24; the ACE-Step patch is about twenty lines, not twelve; the Qwen prompt rewriter's download count had moved from 3,208 to 4,607; and the struck Intel flag combination ran about a quarter slower, not 20%. The pass confirmed every remaining date, size, price, licence, star count and WanPE figure.