Skip to content

i have get this message : "FramePackSampler 'NoneType' object is not callable" #383

@ABIA2024

Description

@ABIA2024

LOG

ComfyUI Error Report

Error Details

  • Node ID: 39
  • Node Type: FramePackSampler
  • Exception Type: TypeError
  • Exception Message: 'NoneType' object is not callable

Stack Trace

  File "E:\ComfyUIstanAlone\ComfyUI_windows_portable\ComfyUI\execution.py", line 327, 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 "E:\ComfyUIstanAlone\ComfyUI_windows_portable\ComfyUI\execution.py", line 202, 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 "E:\ComfyUIstanAlone\ComfyUI_windows_portable\ComfyUI\execution.py", line 174, in _map_node_over_list
    process_inputs(input_dict, i)

  File "E:\ComfyUIstanAlone\ComfyUI_windows_portable\ComfyUI\execution.py", line 163, in process_inputs
    results.append(getattr(obj, func)(**inputs))
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "E:\ComfyUIstanAlone\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-FramePackWrapper\nodes.py", line 448, in process
    generated_latents = sample_hunyuan(
                        ^^^^^^^^^^^^^^^

  File "E:\ComfyUIstanAlone\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\utils\_contextlib.py", line 116, in decorate_context
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^

  File "E:\ComfyUIstanAlone\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-FramePackWrapper\diffusers_helper\pipelines\k_diffusion_hunyuan.py", line 119, in sample_hunyuan
    results = sample_unipc(k_model, latents, sigmas, extra_args=sampler_kwargs, disable=False, variant=variant, callback=callback)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "E:\ComfyUIstanAlone\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-FramePackWrapper\diffusers_helper\k_diffusion\uni_pc_fm.py", line 149, in sample_unipc
    return FlowMatchUniPC(model, extra_args=extra_args, variant=variant).sample(noise, sigmas=sigmas, callback=callback, disable_pbar=disable)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "E:\ComfyUIstanAlone\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-FramePackWrapper\diffusers_helper\k_diffusion\uni_pc_fm.py", line 119, in sample
    model_prev_list = [self.model_fn(x, vec_t)]
                       ^^^^^^^^^^^^^^^^^^^^^^^

  File "E:\ComfyUIstanAlone\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-FramePackWrapper\diffusers_helper\k_diffusion\uni_pc_fm.py", line 23, in model_fn
    return self.model(x, t, **self.extra_args)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "E:\ComfyUIstanAlone\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-FramePackWrapper\diffusers_helper\k_diffusion\wrapper.py", line 37, in k_model
    pred_positive = transformer(hidden_states=hidden_states, timestep=timestep, return_dict=False, **extra_args['positive'])[0].float()
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "E:\ComfyUIstanAlone\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1739, in _wrapped_call_impl
    return self._call_impl(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "E:\ComfyUIstanAlone\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1750, in _call_impl
    return forward_call(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "E:\ComfyUIstanAlone\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-FramePackWrapper\diffusers_helper\models\hunyuan_video_packed.py", line 958, in forward
    hidden_states, encoder_hidden_states = self.gradient_checkpointing_method(
                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "E:\ComfyUIstanAlone\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-FramePackWrapper\diffusers_helper\models\hunyuan_video_packed.py", line 817, in gradient_checkpointing_method
    result = block(*args)
             ^^^^^^^^^^^^

  File "E:\ComfyUIstanAlone\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1739, in _wrapped_call_impl
    return self._call_impl(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "E:\ComfyUIstanAlone\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1750, in _call_impl
    return forward_call(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "E:\ComfyUIstanAlone\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-FramePackWrapper\diffusers_helper\models\hunyuan_video_packed.py", line 636, in forward
    attn_output, context_attn_output = self.attn(
                                       ^^^^^^^^^^

  File "E:\ComfyUIstanAlone\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1739, in _wrapped_call_impl
    return self._call_impl(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "E:\ComfyUIstanAlone\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1750, in _call_impl
    return forward_call(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "E:\ComfyUIstanAlone\ComfyUI_windows_portable\python_embeded\Lib\site-packages\diffusers\models\attention_processor.py", line 605, in forward
    return self.processor(
           ^^^^^^^^^^^^^^^

  File "E:\ComfyUIstanAlone\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-FramePackWrapper\diffusers_helper\models\hunyuan_video_packed.py", line 152, in __call__
    hidden_states = attn_varlen_func(query, key, value, cu_seqlens_q, cu_seqlens_kv, max_seqlen_q, max_seqlen_kv, self.attention_mode)
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "E:\ComfyUIstanAlone\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-FramePackWrapper\diffusers_helper\models\hunyuan_video_packed.py", line 96, in attn_varlen_func
    x = sageattn(q, k, v, tensor_layout='NHD')
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

System Information

  • ComfyUI Version: 0.3.14
  • Arguments: ComfyUI\main.py --windows-standalone-build
  • OS: nt
  • Python Version: 3.12.8 (tags/v3.12.8:2dc476b, Dec 3 2024, 19:30:04) [MSC v.1942 64 bit (AMD64)]
  • Embedded Python: true
  • PyTorch Version: 2.6.0+cu126

Devices

  • Name: cuda:0 NVIDIA GeForce RTX 2080 : cudaMallocAsync
    • Type: cuda
    • VRAM Total: 8589475840
    • VRAM Free: 7291383808
    • Torch VRAM Total: 201326592
    • Torch VRAM Free: 82423808

Logs

2025-05-04T19:05:32.779081 - ** ComfyUI Path:2025-05-04T19:05:32.779081 -  2025-05-04T19:05:32.779081 - E:\ComfyUIstanAlone\ComfyUI_windows_portable\ComfyUI2025-05-04T19:05:32.779081 - 
2025-05-04T19:05:32.779081 - ** ComfyUI Base Folder Path:2025-05-04T19:05:32.779081 -  2025-05-04T19:05:32.779081 - E:\ComfyUIstanAlone\ComfyUI_windows_portable\ComfyUI2025-05-04T19:05:32.779081 - 
2025-05-04T19:05:32.779081 - ** User directory:2025-05-04T19:05:32.779081 -  2025-05-04T19:05:32.779081 - E:\ComfyUIstanAlone\ComfyUI_windows_portable\ComfyUI\user2025-05-04T19:05:32.779081 - 
2025-05-04T19:05:32.779081 - ** ComfyUI-Manager config path:2025-05-04T19:05:32.779081 -  2025-05-04T19:05:32.779081 - E:\ComfyUIstanAlone\ComfyUI_windows_portable\ComfyUI\user\default\ComfyUI-Manager\config.ini2025-05-04T19:05:32.779081 - 
2025-05-04T19:05:32.779081 - ** Log path:2025-05-04T19:05:32.779081 -  2025-05-04T19:05:32.779081 - E:\ComfyUIstanAlone\ComfyUI_windows_portable\ComfyUI\user\comfyui.log2025-05-04T19:05:32.779081 - 
2025-05-04T19:05:34.632829 - 
Prestartup times for custom nodes:
2025-05-04T19:05:34.632829 -   14.4 seconds: E:\ComfyUIstanAlone\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-manager
2025-05-04T19:05:34.632829 - 
2025-05-04T19:05:41.308143 - Checkpoint files will always be loaded safely.
2025-05-04T19:05:41.523693 - Total VRAM 8192 MB, total RAM 65469 MB
2025-05-04T19:05:41.523693 - pytorch version: 2.6.0+cu126
2025-05-04T19:05:45.487169 - xformers version: 0.0.29.post3
2025-05-04T19:05:45.487169 - Set vram state to: NORMAL_VRAM
2025-05-04T19:05:45.487169 - Device: cuda:0 NVIDIA GeForce RTX 2080 : cudaMallocAsync
2025-05-04T19:05:46.544252 - Using xformers attention
2025-05-04T19:05:51.865698 - ComfyUI version: 0.3.14
2025-05-04T19:05:51.910211 - [Prompt Server] web root: E:\ComfyUIstanAlone\ComfyUI_windows_portable\ComfyUI\web
2025-05-04T19:05:53.862841 - �[92mBmad-DirtyUndoRedo Loaded.�[0m2025-05-04T19:05:53.863839 - 
2025-05-04T19:05:53.863941 - Skip E:\ComfyUIstanAlone\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Bmad-DirtyUndoRedo module for custom nodes due to the lack of NODE_CLASS_MAPPINGS.
2025-05-04T19:05:55.372216 - [Crystools �[0;32mINFO�[0m] Crystools version: 1.22.0
2025-05-04T19:05:55.430814 - [Crystools �[0;32mINFO�[0m] CPU: Intel(R) Core(TM) i9-9900KF CPU @ 3.60GHz - Arch: AMD64 - OS: Windows 10
2025-05-04T19:05:55.437825 - [Crystools �[0;32mINFO�[0m] Pynvml (Nvidia) initialized.
2025-05-04T19:05:55.438739 - [Crystools �[0;32mINFO�[0m] GPU/s:
2025-05-04T19:05:55.456161 - [Crystools �[0;32mINFO�[0m] 0) NVIDIA GeForce RTX 2080
2025-05-04T19:05:55.456448 - [Crystools �[0;32mINFO�[0m] NVIDIA Driver: 560.94
2025-05-04T19:05:55.507482 - Total VRAM 8192 MB, total RAM 65469 MB
2025-05-04T19:05:55.507810 - pytorch version: 2.6.0+cu126
2025-05-04T19:05:55.508537 - xformers version: 0.0.29.post3
2025-05-04T19:05:55.508786 - Set vram state to: NORMAL_VRAM
2025-05-04T19:05:55.509038 - Device: cuda:0 NVIDIA GeForce RTX 2080 : cudaMallocAsync
2025-05-04T19:05:55.530492 - ### Loading: ComfyUI-Impact-Pack (V8.8.1)2025-05-04T19:05:55.530492 - 
2025-05-04T19:05:55.965418 - [Impact Pack] Wildcards loading done.2025-05-04T19:05:55.965418 - 
2025-05-04T19:05:56.017050 - ### Loading: ComfyUI-Manager (V3.17.8)
2025-05-04T19:05:56.047162 - ### ComfyUI Revision: UNKNOWN (The currently installed ComfyUI is not a Git repository)
2025-05-04T19:05:56.265915 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/alter-list.json
2025-05-04T19:05:56.291040 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/model-list.json
2025-05-04T19:05:56.579500 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/extension-node-map.json
2025-05-04T19:05:56.603927 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/github-stats.json
2025-05-04T19:05:56.656789 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/custom-node-list.json
2025-05-04T19:05:57.287443 - �[34mIb Custom Nodes: �[92mLoaded�[0m2025-05-04T19:05:57.287443 - 
2025-05-04T19:05:58.966028 - �[34mWAS Node Suite: �[0mOpenCV Python FFMPEG support is enabled�[0m2025-05-04T19:05:58.966028 - 
2025-05-04T19:05:58.967046 - �[34mWAS Node Suite �[93mWarning: �[0m`ffmpeg_bin_path` is not set in `E:\ComfyUIstanAlone\ComfyUI_windows_portable\ComfyUI\custom_nodes\pr-was-node-suite-comfyui-47064894\was_suite_config.json` config file. Will attempt to use system ffmpeg binaries if available.�[0m2025-05-04T19:05:58.967046 - 
2025-05-04T19:05:59.838665 - �[34mWAS Node Suite: �[0mFinished.�[0m �[32mLoaded�[0m �[0m218�[0m �[32mnodes successfully.�[0m2025-05-04T19:05:59.838665 - 
2025-05-04T19:05:59.838665 - 
	�[3m�[93m"Every artist was first an amateur."�[0m�[3m - Ralph Waldo Emerson�[0m
2025-05-04T19:05:59.838665 - 
2025-05-04T19:05:59.974859 - Set up system temp directory: C:\Users\ADMINI~1\AppData\Local\Temp\latentsync_1185a4862025-05-04T19:05:59.975833 - 
2025-05-04T19:05:59.979355 - Set up system temp directory: C:\Users\ADMINI~1\AppData\Local\Temp\latentsync_1185a486\latentsync_44f5799a2025-05-04T19:05:59.979355 - 
2025-05-04T19:05:59.982219 - Base directory: E:\ComfyUIstanAlone\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_wav2lip2025-05-04T19:05:59.983245 - 
2025-05-04T19:05:59.988671 - Checkpoints path: E:\ComfyUIstanAlone\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_wav2lip\Wav2Lip\checkpoints2025-05-04T19:05:59.988671 - 
2025-05-04T19:05:59.989570 - Model path: E:\ComfyUIstanAlone\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_wav2lip\Wav2Lip\checkpoints\wav2lip_gan.pth2025-05-04T19:05:59.989570 - 
2025-05-04T19:05:59.997828 - Traceback (most recent call last):
  File "E:\ComfyUIstanAlone\ComfyUI_windows_portable\ComfyUI\nodes.py", line 2112, in load_custom_node
    module_spec.loader.exec_module(module)
  File "<frozen importlib._bootstrap_external>", line 999, in exec_module
  File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
  File "E:\ComfyUIstanAlone\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_wav2lip\__init__.py", line 1, in <module>
    from .wav2lip import Wav2Lip, LoadAudio
  File "E:\ComfyUIstanAlone\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_wav2lip\wav2lip.py", line 36, in <module>
    assert model_exists, f"Model {wav2lip_model_file} not found in {checkpoints_path}"
           ^^^^^^^^^^^^
AssertionError: Model wav2lip_gan.pth not found in E:\ComfyUIstanAlone\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_wav2lip\Wav2Lip\checkpoints

2025-05-04T19:05:59.997828 - Cannot import E:\ComfyUIstanAlone\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_wav2lip module for custom nodes: Model wav2lip_gan.pth not found in E:\ComfyUIstanAlone\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_wav2lip\Wav2Lip\checkpoints
2025-05-04T19:06:00.009417 - Traceback (most recent call last):
  File "E:\ComfyUIstanAlone\ComfyUI_windows_portable\ComfyUI\nodes.py", line 2112, in load_custom_node
    module_spec.loader.exec_module(module)
  File "<frozen importlib._bootstrap_external>", line 999, in exec_module
  File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
  File "E:\ComfyUIstanAlone\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-reactor\__init__.py", line 23, in <module>
    from .nodes import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS
  File "E:\ComfyUIstanAlone\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-reactor\nodes.py", line 15, in <module>
    from insightface.app.common import Face
ModuleNotFoundError: No module named 'insightface'

2025-05-04T19:06:00.010416 - Cannot import E:\ComfyUIstanAlone\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-reactor module for custom nodes: No module named 'insightface'
2025-05-04T19:06:00.086410 - FETCH ComfyRegistry Data: 5/832025-05-04T19:06:00.086410 - 
2025-05-04T19:06:03.996558 - FETCH ComfyRegistry Data: 10/832025-05-04T19:06:03.996558 - 
2025-05-04T19:06:06.699929 - PyTorch version 2.6.0+cu126 available.
2025-05-04T19:06:06.704889 - JAX version 0.6.0 available.
2025-05-04T19:06:07.286030 - Traceback (most recent call last):
  File "E:\ComfyUIstanAlone\ComfyUI_windows_portable\ComfyUI\nodes.py", line 2112, in load_custom_node
    module_spec.loader.exec_module(module)
  File "<frozen importlib._bootstrap_external>", line 999, in exec_module
  File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
  File "E:\ComfyUIstanAlone\ComfyUI_windows_portable\ComfyUI\custom_nodes\F5-TTS-ComfyUI\__init__.py", line 12, in <module>
    from LangSegment import LangSegment
  File "E:\ComfyUIstanAlone\ComfyUI_windows_portable\python_embeded\Lib\site-packages\LangSegment\__init__.py", line 1, in <module>
    from .LangSegment import LangSegment,getTexts,classify,getCounts,printList,setLangfilters,getLangfilters,setfilters,getfilters
ImportError: cannot import name 'setLangfilters' from 'LangSegment.LangSegment' (E:\ComfyUIstanAlone\ComfyUI_windows_portable\python_embeded\Lib\site-packages\LangSegment\LangSegment.py)

2025-05-04T19:06:07.286598 - Cannot import E:\ComfyUIstanAlone\ComfyUI_windows_portable\ComfyUI\custom_nodes\F5-TTS-ComfyUI module for custom nodes: cannot import name 'setLangfilters' from 'LangSegment.LangSegment' (E:\ComfyUIstanAlone\ComfyUI_windows_portable\python_embeded\Lib\site-packages\LangSegment\LangSegment.py)
2025-05-04T19:06:07.807853 - Traceback (most recent call last):
  File "E:\ComfyUIstanAlone\ComfyUI_windows_portable\ComfyUI\nodes.py", line 2112, in load_custom_node
    module_spec.loader.exec_module(module)
  File "<frozen importlib._bootstrap_external>", line 995, in exec_module
  File "<frozen importlib._bootstrap_external>", line 1132, in get_code
  File "<frozen importlib._bootstrap_external>", line 1190, in get_data
FileNotFoundError: [Errno 2] No such file or directory: 'E:\\ComfyUIstanAlone\\ComfyUI_windows_portable\\ComfyUI\\custom_nodes\\F5-TTS\\__init__.py'

2025-05-04T19:06:07.808833 - Cannot import E:\ComfyUIstanAlone\ComfyUI_windows_portable\ComfyUI\custom_nodes\F5-TTS module for custom nodes: [Errno 2] No such file or directory: 'E:\\ComfyUIstanAlone\\ComfyUI_windows_portable\\ComfyUI\\custom_nodes\\F5-TTS\\__init__.py'
2025-05-04T19:06:07.875884 - FETCH ComfyRegistry Data: 15/832025-05-04T19:06:07.875884 - 
2025-05-04T19:06:08.277322 - ------------------------------------------2025-05-04T19:06:08.277322 - 
2025-05-04T19:06:08.277322 - �[34mComfyroll Studio v1.76 : �[92m 175 Nodes Loaded�[0m2025-05-04T19:06:08.278129 - 
2025-05-04T19:06:08.278283 - ------------------------------------------2025-05-04T19:06:08.278562 - 
2025-05-04T19:06:08.278698 - ** For changes, please see patch notes at https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes/blob/main/Patch_Notes.md2025-05-04T19:06:08.278988 - 
2025-05-04T19:06:08.279271 - ** For help, please see the wiki at https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes/wiki2025-05-04T19:06:08.279271 - 
2025-05-04T19:06:08.279271 - ------------------------------------------2025-05-04T19:06:08.279271 - 
2025-05-04T19:06:08.282292 - 
Import times for custom nodes:
2025-05-04T19:06:08.283283 -    0.0 seconds: E:\ComfyUIstanAlone\ComfyUI_windows_portable\ComfyUI\custom_nodes\websocket_image_save.py
2025-05-04T19:06:08.283283 -    0.0 seconds (IMPORT FAILED): E:\ComfyUIstanAlone\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Bmad-DirtyUndoRedo
2025-05-04T19:06:08.283755 -    0.0 seconds (IMPORT FAILED): E:\ComfyUIstanAlone\ComfyUI_windows_portable\ComfyUI\custom_nodes\F5-TTS
2025-05-04T19:06:08.284005 -    0.0 seconds: E:\ComfyUIstanAlone\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_LatentSync
2025-05-04T19:06:08.284250 -    0.0 seconds: E:\ComfyUIstanAlone\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_Ib_CustomNodes
2025-05-04T19:06:08.284250 -    0.0 seconds: E:\ComfyUIstanAlone\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-VideoBasicLatentSync
2025-05-04T19:06:08.284250 -    0.0 seconds: E:\ComfyUIstanAlone\ComfyUI_windows_portable\ComfyUI\custom_nodes\masquerade-nodes-comfyui
2025-05-04T19:06:08.284250 -    0.0 seconds: E:\ComfyUIstanAlone\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-LatentSyncWrapper
2025-05-04T19:06:08.284250 -    0.0 seconds: E:\ComfyUIstanAlone\ComfyUI_windows_portable\ComfyUI\custom_nodes\janus-pro
2025-05-04T19:06:08.285249 -    0.0 seconds: E:\ComfyUIstanAlone\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-rmbg
2025-05-04T19:06:08.285249 -    0.0 seconds (IMPORT FAILED): E:\ComfyUIstanAlone\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-reactor
2025-05-04T19:06:08.285249 -    0.0 seconds: E:\ComfyUIstanAlone\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-video-matting
2025-05-04T19:06:08.285249 -    0.0 seconds: E:\ComfyUIstanAlone\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-various
2025-05-04T19:06:08.286246 -    0.0 seconds (IMPORT FAILED): E:\ComfyUIstanAlone\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_wav2lip
2025-05-04T19:06:08.286246 -    0.0 seconds: E:\ComfyUIstanAlone\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_essentials
2025-05-04T19:06:08.286246 -    0.0 seconds: E:\ComfyUIstanAlone\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Custom-Scripts
2025-05-04T19:06:08.286246 -    0.0 seconds: E:\ComfyUIstanAlone\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-KJNodes
2025-05-04T19:06:08.286246 -    0.0 seconds: E:\ComfyUIstanAlone\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-IC-Light
2025-05-04T19:06:08.287243 -    0.0 seconds: E:\ComfyUIstanAlone\ComfyUI_windows_portable\ComfyUI\custom_nodes\efficiency-nodes-comfyui
2025-05-04T19:06:08.287243 -    0.1 seconds: E:\ComfyUIstanAlone\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_Comfyroll_CustomNodes
2025-05-04T19:06:08.287243 -    0.1 seconds: E:\ComfyUIstanAlone\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-web-viewer
2025-05-04T19:06:08.287243 -    0.1 seconds: E:\ComfyUIstanAlone\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-manager
2025-05-04T19:06:08.288241 -    0.1 seconds: E:\ComfyUIstanAlone\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-LatentSync-Node
2025-05-04T19:06:08.288241 -    0.3 seconds: E:\ComfyUIstanAlone\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-FramePackWrapper
2025-05-04T19:06:08.288241 -    0.4 seconds: E:\ComfyUIstanAlone\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-videohelpersuite
2025-05-04T19:06:08.288241 -    0.4 seconds: E:\ComfyUIstanAlone\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-impact-pack
2025-05-04T19:06:08.288241 -    0.5 seconds: E:\ComfyUIstanAlone\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-F5-TTS
2025-05-04T19:06:08.289238 -    0.7 seconds: E:\ComfyUIstanAlone\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Miaoshouai-Tagger
2025-05-04T19:06:08.289238 -    1.6 seconds: E:\ComfyUIstanAlone\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-crystools
2025-05-04T19:06:08.289238 -    2.5 seconds: E:\ComfyUIstanAlone\ComfyUI_windows_portable\ComfyUI\custom_nodes\pr-was-node-suite-comfyui-47064894
2025-05-04T19:06:08.289238 -    7.3 seconds (IMPORT FAILED): E:\ComfyUIstanAlone\ComfyUI_windows_portable\ComfyUI\custom_nodes\F5-TTS-ComfyUI
2025-05-04T19:06:08.290235 - 
2025-05-04T19:06:08.305197 - Starting server

2025-05-04T19:06:08.305197 - To see the GUI go to: http://127.0.0.1:8188
2025-05-04T19:06:09.152354 - FETCH DATA from: E:\ComfyUIstanAlone\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-manager\extension-node-map.json2025-05-04T19:06:09.152354 - 2025-05-04T19:06:09.159336 -  [DONE]2025-05-04T19:06:09.159336 - 
2025-05-04T19:06:13.194951 - FETCH ComfyRegistry Data: 20/832025-05-04T19:06:13.195105 - 
2025-05-04T19:06:17.119200 - FETCH ComfyRegistry Data: 25/832025-05-04T19:06:17.119316 - 
2025-05-04T19:06:21.022672 - FETCH ComfyRegistry Data: 30/832025-05-04T19:06:21.023098 - 
2025-05-04T19:06:24.893024 - FETCH ComfyRegistry Data: 35/832025-05-04T19:06:24.893024 - 
2025-05-04T19:06:28.773733 - FETCH ComfyRegistry Data: 40/832025-05-04T19:06:28.773733 - 
2025-05-04T19:06:32.698226 - FETCH ComfyRegistry Data: 45/832025-05-04T19:06:32.698226 - 
2025-05-04T19:06:37.275621 - FETCH ComfyRegistry Data: 50/832025-05-04T19:06:37.275735 - 
2025-05-04T19:06:41.113879 - FETCH ComfyRegistry Data: 55/832025-05-04T19:06:41.114033 - 
2025-05-04T19:06:45.015941 - FETCH ComfyRegistry Data: 60/832025-05-04T19:06:45.016093 - 
2025-05-04T19:06:48.858202 - FETCH ComfyRegistry Data: 65/832025-05-04T19:06:48.858358 - 
2025-05-04T19:06:53.078412 - FETCH ComfyRegistry Data: 70/832025-05-04T19:06:53.078603 - 
2025-05-04T19:06:56.878007 - FETCH ComfyRegistry Data: 75/832025-05-04T19:06:56.878162 - 
2025-05-04T19:07:00.749945 - FETCH ComfyRegistry Data: 80/832025-05-04T19:07:00.749945 - 
2025-05-04T19:07:03.567778 - FETCH ComfyRegistry Data [DONE]2025-05-04T19:07:03.567778 - 
2025-05-04T19:07:03.721993 - [ComfyUI-Manager] default cache updated: https://api.comfy.org/nodes
2025-05-04T19:07:03.745918 - nightly_channel: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/remote
2025-05-04T19:07:03.745918 - FETCH DATA from: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/custom-node-list.json2025-05-04T19:07:03.747038 - 2025-05-04T19:07:04.052364 -  [DONE]2025-05-04T19:07:04.053362 - 
2025-05-04T19:07:04.118008 - [ComfyUI-Manager] All startup tasks have been completed.
2025-05-04T19:11:06.665616 - got prompt
2025-05-04T19:11:06.671625 - Failed to validate prompt for output 23:
2025-05-04T19:11:06.672686 - * FramePackSampler 39:
2025-05-04T19:11:06.672946 -   - Failed to convert an input value to a FLOAT value: start_embed_strength, , could not convert string to float: ''
2025-05-04T19:11:06.673199 -   - Value not in list: embed_interpolation: '1' not in ['weighted_average', 'linear']
2025-05-04T19:11:06.673447 - Output will be ignored
2025-05-04T19:11:07.874904 - Prompt executed in 1.20 seconds
2025-05-04T19:11:37.048639 - got prompt
2025-05-04T19:11:37.053648 - Failed to validate prompt for output 23:
2025-05-04T19:11:37.054544 - * FramePackSampler 39:
2025-05-04T19:11:37.054786 -   - Failed to convert an input value to a FLOAT value: start_embed_strength, , could not convert string to float: ''
2025-05-04T19:11:37.055030 -   - Value not in list: embed_interpolation: '1' not in ['weighted_average', 'linear']
2025-05-04T19:11:37.055273 - Output will be ignored
2025-05-04T19:11:37.061267 - Prompt executed in 0.01 seconds
2025-05-04T19:15:19.504319 - got prompt
2025-05-04T19:15:19.509306 - Failed to validate prompt for output 23:
2025-05-04T19:15:19.510316 - * DualCLIPLoader 13:
2025-05-04T19:15:19.510682 -   - Value not in list: clip_name2: 'llava_llama3_fp16.safetensors' not in ['clip_l.safetensors', 'llava_llama3_fp8_scaled.safetensors']
2025-05-04T19:15:19.510927 - * FramePackSampler 39:
2025-05-04T19:15:19.511165 -   - Value not in list: embed_interpolation: '1' not in ['weighted_average', 'linear']
2025-05-04T19:15:19.511407 - Output will be ignored
2025-05-04T19:15:19.567286 - Prompt executed in 0.05 seconds
2025-05-04T19:15:54.007895 - got prompt
2025-05-04T19:15:54.012905 - Failed to validate prompt for output 23:
2025-05-04T19:15:54.013878 - * FramePackSampler 39:
2025-05-04T19:15:54.013878 -   - Value not in list: embed_interpolation: '1' not in ['weighted_average', 'linear']
2025-05-04T19:15:54.013878 - Output will be ignored
2025-05-04T19:15:54.022854 - Prompt executed in 0.01 seconds
2025-05-04T19:17:21.041858 - got prompt
2025-05-04T19:17:21.046871 - Failed to validate prompt for output 23:
2025-05-04T19:17:21.046871 - * FramePackSampler 39:
2025-05-04T19:17:21.046871 -   - Value not in list: embed_interpolation: '1' not in ['weighted_average', 'linear']
2025-05-04T19:17:21.047647 - Output will be ignored
2025-05-04T19:17:21.053908 - Prompt executed in 0.00 seconds
2025-05-04T19:17:51.343906 - got prompt
2025-05-04T19:17:51.348893 - Failed to validate prompt for output 23:
2025-05-04T19:17:51.349809 - * FramePackSampler 39:
2025-05-04T19:17:51.350054 -   - Value not in list: embed_interpolation: '1' not in ['weighted_average', 'linear']
2025-05-04T19:17:51.350306 - Output will be ignored
2025-05-04T19:17:51.357565 - Prompt executed in 0.01 seconds
2025-05-04T19:21:44.124144 - got prompt
2025-05-04T19:21:44.128105 - Failed to validate prompt for output 23:
2025-05-04T19:21:44.131127 - * FramePackSampler 39:
2025-05-04T19:21:44.131411 -   - Value not in list: embed_interpolation: '1' not in ['weighted_average', 'linear']
2025-05-04T19:21:44.131411 - Output will be ignored
2025-05-04T19:21:44.139405 - Prompt executed in 0.01 seconds
2025-05-04T19:21:51.048154 - got prompt
2025-05-04T19:21:51.052142 - Failed to validate prompt for output 23:
2025-05-04T19:21:51.052142 - * FramePackSampler 39:
2025-05-04T19:21:51.052142 -   - Value not in list: embed_interpolation: '1' not in ['weighted_average', 'linear']
2025-05-04T19:21:51.052142 - Output will be ignored
2025-05-04T19:21:51.060121 - Prompt executed in 0.01 seconds
2025-05-04T19:22:01.201089 - got prompt
2025-05-04T19:22:01.206076 - Failed to validate prompt for output 23:
2025-05-04T19:22:01.206076 - * FramePackSampler 39:
2025-05-04T19:22:01.206076 -   - Value not in list: embed_interpolation: '1' not in ['weighted_average', 'linear']
2025-05-04T19:22:01.206076 - Output will be ignored
2025-05-04T19:22:01.213057 - Prompt executed in 0.00 seconds
2025-05-04T19:23:10.680207 - got prompt
2025-05-04T19:23:10.738052 - Using xformers attention in VAE
2025-05-04T19:23:10.740048 - Using xformers attention in VAE
2025-05-04T19:23:12.171836 - VAE load device: cuda:0, offload device: cpu, dtype: torch.float16
2025-05-04T19:23:12.195742 - Requested to load AutoencoderKL
2025-05-04T19:23:12.505939 - loaded completely 5127.90625 470.1210079193115 True
2025-05-04T19:23:15.897653 - Requested to load CLIPVisionModelProjection
2025-05-04T19:23:16.035329 - loaded completely 5187.678992080689 787.7150573730469 True
2025-05-04T19:23:17.171379 - CLIP/text encoder model load device: cuda:0, offload device: cpu, current: cpu, dtype: torch.float16
2025-05-04T19:23:17.854728 - clip missing: ['text_projection.weight']
2025-05-04T19:23:39.786713 - Requested to load HunyuanVideoClipModel_
2025-05-04T19:23:41.834988 - loaded partially 5641.675 5641.674140930176 0
2025-05-04T19:23:42.882411 - Downloading clip model to: E:\ComfyUIstanAlone\ComfyUI_windows_portable\ComfyUI\models\diffusers\lllyasviel\FramePackI2V_HY2025-05-04T19:23:42.882411 - 
2025-05-05T00:31:19.074252 - 
Fetching 7 files:  57%|██████████████████████████████████▎                         | 4/7 [5:07:35<4:09:24, 4988.04s/it]2025-05-05T00:31:19.075124 - 
Fetching 7 files: 100%|██████████████████████████████████████████████████████████████| 7/7 [5:07:35<00:00, 2636.56s/it]2025-05-05T00:31:19.075422 - 
2025-05-05T00:31:19.178013 - 
Loading checkpoint shards:   0%|                                                                 | 0/3 [00:00<?, ?it/s]2025-05-05T00:31:19.249819 - 
Loading checkpoint shards: 100%|█████████████████████████████████████████████████████████| 3/3 [00:00<00:00, 41.78it/s]2025-05-05T00:31:19.249819 - 
2025-05-05T00:31:19.297606 - total_latent_sections: 2025-05-05T00:31:19.297606 -  2025-05-05T00:31:19.298575 - 82025-05-05T00:31:19.298575 - 
2025-05-05T00:31:21.306369 - start_latent2025-05-05T00:31:21.306369 -  2025-05-05T00:31:21.307366 - torch.Size([1, 16, 1, 60, 104])2025-05-05T00:31:21.307366 - 
2025-05-05T00:31:21.316111 - model_type FLOW
2025-05-05T00:31:21.316289 - Moving DynamicSwap_HunyuanVideoTransformer3DModelPacked to cuda:0 with preserved memory: 16.0 GB2025-05-05T00:31:21.316289 - 
2025-05-05T00:31:21.316289 - latent_padding: 32025-05-05T00:31:21.316289 - 
2025-05-05T00:31:21.317660 - latent_padding_size = 27, is_last_section = False, is_first_section = True2025-05-05T00:31:21.317788 - 
2025-05-05T00:31:21.329054 - 
  0%|                                                                                           | 0/10 [00:00<?, ?it/s]2025-05-05T00:31:22.351154 - 
  0%|                                                                                           | 0/10 [00:01<?, ?it/s]2025-05-05T00:31:22.351154 - 
2025-05-05T00:31:22.403456 - !!! Exception during processing !!! 'NoneType' object is not callable
2025-05-05T00:31:22.429612 - Traceback (most recent call last):
  File "E:\ComfyUIstanAlone\ComfyUI_windows_portable\ComfyUI\execution.py", line 327, 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 "E:\ComfyUIstanAlone\ComfyUI_windows_portable\ComfyUI\execution.py", line 202, 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 "E:\ComfyUIstanAlone\ComfyUI_windows_portable\ComfyUI\execution.py", line 174, in _map_node_over_list
    process_inputs(input_dict, i)
  File "E:\ComfyUIstanAlone\ComfyUI_windows_portable\ComfyUI\execution.py", line 163, in process_inputs
    results.append(getattr(obj, func)(**inputs))
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "E:\ComfyUIstanAlone\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-FramePackWrapper\nodes.py", line 448, in process
    generated_latents = sample_hunyuan(
                        ^^^^^^^^^^^^^^^
  File "E:\ComfyUIstanAlone\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\utils\_contextlib.py", line 116, in decorate_context
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
  File "E:\ComfyUIstanAlone\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-FramePackWrapper\diffusers_helper\pipelines\k_diffusion_hunyuan.py", line 119, in sample_hunyuan
    results = sample_unipc(k_model, latents, sigmas, extra_args=sampler_kwargs, disable=False, variant=variant, callback=callback)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "E:\ComfyUIstanAlone\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-FramePackWrapper\diffusers_helper\k_diffusion\uni_pc_fm.py", line 149, in sample_unipc
    return FlowMatchUniPC(model, extra_args=extra_args, variant=variant).sample(noise, sigmas=sigmas, callback=callback, disable_pbar=disable)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "E:\ComfyUIstanAlone\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-FramePackWrapper\diffusers_helper\k_diffusion\uni_pc_fm.py", line 119, in sample
    model_prev_list = [self.model_fn(x, vec_t)]
                       ^^^^^^^^^^^^^^^^^^^^^^^
  File "E:\ComfyUIstanAlone\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-FramePackWrapper\diffusers_helper\k_diffusion\uni_pc_fm.py", line 23, in model_fn
    return self.model(x, t, **self.extra_args)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "E:\ComfyUIstanAlone\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-FramePackWrapper\diffusers_helper\k_diffusion\wrapper.py", line 37, in k_model
    pred_positive = transformer(hidden_states=hidden_states, timestep=timestep, return_dict=False, **extra_args['positive'])[0].float()
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "E:\ComfyUIstanAlone\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1739, in _wrapped_call_impl
    return self._call_impl(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "E:\ComfyUIstanAlone\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1750, in _call_impl
    return forward_call(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "E:\ComfyUIstanAlone\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-FramePackWrapper\diffusers_helper\models\hunyuan_video_packed.py", line 958, in forward
    hidden_states, encoder_hidden_states = self.gradient_checkpointing_method(
                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "E:\ComfyUIstanAlone\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-FramePackWrapper\diffusers_helper\models\hunyuan_video_packed.py", line 817, in gradient_checkpointing_method
    result = block(*args)
             ^^^^^^^^^^^^
  File "E:\ComfyUIstanAlone\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1739, in _wrapped_call_impl
    return self._call_impl(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "E:\ComfyUIstanAlone\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1750, in _call_impl
    return forward_call(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "E:\ComfyUIstanAlone\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-FramePackWrapper\diffusers_helper\models\hunyuan_video_packed.py", line 636, in forward
    attn_output, context_attn_output = self.attn(
                                       ^^^^^^^^^^
  File "E:\ComfyUIstanAlone\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1739, in _wrapped_call_impl
    return self._call_impl(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "E:\ComfyUIstanAlone\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1750, in _call_impl
    return forward_call(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "E:\ComfyUIstanAlone\ComfyUI_windows_portable\python_embeded\Lib\site-packages\diffusers\models\attention_processor.py", line 605, in forward
    return self.processor(
           ^^^^^^^^^^^^^^^
  File "E:\ComfyUIstanAlone\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-FramePackWrapper\diffusers_helper\models\hunyuan_video_packed.py", line 152, in __call__
    hidden_states = attn_varlen_func(query, key, value, cu_seqlens_q, cu_seqlens_kv, max_seqlen_q, max_seqlen_kv, self.attention_mode)
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "E:\ComfyUIstanAlone\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-FramePackWrapper\diffusers_helper\models\hunyuan_video_packed.py", line 96, in attn_varlen_func
    x = sageattn(q, k, v, tensor_layout='NHD')
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: 'NoneType' object is not callable

2025-05-05T00:31:22.431607 - Prompt executed in 18491.75 seconds
2025-05-05T08:36:39.511348 - got prompt
2025-05-05T08:36:39.531295 - total_latent_sections: 2025-05-05T08:36:39.531295 -  2025-05-05T08:36:39.531295 - 42025-05-05T08:36:39.531295 - 
2025-05-05T08:36:39.532292 - start_latent2025-05-05T08:36:39.532292 -  2025-05-05T08:36:39.533290 - torch.Size([1, 16, 1, 60, 104])2025-05-05T08:36:39.533290 - 
2025-05-05T08:36:39.592132 - model_type FLOW
2025-05-05T08:36:39.592132 - Moving DynamicSwap_HunyuanVideoTransformer3DModelPacked to cuda:0 with preserved memory: 16.0 GB2025-05-05T08:36:39.593130 - 
2025-05-05T08:36:39.593130 - latent_padding: 32025-05-05T08:36:39.593130 - 
2025-05-05T08:36:39.594128 - latent_padding_size = 27, is_last_section = False, is_first_section = True2025-05-05T08:36:39.594128 - 
2025-05-05T08:36:39.600802 - 
  0%|                                                                                           | 0/20 [00:00<?, ?it/s]2025-05-05T08:36:40.418767 - 
  0%|                                                                                           | 0/20 [00:00<?, ?it/s]2025-05-05T08:36:40.418767 - 
2025-05-05T08:36:40.462688 - !!! Exception during processing !!! 'NoneType' object is not callable
2025-05-05T08:36:40.464677 - Traceback (most recent call last):
  File "E:\ComfyUIstanAlone\ComfyUI_windows_portable\ComfyUI\execution.py", line 327, 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 "E:\ComfyUIstanAlone\ComfyUI_windows_portable\ComfyUI\execution.py", line 202, 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 "E:\ComfyUIstanAlone\ComfyUI_windows_portable\ComfyUI\execution.py", line 174, in _map_node_over_list
    process_inputs(input_dict, i)
  File "E:\ComfyUIstanAlone\ComfyUI_windows_portable\ComfyUI\execution.py", line 163, in process_inputs
    results.append(getattr(obj, func)(**inputs))
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "E:\ComfyUIstanAlone\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-FramePackWrapper\nodes.py", line 448, in process
    generated_latents = sample_hunyuan(
                        ^^^^^^^^^^^^^^^
  File "E:\ComfyUIstanAlone\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\utils\_contextlib.py", line 116, in decorate_context
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
  File "E:\ComfyUIstanAlone\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-FramePackWrapper\diffusers_helper\pipelines\k_diffusion_hunyuan.py", line 119, in sample_hunyuan
    results = sample_unipc(k_model, latents, sigmas, extra_args=sampler_kwargs, disable=False, variant=variant, callback=callback)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "E:\ComfyUIstanAlone\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-FramePackWrapper\diffusers_helper\k_diffusion\uni_pc_fm.py", line 149, in sample_unipc
    return FlowMatchUniPC(model, extra_args=extra_args, variant=variant).sample(noise, sigmas=sigmas, callback=callback, disable_pbar=disable)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "E:\ComfyUIstanAlone\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-FramePackWrapper\diffusers_helper\k_diffusion\uni_pc_fm.py", line 119, in sample
    model_prev_list = [self.model_fn(x, vec_t)]
                       ^^^^^^^^^^^^^^^^^^^^^^^
  File "E:\ComfyUIstanAlone\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-FramePackWrapper\diffusers_helper\k_diffusion\uni_pc_fm.py", line 23, in model_fn
    return self.model(x, t, **self.extra_args)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "E:\ComfyUIstanAlone\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-FramePackWrapper\diffusers_helper\k_diffusion\wrapper.py", line 37, in k_model
    pred_positive = transformer(hidden_states=hidden_states, timestep=timestep, return_dict=False, **extra_args['positive'])[0].float()
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "E:\ComfyUIstanAlone\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1739, in _wrapped_call_impl
    return self._call_impl(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "E:\ComfyUIstanAlone\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1750, in _call_impl
    return forward_call(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "E:\ComfyUIstanAlone\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-FramePackWrapper\diffusers_helper\models\hunyuan_video_packed.py", line 958, in forward
    hidden_states, encoder_hidden_states = self.gradient_checkpointing_method(
                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "E:\ComfyUIstanAlone\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-FramePackWrapper\diffusers_helper\models\hunyuan_video_packed.py", line 817, in gradient_checkpointing_method
    result = block(*args)
             ^^^^^^^^^^^^
  File "E:\ComfyUIstanAlone\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1739, in _wrapped_call_impl
    return self._call_impl(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "E:\ComfyUIstanAlone\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1750, in _call_impl
    return forward_call(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "E:\ComfyUIstanAlone\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-FramePackWrapper\diffusers_helper\models\hunyuan_video_packed.py", line 636, in forward
    attn_output, context_attn_output = self.attn(
                                       ^^^^^^^^^^
  File "E:\ComfyUIstanAlone\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1739, in _wrapped_call_impl
    return self._call_impl(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "E:\ComfyUIstanAlone\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1750, in _call_impl
    return forward_call(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "E:\ComfyUIstanAlone\ComfyUI_windows_portable\python_embeded\Lib\site-packages\diffusers\models\attention_processor.py", line 605, in forward
    return self.processor(
           ^^^^^^^^^^^^^^^
  File "E:\ComfyUIstanAlone\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-FramePackWrapper\diffusers_helper\models\hunyuan_video_packed.py", line 152, in __call__
    hidden_states = attn_varlen_func(query, key, value, cu_seqlens_q, cu_seqlens_kv, max_seqlen_q, max_seqlen_kv, self.attention_mode)
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "E:\ComfyUIstanAlone\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-FramePackWrapper\diffusers_helper\models\hunyuan_video_packed.py", line 96, in attn_varlen_func
    x = sageattn(q, k, v, tensor_layout='NHD')
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: 'NoneType' object is not callable

2025-05-05T08:36:40.466673 - Prompt executed in 0.95 seconds

Attached Workflow

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

{"last_node_id":70,"last_link_id":153,"nodes":[{"id":12,"type":"VAELoader","pos":[286.3782653808594,177.136474609375],"size":[469.0488586425781,58],"flags":{},"order":0,"mode":0,"inputs":[],"outputs":[{"name":"VAE","type":"VAE","links":[22,62]}],"properties":{"Node name for S&R":"VAELoader","cnr_id":"comfy-core","ver":"0.3.28"},"widgets_values":["hunyuan_video_vae_bf16.safetensors"],"color":"#322","bgcolor":"#533"},{"id":15,"type":"ConditioningZeroOut","pos":[979.9929809570312,-261.4669494628906],"size":[317.4000244140625,26],"flags":{"collapsed":false},"order":13,"mode":0,"inputs":[{"name":"conditioning","type":"CONDITIONING","link":118}],"outputs":[{"name":"CONDITIONING","type":"CONDITIONING","links":[108]}],"properties":{"Node name for S&R":"ConditioningZeroOut","cnr_id":"comfy-core","ver":"0.3.28"},"widgets_values":[],"color":"#332922","bgcolor":"#593930"},{"id":17,"type":"CLIPVisionEncode","pos":[932.3826293945312,-118.4507064819336],"size":[380.4000244140625,78],"flags":{},"order":18,"mode":0,"inputs":[{"name":"clip_vision","type":"CLIP_VISION","link":18},{"name":"image","type":"IMAGE","link":116}],"outputs":[{"name":"CLIP_VISION_OUTPUT","type":"CLIP_VISION_OUTPUT","links":[83]}],"properties":{"Node name for S&R":"CLIPVisionEncode","cnr_id":"comfy-core","ver":"0.3.28"},"widgets_values":["center"],"color":"#233","bgcolor":"#355"},{"id":18,"type":"CLIPVisionLoader","pos":[324.3252258300781,363.8464660644531],"size":[388.87139892578125,58],"flags":{},"order":1,"mode":0,"inputs":[],"outputs":[{"name":"CLIP_VISION","type":"CLIP_VISION","links":[18]}],"properties":{"Node name for S&R":"CLIPVisionLoader","cnr_id":"comfy-core","ver":"0.3.28"},"widgets_values":["sigclip_vision_patch14_384.safetensors"],"color":"#2a363b","bgcolor":"#3f5159"},{"id":20,"type":"VAEEncode","pos":[924.9699096679688,67.40979766845703],"size":[374.4537048339844,46],"flags":{},"order":19,"mode":0,"inputs":[{"name":"pixels","type":"IMAGE","link":117},{"name":"vae","type":"VAE","link":22}],"outputs":[{"name":"LATENT","type":"LATENT","links":[86]}],"properties":{"Node name for S&R":"VAEEncode","cnr_id":"comfy-core","ver":"0.3.28"},"widgets_values":[],"color":"#322","bgcolor":"#533"},{"id":23,"type":"VHS_VideoCombine","pos":[2025.0538330078125,-652.7561645507812],"size":[908.428955078125,334],"flags":{},"order":23,"mode":0,"inputs":[{"name":"images","type":"IMAGE","link":97},{"name":"audio","type":"AUDIO","link":null,"shape":7},{"name":"meta_batch","type":"VHS_BatchManager","link":null,"shape":7},{"name":"vae","type":"VAE","link":null,"shape":7}],"outputs":[{"name":"Filenames","type":"VHS_FILENAMES","links":null}],"properties":{"Node name for S&R":"VHS_VideoCombine","cnr_id":"comfyui-videohelpersuite","ver":"0a75c7958fe320efcb052f1d9f8451fd20c730a8"},"widgets_values":{"frame_rate":24,"loop_count":0,"filename_prefix":"FramePack","format":"video/h264-mp4","pix_fmt":"yuv420p","crf":19,"save_metadata":true,"trim_to_audio":false,"pingpong":false,"save_output":false,"videopreview":{"hidden":false,"paused":false,"params":{"filename":"FramePack_00002.mp4","subfolder":"","type":"temp","format":"video/h264-mp4","frame_rate":24,"workflow":"FramePack_00002.png","fullpath":"C:\\Users\\Ben\\AppData\\Local\\Temp\\latentsync_28e36150\\FramePack_00002.mp4"}}}},{"id":27,"type":"FramePackTorchCompileSettings","pos":[245.2528076171875,-594.9279174804688],"size":[531.5999755859375,202],"flags":{},"order":2,"mode":0,"inputs":[],"outputs":[{"name":"torch_compile_args","type":"FRAMEPACKCOMPILEARGS","links":[]}],"properties":{"Node name for S&R":"FramePackTorchCompileSettings","aux_id":"lllyasviel/FramePack","ver":"0e5fe5d7ca13c76fb8e13708f4b92e7c7a34f20c"},"widgets_values":["inductor",false,"default",false,64,true,true]},{"id":33,"type":"VAEDecodeTiled","pos":[1594.2080078125,111.62474060058594],"size":[315,150],"flags":{},"order":21,"mode":0,"inputs":[{"name":"samples","type":"LATENT","link":85},{"name":"vae","type":"VAE","link":62}],"outputs":[{"name":"IMAGE","type":"IMAGE","links":[96]}],"properties":{"Node name for S&R":"VAEDecodeTiled","cnr_id":"comfy-core","ver":"0.3.28"},"widgets_values":[256,64,64,8],"color":"#322","bgcolor":"#533"},{"id":44,"type":"GetImageSizeAndCount","pos":[1641.386962890625,345.2944030761719],"size":[277.20001220703125,86],"flags":{},"order":22,"mode":0,"inputs":[{"name":"image","type":"IMAGE","link":96}],"outputs":[{"name":"image","type":"IMAGE","links":[97]},{"name":"width","type":"INT","links":null,"label":"416 width"},{"name":"height","type":"INT","links":null,"label":"960 height"},{"name":"count","type":"INT","links":null,"label":"289 count"}],"properties":{"Node name for S&R":"GetImageSizeAndCount","cnr_id":"comfyui-kjnodes","ver":"8ecf5cd05e0a1012087b0da90eea9a13674668db"},"widgets_values":[]},{"id":47,"type":"CLIPTextEncode","pos":[896.1295166015625,-547.6270141601562],"size":[497.29107666015625,129.24783325195312],"flags":{},"order":11,"mode":0,"inputs":[{"name":"clip","type":"CLIP","link":102},{"name":"text","type":"STRING","link":140,"widget":{"name":"text"}}],"outputs":[{"name":"CONDITIONING","type":"CONDITIONING","links":[114,118]}],"properties":{"Node name for S&R":"CLIPTextEncode","cnr_id":"comfy-core","ver":"0.3.28"},"widgets_values":["In a cnimatic scene, a young man in a futuristic space station , talking in front of the camera. He is walking around the space station doing live streaming."],"color":"#232","bgcolor":"#353"},{"id":48,"type":"GetImageSizeAndCount","pos":[958.7923583984375,598.2127685546875],"size":[184.8000030517578,86],"flags":{},"order":16,"mode":0,"inputs":[{"name":"image","type":"IMAGE","link":125}],"outputs":[{"name":"image","type":"IMAGE","links":[116,117]},{"name":"832 width","type":"INT","links":null,"label":"416 width"},{"name":"480 height","type":"INT","links":null,"label":"960 height"},{"name":"1 count","type":"INT","links":null,"label":"1 count"}],"properties":{"Node name for S&R":"GetImageSizeAndCount","cnr_id":"comfyui-kjnodes","ver":"8ecf5cd05e0a1012087b0da90eea9a13674668db"},"widgets_values":[]},{"id":50,"type":"ImageResize+","pos":[607.5949096679688,596.0983276367188],"size":[315,218],"flags":{},"order":15,"mode":0,"inputs":[{"name":"image","type":"IMAGE","link":137},{"name":"width","type":"INT","link":128,"widget":{"name":"width"}},{"name":"height","type":"INT","link":127,"widget":{"name":"height"}}],"outputs":[{"name":"IMAGE","type":"IMAGE","links":[125,138]},{"name":"width","type":"INT","links":null},{"name":"height","type":"INT","links":null}],"properties":{"Node name for S&R":"ImageResize+","cnr_id":"comfyui_essentials","ver":"76e9d1e4399bd025ce8b12c290753d58f9f53e93","aux_id":"kijai/ComfyUI_essentials"},"widgets_values":[512,512,"lanczos","stretch","always",0]},{"id":51,"type":"FramePackFindNearestBucket","pos":[252.07388305664062,663.677490234375],"size":[315,78],"flags":{},"order":14,"mode":0,"inputs":[{"name":"image","type":"IMAGE","link":136}],"outputs":[{"name":"width","type":"INT","links":[128]},{"name":"height","type":"INT","links":[127]}],"properties":{"Node name for S&R":"FramePackFindNearestBucket","aux_id":"kijai/ComfyUI-FramePackWrapper","ver":"4f9030a9f4c0bd67d86adf3d3dc07e37118c40bd"},"widgets_values":[640]},{"id":54,"type":"DownloadAndLoadFramePackModel","pos":[287.671142578125,-284.4111633300781],"size":[475.6000061035156,130],"flags":{},"order":3,"mode":0,"inputs":[{"name":"compile_args","type":"FRAMEPACKCOMPILEARGS","link":null,"shape":7}],"outputs":[{"name":"model","type":"FramePackMODEL","links":[132]}],"properties":{"Node name for S&R":"DownloadAndLoadFramePackModel","aux_id":"kijai/ComfyUI-FramePackWrapper","ver":"49fe507eca8246cc9d08a8093892f40c1180e88f"},"widgets_values":["lllyasviel/FramePackI2V_HY","bf16","disabled","sageattn"]},{"id":55,"type":"MarkdownNote","pos":[-259.8646240234375,-644.259521484375],"size":[459.8609619140625,285.9714660644531],"flags":{},"order":4,"mode":0,"inputs":[],"outputs":[],"properties":{},"widgets_values":["Model links:\n\n[https://huggingface.co/Kijai/HunyuanVideo_comfy/blob/main/FramePackI2V_HY_fp8_e4m3fn.safetensors](https://huggingface.co/Kijai/HunyuanVideo_comfy/blob/main/FramePackI2V_HY_fp8_e4m3fn.safetensors)\n\n[https://huggingface.co/Kijai/HunyuanVideo_comfy/blob/main/FramePackI2V_HY_bf16.safetensors](https://huggingface.co/Kijai/HunyuanVideo_comfy/blob/main/FramePackI2V_HY_bf16.safetensors)\n\nsigclip:\n\n[https://huggingface.co/Comfy-Org/sigclip_vision_384/tree/main](https://huggingface.co/Comfy-Org/sigclip_vision_384/tree/main)\n\ntext encoder and VAE:\n\n[https://huggingface.co/Comfy-Org/HunyuanVideo_repackaged/tree/main/split_files](https://huggingface.co/Comfy-Org/HunyuanVideo_repackaged/tree/main/split_files)"],"color":"#432","bgcolor":"#653"},{"id":57,"type":"Reroute","pos":[251.39111328125,561.4843139648438],"size":[75,26],"flags":{},"order":12,"mode":0,"inputs":[{"name":"","type":"*","link":135}],"outputs":[{"name":"","type":"IMAGE","links":[136,137]}],"properties":{"showOutputText":false,"horizontal":false}},{"id":58,"type":"PreviewImage","pos":[277.226318359375,866.4985961914062],"size":[869.4868774414062,422.8879089355469],"flags":{},"order":17,"mode":0,"inputs":[{"name":"images","type":"IMAGE","link":138}],"outputs":[],"properties":{"Node name for S&R":"PreviewImage","cnr_id":"comfy-core","ver":"0.3.28"},"widgets_values":[]},{"id":67,"type":"CR Seed","pos":[991.3656616210938,227.2461700439453],"size":[315,102],"flags":{},"order":5,"mode":0,"inputs":[],"outputs":[{"name":"seed","type":"INT","links":[150]},{"name":"show_help","type":"STRING","links":null}],"properties":{"Node name for S&R":"CR Seed","cnr_id":"comfyroll","ver":"d78b780ae43fcf8c6b7c6505e6ffb4584281ceca"},"widgets_values":[777,"fixed"]},{"id":13,"type":"DualCLIPLoader","pos":[308.7279052734375,-71.21327209472656],"size":[441.3440246582031,130],"flags":{},"order":6,"mode":0,"inputs":[],"outputs":[{"name":"CLIP","type":"CLIP","links":[102]}],"properties":{"Node name for S&R":"DualCLIPLoader","cnr_id":"comfy-core","ver":"0.3.28"},"widgets_values":["clip_l.safetensors","llava_llama3_fp8_scaled.safetensors","hunyuan_video","default"],"color":"#432","bgcolor":"#653"},{"id":62,"type":"StringConstantMultiline","pos":[-490.1742858886719,-26.174116134643555],"size":[636.7449951171875,251.5363006591797],"flags":{},"order":7,"mode":0,"inputs":[],"outputs":[{"name":"STRING","type":"STRING","links":[140]}],"title":"String Constant Multiline (Text Prompt)","properties":{"Node name for S&R":"StringConstantMultiline","cnr_id":"comfyui-kjnodes","ver":"2aa4da0f587f68c1c255b0152ed8f5c334ebe4b4"},"widgets_values":["a philosopher, wrapped in a toga, walks through ",true],"color":"#232","bgcolor":"#353"},{"id":70,"type":"Note","pos":[1555.81298828125,-576.3178100585938],"size":[324.8497009277344,74.84738159179688],"flags":{},"order":8,"mode":0,"inputs":[],"outputs":[],"properties":{},"widgets_values":["TRES IMPORTANT de REmPLACER EMBED INTERPOLATION\nenlever 1 et mettre WEIGHTED AVERAGE!!\nsinon ça reste rouge sans laerte!"],"color":"#432","bgcolor":"#653"},{"id":69,"type":"FloatConstant","pos":[-479.5729064941406,298.47869873046875],"size":[621.0800170898438,61.62999725341797],"flags":{},"order":9,"mode":0,"inputs":[],"outputs":[{"name":"value","type":"FLOAT","links":[153]}],"title":"Float Constant (Total Seconds Of Length)","properties":{"Node name for S&R":"FloatConstant","cnr_id":"comfyui-kjnodes","ver":"2aa4da0f587f68c1c255b0152ed8f5c334ebe4b4"},"widgets_values":[5],"color":"#232","bgcolor":"#353"},{"id":56,"type":"LoadImageFromPath","pos":[-500.9314880371094,-185.97569274902344],"size":[650.5,78],"flags":{},"order":10,"mode":0,"inputs":[],"outputs":[{"name":"IMAGE","type":"IMAGE","links":[135]},{"name":"MASK","type":"MASK","links":null}],"properties":{"Node name for S&R":"LoadImageFromPath","cnr_id":"ib-nodes","ver":"1be2c861abbad9cf0db630ac0dc840ce7ee65517"},"widgets_values":["D:\\film2025\\Platon\\PlatonCampagne.jpg"],"color":"#232","bgcolor":"#353"},{"id":39,"type":"FramePackSampler","pos":[1540.0654296875,-446.2618408203125],"size":[373.67388916015625,502],"flags":{},"order":20,"mode":0,"inputs":[{"name":"model","type":"FramePackMODEL","link":132},{"name":"positive","type":"CONDITIONING","link":114},{"name":"negative","type":"CONDITIONING","link":108},{"name":"image_embeds","type":"CLIP_VISION_OUTPUT","link":83},{"name":"start_latent","type":"LATENT","link":86,"shape":7},{"name":"end_latent","type":"LATENT","link":null,"shape":7},{"name":"seed","type":"INT","link":150,"widget":{"name":"seed"}},{"name":"total_second_length","type":"FLOAT","link":153,"widget":{"name":"total_second_length"}},{"name":"end_image_embeds","type":"CLIP_VISION_OUTPUT","link":null,"shape":7},{"name":"initial_samples","type":"LATENT","link":null,"shape":7}],"outputs":[{"name":"samples","type":"LATENT","links":[85]}],"properties":{"Node name for S&R":"FramePackSampler","aux_id":"kijai/ComfyUI-FramePackWrapper","ver":"8e5ec6b7f3acf88255c5d93d062079f18b43aa2b"},"widgets_values":[20,true,0.15,1,10,0,164298654747717,"randomize",9,6,16,"unipc_bh1","weighted_average",0.5,1]}],"links":[[18,18,0,17,0,"CLIP_VISION"],[22,12,0,20,1,"VAE"],[62,12,0,33,1,"VAE"],[83,17,0,39,3,"CLIP_VISION_OUTPUT"],[85,39,0,33,0,"LATENT"],[86,20,0,39,4,"LATENT"],[96,33,0,44,0,"IMAGE"],[97,44,0,23,0,"IMAGE"],[102,13,0,47,0,"CLIP"],[108,15,0,39,2,"CONDITIONING"],[114,47,0,39,1,"CONDITIONING"],[116,48,0,17,1,"IMAGE"],[117,48,0,20,0,"IMAGE"],[118,47,0,15,0,"CONDITIONING"],[125,50,0,48,0,"IMAGE"],[127,51,1,50,2,"INT"],[128,51,0,50,1,"INT"],[132,54,0,39,0,"FramePackMODEL"],[135,56,0,57,0,"*"],[136,57,0,51,0,"IMAGE"],[137,57,0,50,0,"IMAGE"],[138,50,0,58,0,"IMAGE"],[140,62,0,47,1,"STRING"],[150,67,0,39,6,"INT"],[153,69,0,39,7,"FLOAT"]],"groups":[{"id":1,"title":"Image Frame Setting","bounding":[241.39111328125,517.8843383789062,915.3221435546875,781.5021362304688],"color":"#3f789e","font_size":24,"flags":{}},{"id":2,"title":"Model loader","bounding":[235.25279235839844,-668.5278930664062,557.3424072265625,1161.2303466796875],"color":"#3f789e","font_size":24,"flags":{}},{"id":3,"title":"HY Sampling","bounding":[833.75390625,-663.158935546875,1140.9478759765625,1152.2569580078125],"color":"#3f789e","font_size":24,"flags":{}},{"id":4,"title":"Input","bounding":[-528.084716796875,-318.08306884765625,731.6900024414062,810.8400268554688],"color":"#3f789e","font_size":24,"flags":{}}],"config":{},"extra":{"ds":{"scale":0.5131581182307068,"offset":[45.475778506861005,878.4617499266565]},"frontendVersion":"1.16.7","VHS_latentpreview":false,"VHS_latentpreviewrate":0,"VHS_MetadataImage":true,"VHS_KeepIntermediate":true,"node_versions":{"comfy-core":"0.3.14","comfyui-videohelpersuite":"1.5.1","ComfyUI-FramePackWrapper":"dcb0fc64d6266be728457a62c8737e1192605f20","ComfyUI-KJNodes":"bfe72cc964ded40a2fdf3735b9a8914377155aee","comfyui_essentials":"1.1.0","ComfyUI_Comfyroll_CustomNodes":"d78b780ae43fcf8c6b7c6505e6ffb4584281ceca","ComfyUI_Ib_CustomNodes":"59746dc1f9d5e3f52c13e21dba1aacb82d5f1c2a"}},"version":0.4}

Additional Context

(Please add any additional context or steps to reproduce the error here)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions