Tensor.Art logo

Tensor.Art

Free tier

Create stunning AI-generated images with community-shared models and workflows

Free tier available·All audiences·Powered by Stable Diffusion (Community Fine-tunes)·API available

Key strengths

Massive library of community-shared Stable Diffusion models, LoRAs, and checkpointsCloud-based GPU inference — no local hardware requiredSupports advanced workflows including img2img, ControlNet, and inpaintingActive community with model sharing, image feeds, and social featuresFree daily credits for image generation
Free tier + paid plans
Founded 2022
No ratings yet

Tensor.Art API & Technical Integration

Tensor.Art provides a REST API that allows developers to programmatically submit generation jobs and retrieve results, enabling integration into custom applications, bots, or automated content pipelines.

Authentication

API access requires an API key obtained from your account dashboard. Pass it as a Bearer token in the Authorization header.

Authorization: Bearer YOUR_API_KEY

Key API Endpoints

  • POST /v1/jobs/generate — Submit a text-to-image or image-to-image generation job. Accepts parameters such as model_id, prompt, negative_prompt, width, height, steps, cfg_scale, sampler, and optional lora references.
  • GET /v1/jobs/{job_id} — Poll the status of a submitted job and retrieve output image URLs upon completion.

Key Parameters

ParameterTypeDescription
model_idstringID of the checkpoint model to use
promptstringPositive text prompt
negative_promptstringNegative text prompt
width / heightintOutput resolution (e.g., 512, 768, 1024)
stepsintDiffusion sampling steps (typically 20–50)
cfg_scalefloatClassifier-free guidance scale (1–20)
lorasarrayList of LoRA model IDs and weights

Supported Features

  • Stable Diffusion 1.5, SDXL, and fine-tuned variants
  • ControlNet (pose, depth, canny, etc.)
  • Inpainting and outpainting
  • Textual inversions / embeddings
  • Custom VAE selection