Qubico
  1. WanX
Qubico
  • Get Started
    • Overview
    • Quickstart
  • Endpoints
    • Flux
      • Flux with LoRA and Controlnet
      • Available LoRA and Controlnet
      • Flux API with Redux Variation, Fill, Inpaint and Outpaint
      • Create Task
        • Kontext
        • Text to Image
        • Image to Image
      • Get task
    • AI Hug
      • Get Task
      • Create Task
    • Faceswap
      • Multi Faceswap
      • Image Faceswap
      • Video Faceswap
      • Get Task
    • TTS
      • Zeroshot Text-to-Speech F5-TTS
      • Get Task
    • Trellis
      • Create Task
      • Get Task
    • WanX
      • Generate WanX Task with LoRA Using Qubico
      • Available LoRA Types for Wanx
      • Use Cases for Wanx LoRA
      • Use Cases for Wanx Control Camera
      • Create Task
        POST
      • Get Task
        GET
    • Skyreels
      • Create Task
      • Get Task
    • Framepack
      • Create Task
      • Get Task
    • Hunyuan Video
      • How to Make a Hunyuan API Call
      • Get Task
      • Generate Video
    • Mmaudio
      • Get Task
      • Generate Audio
    • DiffRhythm
      • Generate Audio
      • Get Task
    • Ace Step
      • Create Task
        • Text to Audio
        • Audio to Audio
        • Audio Edit
        • Audio Extend
      • Get Task
    • Tools
      • File Upload API
      • Video Upscale
      • Video Upscale-Get Task
      • Remove Background API
      • Remove Background-Get Task
      • Segment With Prompt API
      • Segment With Prompt API-Get Task
      • Image Upscale(Super Resolution) API
      • Image Upscale-Get Task
    • Account Management
      • Account Info
      • Task List Info
      • User Task History
  • Resources
    • Change Log
    • Output Storage
    • Unified API Schema
    • Webhook
    • Billings
  1. WanX

Generate WanX Task with LoRA Using Qubico

We recently introduced the ability to generate WanX tasks using LoRA technology. To help users optimize WanX task creation, we've provided practical examples demonstrating how to construct proper API calls for better information reference.
You can check the available LoRA List here, and here are some use cases for your best reference.

Example: Request Body of txt2video-14b-lora Task with LoRA#

{
    "model": "Qubico/wanx",
    "task_type": "txt2video-14b-lora",
    "input": {
        "prompt": "video of a young woman with long, dark hair and bangs. She is wearing a light gray t-shirt and appears to be sitting at a table.",
        "negative_prompt": "chaotic, distortion, morphing",
        "aspect_ratio": "16:9",
        "lora_settings": [
            {
                "lora_type": "ghibli",
                "lora_strength": 1.0
            }
        ]
    },
    "config": {
        "webhook_config": {
            "endpoint": "",
            "secret": ""
        }
    }
}
Particular attention should be paid to the configuration structure of lora_settings:
ParameterTypeDescription
lora_settingsarrayAn array containing parameters for LoRA invocation
lora_typestringSelect the LoRA type you need (e.g., ghibli)
lora_strengthnumberControls the intensity of LoRA's influence (Range: 0.0-1.0)
"lora_settings": [
    {
        "lora_type": "ghibli",
        "lora_strength": 1.0 
    }
]

Output Sample#

Video Sample 1
image.png
Video Sample 2
image.png
Video Sample 3
You can view use cases to learn more about the trigger words, basic parameter settings, and prompts to make a video that may better meet your expectations.
Modified at 2025-07-06 06:44:29
Previous
Get Task
Next
Available LoRA Types for Wanx
Built with