All examples
Example Cogtemplate:anima-2.9b

Prompt → anime illustration

Anima 2.9B

Run the expanded 2.9B Anima diffusion transformer through a native BF16 Cog with TF32, SDPA, batched guidance, a precompiled torch.compile cache, and a RunPod worker that returns to zero after the burst.

L40S 48GB scale to zero WebP, PNG, or JPEGAnimaCosmosserverlessscale-to-zero

Canonical example

Input and output, side by side

A generated image appears here after the run completes.

01 · input

masterpiece, best quality, 1girl, wind-swept cape, luminous city at dusk, detailed background, dramatic illustration

prompt
masterpiece, best quality, 1girl, wind-swept cape, luminous city at dusk, detailed background, dramatic illustration
negative prompt
low quality, blurry, malformed hands
width
832
height
1216
num inference steps
28
guidance scale
4
02 · WebP, PNG, or JPEG
Anima render slot
A generated image appears here after the run completes.

Run the same recipe everywhere

curl -sX POST https://app.nz/api/cogs/run \
  -H "Authorization: Bearer $APP_NZ_KEY" \
  -H "Content-Type: application/json" \
  -d '{"template":"anima-2.9b","input":{"prompt":"masterpiece, best quality, 1girl, wind-swept cape, luminous city at dusk, detailed background, dramatic illustration","negative_prompt":"low quality, blurry, malformed hands","width":832,"height":1216,"num_inference_steps":28,"guidance_scale":4,"seed":42,"output_format":"webp"}}'