- The full pipelines this page comes from
- The Lab — members' canvas rooms
- Studio Canvas — pre / prod / post boards
ONCE一回
1:1 · two hours
Local AI line · stop 03 of 14 · 26 min · members
Three minutes a frame for something that looks shot rather than rendered. Settings, steps and when it is worth the wait.
Free with an account
Membership is free: an account opens all 86 script pages. The Lab, Studio Canvas and the paid guides need the $99 pass, paid once. Already signed in on this browser? The page opens by itself.
What it is good at
That is the whole reason to accept a three-minute generation instead of a fifteen-second one.
Speed is the obvious axis on which to compare local image models, and it is usually the wrong one. The faster options produce clean, digital-looking images: correct, well-composed, and unmistakably generated. Qwen produces something with more grain structure, softer falloff and less of that plastic surface.
For a mood board, the fast model wins on every count. For a frame that has to sit next to real photography without announcing itself, the slow one earns its time.
Decide which of those two you are making before you pick a model. Most disappointment with local generation comes from using the wrong one for the job.
Setup
Most shared workflows point at a loader that is wrong for Apple Silicon.
The workflow you find online will almost certainly use an fp8 loader, because it was built on an NVIDIA machine. Replace that node with a GGUF loader and point it at a Q6_K file.
Switch nodes
Some published workflows include conditional switch nodes that recent ComfyUI versions reject during validation. If the graph refuses to run, remove the switches and wire the branch you actually want directly. It is faster than chasing the compatibility issue.
Sampling
With a Lightning-style acceleration branch, more steps make the image worse, not better.
The instinct from earlier diffusion models is that more steps mean more quality. With an accelerated sampling branch that relationship inverts past a fairly low number.
Eight steps is the working figure. At four the image is soft and structurally unreliable; at sixteen you have doubled your generation time to get an image that is often slightly worse — over-sharpened, with a hardness in the highlights that reads as digital.
If a frame is not working at eight steps, the problem is the prompt or the seed. Raising the step count is the most common way to waste an afternoon confirming that.
Prompting it
Focal length, film stock and light direction change the frame. Mood words mostly do not.
Terms that reliably do something:
Terms that mostly do nothing: emotional adjectives, quality claims like 'masterpiece', and long stacks of style names. They consume prompt budget and dilute the terms that were working.
Write the prompt as though you were briefing a photographer who cannot see your reference, and cut anything that would not survive that conversation.
Throughput
You solve it by not sitting there, rather than by making it faster.
At three minutes a frame, nineteen frames is an hour. That is a fine overnight job and a terrible interactive loop.
So split the work. Iterate on the prompt with a fast model until the composition and content are right, then re-run the locked prompt through Qwen as a batch. You are using the fast model as a viewfinder and the slow one as the camera.
# queue the batch, walk away
# check failures in the morning, re-roll individual frames by nameBuild the re-roll path early. Out of nineteen frames, one or two will need another attempt, and being able to regenerate a single frame without rebuilding the queue is what makes the whole approach practical.
When not to use it
Knowing when to skip it is most of the value of knowing it.
Exploration. If you do not yet know what the image is, three minutes a guess is intolerable. Explore fast, commit slow.
Anything with readable text. This is not what it is for, and the fast alternatives are not better either. Add type afterwards.
Work that will be heavily composited. If the frame is going to be cut up, retouched and layered, the photographic surface you paid three minutes for gets destroyed in post anyway.
Everything else — a frame that has to stand on its own and look like it was taken rather than made — is where it belongs.
1:1 · two hours