-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathwan.json
21 lines (21 loc) · 937 Bytes
/
wan.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"pretrained_model_name_or_path": "Wan-AI/Wan2.1-T2V-1.3B-Diffusers",
"torch_dtype": "bf16",
"pipeline_call_args": {
"height": 480,
"width": 832,
"num_frames": 81,
"guidance_scale": 5.0,
"negative_prompt": "Bright tones, overexposed, static, blurred details, subtitles, style, works, paintings, images, static, overall gray, worst quality, low quality, JPEG compression residue, ugly, incomplete, extra fingers, poorly drawn hands, poorly drawn faces, deformed, disfigured, misshapen limbs, fused fingers, still picture, messy background, three legs, many people in the background, walking backwards",
"num_inference_steps": 50
},
"verifier_args": {
"name": "laion_aesthetic",
"choice_of_metric": "laion_aesthetic_score"
},
"search_args": {
"search_method": "random",
"search_rounds": 4
},
"export_args": {"fps": 15}
}