kijai / ComfyUI-MuseTalk-KJ

MuseTalk audio driven face inpainting
54 stars 5 forks source link

'MuseModelConfig' object has no attribute 'custom_operations' #11

Open jeffreyrobeson opened 3 weeks ago

jeffreyrobeson commented 3 weeks ago

ComfyUI Error Report

Error Details

## System Information
- **ComfyUI Version:** v0.2.2-75-gfdf3756
- **Arguments:** F:\aigc\ComfyUI-aki-v1.4\main.py --auto-launch --preview-method auto --disable-cuda-malloc
- **OS:** nt
- **Python Version:** 3.10.11 (tags/v3.10.11:7d4cc5a, Apr  5 2023, 00:38:17) [MSC v.1929 64 bit (AMD64)]
- **Embedded Python:** false
- **PyTorch Version:** 2.3.1+cu121
## Devices

- **Name:** cuda:0 NVIDIA GeForce RTX 4060 Ti : cudaMallocAsync
  - **Type:** cuda
  - **VRAM Total:** 17175150592
  - **VRAM Free:** 15964569600
  - **Torch VRAM Total:** 0
  - **Torch VRAM Free:** 0

## Logs

2024-09-26 02:39:38,839 - root - INFO - Total VRAM 16380 MB, total RAM 32598 MB 2024-09-26 02:39:38,839 - root - INFO - pytorch version: 2.3.1+cu121 2024-09-26 02:39:39,740 - root - INFO - xformers version: 0.0.27 2024-09-26 02:39:39,740 - root - INFO - Set vram state to: NORMAL_VRAM 2024-09-26 02:39:39,740 - root - INFO - Device: cuda:0 NVIDIA GeForce RTX 4060 Ti : cudaMallocAsync 2024-09-26 02:39:39,878 - root - INFO - Using xformers cross attention 2024-09-26 02:39:40,403 - root - INFO - [Prompt Server] web root: F:\aigc\ComfyUI-aki-v1.4\web 2024-09-26 02:39:40,406 - root - INFO - Adding extra search path checkpoints F:\aigc\sd-webui-aki\sd-webui-aki-v4.6.1\models/Stable-diffusion 2024-09-26 02:39:40,406 - root - INFO - Adding extra search path configs F:\aigc\sd-webui-aki\sd-webui-aki-v4.6.1\models/Stable-diffusion 2024-09-26 02:39:40,406 - root - INFO - Adding extra search path vae F:\aigc\sd-webui-aki\sd-webui-aki-v4.6.1\models/VAE 2024-09-26 02:39:40,406 - root - INFO - Adding extra search path loras F:\aigc\sd-webui-aki\sd-webui-aki-v4.6.1\models/Lora 2024-09-26 02:39:40,406 - root - INFO - Adding extra search path loras F:\aigc\sd-webui-aki\sd-webui-aki-v4.6.1\models/LyCORIS 2024-09-26 02:39:40,407 - root - INFO - Adding extra search path upscale_models F:\aigc\sd-webui-aki\sd-webui-aki-v4.6.1\models/ESRGAN 2024-09-26 02:39:40,407 - root - INFO - Adding extra search path upscale_models F:\aigc\sd-webui-aki\sd-webui-aki-v4.6.1\models/RealESRGAN 2024-09-26 02:39:40,407 - root - INFO - Adding extra search path upscale_models F:\aigc\sd-webui-aki\sd-webui-aki-v4.6.1\models/SwinIR 2024-09-26 02:39:40,407 - root - INFO - Adding extra search path embeddings F:\aigc\sd-webui-aki\sd-webui-aki-v4.6.1\embeddings 2024-09-26 02:39:40,407 - root - INFO - Adding extra search path hypernetworks F:\aigc\sd-webui-aki\sd-webui-aki-v4.6.1\models/hypernetworks 2024-09-26 02:39:40,407 - root - INFO - Adding extra search path controlnet F:\aigc\sd-webui-aki\sd-webui-aki-v4.6.1\models/ControlNet 2024-09-26 02:39:40,407 - root - INFO - Adding extra search path ipadapter F:\aigc\sd-webui-aki\sd-webui-aki-v4.6.1\models\ipadapter 2024-09-26 02:39:40,407 - root - INFO - Adding extra search path clip_vision F:\aigc\sd-webui-aki\sd-webui-aki-v4.6.1\models/clipvision 2024-09-26 02:39:41,917 - root - WARNING - Traceback (most recent call last): File "F:\aigc\ComfyUI-aki-v1.4\nodes.py", line 1998, in load_custom_node module_spec.loader.exec_module(module) File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "F:\aigc\ComfyUI-aki-v1.4\custom_nodes\AniTalker-ComfyUI__init__.py", line 18, in import torchlm ModuleNotFoundError: No module named 'torchlm'

2024-09-26 02:39:41,917 - root - WARNING - Cannot import F:\aigc\ComfyUI-aki-v1.4\custom_nodes\AniTalker-ComfyUI module for custom nodes: No module named 'torchlm' 2024-09-26 02:39:43,638 - root - WARNING - Traceback (most recent call last): File "F:\aigc\ComfyUI-aki-v1.4\nodes.py", line 1998, in load_custom_node module_spec.loader.exec_module(module) File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "F:\aigc\ComfyUI-aki-v1.4\custom_nodes\ComfyUI-Hallo__init__.py", line 33, in from .nodes import PreViewVideo,HalloNode,LoadImagePath, LoadAudioPath File "F:\aigc\ComfyUI-aki-v1.4\custom_nodes\ComfyUI-Hallo\nodes.py", line 6, in from Hallo.scripts.inference import inference_process File "F:\aigc\ComfyUI-aki-v1.4\custom_nodes\ComfyUI-Hallo\Hallo\scripts\inference.py", line 40, in from hallo.datasets.audio_processor import AudioProcessor File "F:\aigc\ComfyUI-aki-v1.4\custom_nodes\ComfyUI-Hallo\Hallo\hallo\datasets\audio_processor.py", line 14, in from audio_separator.separator import Separator ModuleNotFoundError: No module named 'audio_separator'

2024-09-26 02:39:43,639 - root - WARNING - Cannot import F:\aigc\ComfyUI-aki-v1.4\custom_nodes\ComfyUI-Hallo module for custom nodes: No module named 'audio_separator' 2024-09-26 02:39:43,645 - root - WARNING - Traceback (most recent call last): File "F:\aigc\ComfyUI-aki-v1.4\nodes.py", line 1998, in load_custom_node module_spec.loader.exec_module(module) File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "F:\aigc\ComfyUI-aki-v1.4\custom_nodes\ComfyUI-I2V-Adapter__init__.py", line 4, in from .nodes import * File "F:\aigc\ComfyUI-aki-v1.4\custom_nodes\ComfyUI-I2V-Adapter\nodes.py", line 20, in from i2v_adapter.models.unet import UNet3DConditionModel File "F:\aigc\ComfyUI-aki-v1.4\custom_nodes\ComfyUI-I2V-Adapter\i2v_adapter\models\unet.py", line 16, in from diffusers.modeling_utils import ModelMixin ModuleNotFoundError: No module named 'diffusers.modeling_utils'

2024-09-26 02:39:43,645 - root - WARNING - Cannot import F:\aigc\ComfyUI-aki-v1.4\custom_nodes\ComfyUI-I2V-Adapter module for custom nodes: No module named 'diffusers.modeling_utils' 2024-09-26 02:39:44,222 - root - INFO - Total VRAM 16380 MB, total RAM 32598 MB 2024-09-26 02:39:44,222 - root - INFO - pytorch version: 2.3.1+cu121 2024-09-26 02:39:44,222 - root - INFO - xformers version: 0.0.27 2024-09-26 02:39:44,222 - root - INFO - Set vram state to: NORMAL_VRAM 2024-09-26 02:39:44,223 - root - INFO - Device: cuda:0 NVIDIA GeForce RTX 4060 Ti : cudaMallocAsync 2024-09-26 02:39:46,404 - root - INFO - -------------- 2024-09-26 02:39:46,404 - root - INFO -  ### Mixlab Nodes: Loaded 2024-09-26 02:39:46,404 - root - INFO - ChatGPT.available True 2024-09-26 02:39:46,405 - root - INFO - editmask.available True 2024-09-26 02:39:46,534 - root - INFO - ClipInterrogator.available True 2024-09-26 02:39:46,609 - root - INFO - PromptGenerate.available True 2024-09-26 02:39:46,609 - root - INFO - ChinesePrompt.available True 2024-09-26 02:39:46,609 - root - INFO - RembgNode.available True 2024-09-26 02:39:46,808 - root - INFO - TripoSR.available 2024-09-26 02:39:46,808 - root - INFO - MiniCPMNode.available 2024-09-26 02:39:46,810 - root - INFO - Scenedetect.available False 2024-09-26 02:39:46,869 - root - INFO - FishSpeech.available False 2024-09-26 02:39:46,869 - root - INFO -  --------------  2024-09-26 02:39:49,596 - root - WARNING - Traceback (most recent call last): File "F:\aigc\ComfyUI-aki-v1.4\nodes.py", line 1998, in load_custom_node module_spec.loader.exec_module(module) File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "F:\aigc\ComfyUI-aki-v1.4\custom_nodes\ComfyUI-MuseTalk__init.py", line 1, in from .nodes import NODE_CLASS_MAPPINGS File "F:\aigc\ComfyUI-aki-v1.4\custom_nodes\ComfyUI-MuseTalk\nodes.py", line 26, in from musetalk.utils.preprocessing import get_landmark_and_bbox,read_imgs,coord_placeholder File "F:\aigc\ComfyUI-aki-v1.4/custom_nodes/ComfyUI-MuseTalk\musetalk\utils\preprocessing.py", line 10, in from mmpose.apis import inference_topdown, init_model File "F:\aigc\ComfyUI-aki-v1.4\python\lib\site-packages\mmpose\apis__init__.py", line 2, in from .inference import (collect_multi_frames, inference_bottomup, File "F:\aigc\ComfyUI-aki-v1.4\python\lib\site-packages\mmpose\apis\inference.py", line 17, in from mmpose.models.builder import build_pose_estimator File "F:\aigc\ComfyUI-aki-v1.4\python\lib\site-packages\mmpose\models\init.py", line 8, in from .heads import * # noqa File "F:\aigc\ComfyUI-aki-v1.4\python\lib\site-packages\mmpose\models\heads\init.py", line 6, in from .hybrid_heads import DEKRHead, RTMOHead, VisPredictHead File "F:\aigc\ComfyUI-aki-v1.4\python\lib\site-packages\mmpose\models\heads\hybrid_heads\init.py", line 3, in from .rtmo_head import RTMOHead File "F:\aigc\ComfyUI-aki-v1.4\python\lib\site-packages\mmpose\models\heads\hybrid_heads\rtmo_head.py", line 9, in from mmdet.utils import ConfigType, reduce_mean File "F:\aigc\ComfyUI-aki-v1.4\python\lib\site-packages\mmdet\init__.py", line 17, in and mmcv_version < digit_version(mmcv_maximum_version)), \ AssertionError: MMCV==2.2.0 is used but incompatible. Please install mmcv>=2.0.0rc4, <2.1.0.

2024-09-26 02:39:49,596 - root - WARNING - Cannot import F:\aigc\ComfyUI-aki-v1.4\custom_nodes\ComfyUI-MuseTalk module for custom nodes: MMCV==2.2.0 is used but incompatible. Please install mmcv>=2.0.0rc4, <2.1.0. 2024-09-26 02:39:49,688 - root - WARNING - Traceback (most recent call last): File "F:\aigc\ComfyUI-aki-v1.4\nodes.py", line 1998, in load_custom_node module_spec.loader.exec_module(module) File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "F:\aigc\ComfyUI-aki-v1.4\custom_nodes\ComfyUI-MuseTalk_FSH__init.py", line 1, in from .nodes import MuseTalk,LoadVideo,PreViewVideo,CombineAudioVideo,MuseTalkRealTime File "F:\aigc\ComfyUI-aki-v1.4\custom_nodes\ComfyUI-MuseTalk_FSH\nodes.py", line 3, in from .inference import MuseTalk_INFER File "F:\aigc\ComfyUI-aki-v1.4\custom_nodes\ComfyUI-MuseTalk_FSH\inference.py", line 14, in from mmpose.apis import init_model File "F:\aigc\ComfyUI-aki-v1.4\python\lib\site-packages\mmpose\apis__init.py", line 7, in from .inferencers import MMPoseInferencer, Pose2DInferencer File "F:\aigc\ComfyUI-aki-v1.4\python\lib\site-packages\mmpose\apis\inferencers\init__.py", line 2, in from .hand3d_inferencer import Hand3DInferencer File "F:\aigc\ComfyUI-aki-v1.4\python\lib\site-packages\mmpose\apis\inferencers\hand3d_inferencer.py", line 20, in from .base_mmpose_inferencer import BaseMMPoseInferencer File "F:\aigc\ComfyUI-aki-v1.4\python\lib\site-packages\mmpose\apis\inferencers\base_mmpose_inferencer.py", line 33, in from mmdet.apis.det_inferencer import DetInferencer File "F:\aigc\ComfyUI-aki-v1.4\python\lib\site-packages\mmdet\init__.py", line 17, in and mmcv_version < digit_version(mmcv_maximum_version)), \ AssertionError: MMCV==2.2.0 is used but incompatible. Please install mmcv>=2.0.0rc4, <2.1.0.

2024-09-26 02:39:49,688 - root - WARNING - Cannot import F:\aigc\ComfyUI-aki-v1.4\custom_nodes\ComfyUI-MuseTalk_FSH module for custom nodes: MMCV==2.2.0 is used but incompatible. Please install mmcv>=2.0.0rc4, <2.1.0. 2024-09-26 02:39:55,569 - root - WARNING - Traceback (most recent call last): File "F:\aigc\ComfyUI-aki-v1.4\nodes.py", line 1998, in load_custom_node module_spec.loader.exec_module(module) File "", line 879, in exec_module File "", line 1016, in get_code File "", line 1073, in get_data FileNotFoundError: [Errno 2] No such file or directory: 'F:\aigc\ComfyUI-aki-v1.4\custom_nodes\ComfyUI_MiniCPM-V-2_6-int4\init.py'

2024-09-26 02:39:55,570 - root - WARNING - Cannot import F:\aigc\ComfyUI-aki-v1.4\custom_nodes\ComfyUI_MiniCPM-V-2_6-int4 module for custom nodes: [Errno 2] No such file or directory: 'F:\aigc\ComfyUI-aki-v1.4\custom_nodes\ComfyUI_MiniCPM-V-2_6-int4\init.py' 2024-09-26 02:39:56,054 - root - WARNING - Traceback (most recent call last): File "F:\aigc\ComfyUI-aki-v1.4\nodes.py", line 1998, in load_custom_node module_spec.loader.exec_module(module) File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "F:\aigc\ComfyUI-aki-v1.4\custom_nodes\DiffSynth-ComfyUI__init.py", line 5, in from .video_synthesis_nodes import DownloadModelsNode, CogVideoNode,TextEncode File "F:\aigc\ComfyUI-aki-v1.4\custom_nodes\DiffSynth-ComfyUI\video_synthesis_nodes.py", line 9, in from diffsynth import download_models,ModelManager\ ImportError: cannot import name 'download_models' from 'diffsynth' (F:\aigc\ComfyUI-aki-v1.4\custom_nodes\ComfyUI-DiffSynth-Studio\diffsynth\init__.py)

