zmwv823 / ComfyUI-Sana

Unofficial custom-node for SANA: https://github.com/NVlabs/Sana.
Other
16 stars 2 forks source link

'SanaMS_1600M_P1_D20 is not in the ComfyUI-Sana::models registry. Please check whether the value of `SanaMS_1600M_P1_D20` is correct or it was registered as expected. More details can be found at https://mmengine.readthedocs.io/en/latest/advanced_tutorials/config.html#import-the-custom-module' #4

Closed slmonker closed 2 days ago

slmonker commented 2 days ago

downloaded the model from ur link but got this error

zmwv823 commented 2 days ago

It seems to be a problem with mmengine, but after i removed mmcv and downgrade some versions mmengine and tried several times. It works even with mmengine==0.2, so honestly i can,t find out where the problem is.

Import times for custom nodes: 0.0 seconds: D:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\websocket_image_save.py 0.0 seconds: D:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\AIGODLIKE-ComfyUI-Translation 0.0 seconds: D:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Sana

Starting server

To see the GUI go to: http://127.0.0.1:8188 got prompt !!! Exception during processing !!! No module named 'mmcv' Traceback (most recent call last): File "D:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Sana\Image_Generation\Sana\diffusion\model\builder.py", line 26, in from mmengine.registry import Registry ModuleNotFoundError: No module named 'mmengine'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "D:\AI\ComfyUI_windows_portable\ComfyUI\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 "D:\AI\ComfyUI_windows_portable\ComfyUI\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 "D:\AI\ComfyUI_windows_portable\ComfyUI\execution.py", line 169, in _map_node_over_list process_inputs(input_dict, i) File "D:\AI\ComfyUI_windows_portable\ComfyUI\execution.py", line 158, in process_inputs results.append(getattr(obj, func)(**inputs)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Sana\Image_Generation\Sana\nodes.py", line 161, in loader from .diffusion.model.builder import build_model File "D:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Sana\Image_Generation\Sana\diffusion__init__.py", line 6, in from .dpm_solver import DPMS File "D:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Sana\Image_Generation\Sana\diffusion\dpm_solver.py", line 20, in from .model.dpm_solver import DPM_Solver, NoiseScheduleFlow, NoiseScheduleVP, model_wrapper File "D:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Sana\Image_Generation\Sana\diffusion\model\dpm_solver.py", line 23, in from .nets.sana_blocks import ( File "D:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Sana\Image_Generation\Sana\diffusion\model\nets__init__.py", line 1, in from .sana import ( File "D:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Sana\Image_Generation\Sana\diffusion\model\nets\sana.py", line 28, in from ..builder import MODELS File "D:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Sana\Image_Generation\Sana\diffusion\model\builder.py", line 28, in from mmcv import Registry ModuleNotFoundError: No module named 'mmcv'

Prompt executed in 6.25 seconds

slmonker commented 2 days ago

这似乎是 mmengine 的问题,但是在我删除 mmcv 并降级某些版本 mmengine 并尝试了几次之后。它甚至可以在 mmengine==0.2 的情况下工作,所以老实说,我找不到问题出在哪里。

  • 尝试卸载 mmengine 并重新安装它以查看它是否有效。
  • 或者可能是一些 python 模块版本不同。
  • 建议提供完整的错误日志,如下所示:
Total VRAM 4096 MB, total RAM 15724 MB
pytorch version: 2.5.1+cu124
WARNING: Failed to find MSVC.
xformers version: 0.0.28.post3
Set vram state to: NORMAL_VRAM
Device: cuda:0 NVIDIA GeForce RTX 3050 Laptop GPU : cudaMallocAsync
Using xformers cross attention
[Prompt Server] web root: D:\AI\ComfyUI_windows_portable\ComfyUI\web
D:\AI\ComfyUI_windows_portable\py311\Lib\site-packages\kornia\feature\lightglue.py:44: FutureWarning: `torch.cuda.amp.custom_fwd(args...)` is deprecated. Please use `torch.amp.custom_fwd(args..., device_type='cuda')` instead.
  @torch.cuda.amp.custom_fwd(cast_inputs=torch.float32)

Import times for custom nodes:
   0.0 seconds: D:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\websocket_image_save.py
   0.0 seconds: D:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\AIGODLIKE-ComfyUI-Translation
   0.0 seconds: D:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Sana

Starting server

To see the GUI go to: http://127.0.0.1:8188
got prompt
!!! Exception during processing !!! No module named 'mmcv'
Traceback (most recent call last):
  File "D:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Sana\Image_Generation\Sana\diffusion\model\builder.py", line 26, in <module>
    from mmengine.registry import Registry
