Skip to content

The specified pointer resides on host memory and is not registered with any CUDA device. #12401

@7834785

Description

@7834785

Custom Node Testing

Expected Behavior

The specified pointer resides on host memory and is not registered with any CUDA device.

新建 文本文档.txt

Actual Behavior

The specified pointer resides on host memory and is not registered with any CUDA device.

Steps to Reproduce

The specified pointer resides on host memory and is not registered with any CUDA device.

Debug Logs

# ComfyUI Error Report
## Error Details
- **Node ID:** 96
- **Node Type:** KSampler
- **Exception Type:** RuntimeError
- **Exception Message:** The specified pointer resides on host memory and is not registered with any CUDA device.

## Stack Trace

  File "N:\ComfyUI-aki-v2\ComfyUI\execution.py", line 530, in execute
    output_data, output_ui, has_subgraph, has_pending_tasks = await get_output_data(prompt_id, unique_id, obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb, v3_data=v3_data)
                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "N:\ComfyUI-aki-v2\ComfyUI\execution.py", line 334, in get_output_data
    return_values = await _async_map_node_over_list(prompt_id, unique_id, obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb, v3_data=v3_data)
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "N:\ComfyUI-aki-v2\ComfyUI\execution.py", line 308, in _async_map_node_over_list
    await process_inputs(input_dict, i)

  File "N:\ComfyUI-aki-v2\ComfyUI\execution.py", line 296, in process_inputs
    result = f(**inputs)
             ^^^^^^^^^^^

  File "N:\ComfyUI-aki-v2\ComfyUI\nodes.py", line 1590, in sample
    return common_ksampler(model, seed, steps, cfg, sampler_name, scheduler, positive, negative, latent_image, denoise=denoise)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "N:\ComfyUI-aki-v2\ComfyUI\nodes.py", line 1555, in common_ksampler
    samples = comfy.sample.sample(model, noise, steps, cfg, sampler_name, scheduler, positive, negative, latent_image,
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "N:\ComfyUI-aki-v2\ComfyUI\comfy\sample.py", line 66, in sample
    samples = sampler.sample(noise, positive, negative, cfg=cfg, latent_image=latent_image, start_step=start_step, last_step=last_step, force_full_denoise=force_full_denoise, denoise_mask=noise_mask, sigmas=sigmas, callback=callback, disable_pbar=disable_pbar, seed=seed)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "N:\ComfyUI-aki-v2\ComfyUI\comfy\samplers.py", line 1177, in sample
    return sample(self.model, noise, positive, negative, cfg, self.device, sampler, sigmas, self.model_options, latent_image=latent_image, denoise_mask=denoise_mask, callback=callback, disable_pbar=disable_pbar, seed=seed)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "N:\ComfyUI-aki-v2\ComfyUI\comfy\samplers.py", line 1067, in sample
    return cfg_guider.sample(noise, latent_image, sampler, sigmas, denoise_mask, callback, disable_pbar, seed)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "N:\ComfyUI-aki-v2\ComfyUI\comfy\samplers.py", line 1049, in sample
    output = executor.execute(noise, latent_image, sampler, sigmas, denoise_mask, callback, disable_pbar, seed, latent_shapes=latent_shapes)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "N:\ComfyUI-aki-v2\ComfyUI\comfy\patcher_extension.py", line 112, in execute
    return self.original(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "N:\ComfyUI-aki-v2\ComfyUI\comfy\samplers.py", line 983, in outer_sample
    self.inner_model, self.conds, self.loaded_models = comfy.sampler_helpers.prepare_sampling(self.model_patcher, noise.shape, self.conds, self.model_options)
                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "N:\ComfyUI-aki-v2\ComfyUI\comfy\sampler_helpers.py", line 130, in prepare_sampling
    return executor.execute(model, noise_shape, conds, model_options=model_options, force_full_load=force_full_load)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "N:\ComfyUI-aki-v2\ComfyUI\comfy\patcher_extension.py", line 112, in execute
    return self.original(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "N:\ComfyUI-aki-v2\ComfyUI\comfy\sampler_helpers.py", line 138, in _prepare_sampling
    comfy.model_management.load_models_gpu([model] + models, memory_required=memory_required + inference_memory, minimum_memory_required=minimum_memory_required + inference_memory, force_full_load=force_full_load)

  File "N:\ComfyUI-aki-v2\ComfyUI\comfy\model_management.py", line 746, in load_models_gpu
    loaded_model.model_load(lowvram_model_memory, force_patch_weights=force_patch_weights)

  File "N:\ComfyUI-aki-v2\ComfyUI\comfy\model_management.py", line 528, in model_load
    self.model_use_more_vram(use_more_vram, force_patch_weights=force_patch_weights)

  File "N:\ComfyUI-aki-v2\ComfyUI\comfy\model_management.py", line 558, in model_use_more_vram
    return self.model.partially_load(self.device, extra_memory, force_patch_weights=force_patch_weights)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "N:\ComfyUI-aki-v2\ComfyUI\comfy\model_patcher.py", line 1618, in partially_load
    raise e

  File "N:\ComfyUI-aki-v2\ComfyUI\comfy\model_patcher.py", line 1615, in partially_load
    self.load(device_to, dirty=dirty)

  File "N:\ComfyUI-aki-v2\ComfyUI\comfy\model_patcher.py", line 1545, in load
    m._v_tensor = comfy_aimdo.torch.aimdo_to_tensor(m._v, device_to)
                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "N:\ComfyUI-aki-v2\python\Lib\site-packages\comfy_aimdo\torch.py", line 24, in aimdo_to_tensor
    return get_tensor_from_raw_ptr(ptr, size, device)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "N:\ComfyUI-aki-v2\python\Lib\site-packages\comfy_aimdo\torch.py", line 20, in get_tensor_from_raw_ptr
    return torch.as_tensor(holder, device=device)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^


## System Information
- **ComfyUI Version:** 0.13.0
- **Arguments:** N:\ComfyUI-aki-v2\ComfyUI\main.py --auto-launch --preview-method latent2rgb --use-sage-attention --normalvram --disable-smart-memory --disable-cuda-malloc --fast
- **OS:** win32
- **Python Version:** 3.12.10 (tags/v3.12.10:0cc8128, Apr  8 2025, 12:21:36) [MSC v.1943 64 bit (AMD64)]
- **Embedded Python:** false
- **PyTorch Version:** 2.8.0+cu129
## Devices

- **Name:** cuda:0 NVIDIA GeForce RTX 5090 : native
  - **Type:** cuda
  - **VRAM Total:** 34190458880
  - **VRAM Free:** 32429309952
  - **Torch VRAM Total:** 0
  - **Torch VRAM Free:** 0

## Logs

2026-02-11T08:01:27.784205 - 
2026-02-11T08:01:27.784205 -   17. Qwen2.5-VL-3B-Instruct (来源: huggingface)2026-02-11T08:01:27.784205 - 
2026-02-11T08:01:27.784205 -   18. Qwen2.5-VL-7B-Instruct (来源: huggingface)2026-02-11T08:01:27.784205 - 
2026-02-11T08:01:27.784205 -   19. Huihui-Qwen3-VL-4B-Instruct-Abliterated (来源: modelscope)2026-02-11T08:01:27.784205 - 
2026-02-11T08:01:27.784205 -   20. Huihui-Qwen3-VL-8B-Instruct-Abliterated (来源: huggingface)2026-02-11T08:01:27.784205 - 
2026-02-11T08:01:27.789188 - ======================================== ComfyUI-QwenImageLoraLoader Initialization ========================================
2026-02-11T08:01:27.790185 - Found NunchakuQwenImageTransformerBlock in nunchaku.models.transformers.transformer_qwenimage
2026-02-11T08:01:27.791182 - Applying Manual Planar Injection Monkey Patch to NunchakuQwenImageTransformerBlock
2026-02-11T08:01:27.791182 - Successfully applied Nunchaku Manual Planar Injection monkey patch.
2026-02-11T08:01:27.792210 - [DEBUG] Added to sys.path: N:\ComfyUI-aki-v2\ComfyUI\custom_nodes\ComfyUI-QwenImageLoraLoader2026-02-11T08:01:27.792210 - 
2026-02-11T08:01:27.792210 - [DEBUG] wrappers dir exists: True2026-02-11T08:01:27.792210 - 
2026-02-11T08:01:27.792210 - [DEBUG] qwenimage.py exists: True2026-02-11T08:01:27.792210 - 
2026-02-11T08:01:27.795199 - ============================================================================================================================
2026-02-11T08:01:27.850451 - 📊 Initial VRAM status: 30.20GB free / 31.84GB total2026-02-11T08:01:27.850451 - 
2026-02-11T08:01:27.883126 - ⚡ SeedVR2 optimizations check: Flash Attention ✅ | Triton ✅2026-02-11T08:01:27.883126 - 
2026-02-11T08:01:27.899206 - 📊 Initial CUDA memory: 30.20GB free / 31.84GB total2026-02-11T08:01:27.899206 - 
2026-02-11T08:01:27.975575 - 
__     ______   ____                      ____              ____ _      _ 
\ \   / /  _ \ / ___| __ _ _ __ ___   ___|  _ \  _____   __/ ___(_)_ __| |
 \ \ / /| |_) | |  _ / _` | '_ ` _ \ / _ \ | | |/ _ \ \ / / |  _| | '__| |
  \ V / |  _ <| |_| | (_| | | | | | |  __/ |_| |  __/\ V /| |_| | | |  | |
   \_/  |_| \_\\____|\__,_|_| |_| |_|\___|____/ \___| \_/  \____|_|_|  |_|
                                                                          
             🎮 VRGameDevGirl custom nodes loaded successfully! 🎞️
2026-02-11T08:01:27.975575 - 
2026-02-11T08:01:29.829152 - (pysssss:WD14Tagger) [DEBUG] Available ORT providers: TensorrtExecutionProvider, CUDAExecutionProvider, CPUExecutionProvider2026-02-11T08:01:29.829152 - 
2026-02-11T08:01:29.829152 - (pysssss:WD14Tagger) [DEBUG] Using ORT providers: CUDAExecutionProvider, CPUExecutionProvider2026-02-11T08:01:29.829152 - 
2026-02-11T08:01:29.836190 - Logger already set up. Skipping setup_logger().
2026-02-11T08:01:29.845184 - [⚡2026-02-11T08:01:29.845184 - ZI_POWER2026-02-11T08:01:29.846180 -  2026-02-11T08:01:29.846180 - INFO2026-02-11T08:01:29.846180 - ] Version: 0.9.0
2026-02-11T08:01:29.846180 - [⚡2026-02-11T08:01:29.846180 - ZI_POWER2026-02-11T08:01:29.846180 -  2026-02-11T08:01:29.847177 - INFO2026-02-11T08:01:29.847177 - ] Imported 7 nodes + 2 deprecated ones.
2026-02-11T08:01:29.848174 - [⚡2026-02-11T08:01:29.848174 - ZI_POWER2026-02-11T08:01:29.848174 -  2026-02-11T08:01:29.848174 - INFO2026-02-11T08:01:29.848174 - ] "Style & Prompt Encoder" includes support for 70 different styles.
2026-02-11T08:01:29.877471 - ------------------------------------------2026-02-11T08:01:29.877471 - 
2026-02-11T08:01:29.877471 - Comfyroll Studio v1.76 : 2026-02-11T08:01:29.877471 -  175 Nodes Loaded2026-02-11T08:01:29.877471 - 
2026-02-11T08:01:29.877471 - ------------------------------------------2026-02-11T08:01:29.877471 - 
2026-02-11T08:01:29.877471 - ** For changes, please see patch notes at https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes/blob/main/Patch_Notes.md2026-02-11T08:01:29.877471 - 
2026-02-11T08:01:29.877471 - ** For help, please see the wiki at https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes/wiki2026-02-11T08:01:29.877471 - 
2026-02-11T08:01:29.877471 - ------------------------------------------2026-02-11T08:01:29.877471 - 
2026-02-11T08:01:29.881459 - [N:\ComfyUI-aki-v2\ComfyUI\custom_nodes\comfyui_controlnet_aux] | INFO -> Using ckpts path: N:\ComfyUI-aki-v2\ComfyUI\custom_nodes\comfyui_controlnet_aux\ckpts2026-02-11T08:01:29.881459 - 
2026-02-11T08:01:29.882858 - [N:\ComfyUI-aki-v2\ComfyUI\custom_nodes\comfyui_controlnet_aux] | INFO -> Using symlinks: False2026-02-11T08:01:29.882858 - 
2026-02-11T08:01:29.883855 - [N:\ComfyUI-aki-v2\ComfyUI\custom_nodes\comfyui_controlnet_aux] | INFO -> Using ort providers: ['CUDAExecutionProvider', 'DirectMLExecutionProvider', 'OpenVINOExecutionProvider', 'ROCMExecutionProvider', 'MIGraphXExecutionProvider', 'CPUExecutionProvider', 'CoreMLExecutionProvider']2026-02-11T08:01:29.883855 - 
2026-02-11T08:01:29.901247 - DWPose: Onnxruntime with acceleration providers detected2026-02-11T08:01:29.901247 - 
2026-02-11T08:01:29.935403 - # 😺dzNodes: LayerStyle -> 2026-02-11T08:01:29.935403 - 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 2026-02-11T08:01:29.936400 - https://github.com/chflame163/ComfyUI_LayerStyle/issues/52026-02-11T08:01:29.936400 - 
2026-02-11T08:01:30.003233 - # 😺dzNodes: LayerStyle -> 2026-02-11T08:01:30.003233 - 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 2026-02-11T08:01:30.003233 - https://github.com/chflame163/ComfyUI_LayerStyle/issues/52026-02-11T08:01:30.003233 - 
2026-02-11T08:01:30.079631 - ✨提示词小助手 V2.0.2 已启动2026-02-11T08:01:30.079631 - 
2026-02-11T08:01:30.140975 - 
2026-02-11T08:01:30.140975 - Efficiency Nodes:2026-02-11T08:01:30.140975 -  Attempting to add Control Net options to the 'HiRes-Fix Script' Node (comfyui_controlnet_aux add-on)...2026-02-11T08:01:30.140975 - Success!2026-02-11T08:01:30.140975 - 
2026-02-11T08:01:30.464257 - Traceback (most recent call last):
  File "N:\ComfyUI-aki-v2\ComfyUI\nodes.py", line 2216, in load_custom_node
    module_spec.loader.exec_module(module)
  File "<frozen importlib._bootstrap_external>", line 995, in exec_module
  File "<frozen importlib._bootstrap_external>", line 1132, in get_code
  File "<frozen importlib._bootstrap_external>", line 1190, in get_data
FileNotFoundError: [Errno 2] No such file or directory: 'N:\\ComfyUI-aki-v2\\ComfyUI\\custom_nodes\\nunchaku\\__init__.py'

2026-02-11T08:01:30.464257 - Cannot import N:\ComfyUI-aki-v2\ComfyUI\custom_nodes\nunchaku module for custom nodes: [Errno 2] No such file or directory: 'N:\\ComfyUI-aki-v2\\ComfyUI\\custom_nodes\\nunchaku\\__init__.py'
2026-02-11T08:01:30.564451 - Using sage attention
2026-02-11T08:01:30.576103 - (RES4LYF) Init2026-02-11T08:01:30.576103 - 
2026-02-11T08:01:30.576103 - (RES4LYF) Importing beta samplers.2026-02-11T08:01:30.576103 - 
2026-02-11T08:01:30.592434 - (RES4LYF) Importing legacy samplers.2026-02-11T08:01:30.592434 - 
2026-02-11T08:01:30.619170 - 
2026-02-11T08:01:30.619170 - [rgthree-comfy] Loaded 48 extraordinary nodes. 🎉2026-02-11T08:01:30.619170 - 
2026-02-11T08:01:30.619170 - 
2026-02-11T08:01:30.619170 - [rgthree-comfy] ComfyUI's new Node 2.0 rendering may be incompatible with some rgthree-comfy nodes and features, breaking some rendering as well as losing the ability to access a node's properties (a vital part of many nodes). It also appears to run MUCH more slowly spiking CPU usage and causing jankiness and unresponsiveness, especially with large workflows. Personally I am not planning to use the new Nodes 2.0 and, unfortunately, am not able to invest the time to investigate and overhaul rgthree-comfy where needed. If you have issues when Nodes 2.0 is enabled, I'd urge you to switch it off as well and join me in hoping ComfyUI is not planning to deprecate the existing, stable canvas rendering all together.
2026-02-11T08:01:30.619170 - 
2026-02-11T08:01:30.626290 - 
Import times for custom nodes:
2026-02-11T08:01:30.626290 -    0.0 seconds: N:\ComfyUI-aki-v2\ComfyUI\custom_nodes\websocket_image_save.py
2026-02-11T08:01:30.626290 -    0.0 seconds: N:\ComfyUI-aki-v2\ComfyUI\custom_nodes\comfyui_zase
2026-02-11T08:01:30.627287 -    0.0 seconds: N:\ComfyUI-aki-v2\ComfyUI\custom_nodes\wan22_prompt_selector
2026-02-11T08:01:30.627287 -    0.0 seconds: N:\ComfyUI-aki-v2\ComfyUI\custom_nodes\ComfyUI-LaoLi-lineup
2026-02-11T08:01:30.627287 -    0.0 seconds: N:\ComfyUI-aki-v2\ComfyUI\custom_nodes\ComfyUI-EsesImageEffectBloom
2026-02-11T08:01:30.627287 -    0.0 seconds: N:\ComfyUI-aki-v2\ComfyUI\custom_nodes\ComfyUI-DD-Translation
2026-02-11T08:01:30.627287 -    0.0 seconds: N:\ComfyUI-aki-v2\ComfyUI\custom_nodes\ComfyUI-NSFW-PromptSelector
2026-02-11T08:01:30.627287 -    0.0 seconds: N:\ComfyUI-aki-v2\ComfyUI\custom_nodes\ComfyUi-ConditioningNoiseInjection
2026-02-11T08:01:30.627287 -    0.0 seconds: N:\ComfyUI-aki-v2\ComfyUI\custom_nodes\stability-ComfyUI-nodes
2026-02-11T08:01:30.627287 -    0.0 seconds: N:\ComfyUI-aki-v2\ComfyUI\custom_nodes\ComfyUI-WanMoeKSampler
2026-02-11T08:01:30.627287 -    0.0 seconds: N:\ComfyUI-aki-v2\ComfyUI\custom_nodes\SeedVarianceEnhancer
2026-02-11T08:01:30.627287 -    0.0 seconds: N:\ComfyUI-aki-v2\ComfyUI\custom_nodes\ComfyUI-qwenmultiangle
2026-02-11T08:01:30.627287 -    0.0 seconds: N:\ComfyUI-aki-v2\ComfyUI\custom_nodes\ComfyUI-ReservedVRAM
2026-02-11T08:01:30.628284 -    0.0 seconds: N:\ComfyUI-aki-v2\ComfyUI\custom_nodes\ComfyUI-TT-Resolution_selector-Node-main
2026-02-11T08:01:30.628284 -    0.0 seconds: N:\ComfyUI-aki-v2\ComfyUI\custom_nodes\sd-dynamic-thresholding
2026-02-11T08:01:30.628284 -    0.0 seconds: N:\ComfyUI-aki-v2\ComfyUI\custom_nodes\cg-use-everywhere
2026-02-11T08:01:30.628284 -    0.0 seconds: N:\ComfyUI-aki-v2\ComfyUI\custom_nodes\Comfyui-QwenEditUtils
2026-02-11T08:01:30.628284 -    0.0 seconds: N:\ComfyUI-aki-v2\ComfyUI\custom_nodes\AIGODLIKE-ComfyUI-Translation
2026-02-11T08:01:30.628284 -    0.0 seconds: N:\ComfyUI-aki-v2\ComfyUI\custom_nodes\ComfyUI-Miaoshouai-Tagger
2026-02-11T08:01:30.629782 -    0.0 seconds: N:\ComfyUI-aki-v2\ComfyUI\custom_nodes\Latent_Nodes
2026-02-11T08:01:30.629782 -    0.0 seconds: N:\ComfyUI-aki-v2\ComfyUI\custom_nodes\Comfyui_TTP_Toolset
2026-02-11T08:01:30.629782 -    0.0 seconds: N:\ComfyUI-aki-v2\ComfyUI\custom_nodes\ComfyUI-Inpaint-CropAndStitch
2026-02-11T08:01:30.629782 -    0.0 seconds: N:\ComfyUI-aki-v2\ComfyUI\custom_nodes\Comfyui-Memory_Cleanup
2026-02-11T08:01:30.629782 -    0.0 seconds: N:\ComfyUI-aki-v2\ComfyUI\custom_nodes\ComfyUI-CapitanZiT-Scheduler
2026-02-11T08:01:30.629782 -    0.0 seconds: N:\ComfyUI-aki-v2\ComfyUI\custom_nodes\ComfyUI_Dynamic-RAMCache
2026-02-11T08:01:30.629782 -    0.0 seconds: N:\ComfyUI-aki-v2\ComfyUI\custom_nodes\ComfyUI-WD14-Tagger
2026-02-11T08:01:30.629782 -    0.0 seconds: N:\ComfyUI-aki-v2\ComfyUI\custom_nodes\ComfyUI-Align
2026-02-11T08:01:30.629782 -    0.0 seconds: N:\ComfyUI-aki-v2\ComfyUI\custom_nodes\ComfyUI-qwenmultianglelight
2026-02-11T08:01:30.629782 -    0.0 seconds: N:\ComfyUI-aki-v2\ComfyUI\custom_nodes\ComfyUI-Qwen-Image-Integrated-KSampler
2026-02-11T08:01:30.629782 -    0.0 seconds (IMPORT FAILED): N:\ComfyUI-aki-v2\ComfyUI\custom_nodes\nunchaku
2026-02-11T08:01:30.629782 -    0.0 seconds: N:\ComfyUI-aki-v2\ComfyUI\custom_nodes\ComfyUI-EulerDiscreteScheduler
2026-02-11T08:01:30.629782 -    0.0 seconds: N:\ComfyUI-aki-v2\ComfyUI\custom_nodes\ComfyUI-Flux2Klein-Enhancer
2026-02-11T08:01:30.629782 -    0.0 seconds: N:\ComfyUI-aki-v2\ComfyUI\custom_nodes\comfyui_ipadapter_plus
2026-02-11T08:01:30.629782 -    0.0 seconds: N:\ComfyUI-aki-v2\ComfyUI\custom_nodes\ComfyUI-GGUF
2026-02-11T08:01:30.629782 -    0.0 seconds: N:\ComfyUI-aki-v2\ComfyUI\custom_nodes\Comfy-WaveSpeed
2026-02-11T08:01:30.629782 -    0.0 seconds: N:\ComfyUI-aki-v2\ComfyUI\custom_nodes\ComfyUI-DyPE
2026-02-11T08:01:30.629782 -    0.0 seconds: N:\ComfyUI-aki-v2\ComfyUI\custom_nodes\comfyui-inpaint-nodes
2026-02-11T08:01:30.629782 -    0.0 seconds: N:\ComfyUI-aki-v2\ComfyUI\custom_nodes\ComfyUI-Dev-Utils
2026-02-11T08:01:30.631284 -    0.0 seconds: N:\ComfyUI-aki-v2\ComfyUI\custom_nodes\comfyui_essentials
2026-02-11T08:01:30.631284 -    0.0 seconds: N:\ComfyUI-aki-v2\ComfyUI\custom_nodes\ComfyUI-Extra-Samplers
2026-02-11T08:01:30.631284 -    0.0 seconds: N:\ComfyUI-aki-v2\ComfyUI\custom_nodes\ComfyUI-QwenVL
2026-02-11T08:01:30.631284 -    0.0 seconds: N:\ComfyUI-aki-v2\ComfyUI\custom_nodes\ComfyUI-Custom-Scripts
2026-02-11T08:01:30.631284 -    0.0 seconds: N:\ComfyUI-aki-v2\ComfyUI\custom_nodes\ComfyUI-QwenImageLoraLoader
2026-02-11T08:01:30.631284 -    0.0 seconds: N:\ComfyUI-aki-v2\ComfyUI\custom_nodes\Derfuu_ComfyUI_ModdedNodes
2026-02-11T08:01:30.631284 -    0.0 seconds: N:\ComfyUI-aki-v2\ComfyUI\custom_nodes\ComfyUI-Florence2
2026-02-11T08:01:30.631284 -    0.0 seconds: N:\ComfyUI-aki-v2\ComfyUI\custom_nodes\comfyui_UltimateSDUpscale
2026-02-11T08:01:30.631284 -    0.0 seconds: N:\ComfyUI-aki-v2\ComfyUI\custom_nodes\ComfyUI_Qwen3-VL-Instruct
2026-02-11T08:01:30.631284 -    0.0 seconds: N:\ComfyUI-aki-v2\ComfyUI\custom_nodes\ComfyUI-FSampler
2026-02-11T08:01:30.631284 -    0.0 seconds: N:\ComfyUI-aki-v2\ComfyUI\custom_nodes\comfyui-advanced-controlnet
2026-02-11T08:01:30.631284 -    0.0 seconds: N:\ComfyUI-aki-v2\ComfyUI\custom_nodes\ComfyUI-JDCN
2026-02-11T08:01:30.631284 -    0.0 seconds: N:\ComfyUI-aki-v2\ComfyUI\custom_nodes\ComfyUI-KJNodes
2026-02-11T08:01:30.631284 -    0.0 seconds: N:\ComfyUI-aki-v2\ComfyUI\custom_nodes\comfyui_prompt_assistant
2026-02-11T08:01:30.631284 -    0.0 seconds: N:\ComfyUI-aki-v2\ComfyUI\custom_nodes\ComfyUI-ZImagePowerNodes
2026-02-11T08:01:30.631284 -    0.0 seconds: N:\ComfyUI-aki-v2\ComfyUI\custom_nodes\rgthree-comfy
2026-02-11T08:01:30.631284 -    0.0 seconds: N:\ComfyUI-aki-v2\ComfyUI\custom_nodes\ComfyUI_Comfyroll_CustomNodes
2026-02-11T08:01:30.632287 -    0.0 seconds: N:\ComfyUI-aki-v2\ComfyUI\custom_nodes\efficiency-nodes-comfyui
2026-02-11T08:01:30.632287 -    0.0 seconds: N:\ComfyUI-aki-v2\ComfyUI\custom_nodes\kaytool
2026-02-11T08:01:30.632287 -    0.0 seconds: N:\ComfyUI-aki-v2\ComfyUI\custom_nodes\comfyui-animatediff-evolved
2026-02-11T08:01:30.632287 -    0.0 seconds: N:\ComfyUI-aki-v2\ComfyUI\custom_nodes\ComfyUI-Qwen3VL-DP
2026-02-11T08:01:30.632287 -    0.0 seconds: N:\ComfyUI-aki-v2\ComfyUI\custom_nodes\comfyui-Inspire-Pack
2026-02-11T08:01:30.632287 -    0.0 seconds: N:\ComfyUI-aki-v2\ComfyUI\custom_nodes\comfyui_controlnet_aux
2026-02-11T08:01:30.632287 -    0.0 seconds: N:\ComfyUI-aki-v2\ComfyUI\custom_nodes\ComfyUI-VideoHelperSuite
2026-02-11T08:01:30.632287 -    0.1 seconds: N:\ComfyUI-aki-v2\ComfyUI\custom_nodes\ComfyUI-Qwen
2026-02-11T08:01:30.632287 -    0.1 seconds: N:\ComfyUI-aki-v2\ComfyUI\custom_nodes\ComfyUI-SeedVR2_VideoUpscaler-main
2026-02-11T08:01:30.632287 -    0.1 seconds: N:\ComfyUI-aki-v2\ComfyUI\custom_nodes\ComfyUI-Prompt_Helper
2026-02-11T08:01:30.632287 -    0.1 seconds: N:\ComfyUI-aki-v2\ComfyUI\custom_nodes\ComfyUI-SeedVR2_VideoUpscaler
2026-02-11T08:01:30.632287 -    0.1 seconds: N:\ComfyUI-aki-v2\ComfyUI\custom_nodes\ComfyUI_LayerStyle_Advance
2026-02-11T08:01:30.632287 -    0.1 seconds: N:\ComfyUI-aki-v2\ComfyUI\custom_nodes\ComfyUI-Impact-Subpack
2026-02-11T08:01:30.632287 -    0.1 seconds: N:\ComfyUI-aki-v2\ComfyUI\custom_nodes\ComfyUI_LayerStyle
2026-02-11T08:01:30.632287 -    0.1 seconds: N:\ComfyUI-aki-v2\ComfyUI\custom_nodes\RES4LYF
2026-02-11T08:01:30.632287 -    0.1 seconds: N:\ComfyUI-aki-v2\ComfyUI\custom_nodes\ComfyUI-Impact-Pack
2026-02-11T08:01:30.632287 -    0.2 seconds: N:\ComfyUI-aki-v2\ComfyUI\custom_nodes\ComfyUI-WanVideoWrapper
2026-02-11T08:01:30.633503 -    0.2 seconds: N:\ComfyUI-aki-v2\ComfyUI\custom_nodes\ComfyUI-Detail-Daemon
2026-02-11T08:01:30.633503 -    0.3 seconds: N:\ComfyUI-aki-v2\ComfyUI\custom_nodes\HandFixer
2026-02-11T08:01:30.633503 -    0.3 seconds: N:\ComfyUI-aki-v2\ComfyUI\custom_nodes\ComfyUI-Easy-Sam3
2026-02-11T08:01:30.633503 -    0.6 seconds: N:\ComfyUI-aki-v2\ComfyUI\custom_nodes\ComfyUI-Manager
2026-02-11T08:01:30.633503 -    0.6 seconds: N:\ComfyUI-aki-v2\ComfyUI\custom_nodes\ComfyUI-Crystools
2026-02-11T08:01:30.633503 -    1.6 seconds: N:\ComfyUI-aki-v2\ComfyUI\custom_nodes\ComfyUI-nunchaku
2026-02-11T08:01:30.633503 -    1.6 seconds: N:\ComfyUI-aki-v2\ComfyUI\custom_nodes\comfyui-vrgamedevgirl
2026-02-11T08:01:30.633503 -    4.0 seconds: N:\ComfyUI-aki-v2\ComfyUI\custom_nodes\ComfyUI-Easy-Use
2026-02-11T08:01:30.633503 - 
2026-02-11T08:01:30.640984 - Context impl SQLiteImpl.
2026-02-11T08:01:30.640984 - Will assume non-transactional DDL.
2026-02-11T08:01:30.762986 - Assets scan(roots=['models']) completed in 0.118s (created=0, skipped_existing=606, orphans_pruned=0, total_seen=607)
2026-02-11T08:01:30.817477 - Starting server

2026-02-11T08:01:30.817477 - To see the GUI go to: http://127.0.0.1:8188
2026-02-11T08:01:31.576137 - [DEPRECATION WARNING] Detected import of deprecated legacy API: /scripts/ui.js. This is likely caused by a custom node extension using outdated APIs. Please update your extensions or contact the extension author for an updated version.
2026-02-11T08:01:31.581830 - [DEPRECATION WARNING] Detected import of deprecated legacy API: /scripts/ui/components/buttonGroup.js. This is likely caused by a custom node extension using outdated APIs. Please update your extensions or contact the extension author for an updated version.
2026-02-11T08:01:31.585397 - [DEPRECATION WARNING] Detected import of deprecated legacy API: /extensions/core/clipspace.js. This is likely caused by a custom node extension using outdated APIs. Please update your extensions or contact the extension author for an updated version.
2026-02-11T08:01:31.586428 - [DEPRECATION WARNING] Detected import of deprecated legacy API: /extensions/core/groupNode.js. This is likely caused by a custom node extension using outdated APIs. Please update your extensions or contact the extension author for an updated version.
2026-02-11T08:01:31.608074 - [DEPRECATION WARNING] Detected import of deprecated legacy API: /extensions/core/widgetInputs.js. This is likely caused by a custom node extension using outdated APIs. Please update your extensions or contact the extension author for an updated version.
2026-02-11T08:01:32.931354 - [DEPRECATION WARNING] Detected import of deprecated legacy API: /scripts/ui/components/button.js. This is likely caused by a custom node extension using outdated APIs. Please update your extensions or contact the extension author for an updated version.
2026-02-11T08:01:33.571249 - FETCH ComfyRegistry Data: 5/1252026-02-11T08:01:33.571249 - 
2026-02-11T08:01:35.184489 - Start Log Catchers...2026-02-11T08:01:35.184489 - 
2026-02-11T08:01:35.184489 - [LogConsole] client [661b28f417c44223b3f3390c54638bf0], console [76da7958-13a1-4451-8d77-6fdb028dfa5b], connected2026-02-11T08:01:35.184489 - 
2026-02-11T08:01:39.306855 - FETCH ComfyRegistry Data: 10/1252026-02-11T08:01:39.306855 - 
2026-02-11T08:01:45.074754 - FETCH ComfyRegistry Data: 15/1252026-02-11T08:01:45.074754 - 
2026-02-11T08:01:50.888313 - FETCH ComfyRegistry Data: 20/1252026-02-11T08:01:50.888313 - 
2026-02-11T08:01:56.943871 - FETCH ComfyRegistry Data: 25/1252026-02-11T08:01:56.943871 - 
2026-02-11T08:02:02.711277 - FETCH ComfyRegistry Data: 30/1252026-02-11T08:02:02.711277 - 
2026-02-11T08:02:08.499833 - FETCH ComfyRegistry Data: 35/1252026-02-11T08:02:08.499833 - 
2026-02-11T08:02:14.252071 - FETCH ComfyRegistry Data: 40/1252026-02-11T08:02:14.252071 - 
2026-02-11T08:02:20.043230 - FETCH ComfyRegistry Data: 45/1252026-02-11T08:02:20.043230 - 
2026-02-11T08:02:20.115206 - got prompt
2026-02-11T08:02:20.136097 - WARNING: PlaySound.IS_CHANGED() missing 1 required positional argument: 'self'
2026-02-11T08:02:26.898818 - FETCH ComfyRegistry Data: 50/1252026-02-11T08:02:26.898818 - 
2026-02-11T08:02:28.521619 - gguf qtypes: F32 (145), Q8_0 (253)
2026-02-11T08:02:28.612817 - Dequantizing token_embd.weight to prevent runtime OOM.
2026-02-11T08:02:29.290384 - CLIP/text encoder model load device: cuda:0, offload device: cpu, current: cpu, dtype: torch.float16
2026-02-11T08:02:29.297662 - end_vram - start_vram: 0 - 0 = 02026-02-11T08:02:29.297662 - 
2026-02-11T08:02:29.298658 - #121 [CLIPLoaderGGUF]: 9.15s - vram 0b2026-02-11T08:02:29.298658 - 
2026-02-11T08:02:29.313126 - model weight dtype torch.float16, manual cast: None
2026-02-11T08:02:29.314687 - model_type FLOW
2026-02-11T08:02:29.319780 - end_vram - start_vram: 0 - 0 = 02026-02-11T08:02:29.319780 - 
2026-02-11T08:02:29.319780 - #46 [UNETLoader]: 0.02s - vram 0b2026-02-11T08:02:29.320286 - 
2026-02-11T08:02:29.464629 - end_vram - start_vram: 0 - 0 = 02026-02-11T08:02:29.464629 - 
2026-02-11T08:02:29.465626 - #57 [Power Lora Loader (rgthree)]: 0.14s - vram 0b2026-02-11T08:02:29.465626 - 
2026-02-11T08:02:29.466623 - end_vram - start_vram: 0 - 0 = 02026-02-11T08:02:29.466623 - 
2026-02-11T08:02:29.467619 - #111 [EmptyZImageLatentImage //ZImagePowerNodes]: 0.00s - vram 0b2026-02-11T08:02:29.467619 - 
2026-02-11T08:02:29.468616 - end_vram - start_vram: 0 - 0 = 02026-02-11T08:02:29.468616 - 
2026-02-11T08:02:29.468616 - #93 [ModelSamplingAuraFlow]: 0.00s - vram 0b2026-02-11T08:02:29.468616 - 
2026-02-11T08:02:30.284004 - end_vram - start_vram: 0 - 0 = 02026-02-11T08:02:30.284004 - 
2026-02-11T08:02:30.284004 - #101 [LoadImage]: 0.81s - vram 0b2026-02-11T08:02:30.285005 - 
2026-02-11T08:02:31.536445 - # 😺dzNodes: LayerStyle -> 2026-02-11T08:02:31.536445 - ImageScaleByAspectRatio V2 Processed 1 image(s).2026-02-11T08:02:31.536445 - 
2026-02-11T08:02:31.537441 - end_vram - start_vram: 0 - 0 = 02026-02-11T08:02:31.537441 - 
2026-02-11T08:02:31.538438 - #106 [LayerUtility: ImageScaleByAspectRatio V2]: 1.25s - vram 0b2026-02-11T08:02:31.538438 - 
2026-02-11T08:02:31.541428 - [QwenVL] Node on nvidia_gpu2026-02-11T08:02:31.541428 - 
2026-02-11T08:02:31.619159 - [QwenVL] Attention backend selected: flash_attention_22026-02-11T08:02:31.619159 - 
2026-02-11T08:02:31.838509 - [QwenVL] Loading Qwen3-VL-4B-Instruct (None (FP16), attn=flash_attention_2)2026-02-11T08:02:31.839506 - 
2026-02-11T08:02:32.768102 - FETCH ComfyRegistry Data: 55/1252026-02-11T08:02:32.768102 - 
2026-02-11T08:02:38.838274 - FETCH ComfyRegistry Data: 60/1252026-02-11T08:02:38.838274 - 
2026-02-11T08:02:44.708151 - FETCH ComfyRegistry Data: 65/1252026-02-11T08:02:44.708151 - 
2026-02-11T08:02:48.280088 - end_vram - start_vram: 9142142464 - 0 = 91421424642026-02-11T08:02:48.280088 - 
2026-02-11T08:02:48.280088 - #100 [AILab_QwenVL]: 16.74s - vram 9142142464b2026-02-11T08:02:48.281589 - 
2026-02-11T08:02:48.287577 - Requested to load ZImageTEModel_
2026-02-11T08:02:51.183939 - FETCH ComfyRegistry Data: 70/1252026-02-11T08:02:51.183939 - 
2026-02-11T08:02:52.445059 - loaded completely; 20819.19 MB usable, 4424.19 MB loaded, full load: True
2026-02-11T08:02:52.566029 - 
======================================================================
FLUX.2 KLEIN SECTIONED ENCODING
======================================================================
Mode: manual
Separator: newline
Estimated total tokens: ~106

----------------------------------------------------------------------
YOUR SECTION CONTENT
----------------------------------------------------------------------

🔵 FRONT (~35 tokens)
   "刘亦菲,她欢快的笑着。
她拥有光滑细腻的肌肤,白皙无瑕,肤色极淡。她的脸庞娇嫩甜美,宛如少女。她拥有娇俏的桃子形脸庞,大眼睛,是网络上流行的面孔,拥有自然清新的妆容:适合双眼皮的细眼线,浓密自然的睫毛,以及如玫瑰花瓣般的粉色嘴唇。她气质自然优雅。
"

🟠 MID (~71 tokens)
   "裸体女子躺卧于木椅上,双腿张开,大腿间无遮挡。头戴繁复银饰发冠,额前贴闪粉妆容,眼睑闭合,唇微启,右手轻抚左肩衣襟边缘,左手垂落腿侧。身披半透明米白长袍,仅覆盖部分躯干与手臂,其余全裸露。皮肉呈自然肤色,毫无光泽感,干燥哑光质感,胸部巨大饱满。右后方置一束粉色玫瑰花丛,花瓣层叠清晰可见;左侧为朦胧窗帘透入暖黄斜射光源,在肌肤表面形成柔和高光区但非镜面反射。镜头从正上方45度俯拍,焦距1:2,景深极浅,唯人像主体锐利聚焦,背景完全模糊成色块状纹理。地面铺灰褐编织垫子一角露出。无其他杂物干扰构图。"

🟢 END (~0 tokens)
   ""

----------------------------------------------------------------------
FINAL COMBINED PROMPT
----------------------------------------------------------------------
"刘亦菲,她欢快的笑着。
她拥有光滑细腻的肌肤,白皙无瑕,肤色极淡。她的脸庞娇嫩甜美,宛如少女。她拥有娇俏的桃子形脸庞,大眼睛,是网络上流行的面孔,拥有自然清新的妆容:适合双眼皮的细眼线,浓密自然的睫毛,以及如玫瑰花瓣般的粉色嘴唇。她气质自然优雅。

裸体女子躺卧于木椅上,双腿张开,大腿间无遮挡。头戴繁复银饰发冠,额前贴闪粉妆容,眼睑闭合,唇微启,右手轻抚左肩衣襟边缘,左手垂落腿侧。身披半透明米白长袍,仅覆盖部分躯干与手臂,其余全裸露。皮肉呈自然肤色,毫无光泽感,干燥哑光质感,胸部巨大饱满。右后方置一束粉色玫瑰花丛,花瓣层叠清晰可见;左侧为朦胧窗帘透入暖黄斜射光源,在肌肤表面形成柔和高光区但非镜面反射。镜头从正上方45度俯拍,焦距1:2,景深极浅,唯人像主体锐利聚焦,背景完全模糊成色块状纹理。地面铺灰褐编织垫子一角露出。无其他杂物干扰构图。"

======================================================================
DETAIL CONTROLLER WILL USE (Dynamic)
======================================================================
The Detail Controller calculates regions as:
  • FRONT region: tokens 0 to 26 (25% of actual)
  • MID region: tokens 26 to 79 (50% of actual)
  • END region: tokens 79 to 106 (25% of actual)

NOTE: These are based on ACTUAL tokens after encoding,
not your section boundaries. Organize semantically!
======================================================================
2026-02-11T08:02:52.566029 - 
2026-02-11T08:02:52.568022 - end_vram - start_vram: 13788779520 - 8884171264 = 49046082562026-02-11T08:02:52.568022 - 
2026-02-11T08:02:52.568022 - #122 [Flux2KleinSectionedEncoder]: 4.29s - vram 4904608256b2026-02-11T08:02:52.568022 - 
2026-02-11T08:02:52.569019 - end_vram - start_vram: 13610101760 - 13610101760 = 02026-02-11T08:02:52.569019 - 
2026-02-11T08:02:52.569019 - #113 [PreviewAny]: 0.00s - vram 0b2026-02-11T08:02:52.569019 - 
2026-02-11T08:02:52.773500 - end_vram - start_vram: 13613921280 - 13610101760 = 38195202026-02-11T08:02:52.773500 - 
2026-02-11T08:02:52.773500 - #123 [Flux2KleinDetailController]: 0.20s - vram 3819520b2026-02-11T08:02:52.773500 - 
2026-02-11T08:02:56.200468 - end_vram - start_vram: 13610101760 - 13610101760 = 02026-02-11T08:02:56.200468 - 
2026-02-11T08:02:56.200468 - #120 [LayerUtility: PurgeVRAM V2]: 3.43s - vram 0b2026-02-11T08:02:56.200468 - 
2026-02-11T08:02:56.203544 - Requested to load Lumina2
2026-02-11T08:02:56.261533 - !!! Exception during processing !!! The specified pointer resides on host memory and is not registered with any CUDA device.
2026-02-11T08:02:56.263534 - Traceback (most recent call last):
  File "N:\ComfyUI-aki-v2\ComfyUI\execution.py", line 530, in execute
    output_data, output_ui, has_subgraph, has_pending_tasks = await get_output_data(prompt_id, unique_id, obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb, v3_data=v3_data)
                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "N:\ComfyUI-aki-v2\ComfyUI\execution.py", line 334, in get_output_data
    return_values = await _async_map_node_over_list(prompt_id, unique_id, obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb, v3_data=v3_data)
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "N:\ComfyUI-aki-v2\ComfyUI\execution.py", line 308, in _async_map_node_over_list
    await process_inputs(input_dict, i)
  File "N:\ComfyUI-aki-v2\ComfyUI\execution.py", line 296, in process_inputs
    result = f(**inputs)
             ^^^^^^^^^^^
  File "N:\ComfyUI-aki-v2\ComfyUI\nodes.py", line 1590, in sample
    return common_ksampler(model, seed, steps, cfg, sampler_name, scheduler, positive, negative, latent_image, denoise=denoise)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "N:\ComfyUI-aki-v2\ComfyUI\nodes.py", line 1555, in common_ksampler
    samples = comfy.sample.sample(model, noise, steps, cfg, sampler_name, scheduler, positive, negative, latent_image,
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "N:\ComfyUI-aki-v2\ComfyUI\comfy\sample.py", line 66, in sample
    samples = sampler.sample(noise, positive, negative, cfg=cfg, latent_image=latent_image, start_step=start_step, last_step=last_step, force_full_denoise=force_full_denoise, denoise_mask=noise_mask, sigmas=sigmas, callback=callback, disable_pbar=disable_pbar, seed=seed)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "N:\ComfyUI-aki-v2\ComfyUI\comfy\samplers.py", line 1177, in sample
    return sample(self.model, noise, positive, negative, cfg, self.device, sampler, sigmas, self.model_options, latent_image=latent_image, denoise_mask=denoise_mask, callback=callback, disable_pbar=disable_pbar, seed=seed)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "N:\ComfyUI-aki-v2\ComfyUI\comfy\samplers.py", line 1067, in sample
    return cfg_guider.sample(noise, latent_image, sampler, sigmas, denoise_mask, callback, disable_pbar, seed)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "N:\ComfyUI-aki-v2\ComfyUI\comfy\samplers.py", line 1049, in sample
    output = executor.execute(noise, latent_image, sampler, sigmas, denoise_mask, callback, disable_pbar, seed, latent_shapes=latent_shapes)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "N:\ComfyUI-aki-v2\ComfyUI\comfy\patcher_extension.py", line 112, in execute
    return self.original(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "N:\ComfyUI-aki-v2\ComfyUI\comfy\samplers.py", line 983, in outer_sample
    self.inner_model, self.conds, self.loaded_models = comfy.sampler_helpers.prepare_sampling(self.model_patcher, noise.shape, self.conds, self.model_options)
                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "N:\ComfyUI-aki-v2\ComfyUI\comfy\sampler_helpers.py", line 130, in prepare_sampling
    return executor.execute(model, noise_shape, conds, model_options=model_options, force_full_load=force_full_load)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "N:\ComfyUI-aki-v2\ComfyUI\comfy\patcher_extension.py", line 112, in execute
    return self.original(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "N:\ComfyUI-aki-v2\ComfyUI\comfy\sampler_helpers.py", line 138, in _prepare_sampling
    comfy.model_management.load_models_gpu([model] + models, memory_required=memory_required + inference_memory, minimum_memory_required=minimum_memory_required + inference_memory, force_full_load=force_full_load)
  File "N:\ComfyUI-aki-v2\ComfyUI\comfy\model_management.py", line 746, in load_models_gpu
    loaded_model.model_load(lowvram_model_memory, force_patch_weights=force_patch_weights)
  File "N:\ComfyUI-aki-v2\ComfyUI\comfy\model_management.py", line 528, in model_load
    self.model_use_more_vram(use_more_vram, force_patch_weights=force_patch_weights)
  File "N:\ComfyUI-aki-v2\ComfyUI\comfy\model_management.py", line 558, in model_use_more_vram
    return self.model.partially_load(self.device, extra_memory, force_patch_weights=force_patch_weights)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "N:\ComfyUI-aki-v2\ComfyUI\comfy\model_patcher.py", line 1618, in partially_load
    raise e
  File "N:\ComfyUI-aki-v2\ComfyUI\comfy\model_patcher.py", line 1615, in partially_load
    self.load(device_to, dirty=dirty)
  File "N:\ComfyUI-aki-v2\ComfyUI\comfy\model_patcher.py", line 1545, in load
    m._v_tensor = comfy_aimdo.torch.aimdo_to_tensor(m._v, device_to)
                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "N:\ComfyUI-aki-v2\python\Lib\site-packages\comfy_aimdo\torch.py", line 24, in aimdo_to_tensor
    return get_tensor_from_raw_ptr(ptr, size, device)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "N:\ComfyUI-aki-v2\python\Lib\site-packages\comfy_aimdo\torch.py", line 20, in get_tensor_from_raw_ptr
    return torch.as_tensor(holder, device=device)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
RuntimeError: The specified pointer resides on host memory and is not registered with any CUDA device.

2026-02-11T08:02:56.264530 - end_vram - start_vram: 8884174848 - 8884171264 = 35842026-02-11T08:02:56.264530 - 
2026-02-11T08:02:56.264530 - #96 [KSampler]: 0.06s - vram 3584b2026-02-11T08:02:56.265527 - 
2026-02-11T08:02:56.265527 - Prompt executed in 36.15 seconds


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

Workflow too large. Please manually upload the workflow from local file system.


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

Other

No response

Metadata

Metadata

Assignees

Labels

Potential BugUser is reporting a bug. This should be tested.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions