How to turn a character image into an animated sprite sheet with AI
To turn a character image into an animated sprite sheet with AI, upload one image of the character on a transparent background, tell the animator what motion to make, and download the frames as a sprite sheet. In Ludo.ai's Sprite Generator you drive the motion with a text description (Animate), up to three key poses (Keyframe Animation), or a reference video or animation preset (Transfer Motion); presets are for humanoid characters. The result is a square-grid sheet of 4 to 64 frames that you can download as a PNG sheet, a GIF, individual frames, or a sheet plus JSON.
Last updated September 2026
What you need
- One image of the character: a single subject, not a scene, a room or an existing sprite sheet
- A transparent background is best; an image with a background goes through background removal on upload
- A way to describe the motion: a short text description, up to three key poses, a reference video of up to about 4 seconds, or an animation preset for humanoid characters
1Prepare one character image
Use an image with one subject on a transparent background. If you upload a sprite image that still has a background, the Sprite Generator removes it and shows the original next to the cleaned version so you can accept it before animating.
2Choose how to drive the motion
Open the Sprite Generator and pick a tab: Animate for a text description of the motion, Keyframe Animation for up to three key poses, or Transfer Motion to copy movement from a reference video or an animation preset.
3Add the image and describe the motion
In Animate, put the image in First Frame, optionally add a Final Frame to end on a specific pose, pick the sprite type and describe one clear action, such as walking or idle. In Keyframe Animation, fill First Frame, Middle Frame and Final Frame; a slot can be an Empty Frame, but use at least one real image and never two empty frames in a row.
4Or copy motion from a preset or video
In Transfer Motion, add the character as the Sprite Image, then fill Reference Animation with a video of up to about 4 seconds or open Presets and choose a preset, perspective and direction. Presets are for humanoid characters only; for creatures, vehicles or other non-humanoid subjects, use a reference video. The walk cycle guide walks through a preset end to end.
5Set frames, size and duration
Choose Max Frames (4 to 64 on a square grid), Sprite Size (32 to 384 px, Max, True Size or Upscale 1.5x), the model and the duration. Raise Animation Margin for motions that travel outside the frame, such as jumps.
6Generate and fix the result
Generate, then review the preview. Every result offers Fix Loop and Zoom Out, and the one you need moves to the front when a bad loop or a sprite leaving the frame is detected; Adjust Sprite Sheet changes loop, whitespace trimming, frame count and sprite size, and Edit Animation changes the animation from a text description.
7Download the sprite sheet
From the result's download menu choose Download Sprite Sheet, Download GIF, Download All Frames or Download Sheet + JSON, a zip with the PNG sheet and a TexturePacker-format JSON file. In Godot, for example, slice the sheet into an AnimatedSprite2D.
Specs
| Input (Animate) | One starting image plus a motion description, with an optional final frame to end on |
|---|---|
| Keyframes | Up to three (first, middle, final); at least one of first or middle is required; description optional; Forge or Forge Pixel model |
| Reference video | Videos up to 4 seconds work best; longer videos are compressed to the chosen duration |
| Animation presets | 641 presets for humanoid characters, 5 perspectives, 8 directions; one perspective and direction per generation |
| Frames per sheet | 4, 9, 16, 25, 36, 49 or 64 (square grids) |
| Frame size | 32, 64, 96, 128, 192, 256 or 384 px, max resolution, AI 1.5x upscaling, or matching the input frame |
| Duration | 1 to 4 seconds; the available steps depend on the model |
| Downloads | PNG sprite sheet, GIF, all frames, or sheet plus TexturePacker-format JSON |
Tips
- Start from a pose close to the beginning of the motion; use Change Pose on the image first if the character is standing differently from the move you want.
- Describe one clear action per generation, such as walking, jumping or idle.
- Presets work on humanoid characters only. For a creature or any non-humanoid subject, record or find a short reference video and use Transfer Motion.
- Getting fewer frames than Max Frames? That can happen when the duration is too short or when bad frames were removed automatically, so try a longer duration.
FAQ
Does the image need a transparent background?
It is recommended: the First Frame slot asks for one subject on a transparent background. If your sprite image still has a background, the Sprite Generator runs background removal on upload and lets you review the result before you animate.
Can I animate hand-drawn art or concept art?
Yes, as long as the image shows a single subject on its own. Whole scenes, rooms and finished sprite sheets are not valid starting frames, so crop the character out first.
Does it work for pixel art?
Yes. Choose the Forge Pixel model, which is built for low-res pixel art animations, and export with the Pixel Art mode so frames scale with nearest-neighbor. Keyframe Animation runs on Forge or Forge Pixel, so the same choice applies there. See how to make and animate pixel art sprites.
Can I control the in-between poses?
Use Keyframe Animation: the animation moves from the first frame through the middle frame to the final frame. Set any slot to Empty Frame to let the model invent that pose.
What about non-humanoid characters?
Animation presets are for humanoid characters only. For creatures and other non-humanoid subjects, use Transfer Motion with a reference video, or describe the motion in the Animate tab.
Related
More guides for Sprite Generator
- How to make a walk cycle for a 2D character with AIApply a walk preset to one character image, pick perspective and direction, export a looping sheet.
- How to make an 8-direction sprite sheet with AIRotate a character to 8 views, animate each view in its direction, export 8 matching sheets.
- How to make and animate pixel art sprites with AIGenerate in a pixel art style, animate with Forge Pixel, export with nearest-neighbor scaling.
- How to make VFX sprites for explosions, magic and hits with AIGenerate an effect as a Sprite VFX still, animate it as a loop or a one-shot, export frames with alpha.
- How to make a tileset for a 2D game with AIGenerate map tiles and tiling sprites in one style and perspective, then build the tileset in your engine.
- How to import AI sprite sheets into Unity, Godot, GameMaker, RPG Maker and PhaserPick the right download, then slice the square grid or load the TexturePacker JSON in your engine.
