## Basic tool info Tool name: WizardWhitebeard/Spellbook-Animorph Tool description: Spellbook: Animorph Tool cover: https://cdn.wiro.ai/uploads/models/WizardWhitebeard-Spellbook-Animorph-cover.jpeg Tool categories: - model - text-to-image - checkpoint-file - lora-flux - bf16 - persistent Tool tags: - concept - morphs - animorphs - transform - shapeshifter - animorph Run Task Endpoint (POST): https://api.wiro.ai/v1/Run/WizardWhitebeard/Spellbook-Animorph Get Task Detail Endpoint (POST): https://api.wiro.ai/v1/Task/Detail ## Tool Inputs: - name: prompt label: prompt help: prompt-help type: textarea default: high resolution photo, Animorph blonde woman morphing into a fat tadigrade, step-by-step transformation - name: samples label: numberofoutputs help: numberofoutputs-help type: number default: 1 - name: steps label: inferencesteps help: inferencesteps-help type: number default: 26 - name: scale label: guidancescale help: guidancescale-help type: float default: 3 - name: seed label: seed help: seed-help type: text default: 588688974 - name: width label: width help: width-help type: number default: 1024 - name: height label: height help: height-help type: number default: 1024 ## Tool Parameter Inspires: - steps: 26 - scale: 3 - prompt: high resolution photo, Animorph blonde woman morphing into a fat tadigrade, step-by-step transformation - seed: 588688974 - steps: 26 - scale: 3 - prompt: Animorph sprung bratwurst man morphing into saggy elderly grandpa sausage, step-by-step transformation - seed: 189536981 - steps: 25 - scale: 3.5 - prompt: animorph snowman morphing into water, step-by-step transformation, black background - seed: 2143384134 - steps: 20 - scale: 3.5 - prompt: Dad morphing into a Christmas ham, step-by-step transformation, christmas living room background - seed: 1728638280 - steps: 40 - scale: 4 - prompt: animorph, Cinematic full body photo of a 30 year old light-skinned hairy long-haired handsome man with long black hair glasses and a beard, he is morphing into an anthropomorphic extremely muscular snow leopard with no shirt on, step-by-step transformation, black background - seed: 427916089 - steps: 50 - scale: 4 - prompt: animorph, man with long black hair glasses and a beard morphing into a snow leopard, step-by-step transformation, dark background - seed: 2052147161 - steps: 25 - scale: 3.5 - prompt: animorph, cool 90's kid morphing into grizzly bear eating tortilla chips, step-by-step transformation - seed: 1747893250 - steps: 24 - scale: 5 - prompt: animorph, nereirfpnxl, white cat morphing into frieren, smug smile, elf, pointy ears, green eyes, white hair, twintails, white outfit, step-by-step transformation - seed: 235577926 - steps: 25 - scale: 3.5 - prompt: animorph snowman morphing into a puddle of water, step-by-step transformation, black background - seed: 1521739803 - steps: 45 - scale: 1 - prompt: { "T5": "A hyperrealistic, colorful scene showing an Animorph clown morphing into a shark, with a step-by-step transformation sequence visible from left to right, set against a vibrant, sunny aquarium background with various sea creatures swimming in the distance, viewed from a low-angle, slightly tilted perspective, with the clown's face contorted in a mixture of fear and excitement, its bright orange wig and red nose still intact as its body starts to elongate and scales begin to form, replacing the bright purple and green striped-patterned clothing, the texture of the skin transforming from soft, pale flesh to rough, gray shark skin, with individual eyelashes and eyebrows still visible on the clown's face as its eyes begin to turn into cold, dark orbs, the lighting is warm and golden, highlighting the intricate details of the transformation", "CLIP-L": "Animorph, clown, shark, morphing, transformation, aquarium, hyperrealistic, colorful, sunny, sea creatures, low-angle, tilted perspective, fear, excitement, bright orange wig, red nose, purple and green stripes, soft flesh, rough gray skin, eyelashes, eyebrows, cold dark orbs, warm golden lighting" } - seed: 73993893 - steps: 25 - scale: 3.5 - prompt: Animorph, Hagrid morphing into cabbage, step-by-step transformation, 0.8 - seed: 2129428549 - steps: 25 - scale: 3.5 - prompt: Animorph, Asian guy with glasses morphing into a potato, step-by-step transformation - seed: 1620088126 - steps: 24 - scale: 5 - prompt: animorph, King morphing into monkey with crown, step-by-step transformation - seed: 1142012214 - steps: 24 - scale: 5 - prompt: animorph, King morphing into monkey with crown, step-by-step transformation - seed: 1142012217 - steps: 45 - scale: 1 - prompt: { "T5": "A hyperrealistic scene of an Animorph tree morphing into a shark, set against a misty, oceanic background at dusk, with warm golden light casting across the water, viewed from a low-angle perspective, looking up at the transformation, the tree's bark slowly stretching and contorting, its leaves transforming into sharp, tooth-like scales, the wood grain turning into a textured, grey skin, as the branches merge into a powerful tail, the roots dissolving into a sleek, muscular body, with piercing, yellow eyes emerging from the trunk, and a mouth full of razor-sharp teeth, the overall transformation captured in a series of subtle, step-by-step changes, with the surrounding environment reflecting the fusion of terrestrial and aquatic elements, such as seaweed-wrapped tree stumps and ocean spray on the morphing creature's skin", "CLIP-L": " Animorph tree morphing into shark step-by-step transformation, hyperrealistic, oceanic background, warm golden light, low-angle perspective, tree bark, sharp tooth-like scales, wood grain, grey skin, powerful tail, muscular body, piercing yellow eyes, razor-sharp teeth, terrestrial, aquatic elements, seaweed, ocean spray" } - seed: 73993893 ## Integration Header Prepare ```bash # Sign up Wiro dashboard and create project export YOUR_API_KEY="{{useSelectedProjectAPIKey}}"; export YOUR_API_SECRET="XXXXXXXXX"; # unix time or any random integer value export NONCE=$(date +%s); # hmac-SHA256 (YOUR_API_SECRET+Nonce) with YOUR_API_KEY export SIGNATURE="$(echo -n "${YOUR_API_SECRET}${NONCE}" | openssl dgst -sha256 -hmac "${YOUR_API_KEY}")"; ``` ## Run Command - Make HTTP Post Request ```bash curl -X POST "https://api.wiro.ai/v1/Run/WizardWhitebeard/Spellbook-Animorph" -H "Content-Type: multipart/form-data" -H "x-api-key: ${YOUR_API_KEY}" -H "x-nonce: ${NONCE}" -H "x-signature: ${SIGNATURE}" -d '{ "prompt": "high resolution photo, Animorph blonde woman morphing into a fat tadigrade, step-by-step transformation", "samples": 1, "steps": 26, "scale": "3", "seed": "588688974", "width": 1024, "height": 1024, "callbackUrl": "You can provide a callback URL; Wiro will send a POST request to it when the task is completed." }'; ``` ## Run Command - Response ```json { "errors": [], "taskid": "2221", "socketaccesstoken": "eDcCm5yyUfIvMFspTwww49OUfgXkQt", "result": true } ``` ## Get Task Detail - Make HTTP Post Request ```bash curl -X POST "https://api.wiro.ai/v1/Task/Detail" -H "Content-Type: multipart/form-data" -H "x-api-key: ${YOUR_API_KEY}" -H "x-nonce: ${NONCE}" -H "x-signature: ${SIGNATURE}" -d '{ "tasktoken": 'eDcCm5yyUfIvMFspTwww49OUfgXkQt', }'; ``` ## Get Task Detail - Response ```json { "total": "1", "errors": [], "tasklist": [ { "id": "2221", "uuid": "15bce51f-442f-4f44-a71d-13c6374a62bd", "socketaccesstoken": "eDcCm5yyUfIvMFspTwww49OUfgXkQt", "parameters": {}, "debugoutput": "", "debugerror": "", "starttime": "1734513809", "endtime": "1734513813", "elapsedseconds": "6.0000", "status": "task_postprocess_end", "createtime": "1734513807", "canceltime": "0", "assigntime": "1734513807", "accepttime": "1734513807", "preprocessstarttime": "1734513807", "preprocessendtime": "1734513807", "postprocessstarttime": "1734513813", "postprocessendtime": "1734513814", "outputs": [ { "id": "6bc392c93856dfce3a7d1b4261e15af3", "name": "0.png", "contenttype": "image/png", "parentid": "6c1833f39da71e6175bf292b18779baf", "uuid": "15bce51f-442f-4f44-a71d-13c6374a62bd", "size": "202472", "addedtime": "1734513812", "modifiedtime": "1734513812", "accesskey": "dFKlMApaSgMeHKsJyaDeKrefcHahUK", "url": "https://cdn1.wiro.ai/6a6af820-c5050aee-40bd7b83-a2e186c6-7f61f7da-3894e49c-fc0eeb66-9b500fe2/0.png" } ], "size": "202472" } ], "result": true } ``` ## Task Status Information This section defines the possible task status values returned by the API when polling for task completion. ### Completed Task Statuses (Polling can stop) These indicate that the task has reached a terminal state — either success or failure. Once any of these is received, polling should stop. - task_postprocess_end : Task completed successfully and post-processing is done. - task_cancel : Task was cancelled by the user or system. ### Running Task Statuses (Continue polling) These statuses indicate that the task is still in progress. Polling should continue if one of these is returned. - task_queue : Task is waiting in the queue. - task_accept : Task has been accepted for processing. - task_assign : Task is being assigned to a worker. - task_preprocess_start : Preprocessing is starting. - task_preprocess_end : Preprocessing is complete. - task_start : Task execution has started. - task_output : Output is being generated.