Available LoRA Types for Wanx
We've provided some use cases for your reference to generate better video.

Basic Params
Parameter | Type | Required | Description | JSON Setting Structure Example |
---|---|---|---|---|
model | string | Yes | Invoke Wanx model | "model": "Qubico/wanx" |
task_type | string | Yes | task_type to select when using LoRA. Including txt2video-14b-lora and img2video-14b-lora | "task_type": "txt2video-14b-lora" |
prompt | string | Yes | Video generation description. | "prompt": "A girl is sitting around the window." |
image | string | Yes | Image URL or base64. Needed when you choose img2video-14b-lora as task_type . | "image": "https://i.ibb.co/wbw9GLY/girl.webp" |
lora_settings | array | Yes | An array containing parameters for LoRA invocation | "lora_settings":[{ "lora_type": "ghibli","lora_strength": 1.0}] |
lora_type | string | No | Select the LoRA type you need (e.g. ghibli). -Default: ghibli | "lora_type": "ghibli" |
lora_strength | number | No | Controls the intensity of LoRA's influence (Range: 0.0-1.0). Default: 1.0 | "lora_strength": 1.0 |
Reference Implementation
{
"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": ""
}
}
}
{
"model": "Qubico/wanx",
"task_type": "img2video-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.",
"image": "https://i.ibb.co/wbw9GLY/girl.webp",
"lora_settings": [
{
"lora_type": "inflate-effect"
}
]
},
"config": {
"webhook_config": {
"endpoint": "",
"secret": ""
}
}
}
SFW-LoRA
lora_type | task_type | Example | Description |
---|---|---|---|
ghibli | txt2video-14b-lora | ![]() | Generate videos in ghibli style. |
flat-color | txt2video-14b-lora | ![]() | Generate videos based on style without visible lineart, flat colors, and little to no indication of depth. |
rotation-effect | img2video-14b-lora | ![]() | Generate videos with the main character or object rotating 360 degrees. |
live-wallpaper | img2video-14b-lora | ![]() | Generate videos based on style similar to live wallpaper. |
passionate-kissing | txt2video-14b-lora | ![]() | Generate videos based on characters kissing each other deeply. |
squish-effect | img2video-14b-lora | ![]() | Generate videos based on suqish effect. |
cakeify-effect | img2video-14b-lora | ![]() | Generate videos based on cakeify effect making the main object cut as a cake. |
pixel-art | img2video-14b-lora | ![]() | Generate videos in pixel-art style. |
super-saiyan-effect | img2video-14b-lora | ![]() | Generate videos specialized in Super Saiyan transformations. |
inflate-effect | img2video-14b-lora | ![]() | Generate videos based on inflate effect. |
deflate-effect | img2video-14b-lora | ![]() | Generate videos based on deflate effect. |
crush-effect | img2video-14b-lora | ![]() | Generate videos based on crush effect. |
particalize-effect | img2video-14b-lora | ![]() | Generate videos based on particalize effect. |
NSFW-LoRA
lora_type | task_type | Example URL |
---|---|---|
nsfw-general | txt2video-14b-lora img2video-14b-lora | https://i.ibb.co/Y4nnsNVz/We-Chat047f39c5f723dc567699331aaa148451.jpg |
nsfw-bouncing-boobs | img2video-14b-lora | https://i.ibb.co/vxnzfrX6/4391744989508-pic.jpg |
nsfw-undress | txt2video-14b-lora img2video-14b-lora | https://i.ibb.co/3mwVk4FV/We-Chataf7178d7947215887d289f4f0d55ffe5.jpg |
nsfw-pov-blowjob | txt2video-14b-lora img2video-14b-lora | https://i.ibb.co/nqz68G6g/4401744989684-pic.jpg |
nsfw-pov-titfuck | txt2video-14b-lora img2video-14b-lora | https://i.ibb.co/r2dRvvbx/We-Chatcccde5299c5c3c3294552a3c256d799b.jpg |
nsfw-pov-missionary | txt2video-14b-lora img2video-14b-lora | https://i.ibb.co/yFVGvcSz/We-Chatd183b54da23a35bf32c4ec8fadc50727.jpg |
nsfw-pov-cowgirl | txt2video-14b-lora | https://i.ibb.co/KcCTKtxc/We-Chat042bf9d9fdefd54393a274f1c1f26746.jpg |
nsfw-pov-doggy | img2video-14b-lora | https://i.ibb.co/Q30S2kVN/We-Chat8c7076e3160d2fc2392e888bcca8360b.jpg |
Join our Discord
Modified at 2025-04-27 01:34:43