One pipeline instead of a folder full of half-finished frames
Unum Sunt Sprite Studio is a Windows desktop workflow built around a recurring production problem: converting a motion reference into sprite assets is not a single operation. Generation, background removal, frame selection, cleanup, alignment and export all create different failure points.
The tool keeps those stages visible and inspectable instead of hiding them behind one “make sprites” button.
The current public status is Development Preview. It is a working development application, but a public repository and packaged release have not been published yet.
What the current workflow covers
Generate with a local WanGP bridge
The Generate workspace can send a reference image and motion reference to a local WanGP installation. Prompt, negative prompt, seed, requested resolution, frame count, FPS and generation steps remain explicit, while job state and output are tracked inside Sprite Studio.
WanGP is an integration, not the whole application. The remaining production stages can be reasoned about and tested independently from generation.
Extract and inspect the mask
Source video frames can be analysed against one or more background colours. The extraction workspace exposes tolerance, edge softening, cleanup and structural mask refinement instead of treating chroma removal as a one-value effect.
Separate views for the original frame, mask, transparent result, detected silhouette and candidate background make failures visible before they propagate.
Clean the result instead of accepting it blindly
Automatic cleanup handles small alpha defects, while the pixel painter and selection tools allow local corrections. Rectangle and polygonal lasso selections can remove unwanted areas without forcing the user to repaint an entire frame.
Align a sequence around useful anchors
Animation frames rarely arrive perfectly registered. Sprite Studio applies a shared output geometry, scale and anchor model, then allows per-frame correction. Onion-skin inspection helps reveal jitter that is easy to miss when looking at frames individually.
Select fewer, better frames
The smart selection stage analyses motion, near-duplicates and anomalies across an interval. The goal is not simply to keep every generated frame, but to propose a compact sequence that better matches the intended animation profile.
Export assets for a game pipeline
Export Studio can produce individual images or sprite sheets with controlled layout, scale, image format and background. The final product is an asset package, not merely a preview inside the tool.
Why the setup is documented publicly
Local AI generation is the part most likely to fail for reasons unrelated to Sprite Studio itself. During development, a seemingly minor Python-version mismatch was enough to make the WanGP bridge report NOT READY.
That is exactly the kind of detail GVibeDev should expose rather than bury. A useful AI-assisted workflow includes dependency management, reproducible environments and diagnostics alongside the visible creative tool.
AI-assisted, but designed around inspection
AI is used where it helps — most visibly in the optional generation stage — while later stages deliberately give control back to the operator. Masks can be inspected, frames can be rejected, anchors can be corrected and outputs can be rebuilt.
The objective is not maximum automation. It is a production chain where automation saves time without making mistakes impossible to see.