2024-09-26 02:39:56,055 - root - WARNING - Cannot import F:\aigc\ComfyUI-aki-v1.4\custom_nodes\DiffSynth-ComfyUI module for custom nodes: cannot import name 'download_models' from 'diffsynth' (F:\aigc\ComfyUI-aki-v1.4\custom_nodes\ComfyUI-DiffSynth-Studio\diffsynth__init__.py) 2024-09-26 02:39:56,135 - root - WARNING - Traceback (most recent call last): File "F:\aigc\ComfyUI-aki-v1.4\nodes.py", line 1998, in load_custom_node module_spec.loader.exec_module(module) File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "F:\aigc\ComfyUI-aki-v1.4\custom_nodes\FancyVideo-ComfyUI__init__.py", line 11, in from fancyvideo.pipelines.fancyvideo_infer_pipeline import InferPipeline File "F:\aigc\ComfyUI-aki-v1.4\custom_nodes\FancyVideo-ComfyUI\fancyvideo\pipelines\fancyvideo_infer_pipeline.py", line 23, in from fancyvideo.models.cv_vae.modeling_vae import CVVAEModel File "F:\aigc\ComfyUI-aki-v1.4\custom_nodes\FancyVideo-ComfyUI\fancyvideo\models\cv_vae\modeling_vae.py", line 6, in from diffusers.modeling_utils import ModelMixin ModuleNotFoundError: No module named 'diffusers.modeling_utils'

2024-09-26 02:39:56,135 - root - WARNING - Cannot import F:\aigc\ComfyUI-aki-v1.4\custom_nodes\FancyVideo-ComfyUI module for custom nodes: No module named 'diffusers.modeling_utils' 2024-09-26 02:39:56,193 - root - WARNING - Traceback (most recent call last): File "F:\aigc\ComfyUI-aki-v1.4\nodes.py", line 1998, in load_custom_node module_spec.loader.exec_module(module) File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "F:\aigc\ComfyUI-aki-v1.4\custom_nodes\VideoSys-ComfyUI__init__.py", line 6, in from videosys import CogVideoXConfig,VideoSysEngine,LatteConfig,OpenSoraConfig,OpenSoraPlanConfig File "F:\aigc\ComfyUI-aki-v1.4\custom_nodes\VideoSys-ComfyUI\videosys__init__.py", line 2, in from .core.parallel_mgr import initialize File "F:\aigc\ComfyUI-aki-v1.4\custom_nodes\VideoSys-ComfyUI\videosys\core\parallel_mgr.py", line 5, in from colossalai.cluster.process_group_mesh import ProcessGroupMesh ModuleNotFoundError: No module named 'colossalai'

2024-09-26 02:39:56,193 - root - WARNING - Cannot import F:\aigc\ComfyUI-aki-v1.4\custom_nodes\VideoSys-ComfyUI module for custom nodes: No module named 'colossalai' 2024-09-26 02:39:56,220 - root - WARNING - Traceback (most recent call last): File "F:\aigc\ComfyUI-aki-v1.4\nodes.py", line 1998, in load_custom_node module_spec.loader.exec_module(module) File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "F:\aigc\ComfyUI-aki-v1.4\custom_nodes\ViewCrafter-ComfyUI__init__.py", line 11, in from .infer import ViewCrafter File "F:\aigc\ComfyUI-aki-v1.4\custom_nodes\ViewCrafter-ComfyUI\infer.py", line 22, in import pytorch3d ModuleNotFoundError: No module named 'pytorch3d'

2024-09-26 02:39:56,220 - root - WARNING - Cannot import F:\aigc\ComfyUI-aki-v1.4\custom_nodes\ViewCrafter-ComfyUI module for custom nodes: No module named 'pytorch3d' 2024-09-26 02:40:00,063 - root - INFO - Import times for custom nodes: 2024-09-26 02:40:00,063 - root - INFO - 0.0 seconds: F:\aigc\ComfyUI-aki-v1.4\custom_nodes\AIGODLIKE-ComfyUI-Translation 2024-09-26 02:40:00,063 - root - INFO - 0.0 seconds: F:\aigc\ComfyUI-aki-v1.4\custom_nodes\websocket_image_save.py 2024-09-26 02:40:00,063 - root - INFO - 0.0 seconds: F:\aigc\ComfyUI-aki-v1.4\custom_nodes\comfyui_fk_server 2024-09-26 02:40:00,063 - root - INFO - 0.0 seconds: F:\aigc\ComfyUI-aki-v1.4\custom_nodes\prompt_injection 2024-09-26 02:40:00,063 - root - INFO - 0.0 seconds: F:\aigc\ComfyUI-aki-v1.4\custom_nodes\sd-dynamic-thresholding 2024-09-26 02:40:00,063 - root - INFO - 0.0 seconds: F:\aigc\ComfyUI-aki-v1.4\custom_nodes\ComfyUI_TiledKSampler 2024-09-26 02:40:00,063 - root - INFO - 0.0 seconds: F:\aigc\ComfyUI-aki-v1.4\custom_nodes\ComfyUI-Logic 2024-09-26 02:40:00,063 - root - INFO - 0.0 seconds: F:\aigc\ComfyUI-aki-v1.4\custom_nodes\ControlNet-LLLite-ComfyUI 2024-09-26 02:40:00,063 - root - INFO - 0.0 seconds: F:\aigc\ComfyUI-aki-v1.4\custom_nodes\cg-use-everywhere 2024-09-26 02:40:00,063 - root - INFO - 0.0 seconds: F:\aigc\ComfyUI-aki-v1.4\custom_nodes\comfyui_segment_anything 2024-09-26 02:40:00,064 - root - INFO - 0.0 seconds: F:\aigc\ComfyUI-aki-v1.4\custom_nodes\stability-ComfyUI-nodes 2024-09-26 02:40:00,064 - root - INFO - 0.0 seconds: F:\aigc\ComfyUI-aki-v1.4\custom_nodes\ComfyUI-WD14-Tagger 2024-09-26 02:40:00,064 - root - INFO - 0.0 seconds: F:\aigc\ComfyUI-aki-v1.4\custom_nodes\ComfyLiterals 2024-09-26 02:40:00,064 - root - INFO - 0.0 seconds: F:\aigc\ComfyUI-aki-v1.4\custom_nodes\FreeU_Advanced 2024-09-26 02:40:00,064 - root - INFO - 0.0 seconds: F:\aigc\ComfyUI-aki-v1.4\custom_nodes\ComfyUI_experiments 2024-09-26 02:40:00,064 - root - INFO - 0.0 seconds: F:\aigc\ComfyUI-aki-v1.4\custom_nodes\ComfyUI-3d-photo-inpainting 2024-09-26 02:40:00,064 - root - INFO - 0.0 seconds: F:\aigc\ComfyUI-aki-v1.4\custom_nodes\PowerNoiseSuite 2024-09-26 02:40:00,064 - root - INFO - 0.0 seconds: F:\aigc\ComfyUI-aki-v1.4\custom_nodes\ComfyUI_IPAdapter_plus 2024-09-26 02:40:00,064 - root - INFO - 0.0 seconds: F:\aigc\ComfyUI-aki-v1.4\custom_nodes\images-grid-comfy-plugin 2024-09-26 02:40:00,064 - root - INFO - 0.0 seconds: F:\aigc\ComfyUI-aki-v1.4\custom_nodes\ComfyUI-MuseTalk-KJ 2024-09-26 02:40:00,064 - root - INFO - 0.0 seconds: F:\aigc\ComfyUI-aki-v1.4\custom_nodes\ComfyUI-Image-Filters 2024-09-26 02:40:00,064 - root - INFO - 0.0 seconds: F:\aigc\ComfyUI-aki-v1.4\custom_nodes\ComfyUI-Custom-Scripts 2024-09-26 02:40:00,064 - root - INFO - 0.0 seconds: F:\aigc\ComfyUI-aki-v1.4\custom_nodes\comfyui-animatediff 2024-09-26 02:40:00,064 - root - INFO - 0.0 seconds (IMPORT FAILED): F:\aigc\ComfyUI-aki-v1.4\custom_nodes\ComfyUI_MiniCPM-V-2_6-int4 2024-09-26 02:40:00,064 - root - INFO - 0.0 seconds: F:\aigc\ComfyUI-aki-v1.4\custom_nodes\ComfyUI_essentials 2024-09-26 02:40:00,064 - root - INFO - 0.0 seconds: F:\aigc\ComfyUI-aki-v1.4\custom_nodes\ComfyUI_UltimateSDUpscale 2024-09-26 02:40:00,064 - root - INFO - 0.0 seconds: F:\aigc\ComfyUI-aki-v1.4\custom_nodes\Derfuu_ComfyUI_ModdedNodes 2024-09-26 02:40:00,064 - root - INFO - 0.0 seconds (IMPORT FAILED): F:\aigc\ComfyUI-aki-v1.4\custom_nodes\DiffSynth-ComfyUI 2024-09-26 02:40:00,064 - root - INFO - 0.0 seconds (IMPORT FAILED): F:\aigc\ComfyUI-aki-v1.4\custom_nodes\ComfyUI-I2V-Adapter 2024-09-26 02:40:00,064 - root - INFO - 0.0 seconds: F:\aigc\ComfyUI-aki-v1.4\custom_nodes\DHLive-ComfyUI 2024-09-26 02:40:00,064 - root - INFO - 0.0 seconds: F:\aigc\ComfyUI-aki-v1.4\custom_nodes\rgthree-comfy 2024-09-26 02:40:00,064 - root - INFO - 0.0 seconds: F:\aigc\ComfyUI-aki-v1.4\custom_nodes\ComfyUI-JDCN 2024-09-26 02:40:00,064 - root - INFO - 0.0 seconds: F:\aigc\ComfyUI-aki-v1.4\custom_nodes\ComfyUI-Advanced-ControlNet 2024-09-26 02:40:00,064 - root - INFO - 0.0 seconds: F:\aigc\ComfyUI-aki-v1.4\custom_nodes\comfy-image-saver 2024-09-26 02:40:00,064 - root - INFO - 0.0 seconds: F:\aigc\ComfyUI-aki-v1.4\custom_nodes\ComfyUI-VideoHelperSuite 2024-09-26 02:40:00,065 - root - INFO - 0.0 seconds: F:\aigc\ComfyUI-aki-v1.4\custom_nodes\ComfyUI-Frame-Interpolation 2024-09-26 02:40:00,065 - root - INFO - 0.0 seconds: F:\aigc\ComfyUI-aki-v1.4\custom_nodes\efficiency-nodes-comfyui 2024-09-26 02:40:00,065 - root - INFO - 0.0 seconds (IMPORT FAILED): F:\aigc\ComfyUI-aki-v1.4\custom_nodes\VideoSys-ComfyUI 2024-09-26 02:40:00,065 - root - INFO - 0.0 seconds: F:\aigc\ComfyUI-aki-v1.4\custom_nodes\comfyui-workspace-manager 2024-09-26 02:40:00,065 - root - INFO - 0.0 seconds: F:\aigc\ComfyUI-aki-v1.4\custom_nodes\ComfyUI-KJNodes 2024-09-26 02:40:00,065 - root - INFO - 0.0 seconds: F:\aigc\ComfyUI-aki-v1.4\custom_nodes\ComfyUI-AnimateDiff-Evolved 2024-09-26 02:40:00,065 - root - INFO - 0.0 seconds: F:\aigc\ComfyUI-aki-v1.4\custom_nodes\ComfyUI-Marigold 2024-09-26 02:40:00,065 - root - INFO - 0.0 seconds: F:\aigc\ComfyUI-aki-v1.4\custom_nodes\comfyui_controlnet_aux 2024-09-26 02:40:00,065 - root - INFO - 0.0 seconds: F:\aigc\ComfyUI-aki-v1.4\custom_nodes\RealisDance-ComfyUI 2024-09-26 02:40:00,065 - root - INFO - 0.0 seconds: F:\aigc\ComfyUI-aki-v1.4\custom_nodes\ComfyUI-SAM2 2024-09-26 02:40:00,065 - root - INFO - 0.0 seconds (IMPORT FAILED): F:\aigc\ComfyUI-aki-v1.4\custom_nodes\ViewCrafter-ComfyUI 2024-09-26 02:40:00,065 - root - INFO - 0.0 seconds: F:\aigc\ComfyUI-aki-v1.4\custom_nodes\ComfyUI_Comfyroll_CustomNodes 2024-09-26 02:40:00,065 - root - INFO - 0.0 seconds: F:\aigc\ComfyUI-aki-v1.4\custom_nodes\ComfyUI_smZNodes 2024-09-26 02:40:00,065 - root - INFO - 0.0 seconds: F:\aigc\ComfyUI-aki-v1.4\custom_nodes\ComfyUI-Inspire-Pack 2024-09-26 02:40:00,065 - root - INFO - 0.0 seconds: F:\aigc\ComfyUI-aki-v1.4\custom_nodes\comfy_mtb 2024-09-26 02:40:00,065 - root - INFO - 0.0 seconds: F:\aigc\ComfyUI-aki-v1.4\custom_nodes\ComfyUI-Crystools 2024-09-26 02:40:00,065 - root - INFO - 0.1 seconds: F:\aigc\ComfyUI-aki-v1.4\custom_nodes\comfyui-reactor-node 2024-09-26 02:40:00,065 - root - INFO - 0.1 seconds (IMPORT FAILED): F:\aigc\ComfyUI-aki-v1.4\custom_nodes\ComfyUI-Hallo 2024-09-26 02:40:00,065 - root - INFO - 0.1 seconds (IMPORT FAILED): F:\aigc\ComfyUI-aki-v1.4\custom_nodes\FancyVideo-ComfyUI 2024-09-26 02:40:00,065 - root - INFO - 0.1 seconds: F:\aigc\ComfyUI-aki-v1.4\custom_nodes\ComfyUI_LayerStyle 2024-09-26 02:40:00,065 - root - INFO - 0.1 seconds (IMPORT FAILED): F:\aigc\ComfyUI-aki-v1.4\custom_nodes\ComfyUI-MuseTalk_FSH 2024-09-26 02:40:00,065 - root - INFO - 0.2 seconds: F:\aigc\ComfyUI-aki-v1.4\custom_nodes\ComfyUI_FizzNodes 2024-09-26 02:40:00,065 - root - INFO - 0.2 seconds: F:\aigc\ComfyUI-aki-v1.4\custom_nodes\ComfyUI-Impact-Pack 2024-09-26 02:40:00,065 - root - INFO - 0.3 seconds: F:\aigc\ComfyUI-aki-v1.4\custom_nodes\ComfyUI-IP_LAP 2024-09-26 02:40:00,066 - root - INFO - 0.3 seconds (IMPORT FAILED): F:\aigc\ComfyUI-aki-v1.4\custom_nodes\AniTalker-ComfyUI 2024-09-26 02:40:00,066 - root - INFO - 0.4 seconds: F:\aigc\ComfyUI-aki-v1.4\custom_nodes\ComfyUI-Manager 2024-09-26 02:40:00,066 - root - INFO - 0.4 seconds: F:\aigc\ComfyUI-aki-v1.4\custom_nodes\ComfyUI_V-Express 2024-09-26 02:40:00,066 - root - INFO - 0.4 seconds: F:\aigc\ComfyUI-aki-v1.4\custom_nodes\ComfyUI-Easy-Use 2024-09-26 02:40:00,066 - root - INFO - 0.6 seconds: F:\aigc\ComfyUI-aki-v1.4\custom_nodes\a-person-mask-generator 2024-09-26 02:40:00,066 - root - INFO - 0.6 seconds: F:\aigc\ComfyUI-aki-v1.4\custom_nodes\ComfyUI-DiffSynth-Studio 2024-09-26 02:40:00,066 - root - INFO - 0.6 seconds: F:\aigc\ComfyUI-aki-v1.4\custom_nodes\ComfyUI-Allor 2024-09-26 02:40:00,066 - root - INFO - 0.7 seconds: F:\aigc\ComfyUI-aki-v1.4\custom_nodes\comfyui-mixlab-nodes 2024-09-26 02:40:00,066 - root - INFO - 1.5 seconds: F:\aigc\ComfyUI-aki-v1.4\custom_nodes\ComfyUI-MimicMotion 2024-09-26 02:40:00,066 - root - INFO - 2.5 seconds: F:\aigc\ComfyUI-aki-v1.4\custom_nodes\ComfyUI_Custom_Nodes_AlekPet 2024-09-26 02:40:00,066 - root - INFO - 2.7 seconds (IMPORT FAILED): F:\aigc\ComfyUI-aki-v1.4\custom_nodes\ComfyUI-MuseTalk 2024-09-26 02:40:00,066 - root - INFO - 2.9 seconds: F:\aigc\ComfyUI-aki-v1.4\custom_nodes\ComfyUI-UniAnimate 2024-09-26 02:40:00,066 - root - INFO - 3.8 seconds: F:\aigc\ComfyUI-aki-v1.4\custom_nodes\was-node-suite-comfyui 2024-09-26 02:40:00,066 - root - INFO - 2024-09-26 02:40:00,080 - root - INFO - Starting server

