Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SamplerCustomAdvanced forward_orig_ipa() got an unexpected keyword argument 'attn_mask', May I ask why the wrong report #68

Open
chenssoa opened this issue Jan 13, 2025 · 2 comments

Comments

@chenssoa
Copy link

SamplerCustomAdvanced
forward_orig_ipa() got an unexpected keyword argument 'attn_mask'

ComfyUI Error Report

Error Details

  • Node ID: 9
  • Node Type: SamplerCustomAdvanced
  • Exception Type: TypeError
  • Exception Message: forward_orig_ipa() got an unexpected keyword argument 'attn_mask'

Stack Trace

File "/online/comfyui-worker/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 "/online/comfyui-worker/ComfyUI/execution.py", line 202, in get_output_data
return_values = _map_node_over_list(obj, input_data_all

@philipy1219
Copy link
Contributor

update to the latest commit

@RamonGuthrie
Copy link

ComfyUI Error Report

Error Details

  • Node ID: 105
  • Node Type: SamplerCustomAdvanced
  • Exception Type: TypeError
  • Exception Message: forward_orig_ipa() got an unexpected keyword argument 'attn_mask'

Stack Trace

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

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

  File "D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\comfy_extras\nodes_custom_sampler.py", line 651, in sample
    samples = guider.sample(noise.generate_noise(latent), latent_image, sampler, sigmas, denoise_mask=noise_mask, callback=callback, disable_pbar=disable_pbar, seed=noise.seed)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\comfy\samplers.py", line 985, in sample
    output = executor.execute(noise, latent_image, sampler, sigmas, denoise_mask, callback, disable_pbar, seed)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\comfy\patcher_extension.py", line 110, in execute
    return self.original(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\comfy\samplers.py", line 953, in outer_sample
    output = self.inner_sample(noise, latent_image, device, sampler, sigmas, denoise_mask, callback, disable_pbar, seed)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\comfy\samplers.py", line 936, in inner_sample
    samples = executor.execute(self, sigmas, extra_args, callback, noise, latent_image, denoise_mask, disable_pbar)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\comfy\patcher_extension.py", line 110, in execute
    return self.original(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-TiledDiffusion\utils.py", line 34, in KSAMPLER_sample
    return orig_fn(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^

  File "D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\comfy\samplers.py", line 715, in sample
    samples = self.sampler_function(model_k, noise, sigmas, extra_args=extra_args, callback=k_callback, disable=disable_pbar, **self.extra_options)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

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

  File "D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\comfy\k_diffusion\sampling.py", line 161, in sample_euler
    denoised = model(x, sigma_hat * s_in, **extra_args)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\comfy\samplers.py", line 380, in __call__
    out = self.inner_model(x, sigma, model_options=model_options, seed=seed)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\comfy\samplers.py", line 916, in __call__
    return self.predict_noise(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\comfy\samplers.py", line 919, in predict_noise
    return sampling_function(self.inner_model, x, timestep, self.conds.get("negative", None), self.conds.get("positive", None), self.cfg, model_options=model_options, seed=seed)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\comfy\samplers.py", line 360, in sampling_function
    out = calc_cond_batch(model, conds, x, timestep, model_options)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\comfy\samplers.py", line 196, in calc_cond_batch
    return executor.execute(model, conds, x_in, timestep, model_options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\comfy\patcher_extension.py", line 110, in execute
    return self.original(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\comfy\samplers.py", line 309, in _calc_cond_batch
    output = model.apply_model(input_x, timestep_, **c).chunk(batch_chunks)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\comfy\model_base.py", line 131, in apply_model
    return comfy.patcher_extension.WrapperExecutor.new_class_executor(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\comfy\patcher_extension.py", line 110, in execute
    return self.original(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\comfy\model_base.py", line 160, in _apply_model
    model_output = self.diffusion_model(xc, t, context=context, control=control, transformer_options=transformer_options, **extra_conds).float()
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "D:\Stable_Diffusion\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 "D:\Stable_Diffusion\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1750, in _call_impl
    return forward_call(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\comfy\ldm\flux\model.py", line 204, in forward
    out = self.forward_orig(img, img_ids, context, txt_ids, timestep, y, guidance, control, transformer_options, attn_mask=kwargs.get("attention_mask", None))
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

System Information

  • ComfyUI Version: 0.3.10
  • Arguments: ComfyUI\main.py --windows-standalone-build --preview-size 768 --fast --fp8_e4m3fn-text-enc --disable-smart-memory --output-directory=D:\Stable_Diffusion\stable-diffusion-webui\output\txt2img-images
  • 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.6.0.dev20241226+cu126

Devices

  • Name: cuda:0 NVIDIA GeForce RTX 4080 : cudaMallocAsync
    • Type: cuda
    • VRAM Total: 17170956288
    • VRAM Free: 963042882
    • Torch VRAM Total: 14260633600
    • Torch VRAM Free: 174853698

Logs

2025-01-15T01:32:35.994149 - FizzleDorf Custom Nodes: 2025-01-15T01:32:35.994149 - Loaded2025-01-15T01:32:35.994149 - 
2025-01-15T01:32:36.353411 - # 😺dzNodes: LayerStyle -> 2025-01-15T01:32:36.353411 - 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 2025-01-15T01:32:36.353411 - https://github.com/chflame163/ComfyUI_LayerStyle/issues/52025-01-15T01:32:36.354404 - 
2025-01-15T01:32:37.175861 - __name__ : ComfyUI_node_Lilly2025-01-15T01:32:37.175861 - 
2025-01-15T01:32:37.175861 - __file__ : D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_node_Lilly\__init__.py2025-01-15T01:32:37.175861 - 
2025-01-15T01:32:37.175861 - os.path.basename(__file__) : __init__.py2025-01-15T01:32:37.176863 - 
2025-01-15T01:32:37.176863 - os.path.splitext(os.path.basename(__file__))[0] : __init__2025-01-15T01:32:37.177861 - 
2025-01-15T01:32:37.177861 - working directory : 2025-01-15T01:32:37.177861 -  2025-01-15T01:32:37.177861 - D:\Stable_Diffusion\ComfyUI_windows_portable2025-01-15T01:32:37.177861 - 
2025-01-15T01:32:37.202983 - ─────────────────────────────────────────────────────  init start  ─────────────────────────────────────────────────────
2025-01-15T01:32:37.203983 - __name__ : custom_nodes.ComfyUI_node_Lilly2025-01-15T01:32:37.203983 - 
2025-01-15T01:32:37.203983 - __file__ : D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_node_Lilly\__init__.py2025-01-15T01:32:37.203983 - 
2025-01-15T01:32:37.203983 - os.path.basename(__file__) : __init__.py2025-01-15T01:32:37.203983 - 
2025-01-15T01:32:37.203983 - os.path.splitext(os.path.basename(__file__))[0] : __init__2025-01-15T01:32:37.203983 - 
2025-01-15T01:32:37.203983 - working directory : 2025-01-15T01:32:37.203983 -  2025-01-15T01:32:37.203983 - D:\Stable_Diffusion\ComfyUI_windows_portable2025-01-15T01:32:37.204983 - 
2025-01-15T01:32:37.211996 - [01:32:37] Load ok   : CheckpointLoaderRandom                                                             __init__.py:83
2025-01-15T01:32:37.271345 -            Load ok   : CheckpointLoaderSimpleText                                                         __init__.py:83
2025-01-15T01:32:37.317970 - [01:32:37] wildcards card_path :                                                                         wildcards.py:36
           D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_node_Lilly\..\..\wi                
           ldcards\**\*.txt                                                                                             
2025-01-15T01:32:37.319179 -            cards file count :  0                                                                        wildcards.py:187
2025-01-15T01:32:37.320186 -            wildcards test : aest                                                                        wildcards.py:218
2025-01-15T01:32:37.320186 -            wildcards test : *test                                                                       wildcards.py:219
2025-01-15T01:32:37.321214 -            wildcards test : ?est                                                                        wildcards.py:220
2025-01-15T01:32:37.321214 -            wildcards test : test                                                                        wildcards.py:221
2025-01-15T01:32:37.322218 -            wildcards test : /test                                                                       wildcards.py:222
2025-01-15T01:32:37.322218 -            wildcards test : /0/test                                                                     wildcards.py:223
2025-01-15T01:32:37.323218 -            Load ok   : CLIPTextEncodeWildcards                                                            __init__.py:83
2025-01-15T01:32:37.325322 -            Load ok   : LoraLoaderText                                                                     __init__.py:83
2025-01-15T01:32:37.332858 -            Load ok   : LoraLoaderTextRandom                                                               __init__.py:83
2025-01-15T01:32:37.333859 -            Load ok   : Random_Sampler                                                                     __init__.py:83
2025-01-15T01:32:37.374970 -            Load ok   : VAELoaderDecode                                                                    __init__.py:83
2025-01-15T01:32:37.377472 -            Load ok   : VAELoaderText                                                                      __init__.py:83
2025-01-15T01:32:37.386859 -            Load ok   : SimpleSampler                                                                      __init__.py:83
2025-01-15T01:32:37.392239 -            Load ok   : SaveImageSimple                                                                    __init__.py:83
2025-01-15T01:32:37.393239 -            Load ok   : TextWildcards                                                                      __init__.py:83
2025-01-15T01:32:37.394239 - ──────────────────────────────────────────────────────  init end  ──────────────────────────────────────────────────────
2025-01-15T01:32:38.539723 - [tinyterraNodes] 2025-01-15T01:32:38.540723 - Loaded2025-01-15T01:32:38.540723 - 
2025-01-15T01:32:38.738242 - All packages from requirements.txt are installed and up to date.2025-01-15T01:32:38.738242 - 
2025-01-15T01:32:38.757237 - llama-cpp installed2025-01-15T01:32:38.757237 - 
2025-01-15T01:32:38.762239 - All packages from requirements.txt are installed and up to date.2025-01-15T01:32:38.762239 - 
2025-01-15T01:32:39.656875 - 
🔊 Yvann Audio Reactive & Utils Node2025-01-15T01:32:39.656875 -  : Loaded
2025-01-15T01:32:39.656875 - 
2025-01-15T01:32:41.115068 - [comfy_mtb] | INFO -> loaded 2025-01-15T01:32:41.115068 - 942025-01-15T01:32:41.116061 -  nodes successfuly2025-01-15T01:32:41.116061 - 
2025-01-15T01:32:41.117062 - [comfy_mtb] | INFO -> Some nodes (2) could not be loaded. This can be ignored, but go to http://127.0.0.1:8188/mtb if you want more information.2025-01-15T01:32:41.117062 - 
2025-01-15T01:32:41.208748 - 
2025-01-15T01:32:41.208748 - Initializing ControlAltAI Nodes2025-01-15T01:32:41.208748 - 
2025-01-15T01:32:42.433474 - Please 'pip install xformers'2025-01-15T01:32:42.433474 - 
2025-01-15T01:32:42.437113 - Nvidia APEX normalization not installed, using PyTorch LayerNorm2025-01-15T01:32:42.437113 - 
2025-01-15T01:32:42.717420 - 
2025-01-15T01:32:42.717420 - [rgthree-comfy] Loaded 42 extraordinary nodes. 🎉2025-01-15T01:32:42.717420 - 
2025-01-15T01:32:42.717420 - 
2025-01-15T01:32:44.081021 - WAS Node Suite: 2025-01-15T01:32:44.081512 - OpenCV Python FFMPEG support is enabled2025-01-15T01:32:44.081512 - 
2025-01-15T01:32:44.081512 - WAS Node Suite: 2025-01-15T01:32:44.081512 - `ffmpeg_bin_path` is set to: C:fmpeg2025-01-15T01:32:44.081512 - 
2025-01-15T01:32:44.629538 - WAS Node Suite: 2025-01-15T01:32:44.629538 - Finished.2025-01-15T01:32:44.629538 -  2025-01-15T01:32:44.629538 - Loaded2025-01-15T01:32:44.629538 -  2025-01-15T01:32:44.629538 - 2202025-01-15T01:32:44.629538 -  2025-01-15T01:32:44.629538 - nodes successfully.2025-01-15T01:32:44.629538 - 
2025-01-15T01:32:44.629538 - 
	2025-01-15T01:32:44.629538 - "Art is the stored honey of the human soul."2025-01-15T01:32:44.629538 -  - Theodore Dreiser2025-01-15T01:32:44.630544 - 
2025-01-15T01:32:44.630544 - 
2025-01-15T01:32:44.839430 - 
Import times for custom nodes:
2025-01-15T01:32:44.839430 -    0.0 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\efficiency-nodes-comfyui
2025-01-15T01:32:44.840425 -    0.0 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_IPAdapter_plus
2025-01-15T01:32:44.840425 -    0.0 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-prompt-control
2025-01-15T01:32:44.840425 -    0.0 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_controlnet_aux
2025-01-15T01:32:44.840425 -    0.0 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_UNet_bitsandbytes_NF4
2025-01-15T01:32:44.840425 -    0.0 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\sdxl_prompt_styler
2025-01-15T01:32:44.840425 -    0.0 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-VideoHelperSuite
2025-01-15T01:32:44.840425 -    0.0 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-mxToolkit
2025-01-15T01:32:44.840425 -    0.0 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\websocket_image_save.py
2025-01-15T01:32:44.840425 -    0.0 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\Skimmed_CFG
2025-01-15T01:32:44.840425 -    0.0 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Impact-Pack
2025-01-15T01:32:44.840425 -    0.0 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_Noise
2025-01-15T01:32:44.841423 -    0.0 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Adaptive-Guidance
2025-01-15T01:32:44.841423 -    0.0 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Dimensional-Latent-Perlin
2025-01-15T01:32:44.841423 -    0.0 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\canvas_tab
2025-01-15T01:32:44.841423 -    0.0 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-BRIA_AI-RMBG
2025-01-15T01:32:44.841423 -    0.0 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\image-resize-comfyui
2025-01-15T01:32:44.841423 -    0.0 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_AdvancedRefluxControl
2025-01-15T01:32:44.841423 -    0.0 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-instantx-ipadapter-sd3
2025-01-15T01:32:44.841423 -    0.0 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\add_text_2_img
2025-01-15T01:32:44.841423 -    0.0 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\Stable-Diffusion-temperature-settings
2025-01-15T01:32:44.841423 -    0.0 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-TCD
2025-01-15T01:32:44.841423 -    0.0 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Inpaint-CropAndStitch
2025-01-15T01:32:44.841423 -    0.0 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfuinoda-Navyblue
2025-01-15T01:32:44.841423 -    0.0 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Lotus
2025-01-15T01:32:44.841423 -    0.0 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\sd-dynamic-thresholding
2025-01-15T01:32:44.841423 -    0.0 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyLiterals
2025-01-15T01:32:44.841423 -    0.0 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\cg-use-everywhere
2025-01-15T01:32:44.841423 -    0.0 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\pose-generator-comfyui-node
2025-01-15T01:32:44.841423 -    0.0 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-QualityOfLifeSuit_Omar92
2025-01-15T01:32:44.841423 -    0.0 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-AutomaticCFG
2025-01-15T01:32:44.841423 -    0.0 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\cg-image-picker
2025-01-15T01:32:44.841423 -    0.0 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\Comfyui-In-Context-Lora-Utils
2025-01-15T01:32:44.841423 -    0.0 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-post-processing-nodes
2025-01-15T01:32:44.842423 -    0.0 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\style_aligned_comfy
2025-01-15T01:32:44.842423 -    0.0 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\SD-Latent-Interposer
2025-01-15T01:32:44.842423 -    0.0 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_ImageProcessing
2025-01-15T01:32:44.842423 -    0.0 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-ollama
2025-01-15T01:32:44.842423 -    0.0 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-IC-Light-Native
2025-01-15T01:32:44.842423 -    0.0 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\prompt_injection
2025-01-15T01:32:44.842423 -    0.0 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUi_NNLatentUpscale
2025-01-15T01:32:44.842423 -    0.0 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-IPAdapter-Flux
2025-01-15T01:32:44.842423 -    0.0 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\masquerade-nodes-comfyui
2025-01-15T01:32:44.842423 -    0.0 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_yanc
2025-01-15T01:32:44.842423 -    0.1 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\wlsh_nodes
2025-01-15T01:32:44.842423 -    0.1 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Detail-Daemon
2025-01-15T01:32:44.842423 -    0.1 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\mikey_nodes
2025-01-15T01:32:44.842423 -    0.1 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_bitsandbytes_NF4
2025-01-15T01:32:44.842423 -    0.1 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-YOLO
2025-01-15T01:32:44.842423 -    0.1 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-WD14-Tagger
2025-01-15T01:32:44.842423 -    0.1 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-ResAdapter
2025-01-15T01:32:44.842423 -    0.1 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-SuperBeasts
2025-01-15T01:32:44.842423 -    0.1 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-photoshop
2025-01-15T01:32:44.842423 -    0.1 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\Derfuu_ComfyUI_ModdedNodes
2025-01-15T01:32:44.842423 -    0.1 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Kolors-MZ
2025-01-15T01:32:44.842423 -    0.1 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-DDColor
2025-01-15T01:32:44.842423 -    0.1 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\SD-Advanced-Noise
2025-01-15T01:32:44.842423 -    0.1 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-mask-util
2025-01-15T01:32:44.843922 -    0.1 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-42lux
2025-01-15T01:32:44.843922 -    0.1 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-layerdiffuse
2025-01-15T01:32:44.843922 -    0.1 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_FluxMod
2025-01-15T01:32:44.843922 -    0.1 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\sdxl-recommended-res-calc
2025-01-15T01:32:44.843922 -    0.1 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-IC-Light
2025-01-15T01:32:44.843922 -    0.1 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_UltimateSDUpscale
2025-01-15T01:32:44.843922 -    0.1 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\sd-perturbed-attention
2025-01-15T01:32:44.843922 -    0.1 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-magic-clothing
2025-01-15T01:32:44.843922 -    0.1 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-ELLA
2025-01-15T01:32:44.843922 -    0.1 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Florence2
2025-01-15T01:32:44.843922 -    0.1 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_experiments
2025-01-15T01:32:44.843922 -    0.1 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-various
2025-01-15T01:32:44.843922 -    0.1 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Custom-Scripts
2025-01-15T01:32:44.843922 -    0.1 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyMath
2025-01-15T01:32:44.843922 -    0.1 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\AuraSR-ComfyUI
2025-01-15T01:32:44.843922 -    0.1 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-GGUF
2025-01-15T01:32:44.843922 -    0.1 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-TiledDiffusion
2025-01-15T01:32:44.843922 -    0.1 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\x-flux-comfyui
2025-01-15T01:32:44.843922 -    0.2 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_Dave_CustomNode
2025-01-15T01:32:44.843922 -    0.2 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_face_parsing
2025-01-15T01:32:44.843922 -    0.2 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_Yvann-Nodes
2025-01-15T01:32:44.843922 -    0.2 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Fluxpromptenhancer
2025-01-15T01:32:44.843922 -    0.2 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\rgthree-comfy
2025-01-15T01:32:44.844925 -    0.2 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfy-image-saver
2025-01-15T01:32:44.844925 -    0.2 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-LivePortraitKJ
2025-01-15T01:32:44.844925 -    0.2 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-prompt-control-legacy
2025-01-15T01:32:44.844925 -    0.2 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_FizzNodes
2025-01-15T01:32:44.844925 -    0.2 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-LTXVideo
2025-01-15T01:32:44.844925 -    0.2 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\Comfy-WaveSpeed
2025-01-15T01:32:44.844925 -    0.2 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\ControlAltAI-Nodes
2025-01-15T01:32:44.844925 -    0.2 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\OneButtonPrompt
2025-01-15T01:32:44.844925 -    0.2 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\PuLID_ComfyUI
2025-01-15T01:32:44.844925 -    0.2 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Frame-Interpolation
2025-01-15T01:32:44.844925 -    0.2 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_node_Lilly
2025-01-15T01:32:44.844925 -    0.2 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-portrait-master
2025-01-15T01:32:44.844925 -    0.2 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-LTXTricks
2025-01-15T01:32:44.844925 -    0.2 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_essentials
2025-01-15T01:32:44.844925 -    0.2 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-KJNodes
2025-01-15T01:32:44.844925 -    0.2 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_tinyterraNodes
2025-01-15T01:32:44.844925 -    0.3 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Impact-Subpack
2025-01-15T01:32:44.844925 -    0.3 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-HunyuanLoom
2025-01-15T01:32:44.844925 -    0.3 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-N-Sidebar
2025-01-15T01:32:44.844925 -    0.3 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Marigold
2025-01-15T01:32:44.844925 -    0.3 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\steerable-motion
2025-01-15T01:32:44.844925 -    0.3 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-DepthAnythingV2
2025-01-15T01:32:44.844925 -    0.3 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Fluxtapoz
2025-01-15T01:32:44.845925 -    0.3 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Prompter-fofrAI
2025-01-15T01:32:44.845925 -    0.4 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Advanced-ControlNet
2025-01-15T01:32:44.845925 -    0.4 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-JDCN
2025-01-15T01:32:44.845925 -    0.4 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_Comfyroll_CustomNodes
2025-01-15T01:32:44.845925 -    0.4 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_ExtraModels
2025-01-15T01:32:44.845925 -    0.4 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_BiRefNet_ll
2025-01-15T01:32:44.845925 -    0.5 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-segment-anything-2
2025-01-15T01:32:44.845925 -    0.5 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\facerestore_cf
2025-01-15T01:32:44.845925 -    0.5 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-LLaVA-Captioner
2025-01-15T01:32:44.845925 -    0.5 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-ppm
2025-01-15T01:32:44.845925 -    0.5 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Inspire-Pack
2025-01-15T01:32:44.845925 -    0.6 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Crystools
2025-01-15T01:32:44.845925 -    0.7 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-PuLID-Flux
2025-01-15T01:32:44.845925 -    0.7 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-workspace-manager
2025-01-15T01:32:44.845925 -    0.7 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-AnimateDiff-Evolved
2025-01-15T01:32:44.845925 -    0.7 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\Chaosaiart-Nodes
2025-01-15T01:32:44.845925 -    0.7 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Manager
2025-01-15T01:32:44.845925 -    0.7 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_VLM_nodes
2025-01-15T01:32:44.845925 -    0.8 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-reactor-node
2025-01-15T01:32:44.845925 -    1.0 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_segment_anything
2025-01-15T01:32:44.845925 -    1.0 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_LayerStyle
2025-01-15T01:32:44.845925 -    1.0 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-dream-project
2025-01-15T01:32:44.845925 -    1.1 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-FluxTrainer
2025-01-15T01:32:44.845925 -    1.2 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\was-node-suite-comfyui
2025-01-15T01:32:44.846925 -    1.4 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Anyline
2025-01-15T01:32:44.846925 -    1.5 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfy_mtb
2025-01-15T01:32:44.846925 -    1.6 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-propost
2025-01-15T01:32:44.846925 -    2.3 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-liveportrait
2025-01-15T01:32:44.846925 -    2.8 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Image-Filters
2025-01-15T01:32:44.846925 -    3.2 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-AdvancedLivePortrait
2025-01-15T01:32:44.846925 -    3.4 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-SUPIR
2025-01-15T01:32:44.846925 -    4.0 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-art-venture
2025-01-15T01:32:44.846925 -    4.8 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-GIMM-VFI
2025-01-15T01:32:44.846925 -    4.9 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_Fill-Nodes
2025-01-15T01:32:44.846925 -    5.9 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-YoloWorld-EfficientSAM
2025-01-15T01:32:44.846925 -    6.2 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Depthflow-Nodes
2025-01-15T01:32:44.846925 -    6.2 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-mixlab-nodes
2025-01-15T01:32:44.846925 -    7.2 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-BiRefNet-ZHO
2025-01-15T01:32:44.846925 -    8.9 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Easy-Use
2025-01-15T01:32:44.846925 -    9.7 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_Custom_Nodes_AlekPet
2025-01-15T01:32:44.847926 -   10.4 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-CogVideoXWrapper
2025-01-15T01:32:44.847926 -   12.6 seconds: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Griptape
2025-01-15T01:32:44.847926 - 
2025-01-15T01:32:44.861929 - Starting server

2025-01-15T01:32:44.862928 - To see the GUI go to: http://127.0.0.1:8188
2025-01-15T01:32:45.661037 - D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-mixlab-nodes\webApp\lib/photoswipe-lightbox.esm.min.js2025-01-15T01:32:45.662037 - 
2025-01-15T01:32:45.693759 - D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-mixlab-nodes\webApp\lib/photoswipe.min.css2025-01-15T01:32:45.693759 - 
2025-01-15T01:32:45.697752 - FETCH DATA from: D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Manager\extension-node-map.json2025-01-15T01:32:45.740694 -  [DONE]2025-01-15T01:32:45.740694 - 
2025-01-15T01:32:45.755595 - D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-mixlab-nodes\webApp\lib/pickr.min.js2025-01-15T01:32:45.755595 - 
2025-01-15T01:32:45.860651 - D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-mixlab-nodes\webApp\lib/model-viewer.min.js2025-01-15T01:32:45.860651 - 
2025-01-15T01:32:45.865649 - D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-mixlab-nodes\webApp\lib/classic.min.css2025-01-15T01:32:45.865649 - 
2025-01-15T01:32:45.869095 - D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-mixlab-nodes\webApp\lib/juxtapose.css2025-01-15T01:32:45.869095 - 
2025-01-15T01:32:45.869599 - D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-mixlab-nodes\webApp\lib/juxtapose.min.js2025-01-15T01:32:45.869599 - 
2025-01-15T01:32:51.992316 - QualityOfLifeSuit_Omar92:2025-01-15T01:32:51.992316 - :NSP ready2025-01-15T01:32:51.992316 - 
2025-01-15T01:32:52.338771 - []2025-01-15T01:32:52.339772 - 
2025-01-15T01:32:52.339772 - []2025-01-15T01:32:52.339772 - 
2025-01-15T01:33:04.592699 - got prompt
2025-01-15T01:33:05.104050 - Using pytorch attention in VAE
2025-01-15T01:33:05.104050 - Using pytorch attention in VAE
2025-01-15T01:33:06.759258 - VAE load device: cuda:0, offload device: cpu, dtype: torch.bfloat16
2025-01-15T01:33:06.803700 - Loading InstantX IPAdapter Flux model.
2025-01-15T01:33:11.389284 - model weight dtype torch.float8_e4m3fn, manual cast: torch.bfloat16
2025-01-15T01:33:11.390610 - model_type FLUX
2025-01-15T01:38:37.475772 - CLIP/text encoder model load device: cuda:0, offload device: cpu, current: cpu, dtype: torch.float8_e4m3fn
2025-01-15T01:39:40.314787 - clip missing: ['text_projection.weight']
2025-01-15T01:39:40.964932 - Requested to load FluxClipModel_
2025-01-15T01:39:41.796204 - loaded completely 9.5367431640625e+25 4659.615478515625 True
2025-01-15T01:39:47.381375 - Requested to load Flux
2025-01-15T01:39:50.261379 - loaded partially 5749.71748046875 5747.696350097656 0
2025-01-15T01:39:50.440349 - 
  0%|                                                                                           | 0/25 [00:00<?, ?it/s]2025-01-15T01:39:50.440349 - 
2025-01-15T01:39:50.558818 - !!! Exception during processing !!! forward_orig_ipa() got an unexpected keyword argument 'attn_mask'
2025-01-15T01:39:50.783852 - Traceback (most recent call last):
  File "D:\Stable_Diffusion\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 "D:\Stable_Diffusion\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 "D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\execution.py", line 174, in _map_node_over_list
    process_inputs(input_dict, i)
  File "D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\execution.py", line 163, in process_inputs
    results.append(getattr(obj, func)(**inputs))
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\comfy_extras\nodes_custom_sampler.py", line 651, in sample
    samples = guider.sample(noise.generate_noise(latent), latent_image, sampler, sigmas, denoise_mask=noise_mask, callback=callback, disable_pbar=disable_pbar, seed=noise.seed)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\comfy\samplers.py", line 985, in sample
    output = executor.execute(noise, latent_image, sampler, sigmas, denoise_mask, callback, disable_pbar, seed)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\comfy\patcher_extension.py", line 110, in execute
    return self.original(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\comfy\samplers.py", line 953, in outer_sample
    output = self.inner_sample(noise, latent_image, device, sampler, sigmas, denoise_mask, callback, disable_pbar, seed)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\comfy\samplers.py", line 936, in inner_sample
    samples = executor.execute(self, sigmas, extra_args, callback, noise, latent_image, denoise_mask, disable_pbar)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\comfy\patcher_extension.py", line 110, in execute
    return self.original(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-TiledDiffusion\utils.py", line 34, in KSAMPLER_sample
    return orig_fn(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\comfy\samplers.py", line 715, in sample
    samples = self.sampler_function(model_k, noise, sigmas, extra_args=extra_args, callback=k_callback, disable=disable_pbar, **self.extra_options)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\Stable_Diffusion\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\utils\_contextlib.py", line 116, in decorate_context
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
  File "D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\comfy\k_diffusion\sampling.py", line 161, in sample_euler
    denoised = model(x, sigma_hat * s_in, **extra_args)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\comfy\samplers.py", line 380, in __call__
    out = self.inner_model(x, sigma, model_options=model_options, seed=seed)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\comfy\samplers.py", line 916, in __call__
    return self.predict_noise(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\comfy\samplers.py", line 919, in predict_noise
    return sampling_function(self.inner_model, x, timestep, self.conds.get("negative", None), self.conds.get("positive", None), self.cfg, model_options=model_options, seed=seed)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\comfy\samplers.py", line 360, in sampling_function
    out = calc_cond_batch(model, conds, x, timestep, model_options)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\comfy\samplers.py", line 196, in calc_cond_batch
    return executor.execute(model, conds, x_in, timestep, model_options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\comfy\patcher_extension.py", line 110, in execute
    return self.original(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\comfy\samplers.py", line 309, in _calc_cond_batch
    output = model.apply_model(input_x, timestep_, **c).chunk(batch_chunks)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\comfy\model_base.py", line 131, in apply_model
    return comfy.patcher_extension.WrapperExecutor.new_class_executor(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\comfy\patcher_extension.py", line 110, in execute
    return self.original(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\comfy\model_base.py", line 160, in _apply_model
    model_output = self.diffusion_model(xc, t, context=context, control=control, transformer_options=transformer_options, **extra_conds).float()
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\Stable_Diffusion\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 "D:\Stable_Diffusion\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1750, in _call_impl
    return forward_call(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\comfy\ldm\flux\model.py", line 204, in forward
    out = self.forward_orig(img, img_ids, context, txt_ids, timestep, y, guidance, control, transformer_options, attn_mask=kwargs.get("attention_mask", None))
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: forward_orig_ipa() got an unexpected keyword argument 'attn_mask'

2025-01-15T01:39:52.888292 - Prompt executed in 408.27 seconds
2025-01-15T01:44:11.273926 - got prompt
2025-01-15T01:44:11.379912 - Requested to load Flux
2025-01-15T01:44:13.385248 - loaded partially 8485.71748046875 8484.241271972656 0
2025-01-15T01:44:13.388655 - 
  0%|                                                                                           | 0/25 [00:00<?, ?it/s]2025-01-15T01:44:13.388655 - 
2025-01-15T01:44:13.390056 - !!! Exception during processing !!! forward_orig_ipa() got an unexpected keyword argument 'attn_mask'
2025-01-15T01:44:13.391059 - Traceback (most recent call last):
  File "D:\Stable_Diffusion\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 "D:\Stable_Diffusion\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 "D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\execution.py", line 174, in _map_node_over_list
    process_inputs(input_dict, i)
  File "D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\execution.py", line 163, in process_inputs
    results.append(getattr(obj, func)(**inputs))
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\comfy_extras\nodes_custom_sampler.py", line 651, in sample
    samples = guider.sample(noise.generate_noise(latent), latent_image, sampler, sigmas, denoise_mask=noise_mask, callback=callback, disable_pbar=disable_pbar, seed=noise.seed)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\comfy\samplers.py", line 985, in sample
    output = executor.execute(noise, latent_image, sampler, sigmas, denoise_mask, callback, disable_pbar, seed)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\comfy\patcher_extension.py", line 110, in execute
    return self.original(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\comfy\samplers.py", line 953, in outer_sample
    output = self.inner_sample(noise, latent_image, device, sampler, sigmas, denoise_mask, callback, disable_pbar, seed)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\comfy\samplers.py", line 936, in inner_sample
    samples = executor.execute(self, sigmas, extra_args, callback, noise, latent_image, denoise_mask, disable_pbar)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\comfy\patcher_extension.py", line 110, in execute
    return self.original(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-TiledDiffusion\utils.py", line 34, in KSAMPLER_sample
    return orig_fn(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\comfy\samplers.py", line 715, in sample
    samples = self.sampler_function(model_k, noise, sigmas, extra_args=extra_args, callback=k_callback, disable=disable_pbar, **self.extra_options)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\Stable_Diffusion\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\utils\_contextlib.py", line 116, in decorate_context
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
  File "D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\comfy\k_diffusion\sampling.py", line 161, in sample_euler
    denoised = model(x, sigma_hat * s_in, **extra_args)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\comfy\samplers.py", line 380, in __call__
    out = self.inner_model(x, sigma, model_options=model_options, seed=seed)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\comfy\samplers.py", line 916, in __call__
    return self.predict_noise(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\comfy\samplers.py", line 919, in predict_noise
    return sampling_function(self.inner_model, x, timestep, self.conds.get("negative", None), self.conds.get("positive", None), self.cfg, model_options=model_options, seed=seed)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\comfy\samplers.py", line 360, in sampling_function
    out = calc_cond_batch(model, conds, x, timestep, model_options)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\comfy\samplers.py", line 196, in calc_cond_batch
    return executor.execute(model, conds, x_in, timestep, model_options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\comfy\patcher_extension.py", line 110, in execute
    return self.original(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\comfy\samplers.py", line 309, in _calc_cond_batch
    output = model.apply_model(input_x, timestep_, **c).chunk(batch_chunks)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\comfy\model_base.py", line 131, in apply_model
    return comfy.patcher_extension.WrapperExecutor.new_class_executor(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\comfy\patcher_extension.py", line 110, in execute
    return self.original(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\comfy\model_base.py", line 160, in _apply_model
    model_output = self.diffusion_model(xc, t, context=context, control=control, transformer_options=transformer_options, **extra_conds).float()
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\Stable_Diffusion\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 "D:\Stable_Diffusion\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1750, in _call_impl
    return forward_call(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\comfy\ldm\flux\model.py", line 204, in forward
    out = self.forward_orig(img, img_ids, context, txt_ids, timestep, y, guidance, control, transformer_options, attn_mask=kwargs.get("attention_mask", None))
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: forward_orig_ipa() got an unexpected keyword argument 'attn_mask'


Attached Workflow

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

{"last_node_id":105,"last_link_id":159,"nodes":[{"id":92,"type":"LoadImage","pos":[3922.1240234375,619.981689453125],"size":[294.56439208984375,425.43023681640625],"flags":{},"order":0,"mode":0,"inputs":[],"outputs":[{"name":"IMAGE","type":"IMAGE","links":[136],"slot_index":0,"shape":3},{"name":"MASK","type":"MASK","links":null,"shape":3}],"properties":{"Node name for S&R":"LoadImage"},"widgets_values":["Photo05_Ana_de_Armas_2023-02-23 114355.jpg","image"],"color":"#223","bgcolor":"#335"},{"id":93,"type":"PreviewImage","pos":[5507.2001953125,989.5167236328125],"size":[840,860],"flags":{},"order":24,"mode":0,"inputs":[{"name":"images","type":"IMAGE","link":137,"slot_index":0}],"outputs":[],"properties":{"Node name for S&R":"PreviewImage"},"widgets_values":[]},{"id":88,"type":"FluxGuidance","pos":[4314.880859375,1372.480712890625],"size":[317.4000244140625,58],"flags":{},"order":16,"mode":0,"inputs":[{"name":"conditioning","type":"CONDITIONING","link":129}],"outputs":[{"name":"CONDITIONING","type":"CONDITIONING","links":[130],"slot_index":0}],"properties":{"Node name for S&R":"FluxGuidance"},"widgets_values":[3.5]},{"id":87,"type":"CLIPTextEncode","pos":[4312.279296875,1116.95849609375],"size":[400,200],"flags":{},"order":13,"mode":0,"inputs":[{"name":"clip","type":"CLIP","link":133}],"outputs":[{"name":"CONDITIONING","type":"CONDITIONING","links":[129],"slot_index":0}],"properties":{"Node name for S&R":"CLIPTextEncode"},"widgets_values":["Dynam1c_pose, Shot with a wide-angle lens at a 20mm focal length, and an aperture of f/3.5, at a posh bar, in the city, sitting down and sipping a cocktail, The perspective and pose feel like a dynamic candid shot, with a hint of a magazine photo feel, highlighting the subject’s joyful expression, outfit and pose.",[false,true]],"color":"#232","bgcolor":"#353"},{"id":97,"type":"EnhancedCompileModel","pos":[5666.951171875,253.8550262451172],"size":[400,294],"flags":{},"order":12,"mode":0,"inputs":[{"name":"model","type":"*","link":142}],"outputs":[{"name":"*","type":"*","links":[],"slot_index":0}],"properties":{"Node name for S&R":"EnhancedCompileModel"},"widgets_values":[true,"diffusion_model","torch.compile",false,false,"","",false,"inductor",[false,true],[false,true]]},{"id":96,"type":"ApplyFBCacheOnModel","pos":[5321.3828125,250.85044860839844],"size":[315,154],"flags":{},"order":1,"mode":0,"inputs":[{"name":"model","type":"MODEL","link":null}],"outputs":[{"name":"MODEL","type":"MODEL","links":[142],"slot_index":0}],"properties":{"Node name for S&R":"ApplyFBCacheOnModel"},"widgets_values":["diffusion_model",0.12,0,1,-1]},{"id":8,"type":"VAEDecode","pos":[5218.71435546875,1065.9014892578125],"size":[237.8846435546875,89.71307373046875],"flags":{"collapsed":false},"order":23,"mode":0,"inputs":[{"name":"samples","type":"LATENT","link":159,"label":"Latent"},{"name":"vae","type":"VAE","link":12,"label":"VAE"}],"outputs":[{"name":"IMAGE","type":"IMAGE","links":[137],"slot_index":0,"label":"Image"}],"properties":{"Node name for S&R":"VAEDecode"},"widgets_values":[]},{"id":99,"type":"LayerUtility: PurgeVRAM","pos":[6396.99755859375,1097.721923828125],"size":[218.21923828125,82],"flags":{"collapsed":true},"order":19,"mode":4,"inputs":[{"name":"anything","type":"*","link":143,"label":"anything"}],"outputs":[],"properties":{"Node name for S&R":"LayerUtility: PurgeVRAM","enableTabs":false,"tabWidth":65,"tabXOffset":10,"hasSecondTab":false,"secondTabText":"Send Back","secondTabOffset":80,"secondTabWidth":65},"widgets_values":[true,true],"color":"#222","bgcolor":"#000"},{"id":100,"type":"easy cleanGpuUsed","pos":[6398.17626953125,1160.582275390625],"size":[162.22677612304688,26],"flags":{"collapsed":true},"order":20,"mode":4,"inputs":[{"name":"anything","type":"*","link":144,"label":"anything"}],"outputs":[{"name":"output","type":"*","shape":3,"label":"output"}],"properties":{"Node name for S&R":"easy cleanGpuUsed","enableTabs":false,"tabWidth":65,"tabXOffset":10,"hasSecondTab":false,"secondTabText":"Send Back","secondTabOffset":80,"secondTabWidth":65},"widgets_values":[],"color":"#222","bgcolor":"#000"},{"id":98,"type":"VRAM_Debug","pos":[6391.20556640625,1037.3509521484375],"size":[362.79998779296875,186],"flags":{"collapsed":true},"order":15,"mode":4,"inputs":[{"name":"any_input","type":"*","link":145,"shape":7,"label":"any_input"},{"name":"image_pass","type":"IMAGE","link":null,"shape":7,"label":"image_pass"},{"name":"model_pass","type":"MODEL","link":null,"shape":7,"label":"model_pass"}],"outputs":[{"name":"any_output","type":"*","links":[143,144],"slot_index":0,"shape":3,"label":"any_output"},{"name":"image_pass","type":"IMAGE","shape":3,"label":"image_pass"},{"name":"model_pass","type":"MODEL","shape":3,"label":"model_pass"},{"name":"freemem_before","type":"INT","slot_index":3,"shape":3,"label":"4,941,579,776   freemem_before"},{"name":"freemem_after","type":"INT","shape":3,"label":"4,941,579,776      freemem_after"}],"properties":{"Node name for S&R":"VRAM_Debug","enableTabs":false,"tabWidth":65,"tabXOffset":10,"hasSecondTab":false,"secondTabText":"Send Back","secondTabOffset":80,"secondTabWidth":65},"widgets_values":[true,true,true],"color":"#222","bgcolor":"#000"},{"id":10,"type":"VAELoader","pos":[3920.48681640625,1456.3099365234375],"size":[315,58],"flags":{},"order":2,"mode":0,"inputs":[],"outputs":[{"name":"VAE","type":"VAE","links":[12],"slot_index":0,"shape":3}],"properties":{"Node name for S&R":"VAELoader"},"widgets_values":["flux-vae-bf16.safetensors"],"color":"#322","bgcolor":"#533"},{"id":17,"type":"BasicScheduler","pos":[4877.12109375,1225.4005126953125],"size":[239.07925415039062,113.84300994873047],"flags":{},"order":18,"mode":0,"inputs":[{"name":"model","type":"MODEL","link":147,"slot_index":0,"label":"Model"}],"outputs":[{"name":"SIGMAS","type":"SIGMAS","links":[157],"shape":3,"label":"Sigmas"}],"properties":{"Node name for S&R":"BasicScheduler"},"widgets_values":["simple",25,1]},{"id":16,"type":"KSamplerSelect","pos":[4880.80078125,1390],"size":[239.83981323242188,62.92873764038086],"flags":{},"order":3,"mode":0,"inputs":[],"outputs":[{"name":"SAMPLER","type":"SAMPLER","links":[156],"shape":3,"label":"Sampler"}],"properties":{"Node name for S&R":"KSamplerSelect"},"widgets_values":["euler"]},{"id":22,"type":"BasicGuider","pos":[4875.95703125,1510.0936279296875],"size":[237.5550079345703,46],"flags":{"collapsed":false},"order":21,"mode":0,"inputs":[{"name":"model","type":"MODEL","link":148,"slot_index":0,"label":"Model"},{"name":"conditioning","type":"CONDITIONING","link":130,"slot_index":1,"label":"Conditioning"}],"outputs":[{"name":"GUIDER","type":"GUIDER","links":[155],"slot_index":0,"shape":3,"label":"Guider"}],"properties":{"Node name for S&R":"BasicGuider"},"widgets_values":[]},{"id":25,"type":"RandomNoise","pos":[4866.49365234375,1059.64453125],"size":[318.5107421875,95.78140258789062],"flags":{},"order":4,"mode":0,"inputs":[],"outputs":[{"name":"NOISE","type":"NOISE","links":[154],"shape":3,"label":"Noise"}],"properties":{"Node name for S&R":"RandomNoise"},"widgets_values":[920468315365467,"randomize"]},{"id":95,"type":"Power Lora Loader (rgthree)","pos":[4805.3251953125,480.8216247558594],"size":[446.4047546386719,502],"flags":{},"order":17,"mode":4,"inputs":[{"name":"model","type":"MODEL","link":139,"dir":3},{"name":"clip","type":"CLIP","link":141,"dir":3}],"outputs":[{"name":"MODEL","type":"MODEL","links":[],"slot_index":0,"shape":3,"dir":4},{"name":"CLIP","type":"CLIP","links":[],"slot_index":1,"shape":3,"dir":4}],"properties":{"Show Strengths":"Single Strength"},"widgets_values":[null,{"type":"PowerLoraLoaderHeaderWidget"},{"on":false,"lora":"Flux Lora\\FluxGym\\sk1n_v1.2.safetensors","strength":0.9,"strengthTwo":null},{"on":false,"lora":"Flux Lora\\Detail\\FLUX-dev-lora-add_details.safetensors","strength":0.75,"strengthTwo":null},{"on":false,"lora":"Flux Lora\\Detail\\xlabs_flux_realism_lora_comfui.safetensors","strength":0.75,"strengthTwo":null},{"on":false,"lora":"Flux Lora\\Detail\\Flux_Skin_Detailer.safetensors","strength":0.75,"strengthTwo":null},{"on":false,"lora":"Flux Lora\\Detail\\FluxDFaeTasticDetails.safetensors","strength":0.75,"strengthTwo":null},{"on":false,"lora":"Flux Lora\\Detail\\Surreal_Photo.safetensors","strength":1,"strengthTwo":null},{"on":false,"lora":"Flux Lora\\Detail\\FLUX_Polyhedron_all_Kohya_ss-000001.safetensors","strength":1,"strengthTwo":null},{"on":false,"lora":"Flux Lora\\Detail\\FLUX_polyhedron_chin_teeth_mouth-epoch000002.safetensors","strength":1,"strengthTwo":null},{"on":false,"lora":"Flux Lora\\FluxGym\\expr3ssion.safetensors","strength":0.8,"strengthTwo":null},{"on":false,"lora":"Flux Lora\\FluxGym\\dynam1c-pose.safetensors","strength":0.75,"strengthTwo":null},{"on":false,"lora":"Flux Lora\\Detail\\closeupface-v1.safetensors","strength":0.75,"strengthTwo":null},{"on":false,"lora":"Flux Lora\\Detail\\42lux-UltimateAtHome-flux-highresfix.safetensors","strength":0.45,"strengthTwo":null},{"on":false,"lora":"Flux Lora\\Detail\\Hand v2.safetensors","strength":0.6,"strengthTwo":null},{"on":false,"lora":"Flux Lora\\Detail\\Detailed_Hands-000001.safetensors","strength":0.6,"strengthTwo":null},{"on":false,"lora":"Flux Lora\\FluxGym\\ram0n.safetensors","strength":1.1,"strengthTwo":null},{"on":false,"lora":"Flux Lora\\FluxGym\\dynam1c-pose_v2.safetensors","strength":0.8,"strengthTwo":null},null,""],"color":"#223","bgcolor":"#335"},{"id":90,"type":"DualCLIPLoader","pos":[3919.36181640625,1280.764892578125],"size":[315,106],"flags":{},"order":5,"mode":0,"inputs":[],"outputs":[{"name":"CLIP","type":"CLIP","links":[133,141],"slot_index":0,"shape":3}],"properties":{"Node name for S&R":"DualCLIPLoader"},"widgets_values":["t5xxl_fp8_e4m3fn.safetensors","clip_l.safetensors","flux","default"],"color":"#432","bgcolor":"#653"},{"id":94,"type":"CR Aspect Ratio","pos":[3919.228759765625,1579.0784912109375],"size":[311.77215576171875,322],"flags":{},"order":6,"mode":0,"inputs":[],"outputs":[{"name":"width","type":"INT","links":[],"slot_index":0,"shape":3},{"name":"height","type":"INT","links":[],"slot_index":1,"shape":3},{"name":"upscale_factor","type":"FLOAT","links":null,"shape":3},{"name":"prescale_factor","type":"FLOAT","links":null,"shape":3},{"name":"batch_size","type":"INT","links":null,"shape":3},{"name":"empty_latent","type":"LATENT","links":[],"slot_index":5,"shape":3},{"name":"show_help","type":"STRING","links":null,"shape":3}],"properties":{"Node name for S&R":"CR Aspect Ratio"},"widgets_values":[768,1024,"custom","Off",1,1,1],"color":"#323","bgcolor":"#535"},{"id":101,"type":"EmptyLatentImage","pos":[4486.5830078125,1644.232666015625],"size":[315,106],"flags":{},"order":7,"mode":0,"inputs":[],"outputs":[{"name":"LATENT","type":"LATENT","links":[158],"slot_index":0}],"properties":{"Node name for S&R":"EmptyLatentImage"},"widgets_values":[768,1024,1]},{"id":79,"type":"ApplyIPAdapterFlux","pos":[4317.49853515625,875.8486328125],"size":[327.5999755859375,146],"flags":{},"order":14,"mode":0,"inputs":[{"name":"model","type":"MODEL","link":153,"label":"model"},{"name":"ipadapter_flux","type":"IP_ADAPTER_FLUX_INSTANTX","link":152,"label":"ipadapter_flux"},{"name":"image","type":"IMAGE","link":136,"label":"image"}],"outputs":[{"name":"MODEL","type":"MODEL","links":[139,147,148],"slot_index":0,"label":"MODEL"}],"properties":{"Node name for S&R":"ApplyIPAdapterFlux"},"widgets_values":[0.75,0,1]},{"id":78,"type":"IPAdapterFluxLoader","pos":[4310.7421875,690],"size":[406.7678527832031,106],"flags":{},"order":8,"mode":0,"inputs":[],"outputs":[{"name":"ipadapterFlux","type":"IP_ADAPTER_FLUX_INSTANTX","links":[152],"slot_index":0,"label":"ipadapterFlux"}],"properties":{"Node name for S&R":"IPAdapterFluxLoader"},"widgets_values":["instantx_flux1_dev_ip_adapter_bf16.safetensors","google/siglip-so400m-patch14-384","main_device"]},{"id":91,"type":"EnhancedLoadDiffusionModel","pos":[3921.021484375,1138.795654296875],"size":[306.9051513671875,82],"flags":{},"order":9,"mode":0,"inputs":[],"outputs":[{"name":"MODEL","type":"MODEL","links":[],"slot_index":0}],"properties":{"Node name for S&R":"EnhancedLoadDiffusionModel"},"widgets_values":["Flux\\flux1-dev-fp8.safetensors","fp8_e4m3fn_fast"],"color":"#223","bgcolor":"#335"},{"id":104,"type":"UNETLoader","pos":[3482.9912109375,1031.590087890625],"size":[389.51055908203125,82],"flags":{},"order":10,"mode":0,"inputs":[],"outputs":[{"name":"MODEL","type":"MODEL","links":[153],"slot_index":0}],"properties":{"Node name for S&R":"UNETLoader"},"widgets_values":["Flux\\flux1-dev-fp8.safetensors","fp8_e4m3fn_fast"]},{"id":13,"type":"SamplerCustomAdvanced","pos":[5172.2333984375,1233.714599609375],"size":[280.84344482421875,314.96173095703125],"flags":{"collapsed":false},"order":11,"mode":0,"inputs":[{"name":"noise","type":"NOISE","link":null,"slot_index":0,"label":"Noise"},{"name":"guider","type":"GUIDER","link":null,"slot_index":1,"label":"Guider"},{"name":"sampler","type":"SAMPLER","link":null,"slot_index":2,"label":"Sampler"},{"name":"sigmas","type":"SIGMAS","link":null,"slot_index":3,"label":"Sigmas"},{"name":"latent_image","type":"LATENT","link":null,"slot_index":4,"label":"Latent"}],"outputs":[{"name":"output","type":"LATENT","links":[145],"slot_index":0,"shape":3,"label":"Output"},{"name":"denoised_output","type":"LATENT","links":null,"shape":3,"label":"Denoised_output"}],"properties":{"Node name for S&R":"SamplerCustomAdvanced"},"widgets_values":[]},{"id":105,"type":"SamplerCustomAdvanced","pos":[5056.9306640625,1633.4166259765625],"size":[355.20001220703125,106],"flags":{},"order":22,"mode":0,"inputs":[{"name":"noise","type":"NOISE","link":154},{"name":"guider","type":"GUIDER","link":155},{"name":"sampler","type":"SAMPLER","link":156},{"name":"sigmas","type":"SIGMAS","link":157},{"name":"latent_image","type":"LATENT","link":158}],"outputs":[{"name":"output","type":"LATENT","links":[159],"slot_index":0},{"name":"denoised_output","type":"LATENT","links":null}],"properties":{"Node name for S&R":"SamplerCustomAdvanced"}}],"links":[[12,10,0,8,1,"VAE"],[129,87,0,88,0,"CONDITIONING"],[130,88,0,22,1,"CONDITIONING"],[133,90,0,87,0,"CLIP"],[136,92,0,79,2,"IMAGE"],[137,8,0,93,0,"IMAGE"],[139,79,0,95,0,"MODEL"],[141,90,0,95,1,"CLIP"],[142,96,0,97,0,"*"],[143,98,0,99,0,"*"],[144,98,0,100,0,"*"],[145,13,0,98,0,"*"],[147,79,0,17,0,"MODEL"],[148,79,0,22,0,"MODEL"],[152,78,0,79,1,"IP_ADAPTER_FLUX_INSTANTX"],[153,104,0,79,0,"MODEL"],[154,25,0,105,0,"NOISE"],[155,22,0,105,1,"GUIDER"],[156,16,0,105,2,"SAMPLER"],[157,17,0,105,3,"SIGMAS"],[158,101,0,105,4,"LATENT"],[159,105,0,8,0,"LATENT"]],"groups":[{"id":0,"title":"Save Vram","bounding":[6381.20556640625,963.7508544921875,221.8349609375,206.83120727539062],"color":"#3f789e","font_size":24,"flags":{}}],"config":{},"extra":{"ds":{"scale":1.1671841070450009,"offset":[-4330.96709344744,-854.047887078939]},"0246.VERSION":[0,0,4],"node_versions":{"comfy-core":"0.3.10","Comfy-WaveSpeed":"a7caa124d35daff0f557af7623ee63701709aff9","ComfyUI_LayerStyle":"f8439eb17f03e0fa60a35303493bfc9a7d5ab098","ComfyUI-Easy-Use":"3a8fcbbcb916af5468dd9d9dca96fa79bd164b5b","ComfyUI-KJNodes":"5b8d419c6f9c2ab6559a5758f7f504cb8b3a8412","rgthree-comfy":"5d771b8b56a343c24a26e8cea1f0c87c3d58102f","ComfyUI_Comfyroll_CustomNodes":"d78b780ae43fcf8c6b7c6505e6ffb4584281ceca","ComfyUI-IPAdapter-Flux":"07b338113a21f0ebd19c6334bc18fd4d0fee352e"},"ue_links":[],"workspace_info":{"id":"eRSJ6VUemKWjkjKfNxUc3"}},"version":0.4}

Additional Context

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants