Reusable prompt profiles for game art, pixel spritesheets, character concepts, and 2D environments.
The library is organized as practical Markdown profiles. Each profile describes what it is for, when to use it, what kind of input works best, and a reusable prompt template that can be copied into an image-generation model.
These prompt profiles are designed for mainstream image-generation models as well as local or self-hosted workflows such as ComfyUI, Stable Diffusion, and other node-based pipelines.
- 14 prompt profiles covering pixel spritesheets, creature animation sheets, character concept art, topdown maps, side-view environments, and arcade-style backgrounds.
- English and Simplified Chinese profile sets.
- Preview images for every prompt profile.
- Clear usage-mode labels so you know whether a profile is best for text-only generation, uploaded reference images, or both.
- Self-contained Markdown files that are easy to copy, adapt, and version.
| Mode | Meaning |
|---|---|
Text-to-image |
Use the prompt profile with a written description. No uploaded reference image is required. |
Reference-guided |
Upload a reference image and use the prompt profile to extend, refine, or preserve the visual design. |
Hybrid |
Works with either a written description or an uploaded reference image, depending on the workflow. |
- Pick a prompt profile from the table below.
- Open the Markdown file and check its
Usage Mode. - Copy the template section into your image-generation tool.
- Replace the placeholder fields with your character, creature, scene, or style details.
- If the profile is
Reference-guidedorHybrid, upload the reference image when the workflow calls for it. - Generate, compare against the preview, and iterate on the variable fields.
.
├── README.md
├── README.zh-CN.md
├── img/
│ ├── reference-input.png
│ └── *.png
└── profiles/
├── en/
│ └── *.md
└── zh-CN/
└── *.md
| File | Purpose | Usage Mode | Preview |
|---|---|---|---|
| five-direction-jrpg-run-cycle-sheet.md | Five-direction JRPG character run-cycle sheet | Hybrid | ![]() |
| compact-8x8-action-platformer-sheet.md | Compact 8x8 action-platformer character sheet | Hybrid | ![]() |
| four-by-eight-jrpg-adventurer-sheet.md | 4x8 JRPG adventurer motion sheet | Hybrid | ![]() |
| indie-character-grid-animation-sheet.md | Indie character animation sheet with 8x8 and 9x8 grid modes | Hybrid | ![]() |
| reference-based-sideview-action-sheet.md | Reference-based side-view character action sheet | Reference-guided | ![]() |
| humanoid-enemy-action-spritesheet.md | Humanoid enemy action spritesheet template | Hybrid | |
| aerial-creature-spritesheet.md | Aerial creature spritesheet with 5x6 animation layout | Text-to-image | |
| mounted-character-gallop-sheet.md | Mounted character gallop animation sheet | Hybrid | ![]() |
| comprehensive-character-action-grid.md | Comprehensive 10x10 character action grid | Hybrid | ![]() |
| impasto-inkwash-character-concept.md | Character concept art with impasto and ink-wash styling | Hybrid | ![]() |
| orthographic-topdown-pixel-scene.md | Orthographic topdown pixel scene with object and ground modes | Text-to-image | |
| angled-topdown-pixel-scene.md | Angled topdown pixel scene with asset and ground modes | Text-to-image | |
| tilebased-sideview-pixel-environment.md | Tile-based side-view cross-section pixel environment | Text-to-image | |
| parallax-sideview-arcade-environment.md | Side-view arcade environment with parallax layers | Text-to-image | ![]() |
- Create an English profile under
profiles/en/. - Create the matching Simplified Chinese profile under
profiles/zh-CN/. - Add an example image under
img/using the same slug as the profile file. - Include an
Example,Purpose, andUsage Modesection in each profile. - Add the profile to both README tables.
- Prompt results vary by model, model version, sampling settings, and uploaded references.
- Grid-based spritesheet prompts may require several iterations for exact frame alignment.
- Preview images are examples, not strict output guarantees.
Released under the MIT License. The prompt profiles, documentation, and example images in this repository are covered by the same license unless noted otherwise.