2024-09-26 02:40:00,081 - root - INFO - To see the GUI go to: http://127.0.0.1:8188 2024-09-26 02:40:01,735 - root - ERROR - [ERROR] An error occurred while retrieving information for the 'LatentSwitch' node. 2024-09-26 02:40:01,735 - root - ERROR - Traceback (most recent call last): File "F:\aigc\ComfyUI-aki-v1.4\server.py", line 564, in get_object_info out[x] = node_info(x) File "F:\aigc\ComfyUI-aki-v1.4\server.py", line 531, in node_info info['input'] = obj_class.INPUT_TYPES() File "F:\aigc\ComfyUI-aki-v1.4\custom_nodes\ComfyUI-Impact-Pack\modules\impact\util_nodes.py", line 19, in INPUT_TYPES stack = inspect.stack() File "F:\aigc\ComfyUI-aki-v1.4\python\lib\inspect.py", line 1673, in stack return getouterframes(sys._getframe(1), context) File "F:\aigc\ComfyUI-aki-v1.4\python\lib\inspect.py", line 1650, in getouterframes frameinfo = (frame,) + getframeinfo(frame, context) File "F:\aigc\ComfyUI-aki-v1.4\python\lib\inspect.py", line 1620, in getframeinfo filename = getsourcefile(frame) or getfile(frame) File "F:\aigc\ComfyUI-aki-v1.4\python\lib\inspect.py", line 829, in getsourcefile module = getmodule(object, filename) File "F:\aigc\ComfyUI-aki-v1.4\python\lib\inspect.py", line 875, in getmodule f = getabsfile(module) File "F:\aigc\ComfyUI-aki-v1.4\python\lib\inspect.py", line 844, in getabsfile _filename = getsourcefile(object) or getfile(object) File "F:\aigc\ComfyUI-aki-v1.4\python\lib\inspect.py", line 817, in getsourcefile filename = getfile(object) File "F:\aigc\ComfyUI-aki-v1.4\python\lib\site-packages\torch\package\package_importer.py", line 698, in _patched_getfile return _orig_getfile(object) File "F:\aigc\ComfyUI-aki-v1.4\python\lib\inspect.py", line 778, in getfile raise TypeError('{!r} is a built-in module'.format(object)) TypeError: <module 'viewcrafter.utils' (<_frozen_importlib_external._NamespaceLoader object at 0x000001FA8918FAC0>)> is a built-in module

2024-09-26 02:44:10,744 - root - INFO - got prompt 2024-09-26 02:44:10,747 - root - ERROR - Failed to validate prompt for output 22: 2024-09-26 02:44:10,747 - root - ERROR - * VHS_LoadAudio 28: 2024-09-26 02:44:10,747 - root - ERROR - - Custom validation failed for node: audio_file - Invalid file path: input/gai2.wav 2024-09-26 02:44:10,747 - root - ERROR - - Custom validation failed for node: seek_seconds - Invalid file path: input/gai2.wav 2024-09-26 02:44:10,747 - root - ERROR - Output will be ignored 2024-09-26 02:44:10,764 - root - ERROR - Failed to validate prompt for output 56: 2024-09-26 02:44:10,764 - root - ERROR - Output will be ignored 2024-09-26 02:44:10,778 - root - ERROR - Failed to validate prompt for output 30: 2024-09-26 02:44:10,778 - root - ERROR - Output will be ignored 2024-09-26 02:44:10,784 - root - WARNING - WARNING: [WinError 2] 系统找不到指定的文件。: 'input/gai2.wav' 2024-09-26 02:44:11,039 - root - INFO - Prompt executed in 0.26 seconds 2024-09-26 02:50:11,565 - root - INFO - got prompt 2024-09-26 02:50:13,554 - root - INFO - Using xformers attention in VAE 2024-09-26 02:50:13,555 - root - INFO - Using xformers attention in VAE 2024-09-26 02:50:29,753 - root - ERROR - !!! Exception during processing !!! 'MuseModelConfig' object has no attribute 'custom_operations' 2024-09-26 02:50:29,766 - root - ERROR - Traceback (most recent call last): File "F:\aigc\ComfyUI-aki-v1.4\execution.py", line 323, in execute output_data, output_ui, has_subgraph = get_output_data(obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb) File "F:\aigc\ComfyUI-aki-v1.4\execution.py", line 198, in get_output_data return_values = _map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb) File "F:\aigc\ComfyUI-aki-v1.4\execution.py", line 165, in _map_node_over_list process_inputs({}) File "F:\aigc\ComfyUI-aki-v1.4\execution.py", line 158, in process_inputs results.append(getattr(obj, func)(**inputs)) File "F:\aigc\ComfyUI-aki-v1.4\custom_nodes\ComfyUI-MuseTalk-KJ\nodes.py", line 77, in load_unet model = BaseModel(model_config) File "F:\aigc\ComfyUI-aki-v1.4\comfy\model_base.py", line 98, in init if model_config.custom_operations is None: AttributeError: 'MuseModelConfig' object has no attribute 'custom_operations'

