More modelsWavespeed aiWan 2.1 v2v 480p lora ultra fast
Generate video with wavespeed-ai/wan-2.1/v2v-480p-lora-ultra-fast
Generates a video using the wavespeed-ai/wan-2.1/v2v-480p-lora-ultra-fast model.
AuthorizationBearer <token>
API key is required to authorize requests. Obtain a key from your AtlasCloud dashboard.
In: header
modelstring
model name
seed?integer
The random seed to use for the generation. -1 means a random seed will be used.
Default
-1
loras?array<LoraWeight>
List of LoRAs to apply (max 3).
Default
[{"path":"motimalu/wan-flat-color-v2","scale":1}]
Items
items <= 3
videostring
The video for generating the output.
promptstring
duration?integer
The duration of the generated media in seconds.
Default
5
Range
5 <= value <= 10
strength?number
Default
0.9
Range
0.1 <= value <= 1
flow_shift?number
The shift value for the timestep schedule for flow matching.
Default
3
Range
1 <= value <= 10
guidance_scale?number
The guidance scale to use for the generation.
Default
5
Range
0 <= value <= 20
negative_prompt?string
The negative prompt for generating the output.
num_inference_steps?integer
The number of inference steps to perform.
Default
30
Range
1 <= value <= 40
enable_safety_checker?boolean
If set to true, the safety checker will be enabled.
Default
true
Response Body
curl -X POST "https://api.atlascloud.ai/api/v1/model/generateVideo" \ -H "Content-Type: application/json" \ -d '{ "model": "wavespeed-ai/wan-2.1/v2v-480p-lora-ultra-fast", "video": "https://static.atlascloud.ai/media/videos/1747228634802573134_BJYURNJG.mp4", "prompt": "flat color, no lineart, blending, negative space, artist:[john kafka|ponsuke kaikai|hara id 21|yoneyama mai|fuzichoco], 1girl, hoshimachi suisei, virtual youtuber, blue hair, side ponytail, cowboy shot, black shirt, star print, off shoulder, outdoors, starry sky, wariza, looking up, half-closed eyes, black sky, live2d animation, upper body, high quality cinematic video of a woman dancing . The Camera is steady, This is a cowboy shot. The animation is smooth and fluid." }'
{
"id": "string",
"urls": {},
"model": "string",
"status": "string",
"outputs": [
"string"
],
"created_at": "2019-08-24T14:15:22Z",
"has_nsfw_contents": [
true
]
}