VACE
VACE copied to clipboard
Official implementations for paper: VACE: All-in-One Video Creation and Editing
vace_wan_inference.py gets killed during pipeline creation with 1.3B model on G5.xlarge EC2 instance
I'm encountering an issue where the vace/vace_wan_inference.py script gets killed during the inference process while using the vace-1.3B model. The termination happens immediately after the "Creating WanT2V pipeline" log message....
I ask because: * Right now, I can add a static image of a room in a house, and ask Wan/VACE to "put a dog in the middle of the...
Hello, I have been trying to generate videos using inpainting + pose control, but I have found that the generated results are not normal. The following img is one generated...
For repainting outpainting, I use Wan2.1-VACE-1.3B model to inference. The run script is below torchrun \ --nproc_per_node=2 \ --master_port=29500 \ vace/vace_pipeline.py \ --base wan \ --task outpainting \ --direction 'up,down,left,right'...
@hanzhn Thanks for great work! We recently tackle the core challenges of Subject-to-Video Generation (S2V) by systematically building the first complete infrastructure—featuring an evaluation benchmark and a million-scale dataset! ✨Welcom...
VACE 14B causes an out-of-memory error on an H100 with 80GB of VRAM. How much VRAM is required to run it on a single GPU?
Does the Wan2.1 model support multi-GPU distributed inference? If yes, how to set parameters or adjust the code? Wan2.1模型支持多Gpu推理吗?如何设置参数或调整代码呢?
Hi, as above, is there example code or a cli command to run image guided video to video \video restyling, directly, without comfyui? Thanks!
Hi, I'm trying to use VACE for non-human structures as input. Is that possible? Say a dog/bear or a more complex animal like a dragon with wings. I can create...
RuntimeError: Failed to import transformers.models.clip.modeling_clip because of the following error (look up to see its traceback): No module named 'triton' 有人遇到过吗