## Basic tool info Tool name: Aikimi/Fluximation-v1.0 Tool description: This is an anime-style flux model. Tool cover: https://cdn.wiro.ai/uploads/models/Aikimi-Fluximation-v1.0-cover.jpeg Tool categories: - model - text-to-image - flux - checkpoint-file - bf16 - persistent Tool tags: - style Run Task Endpoint (POST): https://api.wiro.ai/v1/Run/Aikimi/Fluximation-v1.0 Get Task Detail Endpoint (POST): https://api.wiro.ai/v1/Task/Detail ## Tool Inputs: - name: prompt label: prompt help: prompt-help type: textarea default: A rugged middle-aged adventurer stands holding a hand-made sign that reads ‘Give Me Money’ in bold, rough letters. The man has a scruffy beard, unkempt hair, and wears a worn-out adventurer’s outfit with patched armor and a tattered cloak. His expression is a mix of desperation and determination as he clutches the sign with both hands. The scene is set in a dimly lit tavern or a rundown marketplace, with the sign prominently displayed as he tries to get attention. The background hints at a life of hardship and rough adventures, now reduced to begging in a gritty and harsh world - name: steps label: inferencesteps help: inferencesteps-help type: number default: 4 - name: scale label: guidancescale help: guidancescale-help type: float default: 3.5 - name: samples label: samples help: samples-help type: number default: 1 - name: seed label: seed help: seed-help type: text default: 123456 - 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: - seed: 22674592 - scale: 1 - steps: 22 - prompt: A rugged middle-aged adventurer stands holding a hand-made sign that reads ‘Give Me Money’ in bold, rough letters. The man has a scruffy beard, unkempt hair, and wears a worn-out adventurer’s outfit with patched armor and a tattered cloak. His expression is a mix of desperation and determination as he clutches the sign with both hands. The scene is set in a dimly lit tavern or a rundown marketplace, with the sign prominently displayed as he tries to get attention. The background hints at a life of hardship and rough adventures, now reduced to begging in a gritty and harsh world - seed: 13905883 - scale: 1 - steps: 22 - prompt: girl with long black hair stands in the countryside, holding an umbrella as heavy rain pours down around her. She is wearing a simple rural outfit, with the backdrop showing traditional wooden houses and fields fading into the mist. The rain creates ripples in puddles and splashes off the umbrella, with water droplets visibly clinging to the leaves and surfaces. The atmosphere is melancholic yet serene, capturing the essence of a quiet, remote village during a rainstorm - seed: 11129333 - scale: 1 - steps: 20 - prompt: anime girl with vibrant blue hair is looking directly at the viewer with a gentle expression. She stands in the middle of a lively urban street filled with tall buildings, neon signs, and bustling activity. In her hands, she holds a red sign with the word 'flux' written in bold white letters. Her hair flows softly in the breeze, and her bright eyes reflect the glow of the city lights around her. The scene is vibrant yet slightly mysterious, with cars passing by and pedestrians moving in the background. The contrast between the bustling city environment and the calm expression of the girl creates an intriguing and captivating atmosphere. - seed: 57177632 - scale: 1 - steps: 22 - prompt: white-haired girl is holding a hand-drawn sign that reads ‘Sushi Tabetai’ in playful, bold letters. She stands with an excited yet slightly shy expression, as if eagerly asking for sushi. The setting is a lively urban street during a summer festival, with colorful lanterns hanging overhead and traditional food stalls lining the pathway. Behind her, neon signs, twinkling fairy lights, and crowds of people in yukata create a festive, vibrant atmosphere. The girl’s outfit is modern with a touch of Japanese fashion trends, making her look stylish and appealing. The soft evening glow, coupled with the warm tones of the street, highlights her white hair and gives the scene a cozy, inviting feel. The overall composition is visually striking, balancing cuteness with an engaging, lively environment that would be perfect for social media sharing. - seed: 39192907 - scale: 1 - steps: 20 - prompt: standing woman looking at viewer ## 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/Aikimi/Fluximation-v1.0" -H "Content-Type: multipart/form-data" -H "x-api-key: ${YOUR_API_KEY}" -H "x-nonce: ${NONCE}" -H "x-signature: ${SIGNATURE}" -d '{ "prompt": "A rugged middle-aged adventurer stands holding a hand-made sign that reads ‘Give Me Money’ in bold, rough letters. The man has a scruffy beard, unkempt hair, and wears a worn-out adventurer’s outfit with patched armor and a tattered cloak. His expression is a mix of desperation and determination as he clutches the sign with both hands. The scene is set in a dimly lit tavern or a rundown marketplace, with the sign prominently displayed as he tries to get attention. The background hints at a life of hardship and rough adventures, now reduced to begging in a gritty and harsh world", "steps": 4, "scale": "3.5", "samples": 1, "seed": "123456", "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.