2024-09-26 02:50:29,767 - root - INFO - Prompt executed in 18.17 seconds 2024-09-26 02:53:08,683 - root - INFO - got prompt 2024-09-26 02:53:10,511 - root - ERROR - !!! Exception during processing !!! 'MuseModelConfig' object has no attribute 'custom_operations' 2024-09-26 02:53:10,512 - root - ERROR - Traceback (most recent call last): File "F:\aigc\ComfyUI-aki-v1.4\execution.py", line 323, in execute output_data, output_ui, has_subgraph = get_output_data(obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb) File "F:\aigc\ComfyUI-aki-v1.4\execution.py", line 198, in get_output_data return_values = _map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb) File "F:\aigc\ComfyUI-aki-v1.4\execution.py", line 165, in _map_node_over_list process_inputs({}) File "F:\aigc\ComfyUI-aki-v1.4\execution.py", line 158, in process_inputs results.append(getattr(obj, func)(**inputs)) File "F:\aigc\ComfyUI-aki-v1.4\custom_nodes\ComfyUI-MuseTalk-KJ\nodes.py", line 77, in load_unet model = BaseModel(model_config) File "F:\aigc\ComfyUI-aki-v1.4\comfy\model_base.py", line 98, in init if model_config.custom_operations is None: AttributeError: 'MuseModelConfig' object has no attribute 'custom_operations'

2024-09-26 02:53:10,512 - root - INFO - Prompt executed in 1.79 seconds 2024-09-26 03:05:56,308 - root - INFO - got prompt 2024-09-26 03:05:58,176 - root - ERROR - !!! Exception during processing !!! 'MuseModelConfig' object has no attribute 'custom_operations' 2024-09-26 03:05:58,177 - root - ERROR - Traceback (most recent call last): File "F:\aigc\ComfyUI-aki-v1.4\execution.py", line 323, in execute output_data, output_ui, has_subgraph = get_output_data(obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb) File "F:\aigc\ComfyUI-aki-v1.4\execution.py", line 198, in get_output_data return_values = _map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb) File "F:\aigc\ComfyUI-aki-v1.4\execution.py", line 165, in _map_node_over_list process_inputs({}) File "F:\aigc\ComfyUI-aki-v1.4\execution.py", line 158, in process_inputs results.append(getattr(obj, func)(**inputs)) File "F:\aigc\ComfyUI-aki-v1.4\custom_nodes\ComfyUI-MuseTalk-KJ\nodes.py", line 77, in load_unet model = BaseModel(model_config) File "F:\aigc\ComfyUI-aki-v1.4\comfy\model_base.py", line 98, in init if model_config.custom_operations is None: AttributeError: 'MuseModelConfig' object has no attribute 'custom_operations'

2024-09-26 03:05:58,177 - root - INFO - Prompt executed in 1.83 seconds 2024-09-26 03:18:51,237 - root - INFO - got prompt 2024-09-26 03:18:53,010 - root - ERROR - !!! Exception during processing !!! 'MuseModelConfig' object has no attribute 'custom_operations' 2024-09-26 03:18:53,011 - root - ERROR - Traceback (most recent call last): File "F:\aigc\ComfyUI-aki-v1.4\execution.py", line 323, in execute output_data, output_ui, has_subgraph = get_output_data(obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb) File "F:\aigc\ComfyUI-aki-v1.4\execution.py", line 198, in get_output_data return_values = _map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb) File "F:\aigc\ComfyUI-aki-v1.4\execution.py", line 165, in _map_node_over_list process_inputs({}) File "F:\aigc\ComfyUI-aki-v1.4\execution.py", line 158, in process_inputs results.append(getattr(obj, func)(**inputs)) File "F:\aigc\ComfyUI-aki-v1.4\custom_nodes\ComfyUI-MuseTalk-KJ\nodes.py", line 77, in load_unet model = BaseModel(model_config) File "F:\aigc\ComfyUI-aki-v1.4\comfy\model_base.py", line 98, in init if model_config.custom_operations is None: AttributeError: 'MuseModelConfig' object has no attribute 'custom_operations'

2024-09-26 03:18:53,011 - root - INFO - Prompt executed in 1.73 seconds

## Attached Workflow
Please make sure that workflow does not contain any sensitive information such as API keys or passwords.

{"last_node_id":73,"last_link_id":158,"nodes":[{"id":22,"type":"Display Any (rgthree)","pos":{"0":1895,"1":640},"size":{"0":226.42002868652344,"1":116.54998779296875},"flags":{},"order":21,"mode":0,"inputs":[{"name":"source","type":"*","link":37,"dir":3,"label":"输入"}],"outputs":[],"properties":{"Node name for S&R":"Display Any (rgthree)"},"widgets_values":[""]},{"id":49,"type":"INTConstant","pos":{"0":745,"1":919},"size":{"0":210,"1":58},"flags":{},"order":0,"mode":0,"inputs":[],"outputs":[{"name":"value","type":"INT","links":[103,104],"slot_index":0,"shape":3,"label":"值"}],"properties":{"Node name for S&R":"INTConstant"},"widgets_values":[194],"color":"#1b4669","bgcolor":"#29699c"},{"id":4,"type":"VAELoader","pos":{"0":1064,"1":140},"size":{"0":379.3569641113281,"1":58.21699523925781},"flags":{},"order":1,"mode":0,"inputs":[],"outputs":[{"name":"VAE","type":"VAE","links":[147],"slot_index":0,"shape":3}],"properties":{"Node name for S&R":"VAELoader"},"widgets_values":["vae-ft-mse-840000-ema-pruned.ckpt"]},{"id":21,"type":"VHS_GetImageCount","pos":{"0":2027,"1":541},"size":{"0":210,"1":26},"flags":{},"order":20,"mode":0,"inputs":[{"name":"images","type":"IMAGE","link":149,"label":"图像"}],"outputs":[{"name":"count","type":"INT","links":[37,116],"slot_index":0,"shape":3,"label":"计数"}],"properties":{"Node name for S&R":"VHS_GetImageCount"},"widgets_values":{}},{"id":66,"type":"muse_talk_sampler","pos":{"0":1750,"1":-20},"size":{"0":315,"1":162},"flags":{},"order":18,"mode":0,"inputs":[{"name":"model","type":"MODEL","link":158,"label":"model"},{"name":"vae","type":"VAE","link":147,"label":"vae"},{"name":"whisper_features","type":"WHISPERFEAT","link":151,"label":"whisper_features"},{"name":"images","type":"IMAGE","link":152,"label":"images"},{"name":"masked_images","type":"IMAGE","link":153,"label":"masked_images"}],"outputs":[{"name":"image","type":"IMAGE","links":[148,149,150],"slot_index":0,"shape":3,"label":"image"}],"properties":{"Node name for S&R":"muse_talk_sampler"},"widgets_values":[8,0]},{"id":19,"type":"VHS_DuplicateImages","pos":{"0":1009,"1":785},"size":{"0":315,"1":78},"flags":{},"order":14,"mode":0,"inputs":[{"name":"images","type":"IMAGE","link":99,"label":"图像"},{"name":"multiply_by","type":"INT","link":104,"widget":{"name":"multiply_by"},"label":"系数"}],"outputs":[{"name":"IMAGE","type":"IMAGE","links":[152],"slot_index":0,"shape":3,"label":"图像"},{"name":"count","type":"INT","links":null,"shape":3,"label":"计数"}],"properties":{"Node name for S&R":"VHS_DuplicateImages"},"widgets_values":{"multiply_by":194}},{"id":48,"type":"VHS_DuplicateImages","pos":{"0":1009,"1":909},"size":{"0":315,"1":78},"flags":{},"order":16,"mode":0,"inputs":[{"name":"images","type":"IMAGE","link":101,"label":"图像"},{"name":"multiply_by","type":"INT","link":103,"slot_index":1,"widget":{"name":"multiply_by"},"label":"系数"}],"outputs":[{"name":"IMAGE","type":"IMAGE","links":[153],"slot_index":0,"shape":3,"label":"图像"},{"name":"count","type":"INT","links":null,"shape":3,"label":"计数"}],"properties":{"Node name for S&R":"VHS_DuplicateImages"},"widgets_values":{"multiply_by":194}},{"id":53,"type":"Crop (mtb)","pos":{"0":-340,"1":1066},"size":{"0":315,"1":170},"flags":{},"order":9,"mode":0,"inputs":[{"name":"image","type":"IMAGE","link":107,"slot_index":0,"label":"图像"},{"name":"mask","type":"MASK","link":null,"label":"遮罩"},{"name":"bbox","type":"BBOX","link":null,"label":"BBox"}],"outputs":[{"name":"IMAGE","type":"IMAGE","links":[108],"slot_index":0,"shape":3,"label":"图像"},{"name":"MASK","type":"MASK","links":null,"shape":3,"label":"遮罩"},{"name":"BBOX","type":"BBOX","links":[109],"slot_index":2,"shape":3,"label":"BBox"}],"properties":{"Node name for S&R":"Crop (mtb)"},"widgets_values":[273,121,512,512]},{"id":15,"type":"EmptyImage","pos":{"0":118,"1":1112},"size":{"0":315,"1":130},"flags":{},"order":2,"mode":0,"inputs":[],"outputs":[{"name":"IMAGE","type":"IMAGE","links":[18],"slot_index":0,"shape":3,"label":"图像"}],"properties":{"Node name for S&R":"EmptyImage"},"widgets_values":[512,512,1,0]},{"id":31,"type":"ImageResize+","pos":{"0":114,"1":834},"size":{"0":315,"1":218},"flags":{},"order":11,"mode":0,"inputs":[{"name":"image","type":"IMAGE","link":108,"slot_index":0,"label":"图像"}],"outputs":[{"name":"IMAGE","type":"IMAGE","links":[56,99,106],"slot_index":0,"shape":3,"label":"图像"},{"name":"width","type":"INT","links":null,"shape":3,"label":"宽度"},{"name":"height","type":"INT","links":null,"shape":3,"label":"高度"}],"properties":{"Node name for S&R":"ImageResize+"},"widgets_values":[512,512,"nearest","stretch","always",0]},{"id":51,"type":"PreviewImage","pos":{"0":558,"1":672},"size":{"0":210,"1":246},"flags":{},"order":15,"mode":0,"inputs":[{"name":"images","type":"IMAGE","link":106,"label":"图像"}],"outputs":[],"properties":{"Node name for S&R":"PreviewImage"},"widgets_values":[]},{"id":47,"type":"ImageResize+","pos":{"0":-373,"1":575},"size":{"0":315,"1":218},"flags":{},"order":7,"mode":0,"inputs":[{"name":"image","type":"IMAGE","link":96,"label":"图像"}],"outputs":[{"name":"IMAGE","type":"IMAGE","links":[107,113],"slot_index":0,"shape":3,"label":"图像"},{"name":"width","type":"INT","links":null,"shape":3,"label":"宽度"},{"name":"height","type":"INT","links":null,"shape":3,"label":"高度"}],"properties":{"Node name for S&R":"ImageResize+"},"widgets_values":[1024,1024,"nearest","stretch","always",2]},{"id":55,"type":"VHS_DuplicateImages","pos":{"0":1112,"1":1570},"size":{"0":315,"1":78},"flags":{},"order":22,"mode":0,"inputs":[{"name":"images","type":"IMAGE","link":113,"slot_index":0,"label":"图像"},{"name":"multiply_by","type":"INT","link":116,"slot_index":1,"widget":{"name":"multiply_by"},"label":"系数"}],"outputs":[{"name":"IMAGE","type":"IMAGE","links":[112],"slot_index":0,"shape":3,"label":"图像"},{"name":"count","type":"INT","links":null,"shape":3,"label":"计数"}],"properties":{"Node name for S&R":"VHS_DuplicateImages"},"widgets_values":{"multiply_by":194}},{"id":71,"type":"Note","pos":{"0":2989,"1":491},"size":{"0":210,"1":58},"flags":{},"order":3,"mode":0,"inputs":[],"outputs":[],"properties":{"text":""},"widgets_values":[""],"color":"#432","bgcolor":"#653"},{"id":36,"type":"whisper_to_features","pos":{"0":1090,"1":551},"size":{"0":342.5999755859375,"1":78},"flags":{},"order":12,"mode":0,"inputs":[{"name":"audio_tensor","type":"VCAUDIOTENSOR","link":157,"slot_index":0,"label":"audio_tensor"}],"outputs":[{"name":"whisper_chunks","type":"WHISPERFEAT","links":[151],"slot_index":0,"shape":3,"label":"whisper_chunks"},{"name":"frame_count","type":"INT","links":null,"shape":3,"label":"frame_count"}],"properties":{"Node name for S&R":"whisper_to_features"},"widgets_values":[16]},{"id":54,"type":"Uncrop (mtb)","pos":{"0":1558,"1":808},"size":{"0":210,"1":98},"flags":{},"order":23,"mode":0,"inputs":[{"name":"image","type":"IMAGE","link":112,"label":"图像"},{"name":"crop_image","type":"IMAGE","link":150,"label":"裁剪图像"},{"name":"bbox","type":"BBOX","link":109,"label":"BBox"}],"outputs":[{"name":"IMAGE","type":"IMAGE","links":[114],"slot_index":0,"shape":3,"label":"图像"}],"properties":{"Node name for S&R":"Uncrop (mtb)"},"widgets_values":[0.25]},{"id":50,"type":"PreviewImage","pos":{"0":1023,"1":1163},"size":{"0":210,"1":246},"flags":{},"order":17,"mode":0,"inputs":[{"name":"images","type":"IMAGE","link":105,"label":"图像"}],"outputs":[],"properties":{"Node name for S&R":"PreviewImage"},"widgets_values":[]},{"id":16,"type":"ImageCompositeMasked","pos":{"0":615,"1":1070},"size":{"0":315,"1":146},"flags":{},"order":13,"mode":0,"inputs":[{"name":"destination","type":"IMAGE","link":56,"label":"目标图像"},{"name":"source","type":"IMAGE","link":18,"label":"源图像"},{"name":"mask","type":"MASK","link":null,"label":"遮罩"}],"outputs":[{"name":"IMAGE","type":"IMAGE","links":[101,105],"slot_index":0,"shape":3,"label":"图像"}],"properties":{"Node name for S&R":"ImageCompositeMasked"},"widgets_values":[0,128,true]},{"id":30,"type":"VHS_VideoCombine","pos":{"0":2467,"1":310},"size":[580,310],"flags":{},"order":19,"mode":0,"inputs":[{"name":"images","type":"IMAGE","link":148,"slot_index":0,"label":"图像"},{"name":"audio","type":"AUDIO","link":53,"label":"音频"},{"name":"meta_batch","type":"VHS_BatchManager","link":null,"label":"批次管理"},{"name":"vae","type":"VAE","link":null}],"outputs":[{"name":"Filenames","type":"VHS_FILENAMES","links":null,"shape":3,"label":"文件名"}],"properties":{"Node name for S&R":"VHS_VideoCombine"},"widgets_values":{"frame_rate":24,"loop_count":0,"filename_prefix":"MuseTalkCrop","format":"video/h264-mp4","pix_fmt":"yuv420p","crf":19,"save_metadata":true,"pingpong":false,"save_output":true,"videopreview":{"hidden":false,"paused":false,"params":{"filename":"MuseTalkCrop_00007-audio.mp4","subfolder":"","type":"output","format":"video/h264-mp4","frame_rate":8}}}},{"id":56,"type":"VHS_VideoCombine","pos":{"0":2067,"1":1248},"size":[920.8618774414062,310],"flags":{},"order":24,"mode":0,"inputs":[{"name":"images","type":"IMAGE","link":114,"slot_index":0,"label":"图像"},{"name":"audio","type":"AUDIO","link":117,"label":"音频"},{"name":"meta_batch","type":"VHS_BatchManager","link":null,"label":"批次管理"},{"name":"vae","type":"VAE","link":null}],"outputs":[{"name":"Filenames","type":"VHS_FILENAMES","links":null,"shape":3,"label":"文件名"}],"properties":{"Node name for S&R":"VHS_VideoCombine"},"widgets_values":{"frame_rate":24,"loop_count":0,"filename_prefix":"MuseTalk","format":"video/h264-mp4","pix_fmt":"yuv420p","crf":19,"save_metadata":true,"pingpong":false,"save_output":true,"videopreview":{"hidden":false,"paused":false,"params":{"filename":"MuseTalk_00001-audio.mp4","subfolder":"","type":"temp","format":"video/h264-mp4"}}}},{"id":68,"type":"VHS_AudioToVHSAudio","pos":{"0":154,"1":48},"size":{"0":440.0026550292969,"1":55.584197998046875},"flags":{},"order":8,"mode":0,"inputs":[{"name":"audio","type":"AUDIO","link":154,"label":"audio"}],"outputs":[{"name":"vhs_audio","type":"VHS_AUDIO","links":[156],"slot_index":0,"shape":3,"label":"vhs_audio"}],"properties":{"Node name for S&R":"VHS_AudioToVHSAudio"},"widgets_values":{}},{"id":72,"type":"vhs_audio_to_audio_tensor","pos":{"0":659,"1":181},"size":{"0":315,"1":102},"flags":{},"order":10,"mode":0,"inputs":[{"name":"vhs_audio","type":"VHS_AUDIO","link":156,"label":"vhs_audio"}],"outputs":[{"name":"audio_tensor","type":"VCAUDIOTENSOR","links":[157],"shape":3,"label":"audio_tensor","slot_index":0},{"name":"audio_dur","type":"INT","links":null,"shape":3,"label":"audio_dur"}],"properties":{"Node name for S&R":"vhs_audio_to_audio_tensor"},"widgets_values":[16000,1]},{"id":6,"type":"LoadImage","pos":{"0":-837,"1":683},"size":{"0":316.3569641113281,"1":391.21697998046875},"flags":{},"order":4,"mode":0,"inputs":[],"outputs":[{"name":"IMAGE","type":"IMAGE","links":[96],"slot_index":0,"shape":3,"label":"图像"},{"name":"MASK","type":"MASK","links":null,"slot_index":1,"shape":3,"label":"遮罩"}],"properties":{"Node name for S&R":"LoadImage"},"widgets_values":["96B274C54E7CE5D5296BBF4860346A37.png","image"]},{"id":28,"type":"VHS_LoadAudio","pos":{"0":82,"1":338},"size":{"0":315,"1":82},"flags":{},"order":5,"mode":0,"inputs":[],"outputs":[{"name":"audio","type":"AUDIO","links":[53,117,154],"slot_index":0,"shape":3,"label":"音频"}],"properties":{"Node name for S&R":"VHS_LoadAudio"},"widgets_values":{"audio_file":"F:\audio\sun.wav","seek_seconds":0}},{"id":73,"type":"UNETLoader_MuseTalk","pos":{"0":1123,"1":-347},"size":{"0":239.40000915527344,"1":26},"flags":{},"order":6,"mode":0,"inputs":[],"outputs":[{"name":"MODEL","type":"MODEL","links":[158],"shape":3,"label":"MODEL","slot_index":0}],"properties":{"Node name for S&R":"UNETLoader_MuseTalk"}}],"links":[[18,15,0,16,1,"IMAGE"],[37,21,0,22,0,"*"],[53,28,0,30,1,"VHS_AUDIO"],[56,31,0,16,0,"IMAGE"],[96,6,0,47,0,"IMAGE"],[99,31,0,19,0,"IMAGE"],[101,16,0,48,0,"IMAGE"],[103,49,0,48,1,"INT"],[104,49,0,19,1,"INT"],[105,16,0,50,0,"IMAGE"],[106,31,0,51,0,"IMAGE"],[107,47,0,53,0,"IMAGE"],[108,53,0,31,0,"IMAGE"],[109,53,2,54,2,"BBOX"],[112,55,0,54,0,"IMAGE"],[113,47,0,55,0,"IMAGE"],[114,54,0,56,0,"IMAGE"],[116,21,0,55,1,"INT"],[117,28,0,56,1,"VHS_AUDIO"],[147,4,0,66,1,"VAE"],[148,66,0,30,0,"IMAGE"],[149,66,0,21,0,"IMAGE"],[150,66,0,54,1,"IMAGE"],[151,36,0,66,2,"WHISPERFEAT"],[152,19,0,66,3,"IMAGE"],[153,48,0,66,4,"IMAGE"],[154,28,0,68,0,"AUDIO"],[156,68,0,72,0,"VHS_AUDIO"],[157,72,0,36,0,"VCAUDIOTENSOR"],[158,73,0,66,0,"MODEL"]],"groups":[],"config":{},"extra":{"ds":{"scale":1.167184107045002,"offset":[-934.0174069545825,521.0015051419051]}},"version":0.4}



