FervorCreative AI
Live Latest 28.08.26 · morning 13 tools tracked 8 workflows indexed 25 topics Hot: MLX, Bonsai Image 4B, ACE-Step 1.5

Creative AI models are shrinking fast enough to live on a single machine, which turns per-generation billing into a one-time download and changes what a solo creator can afford to experiment with.

MiniMax H3LTX-2.5SANA-Video 2.0ACE-Step 1.5ControlFoleyvideo-genaudio-genlocal-creative-aicomfyuilora-finetuningopen-weights

Creative AI Briefing: Thursday, August 27, 2026

Take a silent clip of someone skateboarding, hand it to a model along with the words "wheels grinding on concrete," and get back audio that lands on every scrape. Change the words to "man whistling" and the model keeps the timing of the skateboard but gives you whistling instead. That is a real workflow you can install today, and it is one of several this week that share a quiet common trait: they run on your own machine, for free, forever, after a single download.

That is the pattern worth watching. Video models that needed a datacenter three weeks ago now fit in a few gigabytes. Music generation that lived behind a subscription now runs natively on a MacBook. The compression work is unglamorous and the people doing it are not the labs whose names you know, but the effect on a working creator is direct: the meter stops running.

New models

SANA-Video 2.0 arrived from NVIDIA's research team on August 26 with an Apache 2.0 license, which matters more than the specs. Apache means you can put its output in client work, in a product, in anything, without a lawyer reading a license file first. Very few video models offer that. It produces roughly eight seconds at 720p, 24fps, from either a text prompt or a starting image, out of a 4.5-billion-parameter model. Setup is still rough, running off an unmerged code branch, so treat it as something to bookmark for next month rather than install this afternoon (model card).

LTX-2.5 got a much easier install path the same day. This is the model that generates picture and sound together in one pass, so the footsteps in the shot are actually the footsteps in the audio, rather than something you sync afterward. It now loads through the standard Diffusers library in a few lines of Python. Commercial use is free if your company earns under $10M a year. The honest catch is size: a full download is 110GB, or 72GB if you skip the high-quality transformer and run the fast distilled version, which most people should (model card, try it in a browser first).

Video

MiniMax H3 has become the center of the open video world. It published its weights on August 3, and in three weeks the community has built an ecosystem around it that no lab could have shipped alone. The official speed adapter has been downloaded 661,604 times in the last month and there are now 66 free web demos built on it (lightx2v/Minimax-h3-Turbo).

The reason it caught on is that someone distilled it. The original model needs fifty passes to make a clip. The turbo adapter gets there in four to eight, which is the difference between waiting for a render and iterating on an idea. Everything else built on top follows from that: a camera motion LoRA if you want to direct the shot, a spatial physics LoRA if you want objects to collide and bounce like they have weight, and an inpainting demo if you want to change one part of a frame and leave the rest.

More experimental, and interesting for anyone thinking about live visuals: researchers at Imperial College London released an adapter that turns H3 into a streaming generator (RAVEN). Instead of producing a finished clip all at once, it generates chunk after chunk, each one continuing from what came before, which is the shape you need for video that never stops. They are refreshingly blunt that it is not there yet: undertrained, soft on texture detail, not fast enough to be truly live. Worth knowing about, not worth installing.

Image

The image side is where the memory savings landed. A new quantization set for Z-Image Turbo claims to cut VRAM use by 53 to 58% while keeping images visually near-identical to the original. That is often the gap between a model that runs on your GPU and one that does not. The quality figures are the author's own measurements, so verify with your own prompts before rebuilding a pipeline around it.

More telling is what people are training on. Almost every character LoRA uploaded in the last six hours sits on Krea 2 or Z-Image Turbo, not on the newest flagship models. Creators pick the base that fine-tunes well and runs on the card they own, and right now that is not the model getting headlines.

Audio and music

Music generation moved on-device. ACE-Step 1.5 XL Turbo now has a native Apple Silicon build: one self-contained 4GB bundle that gives you a local server accepting a style prompt, optional lyrics, BPM, key, time signature, and a length up to ten minutes, returning 48kHz stereo. No upload, no credits, no internet. It is MIT licensed and the upstream model was trained on licensed and royalty-free material, so the music you make is yours to sell (4-bit build, 8-bit build).

ControlFoley is the skateboard example from the top of this briefing. Xiaomi's research team built a model that solves the part of sound design generic text-to-audio always fails: it takes timing from the video, character from a reference clip you provide, and meaning from your text prompt, and it handles the case where those three disagree. Official ComfyUI nodes and seven ready-made workflows shipped in July. The blocker is licensing, and it is a hard one: the weights are non-commercial only (model card).

Open and local

The through-line: an open model lands, and within a few weeks the version people actually run is 80% smaller, needs a fraction of the compute, and loads through ComfyUI with adapters the original lab never built. The MiniMax H3 turbo repack is the clearest case. Its author documented shrinking one adapter from 1,865 MiB to 311 MiB while keeping 99.92% mathematical fidelity to the original, and published the full method (drbaph/MiniMax-H3-Turbo-Lora-ComfyUI, 178,638 downloads).

Repos to watch, star totals verified via shields.io:

  • comfyanonymous/ComfyUI: the node graph every one of these adapters is built for; if you run creative models locally, this is the surface (130k stars) (repo)
  • Lightricks/LTX-2: joint video and audio generation in one pass, now easier to install (9.3k stars) (repo)
  • NVlabs/Sana: efficient video and image models, with the new 2.0 video branch under Apache 2.0 (8.8k stars) (repo)
  • ace-step/ACE-Step: open music generation, the model behind the new Mac builds (4.8k stars) (repo)
  • hao-ai-lab/FastVideo: makes video models run faster on the hardware you have; four new checkpoints in the last day (4k stars) (repo)
  • ModelTC/Minimax-H3-Turbo: the distillation project that made H3 practical (318 stars) (repo)
  • xiaomi-research/controlfoley: video-to-audio with reference-timbre control (147 stars) (repo)
  • mvp-ai-lab/RAVEN: streaming video generation research (93 stars) (repo)