ModuleNotFoundError: No module named 'mmengine'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "D:\AI\ComfyUI_windows_portable\ComfyUI\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 "D:\AI\ComfyUI_windows_portable\ComfyUI\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 "D:\AI\ComfyUI_windows_portable\ComfyUI\execution.py", line 169, in _map_node_over_list
    process_inputs(input_dict, i)
  File "D:\AI\ComfyUI_windows_portable\ComfyUI\execution.py", line 158, in process_inputs
    results.append(getattr(obj, func)(**inputs))
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Sana\Image_Generation\Sana\nodes.py", line 161, in loader
    from .diffusion.model.builder import build_model
  File "D:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Sana\Image_Generation\Sana\diffusion\__init__.py", line 6, in <module>
    from .dpm_solver import DPMS
  File "D:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Sana\Image_Generation\Sana\diffusion\dpm_solver.py", line 20, in <module>
    from .model.dpm_solver import DPM_Solver, NoiseScheduleFlow, NoiseScheduleVP, model_wrapper
  File "D:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Sana\Image_Generation\Sana\diffusion\model\dpm_solver.py", line 23, in <module>
    from .nets.sana_blocks import (
  File "D:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Sana\Image_Generation\Sana\diffusion\model\nets\__init__.py", line 1, in <module>
    from .sana import (
  File "D:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Sana\Image_Generation\Sana\diffusion\model\nets\sana.py", line 28, in <module>
    from ..builder import MODELS
  File "D:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Sana\Image_Generation\Sana\diffusion\model\builder.py", line 28, in <module>
    from mmcv import Registry
ModuleNotFoundError: No module named 'mmcv'

Prompt executed in 6.25 seconds

so i try to reinstall the nodes might fix this?

zmwv823 commented 2 days ago

这似乎是 mmengine 的问题,但是在我删除 mmcv 并降级某些版本 mmengine 并尝试了几次之后。它甚至可以在 mmengine==0.2 的情况下工作,所以老实说,我找不到问题出在哪里。

  • 尝试卸载 mmengine 并重新安装它以查看它是否有效。
  • 或者可能是一些 python 模块版本不同。
  • 建议提供完整的错误日志,如下所示:
Total VRAM 4096 MB, total RAM 15724 MB
pytorch version: 2.5.1+cu124
WARNING: Failed to find MSVC.
xformers version: 0.0.28.post3
Set vram state to: NORMAL_VRAM
Device: cuda:0 NVIDIA GeForce RTX 3050 Laptop GPU : cudaMallocAsync
Using xformers cross attention
[Prompt Server] web root: D:\AI\ComfyUI_windows_portable\ComfyUI\web
D:\AI\ComfyUI_windows_portable\py311\Lib\site-packages\kornia\feature\lightglue.py:44: FutureWarning: `torch.cuda.amp.custom_fwd(args...)` is deprecated. Please use `torch.amp.custom_fwd(args..., device_type='cuda')` instead.
  @torch.cuda.amp.custom_fwd(cast_inputs=torch.float32)

Import times for custom nodes:
   0.0 seconds: D:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\websocket_image_save.py
   0.0 seconds: D:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\AIGODLIKE-ComfyUI-Translation
   0.0 seconds: D:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Sana

Starting server

To see the GUI go to: http://127.0.0.1:8188
got prompt
!!! Exception during processing !!! No module named 'mmcv'
Traceback (most recent call last):
  File "D:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Sana\Image_Generation\Sana\diffusion\model\builder.py", line 26, in <module>
    from mmengine.registry import Registry
ModuleNotFoundError: No module named 'mmengine'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "D:\AI\ComfyUI_windows_portable\ComfyUI\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 "D:\AI\ComfyUI_windows_portable\ComfyUI\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 "D:\AI\ComfyUI_windows_portable\ComfyUI\execution.py", line 169, in _map_node_over_list
    process_inputs(input_dict, i)
  File "D:\AI\ComfyUI_windows_portable\ComfyUI\execution.py", line 158, in process_inputs
    results.append(getattr(obj, func)(**inputs))
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Sana\Image_Generation\Sana\nodes.py", line 161, in loader
    from .diffusion.model.builder import build_model
  File "D:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Sana\Image_Generation\Sana\diffusion\__init__.py", line 6, in <module>
    from .dpm_solver import DPMS
  File "D:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Sana\Image_Generation\Sana\diffusion\dpm_solver.py", line 20, in <module>
    from .model.dpm_solver import DPM_Solver, NoiseScheduleFlow, NoiseScheduleVP, model_wrapper
  File "D:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Sana\Image_Generation\Sana\diffusion\model\dpm_solver.py", line 23, in <module>
    from .nets.sana_blocks import (
  File "D:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Sana\Image_Generation\Sana\diffusion\model\nets\__init__.py", line 1, in <module>
    from .sana import (
  File "D:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Sana\Image_Generation\Sana\diffusion\model\nets\sana.py", line 28, in <module>
    from ..builder import MODELS
  File "D:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Sana\Image_Generation\Sana\diffusion\model\builder.py", line 28, in <module>
    from mmcv import Registry
ModuleNotFoundError: No module named 'mmcv'

Prompt executed in 6.25 seconds

so i try to reinstall the nodes might fix this?

Not sure, it mostly not work.

slmonker commented 2 days ago

这似乎是 mmengine 的问题,但是在我删除 mmcv 并降级某些版本 mmengine 并尝试了几次之后。它甚至可以在 mmengine==0.2 的情况下工作,所以老实说,我找不到问题出在哪里。

  • 尝试卸载 mmengine 并重新安装它以查看它是否有效。
  • 或者可能是一些 python 模块版本不同。
  • 建议提供完整的错误日志,如下所示:
Total VRAM 4096 MB, total RAM 15724 MB
pytorch version: 2.5.1+cu124
WARNING: Failed to find MSVC.
xformers version: 0.0.28.post3
Set vram state to: NORMAL_VRAM
Device: cuda:0 NVIDIA GeForce RTX 3050 Laptop GPU : cudaMallocAsync
Using xformers cross attention
[Prompt Server] web root: D:\AI\ComfyUI_windows_portable\ComfyUI\web
D:\AI\ComfyUI_windows_portable\py311\Lib\site-packages\kornia\feature\lightglue.py:44: FutureWarning: `torch.cuda.amp.custom_fwd(args...)` is deprecated. Please use `torch.amp.custom_fwd(args..., device_type='cuda')` instead.
  @torch.cuda.amp.custom_fwd(cast_inputs=torch.float32)

Import times for custom nodes:
   0.0 seconds: D:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\websocket_image_save.py
   0.0 seconds: D:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\AIGODLIKE-ComfyUI-Translation
   0.0 seconds: D:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Sana

Starting server

To see the GUI go to: http://127.0.0.1:8188
got prompt
!!! Exception during processing !!! No module named 'mmcv'
Traceback (most recent call last):
  File "D:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Sana\Image_Generation\Sana\diffusion\model\builder.py", line 26, in <module>
    from mmengine.registry import Registry
ModuleNotFoundError: No module named 'mmengine'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "D:\AI\ComfyUI_windows_portable\ComfyUI\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 "D:\AI\ComfyUI_windows_portable\ComfyUI\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 "D:\AI\ComfyUI_windows_portable\ComfyUI\execution.py", line 169, in _map_node_over_list
    process_inputs(input_dict, i)
  File "D:\AI\ComfyUI_windows_portable\ComfyUI\execution.py", line 158, in process_inputs
    results.append(getattr(obj, func)(**inputs))
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Sana\Image_Generation\Sana\nodes.py", line 161, in loader
    from .diffusion.model.builder import build_model
  File "D:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Sana\Image_Generation\Sana\diffusion\__init__.py", line 6, in <module>
    from .dpm_solver import DPMS
  File "D:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Sana\Image_Generation\Sana\diffusion\dpm_solver.py", line 20, in <module>
    from .model.dpm_solver import DPM_Solver, NoiseScheduleFlow, NoiseScheduleVP, model_wrapper
  File "D:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Sana\Image_Generation\Sana\diffusion\model\dpm_solver.py", line 23, in <module>
    from .nets.sana_blocks import (
  File "D:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Sana\Image_Generation\Sana\diffusion\model\nets\__init__.py", line 1, in <module>
    from .sana import (
  File "D:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Sana\Image_Generation\Sana\diffusion\model\nets\sana.py", line 28, in <module>
    from ..builder import MODELS
  File "D:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Sana\Image_Generation\Sana\diffusion\model\builder.py", line 28, in <module>
    from mmcv import Registry
ModuleNotFoundError: No module named 'mmcv'

Prompt executed in 6.25 seconds

so i try to reinstall the nodes might fix this?

Not sure, it mostly not work. I updated the nodes,now got something eles as flowing: module 'xformers.ops.fmha' has no attribute 'BlockDiagonalMask'

ComfyUI Error Report

Error Details

## System Information
- **ComfyUI Version:** v0.3.5
- **Arguments:** ComfyUI\main.py --windows-standalone-build --fast
- **OS:** nt
- **Python Version:** 3.11.9 (tags/v3.11.9:de54cf5, Apr  2 2024, 10:12:12) [MSC v.1938 64 bit (AMD64)]
- **Embedded Python:** true
- **PyTorch Version:** 2.4.1+cu124
## Devices

- **Name:** cuda:0 NVIDIA GeForce RTX 4090 D : cudaMallocAsync
  - **Type:** cuda
  - **VRAM Total:** 25756696576
  - **VRAM Free:** 19053953182
  - **Torch VRAM Total:** 5033164800
  - **Torch VRAM Free:** 49561758

## Logs

2024-11-30T12:00:39.246538 - pytorch version: 2.4.1+cu124 2024-11-30T12:00:39.246538 - xformers version: 0.0.28.post1 2024-11-30T12:00:39.246538 - Set vram state to: NORMAL_VRAM 2024-11-30T12:00:39.246538 - Device: cuda:0 NVIDIA GeForce RTX 4090 D : cudaMallocAsync 2024-11-30T12:00:39.268465 - Depthcrafter Nodes Loaded 2024-11-30T12:00:39.268465 - 2024-11-30T12:00:39.303901 - use sdp attention as default2024-11-30T12:00:39.303901 - 2024-11-30T12:00:39.303901 - keep default attention mode2024-11-30T12:00:39.303901 - 2024-11-30T12:00:39.890635 - [ComfyUI-Easy-Use] server: v1.2.5 Loaded2024-11-30T12:00:39.891631 - 2024-11-30T12:00:39.891631 - [ComfyUI-Easy-Use] web root: D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Easy-Use\web_version/v2 Loaded2024-11-30T12:00:39.892628 - 2024-11-30T12:00:40.378951 - ### Loading: ComfyUI-Impact-Pack (V7.11.4)2024-11-30T12:00:40.378951 - 2024-11-30T12:00:40.410857 - ### Loading: ComfyUI-Impact-Pack (Subpack: V0.8)2024-11-30T12:00:40.411364 - 2024-11-30T12:00:40.430343 - [Impact Pack] Wildcards loading done.2024-11-30T12:00:40.430343 - 2024-11-30T12:00:40.442082 - ### Loading: ComfyUI-Inspire-Pack (V1.7)2024-11-30T12:00:40.442082 - 2024-11-30T12:00:41.586894 - Initializing EasyNodes. Auto-registration: True 2024-11-30T12:00:41.600847 - ### Loading: ComfyUI-Manager (V2.51.9)2024-11-30T12:00:41.600847 - 2024-11-30T12:00:41.857544 - ### ComfyUI Revision: 2863 [4c82741b] | Released on '2024-11-26'2024-11-30T12:00:41.857544 - 2024-11-30T12:00:41.928374 -

[Old-Photo-Restoration] Verifying Models...2024-11-30T12:00:41.928374 -

2024-11-30T12:00:41.928374 - [Warning] global_checkpoints not detected2024-11-30T12:00:41.929371 - 2024-11-30T12:00:41.929371 - [Warning] face_checkpoints not detected2024-11-30T12:00:41.929371 - 2024-11-30T12:00:41.929371 - [Warning] face_landmarks not detected2024-11-30T12:00:41.929371 - 2024-11-30T12:00:41.929371 - Please download from Release! 2024-11-30T12:00:41.929371 - 2024-11-30T12:00:42.076784 - ### Loading: Pixydust Quantizer v2.0.02024-11-30T12:00:42.076784 - 2024-11-30T12:00:42.194532 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/model-list.json2024-11-30T12:00:42.194532 - 2024-11-30T12:00:42.201725 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/alter-list.json2024-11-30T12:00:42.201725 - 2024-11-30T12:00:42.245988 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/github-stats.json2024-11-30T12:00:42.245988 - 2024-11-30T12:00:42.303174 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/extension-node-map.json2024-11-30T12:00:42.303174 - 2024-11-30T12:00:42.352718 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/custom-node-list.json2024-11-30T12:00:42.352718 - 2024-11-30T12:00:44.503047 - Loading weights from local directory2024-11-30T12:00:44.503047 - 2024-11-30T12:00:45.330462 - Nvidia APEX normalization not installed, using PyTorch LayerNorm2024-11-30T12:00:45.330462 - 2024-11-30T12:00:45.394770 - Nvidia APEX normalization not installed, using PyTorch LayerNorm2024-11-30T12:00:45.394770 - 2024-11-30T12:00:45.464144 - Failed to auto update Quality of Life Suit 2024-11-30T12:00:45.464144 - 2024-11-30T12:00:45.466188 - QualityOfLifeSuit_Omar92_DIR: D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-QualityOfLifeSuit_Omar922024-11-30T12:00:45.466188 - 2024-11-30T12:00:45.471787 - [ReActor] - STATUS - Running v0.5.2-a1 in ComfyUI2024-11-30T12:00:45.471787 - 2024-11-30T12:00:45.516105 - Torch version: 2.4.1+cu1242024-11-30T12:00:45.516105 - 2024-11-30T12:00:45.921594 - From Bmad Custom Nodes2024-11-30T12:00:45.921594 - 2024-11-30T12:00:45.922591 - Loaded 124 nodes:2024-11-30T12:00:45.922591 - 2024-11-30T12:00:45.922591 - + api nodes (14)2024-11-30T12:00:45.922591 - 2024-11-30T12:00:45.922591 - + simple utility nodes (58)2024-11-30T12:00:45.922591 - 2024-11-30T12:00:45.923588 - + CV nodes (50)2024-11-30T12:00:45.923588 - 2024-11-30T12:00:45.923588 - + extension dependent nodes (2)2024-11-30T12:00:45.923588 - 2024-11-30T12:00:45.923588 - Not loaded:2024-11-30T12:00:45.923588 - 2024-11-30T12:00:45.923588 - * color clip ade20k node2024-11-30T12:00:45.924585 - 2024-11-30T12:00:45.924585 - Problems:2024-11-30T12:00:45.924585 - 2024-11-30T12:00:45.924585 - ! No module named 'gray2color'2024-11-30T12:00:45.925581 - 2024-11-30T12:00:45.925581 - 2024-11-30T12:00:45.925581 - 2024-11-30T12:00:45.951655 - ------------------------------------------2024-11-30T12:00:45.951655 - 2024-11-30T12:00:45.951655 - Comfyroll Studio v1.76 :  175 Nodes Loaded2024-11-30T12:00:45.951655 - 2024-11-30T12:00:45.952652 - ------------------------------------------2024-11-30T12:00:45.952652 - 2024-11-30T12:00:45.952652 - For changes, please see patch notes at https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes/blob/main/Patch_Notes.md2024-11-30T12:00:45.952652 - 2024-11-30T12:00:45.952652 - For help, please see the wiki at https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes/wiki2024-11-30T12:00:45.952652 - 2024-11-30T12:00:45.952652 - ------------------------------------------2024-11-30T12:00:45.953649 - 2024-11-30T12:00:45.960141 - [comfyui_controlnet_aux] | INFO -> Using ckpts path: D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_controlnet_aux\ckpts 2024-11-30T12:00:45.961138 - [comfyui_controlnet_aux] | INFO -> Using symlinks: False 2024-11-30T12:00:45.961138 - [comfyui_controlnet_aux] | INFO -> Using ort providers: ['CUDAExecutionProvider', 'DirectMLExecutionProvider', 'OpenVINOExecutionProvider', 'ROCMExecutionProvider', 'CPUExecutionProvider', 'CoreMLExecutionProvider'] 2024-11-30T12:00:45.989216 - ### [START] ComfyUI AlekPet Nodes v1.0.34 ###2024-11-30T12:00:45.989216 - 2024-11-30T12:00:46.796411 - Node -> ChatGLMNode: ChatGLM4TranslateCLIPTextEncodeNode, ChatGLM4TranslateTextNode [Loading] 2024-11-30T12:00:46.797408 - 2024-11-30T12:00:46.800397 - Node -> ArgosTranslateNode: ArgosTranslateCLIPTextEncodeNode, ArgosTranslateTextNode [Loading] 2024-11-30T12:00:46.800397 - 2024-11-30T12:00:46.808371 - Node -> GoogleTranslateNode: GoogleTranslateCLIPTextEncodeNode, GoogleTranslateTextNode [Loading] 2024-11-30T12:00:46.809367 - Node -> DeepTranslatorNode: DeepTranslatorCLIPTextEncodeNode, DeepTranslatorTextNode [Loading] 2024-11-30T12:00:46.809367 - 2024-11-30T12:00:46.809367 - 2024-11-30T12:00:46.815347 - Node -> PoseNode: PoseNode [Loading] 2024-11-30T12:00:46.815347 - 2024-11-30T12:00:46.817341 - Node -> ExtrasNode: PreviewTextNode, HexToHueNode, ColorsCorrectNode [Loading] 2024-11-30T12:00:46.818337 - 2024-11-30T12:00:46.880464 - Node -> IDENode: IDENode [Loading] 2024-11-30T12:00:46.880464 - 2024-11-30T12:00:47.113288 - Node -> PainterNode: PainterNode [Loading] 2024-11-30T12:00:47.114285 - 2024-11-30T12:00:47.114285 - ### [END] ComfyUI AlekPet Nodes ###2024-11-30T12:00:47.114285 - 2024-11-30T12:00:48.003105 - missing pkgs2024-11-30T12:00:48.003105 - 2024-11-30T12:00:48.003105 - []2024-11-30T12:00:48.003105 - 2024-11-30T12:00:48.027544 - # 😺dzNodes: LayerStyle -> Cannot import name 'guidedFilter' from 'cv2.ximgproc' A few nodes cannot works properly, while most nodes are not affected. Please REINSTALL package 'opencv-contrib-python'. For detail refer to https://github.com/chflame163/ComfyUI_LayerStyle/issues/52024-11-30T12:00:48.027544 - 2024-11-30T12:00:48.685289 - [comfy_mtb] | INFO -> loaded 90 nodes successfuly 2024-11-30T12:00:48.692230 - FaceDetailer: Model directory already exists2024-11-30T12:00:48.692230 - 2024-11-30T12:00:48.693227 - FaceDetailer: Model already exists2024-11-30T12:00:48.693227 - 2024-11-30T12:00:48.707181 - Efficiency Nodes: Attempting to add Control Net options to the 'HiRes-Fix Script' Node (comfyui_controlnet_aux add-on)...Success!2024-11-30T12:00:48.708177 - 2024-11-30T12:00:48.748121 - 2024-11-30T12:00:48.749076 - [rgthree-comfy] Loaded 42 fantastic nodes. 🎉2024-11-30T12:00:48.750073 - 2024-11-30T12:00:48.750073 - 2024-11-30T12:00:48.759043 - Please 'pip install apex'2024-11-30T12:00:48.759043 - 2024-11-30T12:00:48.824823 - WAS Node Suite: BlenderNeko's Advanced CLIP Text Encode found, attempting to enable CLIPTextEncode support.2024-11-30T12:00:48.824823 - 2024-11-30T12:00:48.824823 - WAS Node Suite: CLIPTextEncode (BlenderNeko Advanced + NSP) node enabled under WAS Suite/Conditioning menu.2024-11-30T12:00:48.824823 - 2024-11-30T12:00:49.734000 - WAS Node Suite: OpenCV Python FFMPEG support is enabled2024-11-30T12:00:49.734000 - 2024-11-30T12:00:49.734997 - WAS Node Suite Warning: ffmpeg_bin_path is not set in D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\was-node-suite-comfyui\was_suite_config.json config file. Will attempt to use system ffmpeg binaries if available.2024-11-30T12:00:49.735286 - 2024-11-30T12:00:50.423139 - WAS Node Suite: Finished. Loaded 219 nodes successfully.2024-11-30T12:00:50.423139 - 2024-11-30T12:00:50.423139 - "The future depends on what you do today." - Mahatma Gandhi 2024-11-30T12:00:50.423139 - 2024-11-30T12:00:50.431112 - Import times for custom nodes: 2024-11-30T12:00:50.431112 - 0.0 seconds: D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\TextTemplateNode.py 2024-11-30T12:00:50.431112 - 0.0 seconds: D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\AIGODLIKE-COMFYUI-TRANSLATION 2024-11-30T12:00:50.431112 - 0.0 seconds: D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_bitsandbytes_NF4 2024-11-30T12:00:50.432109 - 0.0 seconds: D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\websocket_image_save.py 2024-11-30T12:00:50.432109 - 0.0 seconds: D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\add_text_2_img 2024-11-30T12:00:50.432109 - 0.0 seconds: D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\Comfyui_Flux_Style_Ctr 2024-11-30T12:00:50.432109 - 0.0 seconds: D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfuinoda-Navyblue 2024-11-30T12:00:50.432109 - 0.0 seconds: D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Molmo 2024-11-30T12:00:50.433105 - 0.0 seconds: D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\Comfyui_CXH_FluxLoraMerge 2024-11-30T12:00:50.433105 - 0.0 seconds: D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\Comfyui_Object_Migration 2024-11-30T12:00:50.433105 - 0.0 seconds: D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Img2PaintingAssistant 2024-11-30T12:00:50.433105 - 0.0 seconds: D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-RMBG 2024-11-30T12:00:50.433105 - 0.0 seconds: D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_AdvancedRefluxControl 2024-11-30T12:00:50.433105 - 0.0 seconds: D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-seamless-tiling 2024-11-30T12:00:50.434102 - 0.0 seconds: D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\Comfyui-In-Context-Lora-Utils 2024-11-30T12:00:50.434102 - 0.0 seconds: D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Save-Image-Caption 2024-11-30T12:00:50.434102 - 0.0 seconds: D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Inpaint-CropAndStitch 2024-11-30T12:00:50.434102 - 0.0 seconds: D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-FluxRegionAttention 2024-11-30T12:00:50.434102 - 0.0 seconds: D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\Comfyui_JC2 2024-11-30T12:00:50.434102 - 0.0 seconds: D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\cg-use-everywhere 2024-11-30T12:00:50.435099 - 0.0 seconds: D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Detail-Daemon 2024-11-30T12:00:50.435099 - 0.0 seconds: D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\Comfyui_TTP_Toolset 2024-11-30T12:00:50.435099 - 0.0 seconds: D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_ADV_CLIP_emb 2024-11-30T12:00:50.435099 - 0.0 seconds: D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_FaceAnalysis 2024-11-30T12:00:50.435099 - 0.0 seconds: D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\Comfyui-In-Context-Lora-Utils-main 2024-11-30T12:00:50.435099 - 0.0 seconds: D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-SmartCrop 2024-11-30T12:00:50.436095 - 0.0 seconds: D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\masquerade-nodes-comfyui 2024-11-30T12:00:50.436095 - 0.0 seconds: D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-enricos-nodes 2024-11-30T12:00:50.436095 - 0.0 seconds: D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_SLK_joy_caption_two 2024-11-30T12:00:50.436095 - 0.0 seconds: D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_InstantID 2024-11-30T12:00:50.436095 - 0.0 seconds: D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_ZenID 2024-11-30T12:00:50.436095 - 0.0 seconds: D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-IC-Light 2024-11-30T12:00:50.436095 - 0.0 seconds: D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\Comfyui_CXH_joy_caption 2024-11-30T12:00:50.437092 - 0.0 seconds: D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyLiterals 2024-11-30T12:00:50.437092 - 0.0 seconds: D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-inpaint-nodes 2024-11-30T12:00:50.438089 - 0.0 seconds: D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-LTXTricks 2024-11-30T12:00:50.438089 - 0.0 seconds: D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_CatVTON_Wrapper 2024-11-30T12:00:50.438089 - 0.0 seconds: D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-DDColor 2024-11-30T12:00:50.438089 - 0.0 seconds: D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_IPAdapter_plus 2024-11-30T12:00:50.438089 - 0.0 seconds: D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-MochiEdit 2024-11-30T12:00:50.438089 - 0.0 seconds: D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-portrait-master 2024-11-30T12:00:50.439085 - 0.0 seconds: D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Video-Matting 2024-11-30T12:00:50.439085 - 0.0 seconds: D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-DepthCrafter-Nodes 2024-11-30T12:00:50.439085 - 0.0 seconds: D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\DZ-FaceDetailer 2024-11-30T12:00:50.439085 - 0.0 seconds: D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-QualityOfLifeSuit_Omar92 2024-11-30T12:00:50.439085 - 0.0 seconds: D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-IPAdapter-Flux 2024-11-30T12:00:50.439085 - 0.0 seconds: D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_Anytext 2024-11-30T12:00:50.440082 - 0.0 seconds: D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-InstantX-SD3_5-Large-IPAdapter 2024-11-30T12:00:50.440082 - 0.0 seconds: D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyMath 2024-11-30T12:00:50.440082 - 0.0 seconds: D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Custom-Scripts 2024-11-30T12:00:50.440082 - 0.0 seconds: D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-scene-composer 2024-11-30T12:00:50.440082 - 0.0 seconds: D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_essentials 2024-11-30T12:00:50.440082 - 0.0 seconds: D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\OneButtonPrompt 2024-11-30T12:00:50.441079 - 0.0 seconds: D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-MochiWrapper 2024-11-30T12:00:50.441079 - 0.0 seconds: D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_UltimateSDUpscale 2024-11-30T12:00:50.441079 - 0.0 seconds: D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Fluxtapoz 2024-11-30T12:00:50.441079 - 0.0 seconds: D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Sana 2024-11-30T12:00:50.441079 - 0.0 seconds: D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\Flux-Prompt-Generator 2024-11-30T12:00:50.441079 - 0.0 seconds: D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Frame-Interpolation 2024-11-30T12:00:50.442076 - 0.0 seconds: D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Advanced-ControlNet 2024-11-30T12:00:50.442076 - 0.0 seconds: D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-KJNodes 2024-11-30T12:00:50.442076 - 0.0 seconds: D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\OmniGen-ComfyUI 2024-11-30T12:00:50.442076 - 0.0 seconds: D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-LivePortraitKJ 2024-11-30T12:00:50.443072 - 0.0 seconds: D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\rgthree-comfy 2024-11-30T12:00:50.443072 - 0.0 seconds: D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-PyramidFlowWrapper 2024-11-30T12:00:50.443072 - 0.0 seconds: D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Kolors-MZ 2024-11-30T12:00:50.443072 - 0.0 seconds: D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\efficiency-nodes-comfyui 2024-11-30T12:00:50.443072 - 0.0 seconds: D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_bmad_nodes 2024-11-30T12:00:50.443072 - 0.0 seconds: D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-AnimateDiff-Evolved 2024-11-30T12:00:50.444069 - 0.0 seconds: D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-KLingAI-API 2024-11-30T12:00:50.444069 - 0.0 seconds: D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_Comfyroll_CustomNodes 2024-11-30T12:00:50.444069 - 0.0 seconds: D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Depth-Pro 2024-11-30T12:00:50.444069 - 0.0 seconds: D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-MingNodes 2024-11-30T12:00:50.444069 - 0.0 seconds: D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_controlnet_aux 2024-11-30T12:00:50.445066 - 0.0 seconds: D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-old-photo-restoration 2024-11-30T12:00:50.445066 - 0.0 seconds: D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Inspire-Pack 2024-11-30T12:00:50.445066 - 0.0 seconds: D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\CharacterFaceSwap 2024-11-30T12:00:50.445066 - 0.0 seconds: D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-FluxTrainer 2024-11-30T12:00:50.445066 - 0.1 seconds: D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-reactor-node 2024-11-30T12:00:50.445066 - 0.1 seconds: D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Impact-Pack 2024-11-30T12:00:50.446062 - 0.1 seconds: D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-PuLID-Flux-Enhanced 2024-11-30T12:00:50.446062 - 0.1 seconds: D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\SDXL_EcomID_ComfyUI 2024-11-30T12:00:50.446062 - 0.1 seconds: D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Crystools 2024-11-30T12:00:50.446062 - 0.1 seconds: D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-PixydustQuantizer 2024-11-30T12:00:50.446062 - 0.1 seconds: D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_LayerStyle 2024-11-30T12:00:50.446062 - 0.1 seconds: D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-UniAnimate-W 2024-11-30T12:00:50.447059 - 0.1 seconds: D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Fluxpromptenhancer 2024-11-30T12:00:50.449052 - 0.1 seconds: D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-DiffBIR 2024-11-30T12:00:50.449052 - 0.1 seconds: D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-PuLID-Flux 2024-11-30T12:00:50.450049 - 0.1 seconds: D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_HelloMeme 2024-11-30T12:00:50.450049 - 0.1 seconds: D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUi-Ollama-YN 2024-11-30T12:00:50.450049 - 0.2 seconds: D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-LTXVideo 2024-11-30T12:00:50.450049 - 0.3 seconds: D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Manager 2024-11-30T12:00:50.450049 - 0.3 seconds: D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-VideoHelperSuite 2024-11-30T12:00:50.451045 - 0.3 seconds: D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-GIMM-VFI 2024-11-30T12:00:50.451045 - 0.5 seconds: D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\cg-training-tools 2024-11-30T12:00:50.451045 - 0.5 seconds: D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Easy-Use 2024-11-30T12:00:50.451045 - 0.6 seconds: D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_EchoMimic 2024-11-30T12:00:50.452042 - 0.6 seconds: D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-AdvancedLivePortrait 2024-11-30T12:00:50.452042 - 0.6 seconds: D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfy_mtb 2024-11-30T12:00:50.453039 - 0.9 seconds: D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Inspyrenet-Rembg 2024-11-30T12:00:50.453039 - 1.3 seconds: D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_Custom_Nodes_AlekPet 2024-11-30T12:00:50.453039 - 1.6 seconds: D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\was-node-suite-comfyui 2024-11-30T12:00:50.453039 - 2.4 seconds: D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-CogVideoXWrapper 2024-11-30T12:00:50.454035 - 3.1 seconds: D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-PMRF 2024-11-30T12:00:50.454035 - 2024-11-30T12:00:50.467514 - Starting server

2024-11-30T12:00:50.467514 - To see the GUI go to: http://127.0.0.1:8188 2024-11-30T12:01:07.639539 - FETCH DATA from: D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Manager\extension-node-map.json2024-11-30T12:01:07.639539 - 2024-11-30T12:01:07.644522 - [DONE]2024-11-30T12:01:07.644522 - 2024-11-30T12:01:14.213363 - QualityOfLifeSuit_Omar92::NSP ready2024-11-30T12:01:14.213363 - 2024-11-30T12:01:32.395988 - got prompt 2024-11-30T12:01:34.889171 - Loading weights from local directory2024-11-30T12:01:34.889171 - 2024-11-30T12:01:51.084777 - use pe: False, position embed interpolation: 1.0, base size: 322024-11-30T12:01:51.085774 - 2024-11-30T12:01:51.085774 - attention type: linear; ffn type: glumbconv; autocast linear attn: False2024-11-30T12:01:51.085774 - 2024-11-30T12:01:59.327459 - Warning torch.load doesn't support weights_only on this pytorch version, loading unsafely. 2024-11-30T12:02:05.062044 - !!! Exception during processing !!! module 'xformers.ops.fmha' has no attribute 'BlockDiagonalMask' 2024-11-30T12:02:05.065034 - Traceback (most recent call last): File "D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Sana\Image_Generation\Sana\diffusion\model\dpm_solver.py", line 441, in model_fn noise_uncond, noise = noise_pred_fn(x_in, t_in, cond=c_in).chunk(2) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Sana\Image_Generation\Sana\diffusion\model\dpm_solver.py", line 386, in noise_pred_fn output = model(x, t_input, cond, model_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Sana\Image_Generation\Sana\diffusion\model\nets\sana_multi_scale.py", line 344, in call return self.forward(*args, *kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Sana\Image_Generation\Sana\diffusion\model\nets\sana_multi_scale.py", line 330, in forward x = auto_grad_checkpoint( ^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Sana\Image_Generation\Sana\diffusion\model\utils.py", line 73, in auto_grad_checkpoint return module(args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1553, in _wrapped_call_impl return self._call_impl(*args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1562, in _call_impl return forward_call(*args, *kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Sana\Image_Generation\Sana\diffusion\model\nets\sana_multi_scale.py", line 166, in forward x = x + self.cross_attn(x, y, mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1553, in _wrapped_call_impl return self._call_impl(args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1562, in _call_impl return forward_call(*args, *kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Sana\Image_Generation\Sana\diffusion\model\nets\sana_blocks.py", line 86, in forward attn_bias = xformers.ops.fmha.BlockDiagonalMask.from_seqlens([N] B, mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: module 'xformers.ops.fmha' has no attribute 'BlockDiagonalMask'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\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 "D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\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 "D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\execution.py", line 169, in _map_node_over_list process_inputs(input_dict, i) File "D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\execution.py", line 158, in process_inputs results.append(getattr(obj, func)(inputs)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Sana\Image_Generation\Sana\nodes.py", line 95, in sampler results = model['pipe']( ^^^^^^^^^^^^^^ File "D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1553, in _wrapped_call_impl return self._call_impl(*args, *kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1562, in _call_impl return forward_call(args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\utils_contextlib.py", line 116, in decorate_context return func(args, kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Sana\Image_Generation\Sana\pipeline\sana_pipeline.py", line 155, in forward sample = scheduler.sample( ^^^^^^^^^^^^^^^^^ File "D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Sana\Image_Generation\Sana\diffusion\model\dpm_solver.py", line 1530, in sample model_prev_list = [self.model_fn(x, t)] ^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Sana\Image_Generation\Sana\diffusion\model\dpm_solver.py", line 689, in model_fn return self.data_prediction_fn(x, t) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Sana\Image_Generation\Sana\diffusion\model\dpm_solver.py", line 677, in data_prediction_fn noise = self.noise_prediction_fn(x, t) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Sana\Image_Generation\Sana\diffusion\model\dpm_solver.py", line 671, in noise_prediction_fn return self.model(x, t) ^^^^^^^^^^^^^^^^ File "D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Sana\Image_Generation\Sana\diffusion\model\dpm_solver.py", line 616, in self.model = lambda x, t: model_fn(x, t.expand(x.shape[0])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Sana\Image_Generation\Sana\diffusion\model\dpm_solver.py", line 443, in model_fn noise_uncond, noise = noise_pred_fn(x_in, t_in, cond=c_in)[0].chunk(2) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Sana\Image_Generation\Sana\diffusion\model\dpm_solver.py", line 386, in noise_pred_fn output = model(x, t_input, cond, model_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Sana\Image_Generation\Sana\diffusion\model\nets\sana_multi_scale.py", line 344, in call return self.forward(args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Sana\Image_Generation\Sana\diffusion\model\nets\sana_multi_scale.py", line 330, in forward x = auto_grad_checkpoint( ^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Sana\Image_Generation\Sana\diffusion\model\utils.py", line 73, in auto_grad_checkpoint return module(*args, *kwargs) ^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1553, in _wrapped_call_impl return self._call_impl(args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1562, in _call_impl return forward_call(*args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Sana\Image_Generation\Sana\diffusion\model\nets\sana_multi_scale.py", line 166, in forward x = x + self.cross_attn(x, y, mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1553, in _wrapped_call_impl return self._call_impl(*args, *kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1562, in _call_impl return forward_call(args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Sana\Image_Generation\Sana\diffusion\model\nets\sana_blocks.py", line 86, in forward attn_bias = xformers.ops.fmha.BlockDiagonalMask.from_seqlens([N] * B, mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: module 'xformers.ops.fmha' has no attribute 'BlockDiagonalMask'

2024-11-30T12:02:05.068024 - Prompt executed in 32.67 seconds 2024-11-30T12:03:27.724132 - FETCH DATA from: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/extension-node-map.json2024-11-30T12:03:27.724132 - 2024-11-30T12:03:28.160433 - [DONE]2024-11-30T12:03:28.160433 - 2024-11-30T12:03:28.265654 - FETCH DATA from: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/custom-node-list.json2024-11-30T12:03:28.265654 - 2024-11-30T12:03:28.707957 - [DONE]2024-11-30T12:03:28.707957 - 2024-11-30T12:03:28.743840 - FETCH DATA from: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/github-stats.json2024-11-30T12:03:28.743840 - 2024-11-30T12:03:29.245529 - [DONE]2024-11-30T12:03:29.246031 - 2024-11-30T12:04:38.051991 - got prompt 2024-11-30T12:04:39.929140 - Loading weights from local directory2024-11-30T12:04:39.929140 - 2024-11-30T12:04:56.265763 - use pe: False, position embed interpolation: 1.0, base size: 322024-11-30T12:04:56.265763 - 2024-11-30T12:04:56.266759 - attention type: linear; ffn type: glumbconv; autocast linear attn: False2024-11-30T12:04:56.266759 - 2024-11-30T12:05:10.350244 - Warning torch.load doesn't support weights_only on this pytorch version, loading unsafely. 2024-11-30T12:05:15.735721 - !!! Exception during processing !!! module 'xformers.ops.fmha' has no attribute 'BlockDiagonalMask' 2024-11-30T12:05:15.738711 - Traceback (most recent call last): File "D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Sana\Image_Generation\Sana\diffusion\model\dpm_solver.py", line 441, in model_fn noise_uncond, noise = noise_pred_fn(x_in, t_in, cond=c_in).chunk(2) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Sana\Image_Generation\Sana\diffusion\model\dpm_solver.py", line 386, in noise_pred_fn output = model(x, t_input, cond, model_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Sana\Image_Generation\Sana\diffusion\model\nets\sana_multi_scale.py", line 344, in call return self.forward(*args, *kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Sana\Image_Generation\Sana\diffusion\model\nets\sana_multi_scale.py", line 330, in forward x = auto_grad_checkpoint( ^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Sana\Image_Generation\Sana\diffusion\model\utils.py", line 73, in auto_grad_checkpoint return module(args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1553, in _wrapped_call_impl return self._call_impl(*args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1562, in _call_impl return forward_call(*args, *kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Sana\Image_Generation\Sana\diffusion\model\nets\sana_multi_scale.py", line 166, in forward x = x + self.cross_attn(x, y, mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1553, in _wrapped_call_impl return self._call_impl(args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1562, in _call_impl return forward_call(*args, *kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Sana\Image_Generation\Sana\diffusion\model\nets\sana_blocks.py", line 86, in forward attn_bias = xformers.ops.fmha.BlockDiagonalMask.from_seqlens([N] B, mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: module 'xformers.ops.fmha' has no attribute 'BlockDiagonalMask'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\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 "D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\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 "D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\execution.py", line 169, in _map_node_over_list process_inputs(input_dict, i) File "D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\execution.py", line 158, in process_inputs results.append(getattr(obj, func)(inputs)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Sana\Image_Generation\Sana\nodes.py", line 95, in sampler results = model['pipe']( ^^^^^^^^^^^^^^ File "D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1553, in _wrapped_call_impl return self._call_impl(*args, *kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1562, in _call_impl return forward_call(args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\utils_contextlib.py", line 116, in decorate_context return func(args, kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Sana\Image_Generation\Sana\pipeline\sana_pipeline.py", line 155, in forward sample = scheduler.sample( ^^^^^^^^^^^^^^^^^ File "D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Sana\Image_Generation\Sana\diffusion\model\dpm_solver.py", line 1530, in sample model_prev_list = [self.model_fn(x, t)] ^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Sana\Image_Generation\Sana\diffusion\model\dpm_solver.py", line 689, in model_fn return self.data_prediction_fn(x, t) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Sana\Image_Generation\Sana\diffusion\model\dpm_solver.py", line 677, in data_prediction_fn noise = self.noise_prediction_fn(x, t) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Sana\Image_Generation\Sana\diffusion\model\dpm_solver.py", line 671, in noise_prediction_fn return self.model(x, t) ^^^^^^^^^^^^^^^^ File "D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Sana\Image_Generation\Sana\diffusion\model\dpm_solver.py", line 616, in self.model = lambda x, t: model_fn(x, t.expand(x.shape[0])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Sana\Image_Generation\Sana\diffusion\model\dpm_solver.py", line 443, in model_fn noise_uncond, noise = noise_pred_fn(x_in, t_in, cond=c_in)[0].chunk(2) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Sana\Image_Generation\Sana\diffusion\model\dpm_solver.py", line 386, in noise_pred_fn output = model(x, t_input, cond, model_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Sana\Image_Generation\Sana\diffusion\model\nets\sana_multi_scale.py", line 344, in call return self.forward(args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Sana\Image_Generation\Sana\diffusion\model\nets\sana_multi_scale.py", line 330, in forward x = auto_grad_checkpoint( ^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Sana\Image_Generation\Sana\diffusion\model\utils.py", line 73, in auto_grad_checkpoint return module(*args, *kwargs) ^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1553, in _wrapped_call_impl return self._call_impl(args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1562, in _call_impl return forward_call(*args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Sana\Image_Generation\Sana\diffusion\model\nets\sana_multi_scale.py", line 166, in forward x = x + self.cross_attn(x, y, mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1553, in _wrapped_call_impl return self._call_impl(*args, *kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1562, in _call_impl return forward_call(args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Sana\Image_Generation\Sana\diffusion\model\nets\sana_blocks.py", line 86, in forward attn_bias = xformers.ops.fmha.BlockDiagonalMask.from_seqlens([N] * B, mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: module 'xformers.ops.fmha' has no attribute 'BlockDiagonalMask'

2024-11-30T12:05:15.742698 - Prompt executed in 37.68 seconds

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

{"last_node_id":14,"last_link_id":10,"nodes":[{"id":8,"type":"UL_SanaTextEncode","pos":[334,382],"size":[424.5835266113281,264.2102966308594],"flags":{},"order":1,"mode":0,"inputs":[{"name":"sana_clip","type":"Sana_Clip","link":6,"label":"sana_clip"}],"outputs":[{"name":"sana_conds","type":"Sana_Conditionings","links":[8],"slot_index":0,"label":"sana_conds"},{"name":"prompt","type":"STRING","links":null,"label":"prompt"},{"name":"n_prompt","type":"STRING","links":null,"label":"n_prompt"}],"properties":{"Node name for S&R":"UL_SanaTextEncode"},"widgets_values":["A wide shot of (cat) wearing (jacket) with boston city in background, masterpiece, best quality, high quality, 4K, highly detailed, extremely detailed, HD, ","watermark, author name, monochrome, lowres, bad anatomy, worst quality, low quality, username.","(No style)",[false,true],[false,true]]},{"id":13,"type":"PreviewImage","pos":[1194,196],"size":[274.9550476074219,302.4575500488281],"flags":{},"order":3,"mode":0,"inputs":[{"name":"images","type":"IMAGE","link":10,"label":"图像"}],"outputs":[],"properties":{"Node name for S&R":"PreviewImage"},"widgets_values":[]},{"id":14,"type":"UL_SanaSampler","pos":[803,203],"size":[351.21990966796875,342.84661865234375],"flags":{},"order":2,"mode":0,"inputs":[{"name":"model","type":"Sana_Model","link":9,"label":"model"},{"name":"sana_conds","type":"Sana_Conditionings","link":8,"label":"sana_conds"},{"name":"latent","type":"LATENT","link":null,"shape":7,"label":"latent"}],"outputs":[{"name":"latent","type":"LATENT","links":null,"label":"latent"},{"name":"image","type":"IMAGE","links":[10],"slot_index":1,"label":"image"}],"properties":{"Node name for S&R":"UL_SanaSampler"},"widgets_values":[88888888,"fixed",18,4,1,1024,1024,"flow_dpm-solver",1,true,true]},{"id":7,"type":"UL_SanaModelLoader","pos":[363,151],"size":[303.9471435546875,170],"flags":{},"order":0,"mode":0,"inputs":[],"outputs":[{"name":"model","type":"Sana_Model","links":[9],"label":"model"},{"name":"clip","type":"Sana_Clip","links":[6],"label":"clip"},{"name":"vae","type":"Sana_VAE","links":null,"label":"vae"}],"properties":{"Node name for S&R":"UL_SanaModelLoader"},"widgets_values":["Sana_1600M_1024px.pth","gemma-2-2b-it","bf16",true]}],"links":[[6,7,1,8,0,"Sana_Clip"],[8,8,0,14,1,"Sana_Conditionings"],[9,7,0,14,0,"Sana_Model"],[10,14,1,13,0,"IMAGE"]],"groups":[],"config":{},"extra":{"ds":{"scale":1.4641000000000008,"offset":[-6.988690771171775,4.495449668432059]},"ue_links":[]},"version":0.4}



## Additional Context
(Please add any additional context or steps to reproduce the error here)
zmwv823 commented 2 days ago

Luckily, first problem is mmengine incompatible, it is solved.

The newer issue seems related to xformers, it looks like wrong xformer package (By default pip install it's a cpu-version xformers).

2024-11-30T12:00:39.303901 - use sdp attention as default2024-11-30T12:00:39.303901

Try reinstall xformer from below link: https://download.pytorch.org/whl/cu124/xformers/

slmonker commented 2 days ago

Luckily, first problem is mmengine incompatible, it is solved.

The newer issue seems related to xformers, it looks like xformer not activated.

2024-11-30T12:00:39.303901 - use sdp attention as default2024-11-30T12:00:39.303901
  • My comfy startup log.
xformers version: 0.0.28.post3
Set vram state to: NORMAL_VRAM
Device: cuda:0 NVIDIA GeForce RTX 3050 Laptop GPU : cudaMallocAsync
Using xformers cross attention

I test it on xformers-0.0.28.post3 which requires torch==2.5.1+cu124.

Try reinstall xformer from below link: https://download.pytorch.org/whl/cu124/xformers/

i see