Skip to main content
ArtEmotion
Image

SeedVR Upscale

Credit-based pricing. Supports reference images.

SeedVR Upscale preview
Output
image

Inputs

  • Reference image (required)

Example prompt

Upload any photo — SeedVR upscales it with sharp, natural-looking detail recovery.
Try this prompt →
LLM-ready

API & LLM schema

Exact request contract for this model. Agents can fetch it from /api/v1/models?id=fal-ai/seedvr/upscale/image.

POST/api/v1/generate14 fields · 2 required
FieldTypeRequirementContract
model_idconstantRequiredArtEmotion model identifier.
extraobjectOptionalModel-specific settings may also be nested here.
max_creditsnumberOptionalReject before submission if the estimated list price exceeds this cap. · Range: 1–…
webhook_urlstringOptionalFormat: uri
webhook_secretstringOptionalOptional model input.
folder_idstringOptionalOptional model input.
promptstringOptionalOptional model input.
target_resolutionstringOptionalThe target resolution to upscale to when `upscale_mode` is `target`. · Allowed: 720p, 1080p, 1440p, 2160p · Default: 1080p
upscale_modestringOptionalThe mode to use for the upscale. If 'target', the upscale factor will be calculated based on the target resolution. If 'factor', the upscale factor wi · Allowed: target, factor · Default: factor
upscale_factornumberOptionalUpscaling factor to be used. Will multiply the dimensions with this factor when `upscale_mode` is `factor`. · Default: 2 · Range: 1–10
output_formatstringOptionalThe format of the output image. · Allowed: png, jpg, webp · Default: jpg
seedintegerOptionalThe random seed used for the generation process.
noise_scalenumberOptionalThe noise scale to use for the generation process. · Default: 0.1 · Range: 0–1
reference_image_urlstringRequiredFormat: uri
Minimal request example
{
  "model_id": "fal-ai/seedvr/upscale/image",
  "reference_image_url": "https://example.com/reference_image"
}
Raw JSON Schema
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://www.artemotion.ai/api/v1/models?id=fal-ai%2Fseedvr%2Fupscale%2Fimage",
  "title": "SeedVR Upscale generation request",
  "description": "Request body accepted by POST /api/v1/generate for fal-ai/seedvr/upscale/image.",
  "type": "object",
  "properties": {
    "model_id": {
      "type": "string",
      "const": "fal-ai/seedvr/upscale/image",
      "description": "ArtEmotion model identifier."
    },
    "extra": {
      "type": "object",
      "additionalProperties": true,
      "description": "Model-specific settings may also be nested here."
    },
    "max_credits": {
      "type": "number",
      "minimum": 1,
      "description": "Reject before submission if the estimated list price exceeds this cap."
    },
    "webhook_url": {
      "type": "string",
      "format": "uri",
      "maxLength": 2048
    },
    "webhook_secret": {
      "type": "string",
      "maxLength": 512
    },
    "folder_id": {
      "type": "string"
    },
    "prompt": {
      "type": "string"
    },
    "target_resolution": {
      "title": "Target Resolution",
      "description": "The target resolution to upscale to when `upscale_mode` is `target`.",
      "default": "1080p",
      "type": "string",
      "enum": [
        "720p",
        "1080p",
        "1440p",
        "2160p"
      ]
    },
    "upscale_mode": {
      "title": "Upscale Mode",
      "description": "The mode to use for the upscale. If 'target', the upscale factor will be calculated based on the target resolution. If 'factor', the upscale factor wi",
      "default": "factor",
      "type": "string",
      "enum": [
        "target",
        "factor"
      ]
    },
    "upscale_factor": {
      "title": "Upscale Factor",
      "description": "Upscaling factor to be used. Will multiply the dimensions with this factor when `upscale_mode` is `factor`.",
      "default": 2,
      "type": "number",
      "minimum": 1,
      "maximum": 10
    },
    "output_format": {
      "title": "Output Format",
      "description": "The format of the output image.",
      "default": "jpg",
      "type": "string",
      "enum": [
        "png",
        "jpg",
        "webp"
      ]
    },
    "seed": {
      "title": "Seed",
      "description": "The random seed used for the generation process.",
      "type": "integer"
    },
    "noise_scale": {
      "title": "Noise Scale",
      "description": "The noise scale to use for the generation process.",
      "default": 0.1,
      "type": "number",
      "minimum": 0,
      "maximum": 1,
      "multipleOf": 0.001
    },
    "reference_image_url": {
      "type": "string",
      "format": "uri"
    }
  },
  "required": [
    "model_id",
    "reference_image_url"
  ],
  "additionalProperties": false
}

FAQ

How much does SeedVR Upscale cost on ArtEmotion?

Credit-based pricing. You pay in ArtEmotion credits — every plan and top-up converts USD to credits at a fixed rate.

Do I get my credits back if SeedVR Upscale fails?

Yes — failed generations are never charged. The credits are released back to your balance automatically.

Can I call SeedVR Upscale from the API?

Yes. Use POST /api/v1/generate with model_id: "fal-ai/seedvr/upscale/image". See the API reference for the full schema.

Where are my generations stored?

Every output is saved to your personal Library. You can export or delete everything any time from Privacy & deletion.

Ready to generate with SeedVR Upscale?

Start now →

No commitment. New accounts get 50 free credits on signup. See pricing.