Creative workflows

1. Add sound to silent footage. ControlFoley ComfyUI nodes

Seven ready-to-load workflow files, each one a different mode. 01_v2a_basic.json watches your video and invents sound with no guidance from you. 04_tv2a_text_video.json adds a text prompt so you can say "skateboarding" and steer what it hears. 03_acv2a_audio_controlled.json takes a two to four second reference clip and matches its character while keeping your video's timing, which is how you get a specific door slam rather than a generic one. 05_t2a_basic.json skips video entirely for plain text-to-sound.

How it works: the model looks at the frames to figure out when things happen, pulls tone and texture from your reference audio, and takes subject matter from your words. When those inputs contradict each other, it was specifically trained to favor your instruction over what it sees, which is why the whistling example works.

Why it is good: it produces a WAV and a finished MP4 with the audio muxed in, so a silent generated clip becomes a deliverable in one pass. Defaults are tuned for mid-range GPUs at 25 steps.

Where it breaks: NVIDIA GPU only, no Mac support. First run downloads several dependency models and can take minutes. Weights are non-commercial, so this is a personal or spec-work tool until the license changes.

2. Fast video with matching audio. MiniMax H3 Turbo workflow

Drop minimax_h3_turbo_v4_step600_ema_pruned_comfyui.safetensors into ComfyUI/models/loras/, load the workflow, and run 6 to 8 steps with the Euler sampler and Beta scheduler at strength 1.0. Four steps for rough previews.

How it works: the LoRA is a distillation, meaning a small trained file that teaches the model to reach a finished frame in a handful of steps instead of fifty. You are not lowering quality settings, you are loading a shortcut someone trained for you.

Why it is good: preview speed changes how you work. You stop composing one careful prompt and start trying twelve.

Where it breaks: the audio. Video and sound run on separate schedules, and a wrong audio sigma shift setting produces noise rather than sound. Start at 4 to 6, keep video sigma shift at 12, and if audio blows out, suspect the scheduler config before blaming the model. You can stack the physics LoRA on top at 0.3 to 0.5 strength for collision-heavy shots.

3. Score a video without a subscription. ACE-Step on mlx-serve

Start the local server, send it a request with a prompt like "upbeat synthwave with driving bass, dreamy pads," a duration, and optionally lyrics and a key, and it writes a WAV to disk.

How it works: the whole pipeline, text encoder through audio decoder, was rebuilt to run on Apple's own GPU framework. The compression is selective rather than blunt, keeping the parts of the model that control timing at higher precision and squeezing the parts that do not, which is why an eight-step model survives 4-bit weights without falling apart.

Why it is good: unlimited generation at zero marginal cost, nothing leaves your machine, and the license permits commercial release. For anyone scoring short pieces or building temp tracks, that removes an entire line item.

Where it breaks: the 4-bit build is slightly softer than 8-bit, most noticeable on dense vocal mixes. Take the 8-bit if you have the disk. No stems, no arrangement control, so this composes cues rather than replacing a DAW.

Worth testing

Nothing to install for the first two. Open the page, type, wait.

LTX-2.5 for video with matching audio from a prompt or a still image. Tradeoff: the free demo queues, and running it locally is a 72GB commitment.

MiniMax H3 Turbo for fast iteration on a shot. Tradeoff: its license bars local deployment in the US, EU, UK, and South Korea, so hosted access is the only compliant route for most readers here.

ACE-Step on a Mac is the clearest cost saving on this list if you own Apple Silicon. Not for you if you need multitrack control or pieces longer than a cue.

ControlFoley does the "match this sound's character to that video's timing" trick better than anything else available. Non-commercial weights and NVIDIA-only, so treat it as a proof of concept.

What actually matters from today's signal

The gap between a model's release and the moment it becomes usable is now measured in weeks, sometimes days. MiniMax H3 had ComfyUI support the day its weights dropped and a mature speed-adapter ecosystem inside a month. Practically, that means chasing launch day buys you very little. Waiting two weeks for the community to distill, quantize, and package it costs almost nothing and gets you something that runs.

Read the license before you build. Five models in this briefing sit in five different legal positions: Apache 2.0, MIT with commercial output rights, non-commercial only, revenue-capped community terms, and a license that excludes four major regions from local use. "Open weights" is now close to meaningless as a description. The only thing that tells you what you can do with a model is the license file, and the cheapest time to read it is before you build a workflow on top.

The honest counterweight: most of what is above is a preview. RAVEN says it is undertrained. The physics LoRA says its training labels are messy. SANA-Video ships from an unmerged branch. The memory-saving numbers come from the people who made the memory savings. Things move this fast because nobody is waiting for polish, and the cost is that today's workflow may not survive next month's checkpoint. Save your working setup, note the exact file versions, and do not upgrade in the middle of a job.


Source access notes: Hacker News Algolia search_by_date returned stale results dated August 23, so community signal came through search instead. Trendshift and GitHub trending were unreachable this run. blog.comfy.org requires JavaScript and returned a subscribe wall; ComfyUI data came from the repo directly. Star counts verified via shields.io JSON endpoints. Adobe, OpenAI, Google, Runway, Black Forest Labs, Stability, ElevenLabs, and Suno published nothing creator-facing in the 48-hour window; their most recent items are Adobe Firefly audio general availability and BFL's FLUX Upscale 2K/4K, both August 20. The "Writing" section is omitted because no creation-relevant text-AI news cleared the filter today.