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 'double_blocks_txt' error #20

Open
cgpixel23 opened this issue Jan 28, 2025 · 3 comments
Open

SamplerCustomAdvanced 'double_blocks_txt' error #20

cgpixel23 opened this issue Jan 28, 2025 · 3 comments

Comments

@cgpixel23
Copy link

Hello i am getting the 'double_blocks_txt' while generating my images using pulid how can i fix it ?

ComfyUI Error Report

Error Details

  • Node ID: 116
  • Node Type: SamplerCustomAdvanced
  • Exception Type: KeyError
  • Exception Message: 'double_blocks_txt'

Stack Trace

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

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

  File "D:\a1111\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:\a1111\ComfyUI_windows_portable\ComfyUI\comfy\samplers.py", line 984, in sample
    output = executor.execute(noise, latent_image, sampler, sigmas, denoise_mask, callback, disable_pbar, seed)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "D:\a1111\ComfyUI_windows_portable\ComfyUI\comfy\patcher_extension.py", line 111, in execute
    return self.wrappers[self.idx](self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_pulid_flux_ll\pulidflux.py", line 442, in pulid_outer_sample_wrappers_with_override
    out = wrapper_executor(noise, latent_image, sampler, sigmas, denoise_mask, callback, disable_pbar, seed)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "D:\a1111\ComfyUI_windows_portable\ComfyUI\comfy\patcher_extension.py", line 103, in __call__
    return new_executor.execute(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

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

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

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

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

  File "D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_smZNodes\smZNodes.py", line 100, in KSAMPLER_sample
    return orig_fn(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^

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

  File "D:\a1111\ComfyUI_windows_portable\ComfyUI\comfy\samplers.py", line 714, 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:\a1111\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\utils\_contextlib.py", line 116, in decorate_context
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^

  File "D:\a1111\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:\a1111\ComfyUI_windows_portable\ComfyUI\comfy\samplers.py", line 379, in __call__
    out = self.inner_model(x, sigma, model_options=model_options, seed=seed)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

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

  File "D:\a1111\ComfyUI_windows_portable\ComfyUI\comfy\samplers.py", line 918, 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:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_smZNodes\smZNodes.py", line 175, in sampling_function
    out = orig_fn(*args, **kwargs)
          ^^^^^^^^^^^^^^^^^^^^^^^^

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

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

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

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

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

  File "D:\a1111\ComfyUI_windows_portable\ComfyUI\comfy\patcher_extension.py", line 111, in execute
    return self.wrappers[self.idx](self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_pulid_flux_ll\pulidflux.py", line 467, in pulid_apply_model_wrappers
    out = wrapper_executor(x, t, c_concat, c_crossattn, control, transformer_options, **kwargs)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "D:\a1111\ComfyUI_windows_portable\ComfyUI\comfy\patcher_extension.py", line 103, in __call__
    return new_executor.execute(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

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

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

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

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

  File "D:\a1111\ComfyUI_windows_portable\ComfyUI\comfy\ldm\flux\model.py", line 203, 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))
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_pulid_flux_ll\PulidFluxHook.py", line 224, in pulid_forward_orig
    out = blocks_replace[("single_block", i)]({"img": img,
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_pulid_flux_ll\PulidFluxHook.py", line 117, in __call__
    txt = pulid_temp_attrs['double_blocks_txt']
          ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^

System Information

  • ComfyUI Version: 0.3.12
  • Arguments: ComfyUI\main.py
  • OS: nt
  • Python Version: 3.11.6 (tags/v3.11.6:8b6ee5b, Oct 2 2023, 14:57:12) [MSC v.1935 64 bit (AMD64)]
  • Embedded Python: true
  • PyTorch Version: 2.5.1+cu121

Devices

  • Name: cuda:0 NVIDIA GeForce RTX 3060 Laptop GPU : cudaMallocAsync
    • Type: cuda
    • VRAM Total: 6441926656
    • VRAM Free: 1256803660
    • Torch VRAM Total: 4127195136
    • Torch VRAM Free: 88689996

Logs

2025-01-28T06:58:51.242977 -    0.0 seconds (IMPORT FAILED): D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\FLUX-Controlnet-Inpainting
2025-01-28T06:58:51.242977 -    0.0 seconds: D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-IC-Light-Native
2025-01-28T06:58:51.242977 -    0.0 seconds: D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-TeaCacheHunyuanVideo
2025-01-28T06:58:51.242977 -    0.0 seconds: D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-seamless-tiling
2025-01-28T06:58:51.242977 -    0.0 seconds: D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-RAVE
2025-01-28T06:58:51.242977 -    0.0 seconds: D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_SimpleMath
2025-01-28T06:58:51.242977 -    0.0 seconds: D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_IPAdapter_plus
2025-01-28T06:58:51.242977 -    0.0 seconds: D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\sdxl-recommended-res-calc
2025-01-28T06:58:51.242977 -    0.0 seconds: D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_AdvancedRefluxControl
2025-01-28T06:58:51.242977 -    0.0 seconds: D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\sdxl_prompt_styler
2025-01-28T06:58:51.242977 -    0.0 seconds: D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\efficiency-nodes-comfyui
2025-01-28T06:58:51.242977 -    0.0 seconds: D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_TiledIPAdapter
2025-01-28T06:58:51.242977 -    0.0 seconds: D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-IF_AI_HFDownloaderNode
2025-01-28T06:58:51.242977 -    0.0 seconds: D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_Noise
2025-01-28T06:58:51.243977 -    0.0 seconds: D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\ControlNet-LLLite-ComfyUI
2025-01-28T06:58:51.243977 -    0.0 seconds: D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-VideoHelperSuite
2025-01-28T06:58:51.243977 -    0.0 seconds: D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\cg-use-everywhere
2025-01-28T06:58:51.243977 -    0.0 seconds: D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-TeaCache
2025-01-28T06:58:51.243977 -    0.0 seconds: D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Detail-Daemon
2025-01-28T06:58:51.243977 -    0.0 seconds: D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Inpaint-CropAndStitch
2025-01-28T06:58:51.243977 -    0.0 seconds: D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Miaoshouai-Tagger
2025-01-28T06:58:51.243977 -    0.0 seconds: D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-BRIA_AI-RMBG
2025-01-28T06:58:51.243977 -    0.0 seconds: D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Alimama-ControlNet-compatible
2025-01-28T06:58:51.243977 -    0.0 seconds (IMPORT FAILED): D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Stable-Video-Diffusion
2025-01-28T06:58:51.243977 -    0.0 seconds: D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\cg-image-picker
2025-01-28T06:58:51.243977 -    0.0 seconds: D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUi_NNLatentUpscale
2025-01-28T06:58:51.244977 -    0.0 seconds: D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Logic
2025-01-28T06:58:51.244977 -    0.0 seconds (IMPORT FAILED): D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-DiffusersStableCascade
2025-01-28T06:58:51.244977 -    0.0 seconds: D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-3d-photo-inpainting
2025-01-28T06:58:51.244977 -    0.0 seconds: D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\stability-ComfyUI-nodes
2025-01-28T06:58:51.244977 -    0.0 seconds: D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_ttp_toolset
2025-01-28T06:58:51.244977 -    0.0 seconds: D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Sana
2025-01-28T06:58:51.244977 -    0.0 seconds: D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\sd-dynamic-thresholding
2025-01-28T06:58:51.244977 -    0.0 seconds: D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_Kosmos2_BBox_Cutter
2025-01-28T06:58:51.244977 -    0.0 seconds: D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-post-processing-nodes
2025-01-28T06:58:51.244977 -    0.0 seconds: D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_controlnet_aux
2025-01-28T06:58:51.244977 -    0.0 seconds: D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfy-nodes
2025-01-28T06:58:51.245977 -    0.0 seconds: D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-WD14-Tagger
2025-01-28T06:58:51.245977 -    0.0 seconds: D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\websocket_image_save.py
2025-01-28T06:58:51.245977 -    0.0 seconds (IMPORT FAILED): D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-hunyuanvideowrapper
2025-01-28T06:58:51.245977 -    0.0 seconds: D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-lama-remover
2025-01-28T06:58:51.245977 -    0.0 seconds: D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-AutomaticCFG
2025-01-28T06:58:51.245977 -    0.0 seconds: D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\conditioning_sizing_for_SDXL.py
2025-01-28T06:58:51.245977 -    0.0 seconds: D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\teacachehunyuanvideo
2025-01-28T06:58:51.245977 -    0.0 seconds: D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-IC-Light
2025-01-28T06:58:51.245977 -    0.0 seconds: D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Image-Filters
2025-01-28T06:58:51.245977 -    0.0 seconds: D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_InstantID
2025-01-28T06:58:51.245977 -    0.0 seconds (IMPORT FAILED): D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-IC-Light-Wrapper
2025-01-28T06:58:51.245977 -    0.0 seconds (IMPORT FAILED): D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_SVFR
2025-01-28T06:58:51.245977 -    0.0 seconds: D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-CUP
2025-01-28T06:58:51.245977 -    0.0 seconds (IMPORT FAILED): D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-FluxRegionAttention
2025-01-28T06:58:51.246977 -    0.0 seconds: D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_Dave_CustomNode
2025-01-28T06:58:51.246977 -    0.0 seconds: D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\wlsh_nodes
2025-01-28T06:58:51.246977 -    0.0 seconds: D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\Comfy-WaveSpeed
2025-01-28T06:58:51.246977 -    0.0 seconds (IMPORT FAILED): D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-eesahesNodes
2025-01-28T06:58:51.246977 -    0.0 seconds: D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_JPS-Nodes
2025-01-28T06:58:51.246977 -    0.0 seconds: D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Impact-Pack
2025-01-28T06:58:51.246977 -    0.0 seconds: D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Iterative-Mixer
2025-01-28T06:58:51.246977 -    0.0 seconds (IMPORT FAILED): D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\IC-Light-ComfyUI-Node
2025-01-28T06:58:51.246977 -    0.0 seconds (IMPORT FAILED): D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-AnimateAnyone-Evolved
2025-01-28T06:58:51.246977 -    0.0 seconds: D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-inpaint-nodes
2025-01-28T06:58:51.246977 -    0.0 seconds: D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Video-Matting
2025-01-28T06:58:51.246977 -    0.0 seconds: D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Tripo
2025-01-28T06:58:51.246977 -    0.0 seconds: D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-QualityOfLifeSuit_Omar92
2025-01-28T06:58:51.246977 -    0.0 seconds (IMPORT FAILED): D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-IF_Trellis
2025-01-28T06:58:51.247977 -    0.0 seconds: D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Text_Image-Composite
2025-01-28T06:58:51.247977 -    0.0 seconds (IMPORT FAILED): D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-MVAdapter
2025-01-28T06:58:51.247977 -    0.0 seconds (IMPORT FAILED): D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-ExLlama
2025-01-28T06:58:51.247977 -    0.0 seconds: D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-LuminaNext
2025-01-28T06:58:51.247977 -    0.0 seconds: D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-TrollSuite
2025-01-28T06:58:51.247977 -    0.0 seconds: D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfy-image-saver
2025-01-28T06:58:51.247977 -    0.0 seconds: D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_FizzNodes
2025-01-28T06:58:51.247977 -    0.0 seconds (IMPORT FAILED): D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-LTXVideo
2025-01-28T06:58:51.247977 -    0.0 seconds: D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyMath
2025-01-28T06:58:51.247977 -    0.0 seconds: D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-layerdiffuse
2025-01-28T06:58:51.247977 -    0.0 seconds (IMPORT FAILED): D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Marigold
2025-01-28T06:58:51.247977 -    0.0 seconds: D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_essentials
2025-01-28T06:58:51.249199 -    0.0 seconds: D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-TiledDiffusion
2025-01-28T06:58:51.249199 -    0.0 seconds: D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_patches_ll
2025-01-28T06:58:51.249199 -    0.0 seconds: D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-various
2025-01-28T06:58:51.249199 -    0.0 seconds (IMPORT FAILED): D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-MuseTalk_FSH
2025-01-28T06:58:51.249199 -    0.0 seconds: D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-DynamiCrafterWrapper
2025-01-28T06:58:51.249199 -    0.0 seconds: D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\mikey_nodes
2025-01-28T06:58:51.249199 -    0.0 seconds: D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-LTXTricks
2025-01-28T06:58:51.249199 -    0.0 seconds: D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Custom-Scripts
2025-01-28T06:58:51.249199 -    0.0 seconds: D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Frame-Interpolation
2025-01-28T06:58:51.249199 -    0.0 seconds: D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Florence2
2025-01-28T06:58:51.250227 -    0.0 seconds: D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-GGUF
2025-01-28T06:58:51.250227 -    0.0 seconds: D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Gemma
2025-01-28T06:58:51.250227 -    0.0 seconds: D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\Derfuu_ComfyUI_ModdedNodes
2025-01-28T06:58:51.250227 -    0.0 seconds: D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_Jags_VectorMagic
2025-01-28T06:58:51.250227 -    0.0 seconds (IMPORT FAILED): D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-V-Express
2025-01-28T06:58:51.250227 -    0.0 seconds: D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\ControlAltAI-Nodes
2025-01-28T06:58:51.250227 -    0.0 seconds: D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-KJNodes
2025-01-28T06:58:51.250227 -    0.0 seconds: D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Flowty-TripoSR
2025-01-28T06:58:51.250227 -    0.0 seconds: D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Advanced-ControlNet
2025-01-28T06:58:51.250227 -    0.0 seconds: D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-UVR5
2025-01-28T06:58:51.250227 -    0.0 seconds: D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_ProPainter_Nodes
2025-01-28T06:58:51.250227 -    0.0 seconds: D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\rgthree-comfy
2025-01-28T06:58:51.250227 -    0.0 seconds: D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_HFDownLoad
2025-01-28T06:58:51.250227 -    0.0 seconds: D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_UltimateSDUpscale
2025-01-28T06:58:51.251229 -    0.0 seconds (IMPORT FAILED): D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-BlenderAI-node
2025-01-28T06:58:51.251229 -    0.0 seconds: D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-JDCN
2025-01-28T06:58:51.251229 -    0.0 seconds: D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-LivePortraitKJ
2025-01-28T06:58:51.251229 -    0.0 seconds: D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-reactor-node-Gourieff
2025-01-28T06:58:51.251229 -    0.0 seconds: D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_ExtraModels
2025-01-28T06:58:51.251229 -    0.0 seconds: D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-AnimateDiff-Evolved
2025-01-28T06:58:51.251229 -    0.0 seconds: D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_smZNodes
2025-01-28T06:58:51.251229 -    0.0 seconds: D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_Comfyroll_CustomNodes
2025-01-28T06:58:51.251229 -    0.0 seconds: D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-tensorops
2025-01-28T06:58:51.251229 -    0.1 seconds: D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Inspire-Pack
2025-01-28T06:58:51.251229 -    0.1 seconds: D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\facerestore_cf
2025-01-28T06:58:51.251229 -    0.1 seconds: D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_tinyterraNodes
2025-01-28T06:58:51.251229 -    0.1 seconds: D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-deploy
2025-01-28T06:58:51.251229 -    0.1 seconds: D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyUI-InstantID-cubiq
2025-01-28T06:58:51.252230 -    0.1 seconds: D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_toyxyz_test_nodes
2025-01-28T06:58:51.252230 -    0.1 seconds: D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-dream-project
2025-01-28T06:58:51.252230 -    0.1 seconds: D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-segment-anything-2
2025-01-28T06:58:51.252230 -    0.1 seconds: D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfy_mtb
2025-01-28T06:58:51.252230 -    0.1 seconds: D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Crystools
2025-01-28T06:58:51.252230 -    0.1 seconds: D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-reactor-node
2025-01-28T06:58:51.252230 -    0.1 seconds: D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_LayerStyle
2025-01-28T06:58:51.252230 -    0.1 seconds: D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_segment_anything
2025-01-28T06:58:51.252230 -    0.1 seconds: D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Anyline
2025-01-28T06:58:51.252230 -    0.1 seconds: D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-UltraPixel
2025-01-28T06:58:51.252230 -    0.2 seconds: D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Ollama-Describer
2025-01-28T06:58:51.252230 -    0.2 seconds: D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-impact-subpack
2025-01-28T06:58:51.252230 -    0.2 seconds: D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Gemini
2025-01-28T06:58:51.252230 -    0.3 seconds (IMPORT FAILED): D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-3D-Pack
2025-01-28T06:58:51.253230 -    0.4 seconds: D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_pulid_flux_ll
2025-01-28T06:58:51.253230 -    0.6 seconds (IMPORT FAILED): D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Flowty-CRM
2025-01-28T06:58:51.253230 -    0.8 seconds: D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Manager
2025-01-28T06:58:51.253230 -    1.0 seconds: D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\a-person-mask-generator
2025-01-28T06:58:51.253230 -    1.0 seconds: D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Allor
2025-01-28T06:58:51.253230 -    1.1 seconds: D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-art-venture
2025-01-28T06:58:51.253230 -    1.1 seconds: D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-InstantMesh
2025-01-28T06:58:51.253230 -    1.2 seconds: D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Depthflow-Nodes
2025-01-28T06:58:51.253230 -    1.3 seconds (IMPORT FAILED): D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-IP_LAP
2025-01-28T06:58:51.253230 -    1.5 seconds: D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_Custom_Nodes_AlekPet
2025-01-28T06:58:51.253230 -    1.7 seconds: D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-mixlab-nodes
2025-01-28T06:58:51.253230 -    2.0 seconds: D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-DirGir
2025-01-28T06:58:51.253230 -    2.0 seconds: D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\was-node-suite-comfyui
2025-01-28T06:58:51.253230 -    2.2 seconds: D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Inspyrenet-Rembg
2025-01-28T06:58:51.254229 -    2.8 seconds: D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-YoloWorld-EfficientSAM
2025-01-28T06:58:51.254229 -    3.5 seconds (IMPORT FAILED): D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\FlowState-Nodes
2025-01-28T06:58:51.254229 -    3.8 seconds (IMPORT FAILED): D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_bitsandbytes_NF4
2025-01-28T06:58:51.254229 -    6.3 seconds: D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\StableZero123-comfyui
2025-01-28T06:58:51.254229 -    7.1 seconds: D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Easy-Use
2025-01-28T06:58:51.254229 -   20.3 seconds: D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\Comfyui_image2prompt
2025-01-28T06:58:51.254229 - 
2025-01-28T06:58:51.277797 - FETCH ComfyRegistry Data: 20/312025-01-28T06:58:51.277797 - 
2025-01-28T06:58:51.282814 - Starting server

2025-01-28T06:58:51.283812 - To see the GUI go to: http://127.0.0.1:8188
2025-01-28T06:58:59.224371 - FETCH ComfyRegistry Data: 25/312025-01-28T06:58:59.224371 - 
2025-01-28T06:58:59.536272 - D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-mixlab-nodes\webApp\lib/photoswipe-lightbox.esm.min.js2025-01-28T06:58:59.536272 - 
2025-01-28T06:58:59.558964 - FETCH DATA from: D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Manager\extension-node-map.json2025-01-28T06:58:59.575811 -  [DONE]2025-01-28T06:58:59.575811 - 
2025-01-28T06:58:59.596365 - D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-mixlab-nodes\webApp\lib/pickr.min.js2025-01-28T06:58:59.596365 - 
2025-01-28T06:58:59.611461 - D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-mixlab-nodes\webApp\lib/photoswipe.min.css2025-01-28T06:58:59.611461 - 
2025-01-28T06:58:59.761981 - D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-mixlab-nodes\webApp\lib/classic.min.css2025-01-28T06:58:59.762980 - 
2025-01-28T06:58:59.765982 - D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-mixlab-nodes\webApp\lib/model-viewer.min.js2025-01-28T06:58:59.765982 - 
2025-01-28T06:58:59.776580 - D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-mixlab-nodes\webApp\lib/juxtapose.min.js2025-01-28T06:58:59.778089 - 
2025-01-28T06:58:59.779101 - D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-mixlab-nodes\webApp\lib/juxtapose.css2025-01-28T06:58:59.780103 - 
2025-01-28T06:59:07.832453 - FETCH ComfyRegistry Data: 30/312025-01-28T06:59:07.832453 - 
2025-01-28T06:59:09.193247 - got prompt
2025-01-28T06:59:09.508839 - Using pytorch attention in VAE
2025-01-28T06:59:09.511200 - Using pytorch attention in VAE
2025-01-28T06:59:10.318262 - FETCH ComfyRegistry Data [DONE]2025-01-28T06:59:10.333799 - 
2025-01-28T06:59:10.444869 - [ComfyUI-Manager] default cache updated: https://api.comfy.org/nodes
2025-01-28T06:59:10.571225 - nightly_channel: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/remote
2025-01-28T06:59:10.571225 - FETCH DATA from: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/custom-node-list.json2025-01-28T06:59:10.917870 -  [DONE]2025-01-28T06:59:10.917870 - 
2025-01-28T06:59:10.956304 - VAE load device: cuda:0, offload device: cpu, dtype: torch.bfloat16
2025-01-28T06:59:11.487687 - Applied providers: ['CPUExecutionProvider'], with options: {'CPUExecutionProvider': {}}2025-01-28T06:59:11.487687 - 
2025-01-28T06:59:11.573495 - find model:2025-01-28T06:59:11.574496 -  2025-01-28T06:59:11.574496 - D:\a1111\ComfyUI_windows_portable\ComfyUI\models\insightface\models\antelopev2\1k3d68.onnx2025-01-28T06:59:11.574496 -  2025-01-28T06:59:11.574496 - landmark_3d_682025-01-28T06:59:11.574496 -  2025-01-28T06:59:11.574496 - ['None', 3, 192, 192]2025-01-28T06:59:11.574496 -  2025-01-28T06:59:11.574496 - 0.02025-01-28T06:59:11.574496 -  2025-01-28T06:59:11.574496 - 1.02025-01-28T06:59:11.574496 - 
2025-01-28T06:59:11.600566 - Applied providers: ['CPUExecutionProvider'], with options: {'CPUExecutionProvider': {}}2025-01-28T06:59:11.600566 - 
2025-01-28T06:59:11.607566 - find model:2025-01-28T06:59:11.607566 -  2025-01-28T06:59:11.608071 - D:\a1111\ComfyUI_windows_portable\ComfyUI\models\insightface\models\antelopev2\2d106det.onnx2025-01-28T06:59:11.608071 -  2025-01-28T06:59:11.608071 - landmark_2d_1062025-01-28T06:59:11.608071 -  2025-01-28T06:59:11.609072 - ['None', 3, 192, 192]2025-01-28T06:59:11.609072 -  2025-01-28T06:59:11.609072 - 0.02025-01-28T06:59:11.609072 -  2025-01-28T06:59:11.609072 - 1.02025-01-28T06:59:11.609072 - 
2025-01-28T06:59:11.624053 - Applied providers: ['CPUExecutionProvider'], with options: {'CPUExecutionProvider': {}}2025-01-28T06:59:11.627052 - 
2025-01-28T06:59:11.630562 - find model:2025-01-28T06:59:11.630562 -  2025-01-28T06:59:11.631561 - D:\a1111\ComfyUI_windows_portable\ComfyUI\models\insightface\models\antelopev2\genderage.onnx2025-01-28T06:59:11.631561 -  2025-01-28T06:59:11.631561 - genderage2025-01-28T06:59:11.631561 -  2025-01-28T06:59:11.631561 - ['None', 3, 96, 96]2025-01-28T06:59:11.631561 -  2025-01-28T06:59:11.631561 - 0.02025-01-28T06:59:11.631561 -  2025-01-28T06:59:11.631561 - 1.02025-01-28T06:59:11.631561 - 
2025-01-28T06:59:12.149943 - Applied providers: ['CPUExecutionProvider'], with options: {'CPUExecutionProvider': {}}2025-01-28T06:59:12.150941 - 
2025-01-28T06:59:12.344108 - find model:2025-01-28T06:59:12.344108 -  2025-01-28T06:59:12.344108 - D:\a1111\ComfyUI_windows_portable\ComfyUI\models\insightface\models\antelopev2\glintr100.onnx2025-01-28T06:59:12.344108 -  2025-01-28T06:59:12.344108 - recognition2025-01-28T06:59:12.344108 -  2025-01-28T06:59:12.344108 - ['None', 3, 112, 112]2025-01-28T06:59:12.345104 -  2025-01-28T06:59:12.345104 - 127.52025-01-28T06:59:12.345104 -  2025-01-28T06:59:12.345104 - 127.52025-01-28T06:59:12.345104 - 
2025-01-28T06:59:12.399721 - Applied providers: ['CPUExecutionProvider'], with options: {'CPUExecutionProvider': {}}2025-01-28T06:59:12.399721 - 
2025-01-28T06:59:12.399721 - find model:2025-01-28T06:59:12.400724 -  2025-01-28T06:59:12.400724 - D:\a1111\ComfyUI_windows_portable\ComfyUI\models\insightface\models\antelopev2\scrfd_10g_bnkps.onnx2025-01-28T06:59:12.400724 -  2025-01-28T06:59:12.400724 - detection2025-01-28T06:59:12.400724 -  2025-01-28T06:59:12.400724 - [1, 3, '?', '?']2025-01-28T06:59:12.400724 -  2025-01-28T06:59:12.400724 - 127.52025-01-28T06:59:12.400724 -  2025-01-28T06:59:12.400724 - 128.02025-01-28T06:59:12.400724 - 
2025-01-28T06:59:12.400724 - set det-size:2025-01-28T06:59:12.400724 -  2025-01-28T06:59:12.401723 - (640, 640)2025-01-28T06:59:12.401723 - 
2025-01-28T06:59:12.402723 - Loaded EVA02-CLIP-L-14-336 model config.
2025-01-28T06:59:12.439366 - Shape of rope freq: torch.Size([576, 64])
2025-01-28T06:59:19.084670 - Loading pretrained EVA02-CLIP-L-14-336 weights (eva_clip).
2025-01-28T06:59:20.361420 - incompatible_keys.missing_keys: ['visual.rope.freqs_cos', 'visual.rope.freqs_sin', 'visual.blocks.0.attn.rope.freqs_cos', 'visual.blocks.0.attn.rope.freqs_sin', 'visual.blocks.1.attn.rope.freqs_cos', 'visual.blocks.1.attn.rope.freqs_sin', 'visual.blocks.2.attn.rope.freqs_cos', 'visual.blocks.2.attn.rope.freqs_sin', 'visual.blocks.3.attn.rope.freqs_cos', 'visual.blocks.3.attn.rope.freqs_sin', 'visual.blocks.4.attn.rope.freqs_cos', 'visual.blocks.4.attn.rope.freqs_sin', 'visual.blocks.5.attn.rope.freqs_cos', 'visual.blocks.5.attn.rope.freqs_sin', 'visual.blocks.6.attn.rope.freqs_cos', 'visual.blocks.6.attn.rope.freqs_sin', 'visual.blocks.7.attn.rope.freqs_cos', 'visual.blocks.7.attn.rope.freqs_sin', 'visual.blocks.8.attn.rope.freqs_cos', 'visual.blocks.8.attn.rope.freqs_sin', 'visual.blocks.9.attn.rope.freqs_cos', 'visual.blocks.9.attn.rope.freqs_sin', 'visual.blocks.10.attn.rope.freqs_cos', 'visual.blocks.10.attn.rope.freqs_sin', 'visual.blocks.11.attn.rope.freqs_cos', 'visual.blocks.11.attn.rope.freqs_sin', 'visual.blocks.12.attn.rope.freqs_cos', 'visual.blocks.12.attn.rope.freqs_sin', 'visual.blocks.13.attn.rope.freqs_cos', 'visual.blocks.13.attn.rope.freqs_sin', 'visual.blocks.14.attn.rope.freqs_cos', 'visual.blocks.14.attn.rope.freqs_sin', 'visual.blocks.15.attn.rope.freqs_cos', 'visual.blocks.15.attn.rope.freqs_sin', 'visual.blocks.16.attn.rope.freqs_cos', 'visual.blocks.16.attn.rope.freqs_sin', 'visual.blocks.17.attn.rope.freqs_cos', 'visual.blocks.17.attn.rope.freqs_sin', 'visual.blocks.18.attn.rope.freqs_cos', 'visual.blocks.18.attn.rope.freqs_sin', 'visual.blocks.19.attn.rope.freqs_cos', 'visual.blocks.19.attn.rope.freqs_sin', 'visual.blocks.20.attn.rope.freqs_cos', 'visual.blocks.20.attn.rope.freqs_sin', 'visual.blocks.21.attn.rope.freqs_cos', 'visual.blocks.21.attn.rope.freqs_sin', 'visual.blocks.22.attn.rope.freqs_cos', 'visual.blocks.22.attn.rope.freqs_sin', 'visual.blocks.23.attn.rope.freqs_cos', 'visual.blocks.23.attn.rope.freqs_sin']
2025-01-28T06:59:23.375335 - Loading PuLID-Flux model.
2025-01-28T06:59:25.499690 - model weight dtype torch.float8_e4m3fn, manual cast: torch.bfloat16
2025-01-28T06:59:25.505484 - model_type FLUX
2025-01-28T07:00:37.869120 - Requested to load PulidFluxModel
2025-01-28T07:00:39.191732 - loaded completely 3109.9998291015627 1085.09765625 True
2025-01-28T07:00:45.468170 - CLIP/text encoder model load device: cuda:0, offload device: cpu, current: cpu, dtype: torch.float16
2025-01-28T07:00:56.680837 - clip missing: ['text_projection.weight']
2025-01-28T07:00:57.167261 - Requested to load FluxClipModel_
2025-01-28T07:00:59.424379 - loaded partially 3600.675 3600.392578125 0
2025-01-28T07:01:01.598493 - Requested to load Flux
2025-01-28T07:01:01.598493 - Requested to load PulidFluxModel
2025-01-28T07:01:13.908675 - loaded partially 3600.675 3596.2368774414062 0
2025-01-28T07:01:13.972502 - loaded completely 64.0 63.056640625 False
2025-01-28T07:01:23.112164 - 
  0%|                                                                                           | 0/28 [00:09<?, ?it/s]2025-01-28T07:01:23.117677 - 
2025-01-28T07:01:23.316380 - !!! Exception during processing !!! 'double_blocks_txt'
2025-01-28T07:01:23.359538 - Traceback (most recent call last):
  File "D:\a1111\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:\a1111\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:\a1111\ComfyUI_windows_portable\ComfyUI\execution.py", line 174, in _map_node_over_list
    process_inputs(input_dict, i)
  File "D:\a1111\ComfyUI_windows_portable\ComfyUI\execution.py", line 163, in process_inputs
    results.append(getattr(obj, func)(**inputs))
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\a1111\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:\a1111\ComfyUI_windows_portable\ComfyUI\comfy\samplers.py", line 984, in sample
    output = executor.execute(noise, latent_image, sampler, sigmas, denoise_mask, callback, disable_pbar, seed)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\a1111\ComfyUI_windows_portable\ComfyUI\comfy\patcher_extension.py", line 111, in execute
    return self.wrappers[self.idx](self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_pulid_flux_ll\pulidflux.py", line 442, in pulid_outer_sample_wrappers_with_override
    out = wrapper_executor(noise, latent_image, sampler, sigmas, denoise_mask, callback, disable_pbar, seed)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\a1111\ComfyUI_windows_portable\ComfyUI\comfy\patcher_extension.py", line 103, in __call__
    return new_executor.execute(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\a1111\ComfyUI_windows_portable\ComfyUI\comfy\patcher_extension.py", line 110, in execute
    return self.original(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\a1111\ComfyUI_windows_portable\ComfyUI\comfy\samplers.py", line 952, in outer_sample
    output = self.inner_sample(noise, latent_image, device, sampler, sigmas, denoise_mask, callback, disable_pbar, seed)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\a1111\ComfyUI_windows_portable\ComfyUI\comfy\samplers.py", line 935, in inner_sample
    samples = executor.execute(self, sigmas, extra_args, callback, noise, latent_image, denoise_mask, disable_pbar)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\a1111\ComfyUI_windows_portable\ComfyUI\comfy\patcher_extension.py", line 110, in execute
    return self.original(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_smZNodes\smZNodes.py", line 100, in KSAMPLER_sample
    return orig_fn(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-TiledDiffusion\utils.py", line 34, in KSAMPLER_sample
    return orig_fn(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\a1111\ComfyUI_windows_portable\ComfyUI\comfy\samplers.py", line 714, 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:\a1111\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\utils\_contextlib.py", line 116, in decorate_context
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
  File "D:\a1111\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:\a1111\ComfyUI_windows_portable\ComfyUI\comfy\samplers.py", line 379, in __call__
    out = self.inner_model(x, sigma, model_options=model_options, seed=seed)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\a1111\ComfyUI_windows_portable\ComfyUI\comfy\samplers.py", line 915, in __call__
    return self.predict_noise(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\a1111\ComfyUI_windows_portable\ComfyUI\comfy\samplers.py", line 918, 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:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_smZNodes\smZNodes.py", line 175, in sampling_function
    out = orig_fn(*args, **kwargs)
          ^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\a1111\ComfyUI_windows_portable\ComfyUI\comfy\samplers.py", line 359, in sampling_function
    out = calc_cond_batch(model, conds, x, timestep, model_options)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\a1111\ComfyUI_windows_portable\ComfyUI\comfy\samplers.py", line 195, in calc_cond_batch
    return executor.execute(model, conds, x_in, timestep, model_options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\a1111\ComfyUI_windows_portable\ComfyUI\comfy\patcher_extension.py", line 110, in execute
    return self.original(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\a1111\ComfyUI_windows_portable\ComfyUI\comfy\samplers.py", line 308, in _calc_cond_batch
    output = model.apply_model(input_x, timestep_, **c).chunk(batch_chunks)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\a1111\ComfyUI_windows_portable\ComfyUI\comfy\model_base.py", line 131, in apply_model
    return comfy.patcher_extension.WrapperExecutor.new_class_executor(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\a1111\ComfyUI_windows_portable\ComfyUI\comfy\patcher_extension.py", line 111, in execute
    return self.wrappers[self.idx](self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_pulid_flux_ll\pulidflux.py", line 467, in pulid_apply_model_wrappers
    out = wrapper_executor(x, t, c_concat, c_crossattn, control, transformer_options, **kwargs)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\a1111\ComfyUI_windows_portable\ComfyUI\comfy\patcher_extension.py", line 103, in __call__
    return new_executor.execute(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\a1111\ComfyUI_windows_portable\ComfyUI\comfy\patcher_extension.py", line 110, in execute
    return self.original(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\a1111\ComfyUI_windows_portable\ComfyUI\comfy\model_base.py", line 162, in _apply_model
    model_output = self.diffusion_model(xc, t, context=context, control=control, transformer_options=transformer_options, **extra_conds).float()
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\a1111\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1736, in _wrapped_call_impl
    return self._call_impl(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\a1111\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1747, in _call_impl
    return forward_call(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\a1111\ComfyUI_windows_portable\ComfyUI\comfy\ldm\flux\model.py", line 203, 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))
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_pulid_flux_ll\PulidFluxHook.py", line 224, in pulid_forward_orig
    out = blocks_replace[("single_block", i)]({"img": img,
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_pulid_flux_ll\PulidFluxHook.py", line 117, in __call__
    txt = pulid_temp_attrs['double_blocks_txt']
          ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^
KeyError: 'double_blocks_txt'

2025-01-28T07:01:23.374089 - Prompt executed in 134.07 seconds
2025-01-28T07:01:23.834626 - [{'id': '108', 'time': 1.5326023000088753, 'class_type': 'VAELoader', 'vram_used': 0}, {'id': '113', 'time': 0.0042643000051612034, 'class_type': 'EmptySD3LatentImage', 'vram_used': 0}, {'id': '120', 'time': 0.015702399992733262, 'class_type': 'LoadImage', 'vram_used': 0}, {'id': '124', 'time': 1.329725799994776, 'class_type': 'PulidFluxInsightFaceLoader', 'vram_used': 0}, {'id': '119', 'time': 7.964718000002904, 'class_type': 'PulidFluxEvaClipLoader', 'vram_used': 0}, {'id': '114', 'time': 4.953209799990873, 'class_type': 'PulidFluxModelLoader', 'vram_used': 0}, {'id': '122', 'time': 58.74507989999256, 'class_type': 'UNETLoader', 'vram_used': 0}, {'id': '178', 'time': 20.776675400004024, 'class_type': 'ApplyPulidFlux', 'vram_used': 1994470596}, {'id': '110', 'time': 0.008098999998765066, 'class_type': 'BasicScheduler', 'vram_used': 0}, {'id': '109', 'time': 0.004248100012773648, 'class_type': 'KSamplerSelect', 'vram_used': 0}, {'id': '123', 'time': 12.132490800009691, 'class_type': 'DualCLIPLoader', 'vram_used': 0}, {'id': '107', 'time': 4.506020799992257, 'class_type': 'CLIPTextEncode', 'vram_used': 3163799552}, {'id': '112', 'time': 0.001179500002763234, 'class_type': 'FluxGuidance', 'vram_used': 0}, {'id': '115', 'time': 0.002182099997298792, 'class_type': 'BasicGuider', 'vram_used': 0}, {'id': '111', 'time': 0.0005567000043811277, 'class_type': 'RandomNoise', 'vram_used': 0}, {'id': '116', 'time': 21.820959699995, 'class_type': 'SamplerCustomAdvanced', 'vram_used': 740924618}]2025-01-28T07:01:23.835625 - 
2025-01-28T07:01:23.835625 - Printing Node Execution Times
2025-01-28T07:01:23.837131 - +---------+----------------------------+----------+-----------+
| Node ID | Type                       | Time (s) | VRAM (GB) |
+---------+----------------------------+----------+-----------+
| #108    | VAELoader                  | 1.53     | 0.00      |
| #113    | EmptySD3LatentImage        | 0.00     | 0.00      |
| #120    | LoadImage                  | 0.02     | 0.00      |
| #124    | PulidFluxInsightFaceLoader | 1.33     | 0.00      |
| #119    | PulidFluxEvaClipLoader     | 7.96     | 0.00      |
| #114    | PulidFluxModelLoader       | 4.95     | 0.00      |
| #122    | UNETLoader                 | 58.75    | 0.00      |
| #178    | ApplyPulidFlux             | 20.78    | 1.86      |
| #110    | BasicScheduler             | 0.01     | 0.00      |
| #109    | KSamplerSelect             | 0.00     | 0.00      |
| #123    | DualCLIPLoader             | 12.13    | 0.00      |
| #107    | CLIPTextEncode             | 4.51     | 2.95      |
| #112    | FluxGuidance               | 0.00     | 0.00      |
| #115    | BasicGuider                | 0.00     | 0.00      |
| #111    | RandomNoise                | 0.00     | 0.00      |
| #116    | SamplerCustomAdvanced      | 21.82    | 0.69      |
| TOTAL   | -                          | 134.53   | -         |
+---------+----------------------------+----------+-----------+
2025-01-28T07:01:23.837131 - No pending upload
2025-01-28T07:02:13.531170 - got prompt
2025-01-28T07:02:13.737016 - 0 models unloaded.
2025-01-28T07:02:13.749316 - loaded partially 3596.2368775367736 3596.2368774414062 0
2025-01-28T07:02:14.653606 - 
  0%|                                                                                           | 0/28 [00:00<?, ?it/s]2025-01-28T07:02:14.653606 - 
2025-01-28T07:02:14.657110 - !!! Exception during processing !!! 'double_blocks_txt'
2025-01-28T07:02:14.660122 - Traceback (most recent call last):
  File "D:\a1111\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:\a1111\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:\a1111\ComfyUI_windows_portable\ComfyUI\execution.py", line 174, in _map_node_over_list
    process_inputs(input_dict, i)
  File "D:\a1111\ComfyUI_windows_portable\ComfyUI\execution.py", line 163, in process_inputs
    results.append(getattr(obj, func)(**inputs))
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\a1111\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:\a1111\ComfyUI_windows_portable\ComfyUI\comfy\samplers.py", line 984, in sample
    output = executor.execute(noise, latent_image, sampler, sigmas, denoise_mask, callback, disable_pbar, seed)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\a1111\ComfyUI_windows_portable\ComfyUI\comfy\patcher_extension.py", line 111, in execute
    return self.wrappers[self.idx](self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_pulid_flux_ll\pulidflux.py", line 442, in pulid_outer_sample_wrappers_with_override
    out = wrapper_executor(noise, latent_image, sampler, sigmas, denoise_mask, callback, disable_pbar, seed)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\a1111\ComfyUI_windows_portable\ComfyUI\comfy\patcher_extension.py", line 103, in __call__
    return new_executor.execute(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\a1111\ComfyUI_windows_portable\ComfyUI\comfy\patcher_extension.py", line 110, in execute
    return self.original(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\a1111\ComfyUI_windows_portable\ComfyUI\comfy\samplers.py", line 952, in outer_sample
    output = self.inner_sample(noise, latent_image, device, sampler, sigmas, denoise_mask, callback, disable_pbar, seed)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\a1111\ComfyUI_windows_portable\ComfyUI\comfy\samplers.py", line 935, in inner_sample
    samples = executor.execute(self, sigmas, extra_args, callback, noise, latent_image, denoise_mask, disable_pbar)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\a1111\ComfyUI_windows_portable\ComfyUI\comfy\patcher_extension.py", line 110, in execute
    return self.original(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_smZNodes\smZNodes.py", line 100, in KSAMPLER_sample
    return orig_fn(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-TiledDiffusion\utils.py", line 34, in KSAMPLER_sample
    return orig_fn(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\a1111\ComfyUI_windows_portable\ComfyUI\comfy\samplers.py", line 714, 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:\a1111\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\utils\_contextlib.py", line 116, in decorate_context
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
  File "D:\a1111\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:\a1111\ComfyUI_windows_portable\ComfyUI\comfy\samplers.py", line 379, in __call__
    out = self.inner_model(x, sigma, model_options=model_options, seed=seed)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\a1111\ComfyUI_windows_portable\ComfyUI\comfy\samplers.py", line 915, in __call__
    return self.predict_noise(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\a1111\ComfyUI_windows_portable\ComfyUI\comfy\samplers.py", line 918, 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:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_smZNodes\smZNodes.py", line 175, in sampling_function
    out = orig_fn(*args, **kwargs)
          ^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\a1111\ComfyUI_windows_portable\ComfyUI\comfy\samplers.py", line 359, in sampling_function
    out = calc_cond_batch(model, conds, x, timestep, model_options)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\a1111\ComfyUI_windows_portable\ComfyUI\comfy\samplers.py", line 195, in calc_cond_batch
    return executor.execute(model, conds, x_in, timestep, model_options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\a1111\ComfyUI_windows_portable\ComfyUI\comfy\patcher_extension.py", line 110, in execute
    return self.original(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\a1111\ComfyUI_windows_portable\ComfyUI\comfy\samplers.py", line 308, in _calc_cond_batch
    output = model.apply_model(input_x, timestep_, **c).chunk(batch_chunks)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\a1111\ComfyUI_windows_portable\ComfyUI\comfy\model_base.py", line 131, in apply_model
    return comfy.patcher_extension.WrapperExecutor.new_class_executor(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\a1111\ComfyUI_windows_portable\ComfyUI\comfy\patcher_extension.py", line 111, in execute
    return self.wrappers[self.idx](self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_pulid_flux_ll\pulidflux.py", line 467, in pulid_apply_model_wrappers
    out = wrapper_executor(x, t, c_concat, c_crossattn, control, transformer_options, **kwargs)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\a1111\ComfyUI_windows_portable\ComfyUI\comfy\patcher_extension.py", line 103, in __call__
    return new_executor.execute(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\a1111\ComfyUI_windows_portable\ComfyUI\comfy\patcher_extension.py", line 110, in execute
    return self.original(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\a1111\ComfyUI_windows_portable\ComfyUI\comfy\model_base.py", line 162, in _apply_model
    model_output = self.diffusion_model(xc, t, context=context, control=control, transformer_options=transformer_options, **extra_conds).float()
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\a1111\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1736, in _wrapped_call_impl
    return self._call_impl(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\a1111\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1747, in _call_impl
    return forward_call(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\a1111\ComfyUI_windows_portable\ComfyUI\comfy\ldm\flux\model.py", line 203, 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))
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_pulid_flux_ll\PulidFluxHook.py", line 224, in pulid_forward_orig
    out = blocks_replace[("single_block", i)]({"img": img,
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\a1111\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_pulid_flux_ll\PulidFluxHook.py", line 117, in __call__
    txt = pulid_temp_attrs['double_blocks_txt']
          ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^
KeyError: 'double_blocks_txt'

2025-01-28T07:02:14.663126 - Prompt executed in 1.04 seconds
2025-01-28T07:02:14.992109 - [{'id': '111', 'time': 0.0004326999915065244, 'class_type': 'RandomNoise', 'vram_used': 0}, {'id': '116', 'time': 0.9275332000106573, 'class_type': 'SamplerCustomAdvanced', 'vram_used': 511390230}]2025-01-28T07:02:14.992109 - 
2025-01-28T07:02:14.992109 - Printing Node Execution Times
2025-01-28T07:02:14.993109 - +---------+-----------------------+----------+-----------+
| Node ID | Type                  | Time (s) | VRAM (GB) |
+---------+-----------------------+----------+-----------+
| #111    | RandomNoise           | 0.00     | 0.00      |
| #116    | SamplerCustomAdvanced | 0.93     | 0.48      |
| TOTAL   | -                     | 1.37     | -         |
+---------+-----------------------+----------+-----------+
2025-01-28T07:02:14.993109 - No pending upload

@lldacing
Copy link
Owner

lldacing commented Jan 28, 2025

It looks like a problem caused by other custom nodes. Please try disable ComfyUI-TiledDiffusion and ComfyUI_smZNodes.

@cgpixel23
Copy link
Author

i disable them and am still getting the same error if you look closely to the error you will find that double block is related to PulidFluxHook.py may be this is the key ?

@lldacing
Copy link
Owner

i disable them and am still getting the same error if you look closely to the error you will find that double block is related to PulidFluxHook.py may be this is the key ?

Under normal circumstances, the value of double_block_txt will be set first. I don't know why this error is reported in your workflow. Do you use other nodes in the workflow?

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

2 participants