AIFSH / ComfyUI_V-Express

Other
80 stars 10 forks source link

Syntax error: "(" unexpected #10

Open O-O1024 opened 3 months ago

O-O1024 commented 3 months ago

/root/miniconda3/bin/python /root/ComfyUI/custom_nodes/ComfyUI_V-Express/V_Express/inference.py --unet_config_path /root/ComfyUI/custom_nodes/ComfyUI_V-Express/model_ckpts/stable-diffusion-v1-5/unet/config.json --vae_path /root/ComfyUI/custom_nodes/ComfyUI_V-Express/model_ckpts/sd-vae-ft-mse --audio_encoder_path /root/ComfyUI/custom_nodes/ComfyUI_V-Express/model_ckpts/wav2vec2-base-960h --insightface_model_path /root/ComfyUI/custom_nodes/ComfyUI_V-Express/model_ckpts/insightface_models --denoising_unet_path /root/ComfyUI/custom_nodes/ComfyUI_V-Express/model_ckpts/v-express/denoising_unet.pth --reference_net_path /root/ComfyUI/custom_nodes/ComfyUI_V-Express/model_ckpts/v-express/reference_net.pth --v_kps_guider_path /root/ComfyUI/custom_nodes/ComfyUI_V-Express/model_ckpts/v-express/v_kps_guider.pth --audio_projection_path /root/ComfyUI/custom_nodes/ComfyUI_V-Express/model_ckpts/v-express/audio_projection.pth --motion_module_path /root/ComfyUI/custom_nodes/ComfyUI_V-Express/model_ckpts/v-express/motion_module.pth --retarget_strategy fix_face --device cuda --gpu_id 0 --dtype fp16 --num_pad_audio_frames 2 --standard_audio_sampling_rate 16000 --reference_image_path /root/ComfyUI/input/lu (1).png --audio_path /root/ComfyUI/input/meng-1.mp3 --kps_path /root/ComfyUI/input/poyo_kps.pth --output_path /root/ComfyUI/output/1718058095.8698711_vexpress.mp4 --image_width 512 --image_height 512 --fps 30.0 --seed 188 --num_inference_steps 30 --guidance_scale 3.5 --context_frames 12 --context_stride 1 --context_overlap 4 --reference_attention_weight 0.95 --audio_attention_weight 3.0

sh: 1: Syntax error: "(" unexpected

亲,命令路径加个双引号吧!