Tensor.Art
Free tierCreate 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 asmodel_id,prompt,negative_prompt,width,height,steps,cfg_scale,sampler, and optionallorareferences.GET /v1/jobs/{job_id}— Poll the status of a submitted job and retrieve output image URLs upon completion.
Key Parameters
| Parameter | Type | Description |
|---|---|---|
model_id | string | ID of the checkpoint model to use |
prompt | string | Positive text prompt |
negative_prompt | string | Negative text prompt |
width / height | int | Output resolution (e.g., 512, 768, 1024) |
steps | int | Diffusion sampling steps (typically 20–50) |
cfg_scale | float | Classifier-free guidance scale (1–20) |
loras | array | List 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
