Model reference · open weights

revanimated

revanimated is an open-weight image model from stablediffusionapi, listed in the AxForge catalogue. AxForge can bring it up on EU-owned hardware for you on request — with the licence handled where one is required.

Image stablediffusionapi 1 variants 209k downloads/mo
Request this model on EU hardware All served models Not on the shared API today — deployed on request.

About

What revanimated is

ReVAnimated API Inference Get API Key Get API key from ModelsLab, No Payment needed. Replace Key in below code, change modelid to "revanimated" Coding in PHP/Node/Java etc? Have a look at docs for more code examples: View docs Model link: View model Credits: View credits View all models: View Models import requests import json url = "https://stablediffusionapi.com/api/v3/dreambooth" payload = json.dumps({ "key": "", "modelid": "revanimated", "prompt": "actual 8K portrait photo of gareth person, portrait, happy colors, bright eyes, clear eyes, warm smile, smooth soft skin, big dreamy eyes, beautiful intricate colored hair, symmetrical, anime wide eyes, soft lighting, detailed face, by makoto shinkai, stanley artgerm lau, wlop, rossdraws, concept art, digital painting, looking into camera", "negativeprompt": "painting, extra fingers, mutated hands, poorly drawn hands, poorly drawn face, deformed, ugly, blurry, bad anatomy, bad proportions, extra limbs, cloned face, skinny, glitchy, double torso, extra arms, extra hands, mangled fingers, missing lips, ugly face, distorted face, extra legs, anime", "width": "512", "height": "512", "samples": "1", "numinferencesteps": "30", "safetychecker": "no", "enhanceprompt": "yes", "seed": None, "guidancescale": 7.5, "multilingual": "no", "panorama": "no", "selfattention": "no", "upscale": "no", "embeddings": "embeddingsmodelid", "lora": "loramodelid", "webhook": None, "trackid": None }) headers = { 'Content-Type': 'application/json' } response = requests.request("POST", url, headers=headers, data=payload) print(response.text) Use this coupon code to get 25% off DMGG0RBN

Summarised from the published model card. Read the full card on the HuggingFace links below.

Specifications

What it is

Makerstablediffusionapi
TypeImage models
Variants1
Runs withdiffusers
Released2023-05-10
Popularity209k downloads / month
Likes2
LicenceOpen weights

How it works

How image models work

Text promptwhat to makeText encoderunderstands itDiffusion stepsdenoise to pixelsImagePNG / JPEGA diffusion model starts from noise and denoises it, guided by your prompt, into a finished image.

Variants

Sizes & precisions

Open weights ship in several sizes and precisions. One page, all the variants — pick the one that fits your GPU. VRAM figures are estimates from model size.

VariantParamsPrecisionVRAMFits 16 GBWeights
revanimatedBF16Weights ↗

Using it via the API

Call it like any OpenAI endpoint

Once AxForge deploys revanimated for you, it answers on the OpenAI-compatible API — the same base URL and keys as every other model. (revanimated below is illustrative; you get the exact model name on deployment.)

$ curl -sS https://api.axforge.ai/v1/images/generations \
  -H "Authorization: Bearer $AXFORGE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model":"revanimated","prompt":"a red bicycle","size":"1024x1024"}'

Details

Languages, data & research

Tags

diffusers stablediffusionapi.com stable-diffusion-api text-to-image ultra-realistic endpoints_compatible diffusers:StableDiffusionPipeline

Licence

Open weights

Open weights under creativeml-openrail-m — commercial use is permitted. Deploy it on AxForge EU hardware on request. Read the licence ↗

Sources

Weights & code

Want revanimated on EU-owned hardware?

Request this model on EU hardware See what’s served now

Explore

More image models

© 2026 AxForge · EU-hosted AI infrastructure Pricing Docs Trust Privacy Terms