## Additional Context
(Please add any additional context or steps to reproduce the error here)
VioletOrz commented 1 week ago

降低comfyui的版本可以解决这个问题,如果用的是秋叶启动器我降到2024.07.13的版本就可以正常使用了。Reducing the comfyui version can solve this problem.

jeffreyrobeson commented 1 week ago

Thanks.

MoJIeAIGC commented 5 days ago

This issue is raised to inform the community about a recent update made to address compatibility issues with the latest version of ComfyUI. The memory allocation mechanism has been overhauled in the recent update, which caused the previous configurations to fail with an AttributeError related to MuseModelConfig.

I have created a branch in my fork that includes the necessary changes to ensure that the project runs smoothly on the updated ComfyUI version. The changes made include adding the memory_usage_factor, custom_operations, and optimizations properties to the MuseModelConfig class, which resolves the aforementioned error.https://github.com/MoJIeAIGC/ComfyUI-MuseTalk-KJ/tree/patch patch

It's important to note that these changes are primarily aimed at restoring functionality and do not encompass deeper optimizations. The project's performance and efficiency might still be subject to further improvements. Therefore, users who require a more robust and optimized solution are advised to wait for updates in the main branch.

For those who are eager to test the latest changes or need to run the project urgently, they can download the updated code from my fork. However, please be aware that this is a temporary fix, and more comprehensive updates will be necessary in the future.