AIFSH / ComfyUI_V-Express

Other
76 stars 9 forks source link

Multiple error chain executing prompt #11

Open ahernandezmiro opened 1 month ago

ahernandezmiro commented 1 month ago

Hello, I am trying to test the node in my setup. When I try to run the prompt the following errors appear in the console at some point:

... C:\Users\user\dev\ComfyUI_windows_portable\python_embeded\Lib\site-packages\insightface\utils\transform.py:68: FutureWarning: 'rcond' parameter will change to the default of machine precision times ''max(M, N)'' where M and N are the input matrix dimensions. To use the future default and silence this warning we advise to pass 'rcond=None', to keep using the old, explicitly pass 'rcond=-1'. P = np.linalg.lstsq(X_homo, Y)[0].T # Affine matrix. 3 x 4 C:\Users\user\dev\ComfyUI_windows_portable\python_embeded\python.exe C:\Users\user\dev\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_V-Express\V_Express/inference.py --unet_config_path C:\Users\user\dev\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_V-Express\model_ckpts\stable-diffusion-v1-5\unet\config.json --vae_path C:\Users\user\dev\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_V-Express\model_ckpts\sd-vae-ft-mse --audio_encoder_path C:\Users\user\dev\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_V-Express\model_ckpts\wav2vec2-base-960h --insightface_model_path C:\Users\user\dev\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_V-Express\model_ckpts\insightface_models --denoising_unet_path C:\Users\user\dev\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_V-Express\model_ckpts\v-express\denoising_unet.pth --reference_net_path C:\Users\user\dev\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_V-Express\model_ckpts\v-express\reference_net.pth --v_kps_guider_path C:\Users\user\dev\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_V-Express\model_ckpts\v-express\v_kps_guider.pth --audio_projection_path C:\Users\user\dev\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_V-Express\model_ckpts\v-express\audio_projection.pth --motion_module_path C:\Users\user\dev\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_V-Express\model_ckpts\v-express\motion_module.pth --retarget_strategy naive_retarget --device cuda --gpu_id 0 --dtype fp16 --num_pad_audio_frames 2 --standard_audio_sampling_rate 16000 --reference_image_path C:\Users\user\dev\ComfyUI_windows_portable\ComfyUI\input\Harry_Potter_character_poster.jpg --audio_path C:\Users\user\dev\ComfyUI_windows_portable\ComfyUI\input\audio.wav --kps_path C:\Users\user\dev\ComfyUI_windows_portable\ComfyUI\input\video_kps.pth --output_path C:\Users\user\dev\ComfyUI_windows_portable\ComfyUI\output\1718060923.3967137_vexpress.mp4 --image_width 512 --image_height 512 --fps 30.0 --seed 451 --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 A matching Triton is not available, some optimizations will not be enabled. Error caught was: No module named 'triton' C:\Users\user\dev\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\nn\utils\weight_norm.py:30: UserWarning: torch.nn.utils.weight_norm is deprecated in favor of torch.nn.utils.parametrizations.weight_norm. warnings.warn("torch.nn.utils.weight_norm is deprecated in favor of torch.nn.utils.parametrizations.weight_norm.") Some weights of the model checkpoint at C:\Users\user\dev\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_V-Express\model_ckpts\wav2vec2-base-960h were not used when initializing Wav2Vec2Model: ['lm_head.weight', 'lm_head.bias']

Has this problem been identified before? Is there any workaround for it? Thank you