atonamy/wan-alpha 🔢📝❓✓ → 🖼️
About
Wan-Alpha text-to-video generation with alpha channel, optimized for Replicate deployment. WebM/WebP output with transparency support.
Example Output
Prompt:
"Medium shot. A little girl holds a bubble wand and blows out colorful bubbles that float and pop in the air. The background of this video is transparent. Realistic style."
Output
Performance Metrics
110.68s
Prediction Time
444.07s
Total Time
All Input Parameters
{ "fps": 16, "seed": -1, "prompt": "Medium shot. A little girl holds a bubble wand and blows out colorful bubbles that float and pop in the air. The background of this video is transparent. Realistic style.", "solver": "unipc", "num_frames": 81, "resolution": "832*480", "sample_steps": 4, "output_format": "webm", "guidance_scale": 1, "output_quality": 85, "negative_prompt": "", "remove_last_frame": false, "remove_first_frame": false }
Input Parameters
- fps
- Output framerate (5-30 fps).
- seed
- Random seed (-1 for random).
- prompt (required)
- Text prompt for video generation.
- solver
- Sampling solver.
- num_frames
- Desired number of frames (5-121). Internally adjusted to valid 4n+1 values (min 81, max 121).
- resolution
- Video resolution formatted as width*height.
- sample_steps
- Number of diffusion sampling steps.
- output_format
- Output video format with transparency support.
- guidance_scale
- Classifier-free guidance scale.
- output_quality
- Output quality (1-100, higher is better).
- negative_prompt
- Optional negative prompt. If blank, uses the model default.
- remove_last_frame
- Remove the last frame from the final output video.
- remove_first_frame
- Remove the first frame from the final output video.
Output Schema
Output
Example Execution Logs
/src/wan/text2video_dora_lightx2v.py:220: FutureWarning: `torch.cuda.amp.autocast(args...)` is deprecated. Please use `torch.amp.autocast('cuda', args...)` instead. with amp.autocast(dtype=self.param_dtype), torch.no_grad(), no_sync(): 0%| | 0/4 [00:00<?, ?it/s]/src/wan/modules/model_dora_lightx2v.py:618: FutureWarning: `torch.cuda.amp.autocast(args...)` is deprecated. Please use `torch.amp.autocast('cuda', args...)` instead. with amp.autocast(dtype=torch.float32): /src/wan/modules/model_dora_lightx2v.py:299: FutureWarning: `torch.cuda.amp.autocast(args...)` is deprecated. Please use `torch.amp.autocast('cuda', args...)` instead. with amp.autocast(dtype=torch.float32): /src/wan/modules/model_dora_lightx2v.py:307: FutureWarning: `torch.cuda.amp.autocast(args...)` is deprecated. Please use `torch.amp.autocast('cuda', args...)` instead. with amp.autocast(dtype=torch.float32): /src/wan/modules/model_dora_lightx2v.py:314: FutureWarning: `torch.cuda.amp.autocast(args...)` is deprecated. Please use `torch.amp.autocast('cuda', args...)` instead. with amp.autocast(dtype=torch.float32): /src/wan/modules/model_dora_lightx2v.py:346: FutureWarning: `torch.cuda.amp.autocast(args...)` is deprecated. Please use `torch.amp.autocast('cuda', args...)` instead. with amp.autocast(dtype=torch.float32): 25%|██▌ | 1/4 [00:09<00:27, 9.20s/it] 50%|█████ | 2/4 [00:18<00:18, 9.15s/it] 75%|███████▌ | 3/4 [00:27<00:09, 9.16s/it] 100%|██████████| 4/4 [00:36<00:00, 9.15s/it] 100%|██████████| 4/4 [00:36<00:00, 9.16s/it] /src/wan/modules/vae.py:735: FutureWarning: `torch.cuda.amp.autocast(args...)` is deprecated. Please use `torch.amp.autocast('cuda', args...)` instead. with amp.autocast(dtype=self.dtype):
Version Details
- Version ID
9e5a38f8658c6f9d18d1876ef8b65982a9962c705f08600d23b12dc6e2992d23
- Version Created
- October 7, 2025