Views
No views yet
1pip install pip install git+https://github.com/lvliang-intel/vllm-omni.git@feats/ar-w4a16-wan22
2pip install transformersvllm serve Intel/Wan2.2-T2V-A14B-Diffusers-int4-AutoRound --omni --port 80911curl -X POST "http://127.0.0.1:8091/v1/videos/sync" \
2 -F 'prompt=Cherry blossoms swaying gently in the breeze, petals falling, cinematic motion' \
3 -F 'negative_prompt=blur, low quality, distortion, artifacts' \
4 -F 'width=832' \
5 -F 'height=480' \
6 -F 'num_frames=48' \
7 -F 'fps=16' \
8 -F 'num_inference_steps=40' \
9 -F 'guidance_scale=5.0' \
10 -F 'guidance_scale_2=6.0' \
11 -F 'boundary_ratio=0.875' \
12 -F 'flow_shift=12.0' \
13 --output t2v_output.mp4auto-round --model_name Wan-AI/Wan2.2-T2V-A14B-Diffusers --format auto_round --scheme W4A16 --iters 100 --nsamples 32 --batch-size 1 --num-inference-steps 3 --guidance-scale 5.0 --dataset coco2014 --output_dir Wan2.2-T2V-A14B-Diffusers-int4-AutoRound@article{cheng2023optimize,
title={Optimize weight rounding via signed gradient descent for the quantization of llms},
author={Cheng, Wenhua and Zhang, Weiwei and Shen, Haihao and Cai, Yiyang and He, Xin and Lv, Kaokao and Liu, Yi},
journal={arXiv preprint arXiv:2309.05516},
year={2023}
}