Model reference · open weights
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.
About
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
| Maker | stablediffusionapi |
|---|---|
| Type | Image models |
| Variants | 1 |
| Runs with | diffusers |
| Released | 2023-05-10 |
| Popularity | 209k downloads / month |
| Likes | 2 |
| Licence | Open weights |
How it works
Variants
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.
| Variant | Params | Precision | VRAM | Fits 16 GB | Weights |
|---|---|---|---|---|---|
| revanimated | — | BF16 | — | — | Weights ↗ |
Using it via the API
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
Tags
Licence
Open weights under creativeml-openrail-m — commercial use is permitted. Deploy it on AxForge EU hardware on request. Read the licence ↗