> ## Documentation Index
> Fetch the complete documentation index at: https://docs.orisu.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Image nodes

> Generate and transform images on the canvas.

Image nodes generate images from text and transform existing ones: editing, upscaling, removing backgrounds, vectorizing, and reframing. Most run on a model you select in the node's config and consume credits per run.

Connect an image source (a generator, an upload, or an upstream node) into a transform node, then chain transforms to build a pipeline.

<Columns cols={2}>
  <Card title="Generate image" href="/nodes/ai-image/generate-image">
    Create images from a text prompt, with optional reference images and brand context.
  </Card>

  <Card title="Edit image" href="/nodes/ai-image/edit-image">
    Modify an existing image based on text instructions.
  </Card>

  <Card title="Remove background" href="/nodes/ai-image/remove-background">
    Strip the background from an image, producing a transparent PNG.
  </Card>

  <Card title="Upscale image" href="/nodes/ai-image/upscale-image">
    Increase the resolution of an image.
  </Card>

  <Card title="Vectorize image" href="/nodes/ai-image/vectorize-image">
    Convert a raster image into an SVG vector file.
  </Card>

  <Card title="Change aspect ratio" href="/nodes/ai-image/change-aspect-ratio">
    Reframe an image to a target aspect ratio.
  </Card>

  <Card title="Change camera angle" href="/nodes/ai-image/change-camera-angle">
    Shift the perceived camera orientation of a scene.
  </Card>
</Columns>
