Comfy-Org / Comfy-Org/ComfyUI

Lora Hook error. CLIPTextEncode 'NoneType' object has no attribute 'float'

Open
#6,082 1 comment 0 reactions 1 assignee Claimed by @Kosinkadink View on GitHub
Potential Bug
Dominant language
Python
Stars
133k
Forks
15.7k
Avg merge
1d 7h
Merged PRs (30d)
158

Description

### Expected Behavior

can hook lora to specific prompt (as seen in this comfy article [https://blog.comfy.org/p/masking-and-scheduling-lora-and-model-weights]

### Actual Behavior

Clip error

### Steps to Reproduce

Look like Flux dual clip cannot handle lora hook.
[Lora Hook Error.json](https://github.com/user-attachments/files/18162976/Lora.Hook.Error.json)

### Debug Logs

```powershell
# ComfyUI Error Report
## Error Details
- **Node ID:** 19
- **Node Type:** CLIPTextEncode
- **Exception Type:** AttributeError
- **Exception Message:** 'NoneType' object has no attribute 'float'
## Stack Trace

File "C:\Users\User\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\execution.py", line 324, 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 "C:\Users\User\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\execution.py", line 199, 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 "C:\Users\User\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\execution.py", line 170, in _map_node_over_list
process_inputs(input_dict, i)

File "C:\Users\User\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\execution.py", line 159, in process_inputs
results.append(getattr(obj, func)(**inputs))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^

File "C:\Users\User\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\nodes.py", line 67, in encode
return (clip.encode_from_tokens_scheduled(tokens), )
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

File "C:\Users\User\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\comfy\sd.py", line 143, in encode_from_tokens_scheduled
pooled_dict = self.encode_from_tokens(tokens, return_pooled=return_pooled, return_dict=True)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

File "C:\Users\User\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\comfy\sd.py", line 205, in encode_from_tokens
o = self.cond_stage_model.encode_token_weights(tokens)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

File "C:\Users\User\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\comfy\text_encoders\flux.py", line 55, in encode_token_weights
t5_out, t5_pooled = self.t5xxl.encode_token_weights(token_weight_pairs_t5)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

File "C:\Users\User\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\comfy\sd1_clip.py", line 41, in encode_token_weights
o = self.encode(to_encode)
^^^^^^^^^^^^^^^^^^^^^^

File "C:\Users\User\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\comfy\sd1_clip.py", line 238, in encode
return self(tokens)
^^^^^^^^^^^^

File "C:\AI\ComfyUI-Desktop\ComfyUI\.venv\Lib\site-packages\torch\nn\modules\module.py", line 1736, in _wrapped_call_impl
return self._call_impl(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

File "C:\AI\ComfyUI-Desktop\ComfyUI\.venv\Lib\site-packages\torch\nn\modules\module.py", line 1747, in _call_impl
return forward_call(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

File "C:\Users\User\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\comfy\sd1_clip.py", line 216, in forward
z = outputs[1].float()
^^^^^^^^^^^^^^^^

```
## System Information
- **ComfyUI Version:** unknown
- **Arguments:** C:\Users\User\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\main.py --user-directory C:\AI\ComfyUI-Desktop\ComfyUI\user --input-directory C:\AI\ComfyUI-Desktop\ComfyUI\input --output-directory C:\AI\ComfyUI-Desktop\ComfyUI\output --front-end-root C:\Users\User\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\web_custom_versions\desktop_app --extra-model-paths-config C:\Users\User\AppData\Roaming\ComfyUI\extra_models_config.yaml --port 8000 --listen 127.0.0.1
- **OS:** nt
- **Python Version:** 3.12.4 (main, Jul 25 2024, 21:57:00) [MSC v.1929 64 bit (AMD64)]
- **Embedded Python:** false
- **PyTorch Version:** 2.5.1+cu121
## Devices

- **Name:** cuda:0 NVIDIA GeForce RTX 4060 Laptop GPU : cudaMallocAsync
- **Type:** cuda
- **VRAM Total:** 8585216000
- **VRAM Free:** 2365023736
- **Torch VRAM Total:** 5066719232
- **Torch VRAM Free:** 23553528

## Logs
```
2024-12-17T16:09:50.889959 - Adding extra search path LLM C:\AI\ComfyUI-Desktop\ComfyUI\models\LLM\
2024-12-17T16:09:50.889959 - Adding extra search path Joy_caption C:\AI\ComfyUI-Desktop\ComfyUI\models\Joy_caption\
2024-12-17T16:09:50.889959 - Adding extra search path sams C:\AI\ComfyUI-Desktop\ComfyUI\models\sams\
2024-12-17T16:09:50.889959 - Adding extra search path blip C:\AI\ComfyUI-Desktop\ComfyUI\models\blip\
2024-12-17T16:09:50.889959 - Adding extra search path CogVideo C:\AI\ComfyUI-Desktop\ComfyUI\models\CogVideo\
2024-12-17T16:09:50.889959 - Adding extra search path xlabs C:\AI\ComfyUI-Desktop\ComfyUI\models\xlabs\
2024-12-17T16:09:50.889959 - Adding extra search path instantid C:\AI\ComfyUI-Desktop\ComfyUI\models\instantid\
2024-12-17T16:09:50.889959 - Adding extra search path custom_nodes C:\AI\ComfyUI-Desktop\ComfyUI\custom_nodes/
2024-12-17T16:09:50.890478 - Adding extra search path download_model_base C:\AI\ComfyUI-Desktop\ComfyUI\models
2024-12-17T16:09:53.451767 - [Crystools INFO] Crystools version: 1.21.0
2024-12-17T16:09:53.495288 - [Crystools INFO] CPU: 12th Gen Intel(R) Core(TM) i5-12500H - Arch: AMD64 - OS: Windows 11
2024-12-17T16:09:53.504186 - [Crystools INFO] Pynvml (Nvidia) initialized.
2024-12-17T16:09:53.504186 - [Crystools INFO] GPU/s:
2024-12-17T16:09:53.511473 - [Crystools INFO] 0) NVIDIA GeForce RTX 4060 Laptop GPU
2024-12-17T16:09:53.511473 - [Crystools INFO] NVIDIA Driver: 555.97
2024-12-17T16:09:53.550655 -
Depthcrafter Nodes Loaded
2024-12-17T16:09:53.550655 -
2024-12-17T16:09:53.713093 - [ComfyUI-Easy-Use] server: v1.2.5 Loaded2024-12-17T16:09:53.713093 -
2024-12-17T16:09:53.713093 - [ComfyUI-Easy-Use] web root: C:\AI\ComfyUI-Desktop\ComfyUI\custom_nodes\ComfyUI-Easy-Use\web_version/v2 Loaded2024-12-17T16:09:53.713093 -
2024-12-17T16:09:54.326474 - ### Loading: ComfyUI-Inspire-Pack (V1.9)2024-12-17T16:09:54.326474 -
2024-12-17T16:09:54.392761 - Total VRAM 8188 MB, total RAM 32395 MB
2024-12-17T16:09:54.392761 - pytorch version: 2.5.1+cu121
2024-12-17T16:09:54.393841 - Set vram state to: NORMAL_VRAM
2024-12-17T16:09:54.393841 - Device: cuda:0 NVIDIA GeForce RTX 4060 Laptop GPU : cudaMallocAsync
2024-12-17T16:09:56.102961 - --------------
2024-12-17T16:09:56.102961 -  ### Mixlab Nodes: Loaded
2024-12-17T16:09:56.113772 - json_repair## OK2024-12-17T16:09:56.113772 -
2024-12-17T16:09:56.118971 - ChatGPT.available True
2024-12-17T16:09:56.120011 - edit_mask.available True
2024-12-17T16:09:56.461059 - ## clip_interrogator_model not found: C:\Users\User\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\models\clip_interrogator\Salesforce\blip-image-captioning-base, pls download from https://huggingface.co/Salesforce/blip-image-captioning-base2024-12-17T16:09:56.461059 -
2024-12-17T16:09:56.461059 - ClipInterrogator.available True
2024-12-17T16:09:56.656014 - ## text_generator_model not found: C:\Users\User\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\models\prompt_generator\text2image-prompt-generator, pls download from https://huggingface.co/succinctly/text2image-prompt-generator/tree/main2024-12-17T16:09:56.656014 -
2024-12-17T16:09:56.656014 - ## zh_en_model not found: C:\Users\User\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\models\prompt_generator\opus-mt-zh-en, pls download from https://huggingface.co/Helsinki-NLP/opus-mt-zh-en/tree/main2024-12-17T16:09:56.656014 -
2024-12-17T16:09:56.656014 - PromptGenerate.available True
2024-12-17T16:09:56.656014 - ChinesePrompt.available True
2024-12-17T16:09:56.656014 - RembgNode_.available True
2024-12-17T16:09:57.315334 - TripoSR.available
2024-12-17T16:09:57.316369 - MiniCPMNode.available
2024-12-17T16:09:57.374094 - Scenedetect.available
2024-12-17T16:09:57.502900 - FishSpeech.available
2024-12-17T16:09:57.518362 - SenseVoice.available
2024-12-17T16:09:57.582869 - Whisper.available False
2024-12-17T16:09:57.584425 - fal-client## OK2024-12-17T16:09:57.584425 -
2024-12-17T16:09:57.597465 - FalVideo.available
2024-12-17T16:09:57.605105 -  -------------- 
2024-12-17T16:09:58.384435 - C:\AI\ComfyUI-Desktop\ComfyUI\.venv\Lib\site-packages\timm\models\layers\__init__.py:48: FutureWarning: Importing from timm.models.layers is deprecated, please import via timm.layers
warnings.warn(f"Importing from {__name__} is deprecated, please import via timm.layers", FutureWarning)
2024-12-17T16:09:58.388592 - Please 'pip install xformers'2024-12-17T16:09:58.388592 -
2024-12-17T16:09:58.389615 - Nvidia APEX normalization not installed, using PyTorch LayerNorm2024-12-17T16:09:58.389615 -
2024-12-17T16:09:58.465658 - Failed to auto update `Quality of Life Suit` 2024-12-17T16:09:58.465658 -
2024-12-17T16:09:58.467693 - QualityOfLifeSuit_Omar92_DIR: C:\AI\ComfyUI-Desktop\ComfyUI\custom_nodes\ComfyUI-QualityOfLifeSuit_Omar922024-12-17T16:09:58.467693 -
2024-12-17T16:09:58.590397 - C:\AI\ComfyUI-Desktop\ComfyUI2024-12-17T16:09:58.590397 -
2024-12-17T16:09:58.590397 - ############################################2024-12-17T16:09:58.590397 -
2024-12-17T16:09:58.590397 - C:\AI\ComfyUI-Desktop\ComfyUI\custom_nodes\ComfyUI-NAI-styler\CSV2024-12-17T16:09:58.590397 -
2024-12-17T16:09:58.590397 - ############################################2024-12-17T16:09:58.590397 -
2024-12-17T16:09:58.590397 - []2024-12-17T16:09:58.590397 -
2024-12-17T16:09:58.590397 - ############################################2024-12-17T16:09:58.590397 -
2024-12-17T16:09:58.771109 - ------------------------------------------2024-12-17T16:09:58.771109 -
2024-12-17T16:09:58.771109 - Comfyroll Studio v1.76 :  175 Nodes Loaded2024-12-17T16:09:58.771109 -
2024-12-17T16:09:58.771109 - ------------------------------------------2024-12-17T16:09:58.771109 -
2024-12-17T16:09:58.771109 - ** For changes, please see patch notes at https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes/blob/main/Patch_Notes.md2024-12-17T16:09:58.771109 -
2024-12-17T16:09:58.771109 - ** For help, please see the wiki at https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes/wiki2024-12-17T16:09:58.771109 -
2024-12-17T16:09:58.771109 - ------------------------------------------2024-12-17T16:09:58.771109 -
2024-12-17T16:09:58.779416 - [comfyui_controlnet_aux] | INFO -> Using ckpts path: C:\AI\ComfyUI-Desktop\ComfyUI\custom_nodes\comfyui_controlnet_aux\ckpts
2024-12-17T16:09:58.779416 - [comfyui_controlnet_aux] | INFO -> Using symlinks: False
2024-12-17T16:09:58.779416 - [comfyui_controlnet_aux] | INFO -> Using ort providers: ['CUDAExecutionProvider', 'DirectMLExecutionProvider', 'OpenVINOExecutionProvider', 'ROCMExecutionProvider', 'CPUExecutionProvider', 'CoreMLExecutionProvider']
2024-12-17T16:09:58.814377 - DWPose: Onnxruntime with acceleration providers detected2024-12-17T16:09:58.814377 -
2024-12-17T16:09:58.844939 - ### [START] ComfyUI AlekPet Nodes v1.0.37 ###2024-12-17T16:09:58.844939 -
2024-12-17T16:09:59.495087 - Node -> ChatGLMNode: ChatGLM4TranslateCLIPTextEncodeNode, ChatGLM4TranslateTextNode, ChatGLM4InstructNode, ChatGLM4InstructMediaNode [Loading] 2024-12-17T16:09:59.495087 -
2024-12-17T16:09:59.499215 - Node -> ArgosTranslateNode: ArgosTranslateCLIPTextEncodeNode, ArgosTranslateTextNode [Loading] 2024-12-17T16:09:59.499215 -
2024-12-17T16:09:59.507976 - Node -> GoogleTranslateNode: GoogleTranslateCLIPTextEncodeNode, GoogleTranslateTextNode [Loading] 2024-12-17T16:09:59.507976 -
2024-12-17T16:09:59.508998 - Node -> DeepTranslatorNode: DeepTranslatorCLIPTextEncodeNode, DeepTranslatorTextNode [Loading] 2024-12-17T16:09:59.508998 -
2024-12-17T16:09:59.515211 - Node -> PoseNode: PoseNode [Loading] 2024-12-17T16:09:59.515211 -
2024-12-17T16:09:59.518395 - Node -> ExtrasNode: PreviewTextNode, HexToHueNode, ColorsCorrectNode [Loading] 2024-12-17T16:09:59.518395 -
2024-12-17T16:09:59.613947 - Node -> IDENode: IDENode [Loading] 2024-12-17T16:09:59.613947 -
2024-12-17T16:09:59.858915 - Node -> PainterNode: PainterNode [Loading] 2024-12-17T16:09:59.858915 -
2024-12-17T16:09:59.858915 - ### [END] ComfyUI AlekPet Nodes ###2024-12-17T16:09:59.858915 -
2024-12-17T16:09:59.876986 - Traceback (most recent call last):
File "C:\Users\User\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\nodes.py", line 2037, in load_custom_node
module_spec.loader.exec_module(module)
File "", line 995, in exec_module
File "", line 488, in _call_with_frames_removed
File "C:\AI\ComfyUI-Desktop\ComfyUI\custom_nodes/ComfyUI_Custom_Nodes_AlekPet\__init__.py", line 275, in
from .ArgosTranslateNode.argos_translate_node import (
File "C:\AI\ComfyUI-Desktop\ComfyUI\custom_nodes/ComfyUI_Custom_Nodes_AlekPet\ArgosTranslateNode\argos_translate_node.py", line 5, in
import argostranslate.translate
File "C:\AI\ComfyUI-Desktop\ComfyUI\.venv\Lib\site-packages\argostranslate\translate.py", line 5, in
import ctranslate2
File "C:\AI\ComfyUI-Desktop\ComfyUI\.venv\Lib\site-packages\ctranslate2\__init__.py", line 8, in
import pkg_resources
File "C:\AI\ComfyUI-Desktop\ComfyUI\.venv\Lib\site-packages\pkg_resources\__init__.py", line 2191, in
register_finder(pkgutil.ImpImporter, find_on_path)
^^^^^^^^^^^^^^^^^^^
AttributeError: module 'pkgutil' has no attribute 'ImpImporter'. Did you mean: 'zipimporter'?

2024-12-17T16:09:59.876986 - Cannot import C:\AI\ComfyUI-Desktop\ComfyUI\custom_nodes/ComfyUI_Custom_Nodes_AlekPet module for custom nodes: module 'pkgutil' has no attribute 'ImpImporter'
2024-12-17T16:09:59.884180 - Davemane42 Custom Nodes: Loaded2024-12-17T16:09:59.885184 -
2024-12-17T16:10:00.214957 - [comfy_mtb] | INFO -> loaded 91 nodes successfuly
2024-12-17T16:10:00.214957 - [comfy_mtb] | INFO -> Some nodes (2) could not be loaded. This can be ignored, but go to http://127.0.0.1:8000/mtb if you want more information.
2024-12-17T16:10:00.562350 - FaceDetailer: Model directory already exists2024-12-17T16:10:00.562350 -
2024-12-17T16:10:00.562887 - FaceDetailer: Model already exists2024-12-17T16:10:00.562887 -
2024-12-17T16:10:00.590211 -
Efficiency Nodes: Attempting to add Control Net options to the 'HiRes-Fix Script' Node (comfyui_controlnet_aux add-on)...Success!2024-12-17T16:10:00.590211 -
2024-12-17T16:10:00.625191 - Please 'pip install xformers'2024-12-17T16:10:00.625191 -
2024-12-17T16:10:00.627320 - Nvidia APEX normalization not installed, using PyTorch LayerNorm2024-12-17T16:10:00.628393 -
2024-12-17T16:10:00.730084 -
2024-12-17T16:10:00.730084 - [rgthree-comfy] Loaded 42 extraordinary nodes. 🎉2024-12-17T16:10:00.730084 -
2024-12-17T16:10:00.730084 -
2024-12-17T16:10:01.331123 - Searge-SDXL v4.3.1 in C:\AI\ComfyUI-Desktop\ComfyUI\custom_nodes\SeargeSDXL2024-12-17T16:10:01.331123 -
2024-12-17T16:10:02.054243 - WAS Node Suite: OpenCV Python FFMPEG support is enabled2024-12-17T16:10:02.054243 -
2024-12-17T16:10:02.054243 - WAS Node Suite Warning: `ffmpeg_bin_path` is not set in `C:\AI\ComfyUI-Desktop\ComfyUI\custom_nodes\was-node-suite-comfyui\was_suite_config.json` config file. Will attempt to use system ffmpeg binaries if available.2024-12-17T16:10:02.054243 -
2024-12-17T16:10:02.699796 - WAS Node Suite: Finished. Loaded 218 nodes successfully.2024-12-17T16:10:02.699796 -
2024-12-17T16:10:02.699796 -
"The purpose of art is washing the dust of daily life off our souls." - Pablo Picasso
2024-12-17T16:10:02.699796 -
2024-12-17T16:10:02.708549 - ### Loading: ComfyUI-Impact-Pack (V7.14.3)2024-12-17T16:10:02.708549 -
2024-12-17T16:10:02.720456 - ### Loading: ComfyUI-Impact-Pack (Subpack: V0.8)2024-12-17T16:10:02.720456 -
2024-12-17T16:10:02.774231 - [Impact Pack] Wildcards loading done.2024-12-17T16:10:02.774231 -
2024-12-17T16:10:02.781932 - ### Loading: ComfyUI-Manager (V2.55.3)2024-12-17T16:10:02.781932 -
2024-12-17T16:10:02.783997 - ### ComfyUI Revision: UNKNOWN (The currently installed ComfyUI is not a Git repository)2024-12-17T16:10:02.783997 -
2024-12-17T16:10:02.802847 - [ReActor] - STATUS - Running v0.5.2-a1 in ComfyUI2024-12-17T16:10:02.803874 -
2024-12-17T16:10:02.853153 - Traceback (most recent call last):
File "C:\Users\User\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\nodes.py", line 2037, in load_custom_node
module_spec.loader.exec_module(module)
File "", line 995, in exec_module
File "", line 488, in _call_with_frames_removed
File "C:\Users\User\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\custom_nodes\comfyui-reactor-node\__init__.py", line 23, in
from .nodes import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS
File "C:\Users\User\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\custom_nodes\comfyui-reactor-node\nodes.py", line 27, in
from scripts.reactor_faceswap import (
File "C:\Users\User\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\custom_nodes\comfyui-reactor-node\scripts\reactor_faceswap.py", line 14, in
from scripts.reactor_swapper import (
File "C:\Users\User\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\custom_nodes\comfyui-reactor-node\scripts\reactor_swapper.py", line 26, in
from scripts.r_faceboost import swapper, restorer
File "C:\Users\User\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\custom_nodes\comfyui-reactor-node\scripts\r_faceboost\restorer.py", line 17, in
from r_basicsr.utils.registry import ARCH_REGISTRY
File "C:\Users\User\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\custom_nodes\comfyui-reactor-node\r_basicsr\__init__.py", line 3, in
from .archs import *
File "C:\Users\User\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\custom_nodes\comfyui-reactor-node\r_basicsr\archs\__init__.py", line 16, in
_arch_modules = [importlib.import_module(f'r_basicsr.archs.{file_name}') for file_name in arch_filenames]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\AI\ComfyUI-Desktop\ComfyUI\uv-cache\cpython-3.12.4-windows-x86_64-none\Lib\importlib\__init__.py", line 90, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\User\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\custom_nodes\comfyui-reactor-node\r_basicsr\archs\basicvsrpp_arch.py", line 7, in
from r_basicsr.archs.arch_util import flow_warp
File "C:\Users\User\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\custom_nodes\comfyui-reactor-node\r_basicsr\archs\arch_util.py", line 6, in
from distutils.version import LooseVersion
ModuleNotFoundError: No module named 'distutils'

2024-12-17T16:10:02.853153 - Cannot import C:\Users\User\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\custom_nodes\comfyui-reactor-node module for custom nodes: No module named 'distutils'
2024-12-17T16:10:02.855233 -
Import times for custom nodes:
2024-12-17T16:10:02.855233 - 0.0 seconds: C:\Users\User\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\custom_nodes\websocket_image_save.py
2024-12-17T16:10:02.855233 - 0.0 seconds: C:\AI\ComfyUI-Desktop\ComfyUI\custom_nodes/ComfyUI-Image-Selector
2024-12-17T16:10:02.855233 - 0.0 seconds: C:\AI\ComfyUI-Desktop\ComfyUI\custom_nodes/ComfyUI-Crystools-save
2024-12-17T16:10:02.855233 - 0.0 seconds: C:\AI\ComfyUI-Desktop\ComfyUI\custom_nodes/ComfyUI-Lotus
2024-12-17T16:10:02.855233 - 0.0 seconds: C:\AI\ComfyUI-Desktop\ComfyUI\custom_nodes/Comfyui_TTP_Toolset
2024-12-17T16:10:02.855233 - 0.0 seconds: C:\AI\ComfyUI-Desktop\ComfyUI\custom_nodes/ComfyUI_AdvancedRefluxControl
2024-12-17T16:10:02.855233 - 0.0 seconds: C:\AI\ComfyUI-Desktop\ComfyUI\custom_nodes/Comfyui_Object_Migration
2024-12-17T16:10:02.855233 - 0.0 seconds: C:\AI\ComfyUI-Desktop\ComfyUI\custom_nodes/ComfyUI-Detail-Daemon
2024-12-17T16:10:02.855233 - 0.0 seconds: C:\AI\ComfyUI-Desktop\ComfyUI\custom_nodes/ComfyUI-Universal-Styler
2024-12-17T16:10:02.855233 - 0.0 seconds: C:\AI\ComfyUI-Desktop\ComfyUI\custom_nodes/Comfyui_JC2
2024-12-17T16:10:02.855233 - 0.0 seconds: C:\AI\ComfyUI-Desktop\ComfyUI\custom_nodes/masquerade-nodes-comfyui
2024-12-17T16:10:02.855233 - 0.0 seconds: C:\AI\ComfyUI-Desktop\ComfyUI\custom_nodes/cg-use-everywhere
2024-12-17T16:10:02.855233 - 0.0 seconds: C:\AI\ComfyUI-Desktop\ComfyUI\custom_nodes/ComfyUI-Image-Saver
2024-12-17T16:10:02.855233 - 0.0 seconds: C:\AI\ComfyUI-Desktop\ComfyUI\custom_nodes/ComfyUI_InstantID
2024-12-17T16:10:02.855233 - 0.0 seconds: C:\AI\ComfyUI-Desktop\ComfyUI\custom_nodes/ComfyUI_IPAdapter_plus
2024-12-17T16:10:02.855233 - 0.0 seconds: C:\AI\ComfyUI-Desktop\ComfyUI\custom_nodes/ComfyUI-QualityOfLifeSuit_Omar92
2024-12-17T16:10:02.855233 - 0.0 seconds: C:\AI\ComfyUI-Desktop\ComfyUI\custom_nodes/ComfyUI_Dave_CustomNode
2024-12-17T16:10:02.855233 - 0.0 seconds: C:\AI\ComfyUI-Desktop\ComfyUI\custom_nodes/comfyui-inpaint-nodes
2024-12-17T16:10:02.855233 - 0.0 seconds: C:\AI\ComfyUI-Desktop\ComfyUI\custom_nodes/ComfyUI-Video-Matting
2024-12-17T16:10:02.855233 - 0.0 seconds: C:\AI\ComfyUI-Desktop\ComfyUI\custom_nodes/klinter_nodes
2024-12-17T16:10:02.855233 - 0.0 seconds: C:\AI\ComfyUI-Desktop\ComfyUI\custom_nodes/ComfyUI-DepthCrafter-Nodes
2024-12-17T16:10:02.855233 - 0.0 seconds: C:\AI\ComfyUI-Desktop\ComfyUI\custom_nodes/comfyui-portrait-master
2024-12-17T16:10:02.855233 - 0.0 seconds: C:\AI\ComfyUI-Desktop\ComfyUI\custom_nodes/ComfyUI_essentials
2024-12-17T16:10:02.855233 - 0.0 seconds: C:\Users\User\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\custom_nodes\ComfyUI-Manager
2024-12-17T16:10:02.855233 - 0.0 seconds: C:\AI\ComfyUI-Desktop\ComfyUI\custom_nodes/ComfyUI_UltimateSDUpscale
2024-12-17T16:10:02.855233 - 0.0 seconds: C:\AI\ComfyUI-Desktop\ComfyUI\custom_nodes/ComfyUI-Florence2
2024-12-17T16:10:02.855233 - 0.0 seconds: C:\AI\ComfyUI-Desktop\ComfyUI\custom_nodes/comfy-image-saver
2024-12-17T16:10:02.855233 - 0.0 seconds: C:\AI\ComfyUI-Desktop\ComfyUI\custom_nodes/ComfyUI-Custom-Scripts
2024-12-17T16:10:02.855233 - 0.0 seconds: C:\AI\ComfyUI-Desktop\ComfyUI\custom_nodes/ComfyUI-GGUF
2024-12-17T16:10:02.855233 - 0.0 seconds: C:\AI\ComfyUI-Desktop\ComfyUI\custom_nodes/Derfuu_ComfyUI_ModdedNodes
2024-12-17T16:10:02.855233 - 0.0 seconds: C:\AI\ComfyUI-Desktop\ComfyUI\custom_nodes/ComfyUI-Fluxtapoz
2024-12-17T16:10:02.856264 - 0.0 seconds: C:\AI\ComfyUI-Desktop\ComfyUI\custom_nodes/ComfyUI-Frame-Interpolation
2024-12-17T16:10:02.856264 - 0.0 seconds: C:\AI\ComfyUI-Desktop\ComfyUI\custom_nodes/rgthree-comfy
2024-12-17T16:10:02.856264 - 0.0 seconds: C:\AI\ComfyUI-Desktop\ComfyUI\custom_nodes/ComfyUI-Advanced-ControlNet
2024-12-17T16:10:02.856264 - 0.0 seconds: C:\AI\ComfyUI-Desktop\ComfyUI\custom_nodes/ComfyUI-LivePortraitKJ
2024-12-17T16:10:02.856264 - 0.0 seconds: C:\AI\ComfyUI-Desktop\ComfyUI\custom_nodes/efficiency-nodes-comfyui
2024-12-17T16:10:02.856264 - 0.0 seconds: C:\AI\ComfyUI-Desktop\ComfyUI\custom_nodes/Comfyui-In-Context-Lora-Utils
2024-12-17T16:10:02.856264 - 0.0 seconds: C:\AI\ComfyUI-Desktop\ComfyUI\custom_nodes/ComfyUI_Comfyroll_CustomNodes
2024-12-17T16:10:02.856264 - 0.1 seconds: C:\AI\ComfyUI-Desktop\ComfyUI\custom_nodes/ComfyUI-KJNodes
2024-12-17T16:10:02.856264 - 0.1 seconds: C:\AI\ComfyUI-Desktop\ComfyUI\custom_nodes/ComfyUI-Inspire-Pack
2024-12-17T16:10:02.856264 - 0.1 seconds (IMPORT FAILED): C:\Users\User\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\custom_nodes\comfyui-reactor-node
2024-12-17T16:10:02.856264 - 0.1 seconds: C:\AI\ComfyUI-Desktop\ComfyUI\custom_nodes/comfyui_controlnet_aux
2024-12-17T16:10:02.856264 - 0.1 seconds: C:\Users\User\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\custom_nodes\ComfyUI-Impact-Pack
2024-12-17T16:10:02.856264 - 0.1 seconds: C:\AI\ComfyUI-Desktop\ComfyUI\custom_nodes/ComfyUI_LayerStyle
2024-12-17T16:10:02.856264 - 0.1 seconds: C:\AI\ComfyUI-Desktop\ComfyUI\custom_nodes/comfy_mtb
2024-12-17T16:10:02.856264 - 0.1 seconds: C:\AI\ComfyUI-Desktop\ComfyUI\custom_nodes/PuLID_ComfyUI
2024-12-17T16:10:02.856264 - 0.1 seconds: C:\AI\ComfyUI-Desktop\ComfyUI\custom_nodes/ComfyUI_LayerStyle_Advance
2024-12-17T16:10:02.856264 - 0.1 seconds: C:\AI\ComfyUI-Desktop\ComfyUI\custom_nodes/ComfyUI-SAM2
2024-12-17T16:10:02.856264 - 0.1 seconds: C:\AI\ComfyUI-Desktop\ComfyUI\custom_nodes/ComfyUI-VideoHelperSuite
2024-12-17T16:10:02.856264 - 0.2 seconds: C:\AI\ComfyUI-Desktop\ComfyUI\custom_nodes/ComfyUI-Easy-Use
2024-12-17T16:10:02.856264 - 0.3 seconds: C:\AI\ComfyUI-Desktop\ComfyUI\custom_nodes/comfyui-ollama
2024-12-17T16:10:02.856264 - 0.3 seconds: C:\AI\ComfyUI-Desktop\ComfyUI\custom_nodes/DZ-FaceDetailer
2024-12-17T16:10:02.856264 - 0.5 seconds: C:\AI\ComfyUI-Desktop\ComfyUI\custom_nodes/ComfyUI-CogVideoXWrapper
2024-12-17T16:10:02.856264 - 0.5 seconds: C:\AI\ComfyUI-Desktop\ComfyUI\custom_nodes/ComfyUI-Gemini
2024-12-17T16:10:02.856264 - 0.6 seconds: C:\AI\ComfyUI-Desktop\ComfyUI\custom_nodes/ComfyUI-PuLID-Flux-Enhanced
2024-12-17T16:10:02.856264 - 0.7 seconds: C:\AI\ComfyUI-Desktop\ComfyUI\custom_nodes/ComfyUI-Crystools
2024-12-17T16:10:02.856264 - 0.7 seconds: C:\AI\ComfyUI-Desktop\ComfyUI\custom_nodes/SeargeSDXL
2024-12-17T16:10:02.856264 - 0.7 seconds: C:\AI\ComfyUI-Desktop\ComfyUI\custom_nodes/ComfyUI-AdvancedLivePortrait
2024-12-17T16:10:02.856264 - 1.0 seconds (IMPORT FAILED): C:\AI\ComfyUI-Desktop\ComfyUI\custom_nodes/ComfyUI_Custom_Nodes_AlekPet
2024-12-17T16:10:02.856264 - 1.3 seconds: C:\AI\ComfyUI-Desktop\ComfyUI\custom_nodes/was-node-suite-comfyui
2024-12-17T16:10:02.856264 - 3.1 seconds: C:\AI\ComfyUI-Desktop\ComfyUI\custom_nodes/comfyui-mixlab-nodes
2024-12-17T16:10:02.856264 -
2024-12-17T16:10:02.871227 - Setting output directory to: C:\AI\ComfyUI-Desktop\ComfyUI\output
2024-12-17T16:10:02.871227 - Setting input directory to: C:\AI\ComfyUI-Desktop\ComfyUI\input
2024-12-17T16:10:02.871227 - Setting user directory to: C:\AI\ComfyUI-Desktop\ComfyUI\user
2024-12-17T16:10:02.872240 - Starting server

2024-12-17T16:10:02.872748 - To see the GUI go to: http://127.0.0.1:8000
2024-12-17T16:10:02.973759 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/alter-list.json2024-12-17T16:10:02.973759 -
2024-12-17T16:10:02.988263 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/model-list.json2024-12-17T16:10:02.988263 -
2024-12-17T16:10:03.043111 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/custom-node-list.json2024-12-17T16:10:03.043111 -
2024-12-17T16:10:03.148339 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/extension-node-map.json2024-12-17T16:10:03.148339 -
2024-12-17T16:10:03.256245 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/github-stats.json2024-12-17T16:10:03.256245 -
2024-12-17T16:10:04.405480 - C:\AI\ComfyUI-Desktop\ComfyUI\custom_nodes\comfyui-mixlab-nodes\webApp\lib/photoswipe-lightbox.esm.min.js2024-12-17T16:10:04.405480 -
2024-12-17T16:10:04.476245 - C:\AI\ComfyUI-Desktop\ComfyUI\custom_nodes\comfyui-mixlab-nodes\webApp\lib/photoswipe.min.css2024-12-17T16:10:04.476245 -
2024-12-17T16:10:04.483841 - FETCH DATA from: C:\Users\User\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\custom_nodes\ComfyUI-Manager\extension-node-map.json2024-12-17T16:10:04.483841 - 2024-12-17T16:10:04.489922 - [DONE]2024-12-17T16:10:04.489922 -
2024-12-17T16:10:04.547439 - C:\AI\ComfyUI-Desktop\ComfyUI\custom_nodes\comfyui-mixlab-nodes\webApp\lib/pickr.min.js2024-12-17T16:10:04.547439 -
2024-12-17T16:10:04.548470 - C:\AI\ComfyUI-Desktop\ComfyUI\custom_nodes\comfyui-mixlab-nodes\webApp\lib/juxtapose.css2024-12-17T16:10:04.548470 -
2024-12-17T16:10:04.549486 - C:\AI\ComfyUI-Desktop\ComfyUI\custom_nodes\comfyui-mixlab-nodes\webApp\lib/model-viewer.min.js2024-12-17T16:10:04.549486 -
2024-12-17T16:10:04.555052 - C:\AI\ComfyUI-Desktop\ComfyUI\custom_nodes\comfyui-mixlab-nodes\webApp\lib/classic.min.css2024-12-17T16:10:04.555052 -
2024-12-17T16:10:04.558243 - C:\AI\ComfyUI-Desktop\ComfyUI\custom_nodes\comfyui-mixlab-nodes\webApp\lib/juxtapose.min.js2024-12-17T16:10:04.558243 -
2024-12-17T16:10:04.944543 - [ERROR] An error occurred while retrieving information for the 'easy kolorsLoader' node.
2024-12-17T16:10:04.947674 - Traceback (most recent call last):
File "C:\Users\User\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\server.py", line 563, in get_object_info
out[x] = node_info(x)
^^^^^^^^^^^^
File "C:\Users\User\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\server.py", line 530, in node_info
info['input'] = obj_class.INPUT_TYPES()
^^^^^^^^^^^^^^^^^^^^^^^
File "C:\AI\ComfyUI-Desktop\ComfyUI\custom_nodes/ComfyUI-Easy-Use\py\easyNodes.py", line 1823, in INPUT_TYPES
"chatglm3_name": (folder_paths.get_filename_list("llm"),),
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\User\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\folder_paths.py", line 327, in get_filename_list
out = get_filename_list_(folder_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\User\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\folder_paths.py", line 288, in get_filename_list_
folders = folder_names_and_paths[folder_name]
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
KeyError: 'llm'

2024-12-17T16:10:04.947674 - [ERROR] An error occurred while retrieving information for the 'easy pixArtLoader' node.
2024-12-17T16:10:04.947674 - Traceback (most recent call last):
File "C:\Users\User\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\server.py", line 563, in get_object_info
out[x] = node_info(x)
^^^^^^^^^^^^
File "C:\Users\User\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\server.py", line 530, in node_info
info['input'] = obj_class.INPUT_TYPES()
^^^^^^^^^^^^^^^^^^^^^^^
File "C:\AI\ComfyUI-Desktop\ComfyUI\custom_nodes/ComfyUI-Easy-Use\py\easyNodes.py", line 1999, in INPUT_TYPES
"t5_name": (folder_paths.get_filename_list("t5"),),
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\User\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\folder_paths.py", line 327, in get_filename_list
out = get_filename_list_(folder_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\User\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\folder_paths.py", line 288, in get_filename_list_
folders = folder_names_and_paths[folder_name]
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
KeyError: 't5'

2024-12-17T16:10:05.032823 - QualityOfLifeSuit_Omar92::NSP ready2024-12-17T16:10:05.032823 -
2024-12-17T16:10:05.032823 - Error. No naistyles.csv found. Put your naistyles.csv in the custom_nodes/ComfyUI_NAI-mod/CSV directory of ComfyUI. Then press "Refresh".
Your current root directory is: C:\Users\User\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI
2024-12-17T16:10:05.032823 -
2024-12-17T16:10:05.033866 - Error. No naistyles.csv found. Put your naistyles.csv in the custom_nodes/ComfyUI_NAI-mod/CSV directory of ComfyUI. Then press "Refresh".
Your current root directory is: C:\Users\User\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI
2024-12-17T16:10:05.033866 -
2024-12-17T16:10:05.033866 - Error. No naistyles.csv found. Put your naistyles.csv in the custom_nodes/ComfyUI_NAI-mod/CSV directory of ComfyUI. Then press "Refresh".
Your current root directory is: C:\Users\User\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI
2024-12-17T16:10:05.033866 -
2024-12-17T16:10:05.033866 - Error. No naistyles.csv found. Put your naistyles.csv in the custom_nodes/ComfyUI_NAI-mod/CSV directory of ComfyUI. Then press "Refresh".
Your current root directory is: C:\Users\User\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI
2024-12-17T16:10:05.033866 -
2024-12-17T16:10:05.033866 - Error. No naistyles.csv found. Put your naistyles.csv in the custom_nodes/ComfyUI_NAI-mod/CSV directory of ComfyUI. Then press "Refresh".
Your current root directory is: C:\Users\User\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI
2024-12-17T16:10:05.033866 -
2024-12-17T16:10:05.033866 - Error. No naistyles.csv found. Put your naistyles.csv in the custom_nodes/ComfyUI_NAI-mod/CSV directory of ComfyUI. Then press "Refresh".
Your current root directory is: C:\Users\User\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI
2024-12-17T16:10:05.033866 -
2024-12-17T16:10:05.162861 - [comfy_mtb] | INFO -> Found multiple match, we will pick the last C:\AI\ComfyUI\ComfyUI\ComfyUI\models\upscale_models\
['C:\\AI\\ComfyUI-Desktop\\ComfyUI\\models\\upscale_models\\', 'C:\\Users\\User\\AppData\\Local\\Programs\\@comfyorgcomfyui-electron\\resources\\ComfyUI\\models\\upscale_models', 'C:/AI/A1111/stable-diffusion-webui/models/ESRGAN', 'C:/AI/A1111/stable-diffusion-webui/models/RealESRGAN', 'C:/AI/A1111/stable-diffusion-webui/models/SwinIR', 'C:/AI/A1111/stable-diffusion-webui/models/ESRGAN', 'C:/AI/A1111/stable-diffusion-webui/models/RealESRGAN', 'C:/AI/A1111/stable-diffusion-webui/models/SwinIR', 'C:\\AI\\ComfyUI\\ComfyUI\\ComfyUI\\models\\upscale_models\\']
2024-12-17T16:10:05.163869 - [comfy_mtb] | WARNING -> Face restoration models not found.
2024-12-17T16:10:05.163869 - [comfy_mtb] | INFO -> Found multiple match, we will pick the last C:\AI\ComfyUI\ComfyUI\ComfyUI\models\insightface\
['C:\\AI\\ComfyUI-Desktop\\ComfyUI\\models\\insightface\\', 'C:\\AI\\ComfyUI\\ComfyUI\\ComfyUI\\models\\insightface\\']
2024-12-17T16:10:05.170471 - [ERROR] An error occurred while retrieving information for the 'Power Prompt (rgthree)' node.
2024-12-17T16:10:05.171531 - Traceback (most recent call last):
File "C:\Users\User\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\server.py", line 563, in get_object_info
out[x] = node_info(x)
^^^^^^^^^^^^
File "C:\Users\User\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\server.py", line 530, in node_info
info['input'] = obj_class.INPUT_TYPES()
^^^^^^^^^^^^^^^^^^^^^^^
File "C:\AI\ComfyUI-Desktop\ComfyUI\custom_nodes/rgthree-comfy\py\power_prompt.py", line 20, in INPUT_TYPES
SAVED_PROMPTS_FILES = folder_paths.get_filename_list('saved_prompts')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\User\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\folder_paths.py", line 327, in get_filename_list
out = get_filename_list_(folder_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\User\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\folder_paths.py", line 288, in get_filename_list_
folders = folder_names_and_paths[folder_name]
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
KeyError: 'saved_prompts'

2024-12-17T16:10:05.171531 - [ERROR] An error occurred while retrieving information for the 'Power Prompt - Simple (rgthree)' node.
2024-12-17T16:10:05.171531 - Traceback (most recent call last):
File "C:\Users\User\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\server.py", line 563, in get_object_info
out[x] = node_info(x)
^^^^^^^^^^^^
File "C:\Users\User\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\server.py", line 530, in node_info
info['input'] = obj_class.INPUT_TYPES()
^^^^^^^^^^^^^^^^^^^^^^^
File "C:\AI\ComfyUI-Desktop\ComfyUI\custom_nodes/rgthree-comfy\py\power_prompt_simple.py", line 14, in INPUT_TYPES
SAVED_PROMPTS_FILES=folder_paths.get_filename_list('saved_prompts')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\User\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\folder_paths.py", line 327, in get_filename_list
out = get_filename_list_(folder_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\User\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\folder_paths.py", line 288, in get_filename_list_
folders = folder_names_and_paths[folder_name]
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
KeyError: 'saved_prompts'

2024-12-17T16:10:05.171531 - [ERROR] An error occurred while retrieving information for the 'SDXL Power Prompt - Positive (rgthree)' node.
2024-12-17T16:10:05.173049 - Traceback (most recent call last):
File "C:\Users\User\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\server.py", line 563, in get_object_info
out[x] = node_info(x)
^^^^^^^^^^^^
File "C:\Users\User\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\server.py", line 530, in node_info
info['input'] = obj_class.INPUT_TYPES()
^^^^^^^^^^^^^^^^^^^^^^^
File "C:\AI\ComfyUI-Desktop\ComfyUI\custom_nodes/rgthree-comfy\py\sdxl_power_prompt_postive.py", line 23, in INPUT_TYPES
SAVED_PROMPTS_FILES = folder_paths.get_filename_list('saved_prompts')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\User\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\folder_paths.py", line 327, in get_filename_list
out = get_filename_list_(folder_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\User\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\folder_paths.py", line 288, in get_filename_list_
folders = folder_names_and_paths[folder_name]
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
KeyError: 'saved_prompts'

2024-12-17T16:10:05.173049 - [ERROR] An error occurred while retrieving information for the 'SDXL Power Prompt - Simple / Negative (rgthree)' node.
2024-12-17T16:10:05.173049 - Traceback (most recent call last):
File "C:\Users\User\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\server.py", line 563, in get_object_info
out[x] = node_info(x)
^^^^^^^^^^^^
File "C:\Users\User\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\server.py", line 530, in node_info
info['input'] = obj_class.INPUT_TYPES()
^^^^^^^^^^^^^^^^^^^^^^^
File "C:\AI\ComfyUI-Desktop\ComfyUI\custom_nodes/rgthree-comfy\py\sdxl_power_prompt_simple.py", line 24, in INPUT_TYPES
saved_prompts_files = folder_paths.get_filename_list('saved_prompts')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\User\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\folder_paths.py", line 327, in get_filename_list
out = get_filename_list_(folder_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\User\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\folder_paths.py", line 288, in get_filename_list_
folders = folder_names_and_paths[folder_name]
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
KeyError: 'saved_prompts'

2024-12-17T16:11:43.139966 - got prompt
2024-12-17T16:11:43.184743 - Using pytorch attention in VAE
2024-12-17T16:11:43.186809 - Using pytorch attention in VAE
2024-12-17T16:11:43.513538 - Hook Keyframe - start_percent:0.0 = 0.02024-12-17T16:11:43.513538 -
2024-12-17T16:11:43.513538 - Hook Keyframe - start_percent:0.125 = 0.252024-12-17T16:11:43.513538 -
2024-12-17T16:11:43.513538 - Hook Keyframe - start_percent:0.25 = 0.52024-12-17T16:11:43.513538 -
2024-12-17T16:11:43.513538 - Hook Keyframe - start_percent:0.375 = 0.752024-12-17T16:11:43.513538 -
2024-12-17T16:11:43.513538 - Hook Keyframe - start_percent:0.5 = 1.02024-12-17T16:11:43.513538 -
2024-12-17T16:11:45.130703 - clip missing: ['text_projection.weight']
2024-12-17T16:11:45.764982 - Requested to load FluxClipModel_
2024-12-17T16:11:47.176691 - loaded completely 9.5367431640625e+25 4777.53759765625 True
2024-12-17T16:11:52.974890 - !!! Exception during processing !!! 'NoneType' object has no attribute 'float'
2024-12-17T16:11:52.980051 - Traceback (most recent call last):
File "C:\Users\User\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\execution.py", line 324, 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 "C:\Users\User\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\execution.py", line 199, 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 "C:\Users\User\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\execution.py", line 170, in _map_node_over_list
process_inputs(input_dict, i)
File "C:\Users\User\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\execution.py", line 159, in process_inputs
results.append(getattr(obj, func)(**inputs))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\User\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\nodes.py", line 67, in encode
return (clip.encode_from_tokens_scheduled(tokens), )
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\User\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\comfy\sd.py", line 143, in encode_from_tokens_scheduled
pooled_dict = self.encode_from_tokens(tokens, return_pooled=return_pooled, return_dict=True)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\User\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\comfy\sd.py", line 205, in encode_from_tokens
o = self.cond_stage_model.encode_token_weights(tokens)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\User\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\comfy\text_encoders\flux.py", line 55, in encode_token_weights
t5_out, t5_pooled = self.t5xxl.encode_token_weights(token_weight_pairs_t5)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\User\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\comfy\sd1_clip.py", line 41, in encode_token_weights
o = self.encode(to_encode)
^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\User\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\comfy\sd1_clip.py", line 238, in encode
return self(tokens)
^^^^^^^^^^^^
File "C:\AI\ComfyUI-Desktop\ComfyUI\.venv\Lib\site-packages\torch\nn\modules\module.py", line 1736, in _wrapped_call_impl
return self._call_impl(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\AI\ComfyUI-Desktop\ComfyUI\.venv\Lib\site-packages\torch\nn\modules\module.py", line 1747, in _call_impl
return forward_call(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\User\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\comfy\sd1_clip.py", line 216, in forward
z = outputs[1].float()
^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'float'

2024-12-17T16:11:52.982095 - Prompt executed in 9.83 seconds
2024-12-17T16:11:53.818154 - Failed to get ComfyUI version: Command '['git', 'describe', '--tags']' returned non-zero exit status 128.

```
## Attached Workflow
Please make sure that workflow does not contain any sensitive information such as API keys or passwords.
```
{"last_node_id":35,"last_link_id":49,"nodes":[{"id":8,"type":"VAEDecode","pos":[1990,190],"size":[210,46],"flags":{},"order":22,"mode":0,"inputs":[{"name":"samples","type":"LATENT","link":7,"label":"samples"},{"name":"vae","type":"VAE","link":29,"label":"vae"}],"outputs":[{"name":"IMAGE","type":"IMAGE","links":[9],"slot_index":0,"label":"IMAGE"}],"properties":{"Node name for S&R":"VAEDecode"},"widgets_values":[]},{"id":13,"type":"CombineHooks2","pos":[-97.24174499511719,117.41153717041016],"size":[214.20001220703125,46],"flags":{},"order":14,"mode":0,"inputs":[{"name":"hooks_A","type":"HOOKS","link":16,"shape":7,"label":"hooks_A"},{"name":"hooks_B","type":"HOOKS","link":null,"shape":7,"label":"hooks_B"}],"outputs":[{"name":"HOOKS","type":"HOOKS","links":[14],"slot_index":0,"label":"HOOKS"}],"properties":{"Node name for S&R":"CombineHooks2"},"widgets_values":[]},{"id":12,"type":"CLIPSetLastLayer","pos":[-524.2066650390625,610.7380981445312],"size":[315,58],"flags":{},"order":13,"mode":0,"inputs":[{"name":"clip","type":"CLIP","link":49,"label":"clip"}],"outputs":[{"name":"CLIP","type":"CLIP","links":[12,24],"slot_index":0,"label":"CLIP"}],"properties":{"Node name for S&R":"CLIPSetLastLayer"},"widgets_values":[-1]},{"id":16,"type":"SetHookKeyframes","pos":[-398.2943420410156,-4.263937473297119],"size":[226.79998779296875,46],"flags":{},"order":10,"mode":0,"inputs":[{"name":"hooks","type":"HOOKS","link":17,"label":"hooks"},{"name":"hook_kf","type":"HOOK_KEYFRAMES","link":18,"shape":7,"label":"hook_kf"}],"outputs":[{"name":"HOOKS","type":"HOOKS","links":[16],"slot_index":0,"label":"HOOKS"}],"properties":{"Node name for S&R":"SetHookKeyframes"},"widgets_values":[]},{"id":15,"type":"CreateHookKeyframesInterpolated","pos":[-897.5403442382812,-172.3518524169922],"size":[365.4000244140625,202],"flags":{},"order":0,"mode":0,"inputs":[{"name":"prev_hook_kf","type":"HOOK_KEYFRAMES","link":null,"shape":7,"label":"prev_hook_kf"}],"outputs":[{"name":"HOOK_KF","type":"HOOK_KEYFRAMES","links":[18,27],"slot_index":0,"label":"HOOK_KF"}],"properties":{"Node name for S&R":"CreateHookKeyframesInterpolated"},"widgets_values":[0,1,"linear",0,0.5,5,true]},{"id":22,"type":"SetHookKeyframes","pos":[-380.7117614746094,973.6068725585938],"size":[226.79998779296875,46],"flags":{},"order":11,"mode":0,"inputs":[{"name":"hooks","type":"HOOKS","link":33,"label":"hooks"},{"name":"hook_kf","type":"HOOK_KEYFRAMES","link":27,"shape":7,"label":"hook_kf"}],"outputs":[{"name":"HOOKS","type":"HOOKS","links":[25],"slot_index":0,"label":"HOOKS"}],"properties":{"Node name for S&R":"SetHookKeyframes"},"widgets_values":[]},{"id":25,"type":"VAELoader","pos":[-989.9674072265625,826.6883544921875],"size":[315,58],"flags":{},"order":1,"mode":0,"inputs":[],"outputs":[{"name":"VAE","type":"VAE","links":[29],"slot_index":0,"label":"VAE"}],"properties":{"Node name for S&R":"VAELoader"},"widgets_values":["Flux\\ae.safetensors"]},{"id":24,"type":"UnetLoaderGGUF","pos":[-1025.294677734375,485.987548828125],"size":[315,58],"flags":{},"order":2,"mode":0,"inputs":[],"outputs":[{"name":"MODEL","type":"MODEL","links":[43],"slot_index":0,"label":"MODEL"}],"properties":{"Node name for S&R":"UnetLoaderGGUF"},"widgets_values":["flux1-dev-Q4_0.gguf"]},{"id":6,"type":"CLIPTextEncode","pos":[415,186],"size":[422.84503173828125,164.31304931640625],"flags":{},"order":18,"mode":0,"inputs":[{"name":"clip","type":"CLIP","link":11,"label":"clip"}],"outputs":[{"name":"CONDITIONING","type":"CONDITIONING","links":[19],"slot_index":0,"label":"CONDITIONING"}],"properties":{"Node name for S&R":"CLIPTextEncode"},"widgets_values":["this is an image of a pale white orc, lifeless cold icy eyes, fierce look as he is aiming a giant medieval sword at the viewer, the orc is wearing intricate battle scarred armor, blood on his armor"]},{"id":14,"type":"CreateHookLora","pos":[-837.3291015625,126.1922836303711],"size":[315,106],"flags":{},"order":3,"mode":0,"inputs":[{"name":"prev_hooks","type":"HOOKS","link":null,"shape":7,"label":"prev_hooks"}],"outputs":[{"name":"HOOKS","type":"HOOKS","links":[17],"slot_index":0,"label":"HOOKS"}],"properties":{"Node name for S&R":"CreateHookLora"},"widgets_values":["Flux\\ck-Orcs-000016.safetensors",1,1]},{"id":28,"type":"CreateHookLora","pos":[-832.1221313476562,1008.748046875],"size":[315,106],"flags":{},"order":4,"mode":0,"inputs":[{"name":"prev_hooks","type":"HOOKS","link":null,"shape":7,"label":"prev_hooks"}],"outputs":[{"name":"HOOKS","type":"HOOKS","links":[33],"slot_index":0,"label":"HOOKS"}],"properties":{"Node name for S&R":"CreateHookLora"},"widgets_values":["Flux\\RM_Robotify_v0.7M.safetensors",1,1]},{"id":18,"type":"LoadImageMask","pos":[732.8499755859375,-242.96128845214844],"size":[315,318],"flags":{},"order":5,"mode":0,"inputs":[],"outputs":[{"name":"MASK","type":"MASK","links":[21,34],"slot_index":0,"label":"MASK"}],"properties":{"Node name for S&R":"LoadImageMask"},"widgets_values":["gWOtx.png","alpha","image"]},{"id":30,"type":"InvertMask","pos":[987.3025512695312,889.4796142578125],"size":[140,26],"flags":{},"order":12,"mode":0,"inputs":[{"name":"mask","type":"MASK","link":34,"label":"mask"}],"outputs":[{"name":"MASK","type":"MASK","links":[35],"slot_index":0,"label":"MASK"}],"properties":{"Node name for S&R":"InvertMask"},"widgets_values":[]},{"id":19,"type":"CLIPTextEncode","pos":[420.2499694824219,876.0765991210938],"size":[422.84503173828125,164.31304931640625],"flags":{},"order":17,"mode":0,"inputs":[{"name":"clip","type":"CLIP","link":22,"label":"clip"}],"outputs":[{"name":"CONDITIONING","type":"CONDITIONING","links":[36],"slot_index":0,"label":"CONDITIONING"}],"properties":{"Node name for S&R":"CLIPTextEncode"},"widgets_values":["cyborg, exosuit, mech, futuristic, (off-center composition, left aligned, Portrait), a yellow and pink cyborg, cyberpunk style helmet in a neon bright neo tokyo, sleak and polished surface, segmented, tactical, cinematic film still detailed art by Robin Moline, dark art by Edogawa Ranpo, vibrant, Japanese mystery fiction, psychological thriller, Realistic landscapes, detailed, atmospheric . shallow depth of field, vignette, highly detailed, high budget, bokeh, cinemascope, moody, epic, gorgeous, film grain, grainy"]},{"id":17,"type":"PairConditioningSetProperties","pos":[1013.1414794921875,594.7057495117188],"size":[315,162],"flags":{},"order":19,"mode":0,"inputs":[{"name":"positive_NEW","type":"CONDITIONING","link":19,"label":"positive_NEW"},{"name":"negative_NEW","type":"CONDITIONING","link":45,"label":"negative_NEW"},{"name":"mask","type":"MASK","link":21,"shape":7,"label":"mask"},{"name":"hooks","type":"HOOKS","link":null,"shape":7,"label":"hooks"},{"name":"timesteps","type":"TIMESTEPS_RANGE","link":null,"shape":7,"label":"timesteps"}],"outputs":[{"name":"positive","type":"CONDITIONING","links":[38],"slot_index":0,"label":"positive"},{"name":"negative","type":"CONDITIONING","links":[39],"slot_index":1,"label":"negative"}],"properties":{"Node name for S&R":"PairConditioningSetProperties"},"widgets_values":[1,"default"]},{"id":3,"type":"KSampler","pos":[1914.927734375,583.2499389648438],"size":[315,262],"flags":{},"order":21,"mode":0,"inputs":[{"name":"model","type":"MODEL","link":44,"label":"model"},{"name":"positive","type":"CONDITIONING","link":40,"label":"positive"},{"name":"negative","type":"CONDITIONING","link":41,"label":"negative"},{"name":"latent_image","type":"LATENT","link":2,"label":"latent_image"}],"outputs":[{"name":"LATENT","type":"LATENT","links":[7],"slot_index":0,"label":"LATENT"}],"properties":{"Node name for S&R":"KSampler"},"widgets_values":[934535795692822,"randomize",8,1,"euler","normal",1]},{"id":29,"type":"PairConditioningSetPropertiesAndCombine","pos":[1380.7142333984375,792.7225952148438],"size":[340.20001220703125,202],"flags":{},"order":20,"mode":0,"inputs":[{"name":"positive","type":"CONDITIONING","link":38,"label":"positive"},{"name":"negative","type":"CONDITIONING","link":39,"label":"negative"},{"name":"positive_NEW","type":"CONDITIONING","link":36,"label":"positive_NEW"},{"name":"negative_NEW","type":"CONDITIONING","link":46,"label":"negative_NEW"},{"name":"mask","type":"MASK","link":35,"shape":7,"label":"mask"},{"name":"hooks","type":"HOOKS","link":null,"shape":7,"label":"hooks"},{"name":"timesteps","type":"TIMESTEPS_RANGE","link":null,"shape":7,"label":"timesteps"}],"outputs":[{"name":"positive","type":"CONDITIONING","links":[40],"slot_index":0,"label":"positive"},{"name":"negative","type":"CONDITIONING","links":[41],"slot_index":1,"label":"negative"}],"properties":{"Node name for S&R":"PairConditioningSetPropertiesAndCombine"},"widgets_values":[1,"default"]},{"id":9,"type":"SaveImage","pos":[2297.7373046875,190],"size":[210,58],"flags":{},"order":23,"mode":0,"inputs":[{"name":"images","type":"IMAGE","link":9,"label":"images"}],"outputs":[],"properties":{"Node name for S&R":"SaveImage"},"widgets_values":["ComfyUI"]},{"id":31,"type":"LoraLoaderModelOnly","pos":[1389.43017578125,449.13470458984375],"size":[315,82],"flags":{},"order":9,"mode":0,"inputs":[{"name":"model","type":"MODEL","link":43,"label":"model"}],"outputs":[{"name":"MODEL","type":"MODEL","links":[44],"label":"MODEL"}],"properties":{"Node name for S&R":"LoraLoaderModelOnly"},"widgets_values":["Flux\\FLUX.1-Turbo-Alpha .safetensors",1]},{"id":5,"type":"EmptyLatentImage","pos":[1403.001953125,1058.822998046875],"size":[315,106],"flags":{},"order":6,"mode":0,"inputs":[],"outputs":[{"name":"LATENT","type":"LATENT","links":[2],"slot_index":0,"label":"LATENT"}],"properties":{"Node name for S&R":"EmptyLatentImage"},"widgets_values":[1024,1024,1]},{"id":32,"type":"ImpactNegativeConditioningPlaceholder","pos":[462.4262390136719,692.094482421875],"size":[315,26],"flags":{},"order":7,"mode":0,"inputs":[],"outputs":[{"name":"CONDITIONING","type":"CONDITIONING","links":[45,46],"slot_index":0,"label":"CONDITIONING"}],"properties":{"Node name for S&R":"ImpactNegativeConditioningPlaceholder"},"widgets_values":[]},{"id":21,"type":"SetClipHooks","pos":[-82.62673950195312,976.8038940429688],"size":[315,102],"flags":{},"order":15,"mode":0,"inputs":[{"name":"clip","type":"CLIP","link":24,"label":"clip"},{"name":"hooks","type":"HOOKS","link":25,"shape":7,"label":"hooks"}],"outputs":[{"name":"CLIP","type":"CLIP","links":[22],"slot_index":0,"label":"CLIP"}],"properties":{"Node name for S&R":"SetClipHooks"},"widgets_values":[true,false]},{"id":11,"type":"SetClipHooks","pos":[-53.43552780151367,313.51080322265625],"size":[315,102],"flags":{},"order":16,"mode":0,"inputs":[{"name":"clip","type":"CLIP","link":12,"label":"clip"},{"name":"hooks","type":"HOOKS","link":14,"shape":7,"label":"hooks"}],"outputs":[{"name":"CLIP","type":"CLIP","links":[11],"slot_index":0,"label":"CLIP"}],"properties":{"Node name for S&R":"SetClipHooks"},"widgets_values":[true,false]},{"id":26,"type":"DualCLIPLoader","pos":[-1020.5691528320312,600.9150390625],"size":[315,106],"flags":{},"order":8,"mode":0,"inputs":[],"outputs":[{"name":"CLIP","type":"CLIP","links":[49],"slot_index":0,"label":"CLIP"}],"properties":{"Node name for S&R":"DualCLIPLoader"},"widgets_values":["t5xxl_fp8_e4m3fn.safetensors","clip_l.safetensors","flux"]}],"links":[[2,5,0,3,3,"LATENT"],[7,3,0,8,0,"LATENT"],[9,8,0,9,0,"IMAGE"],[11,11,0,6,0,"CLIP"],[12,12,0,11,0,"CLIP"],[14,13,0,11,1,"HOOKS"],[16,16,0,13,0,"HOOKS"],[17,14,0,16,0,"HOOKS"],[18,15,0,16,1,"HOOK_KEYFRAMES"],[19,6,0,17,0,"CONDITIONING"],[21,18,0,17,2,"MASK"],[22,21,0,19,0,"CLIP"],[24,12,0,21,0,"CLIP"],[25,22,0,21,1,"HOOKS"],[27,15,0,22,1,"HOOK_KEYFRAMES"],[29,25,0,8,1,"VAE"],[33,28,0,22,0,"HOOKS"],[34,18,0,30,0,"MASK"],[35,30,0,29,4,"MASK"],[36,19,0,29,2,"CONDITIONING"],[38,17,0,29,0,"CONDITIONING"],[39,17,1,29,1,"CONDITIONING"],[40,29,0,3,1,"CONDITIONING"],[41,29,1,3,2,"CONDITIONING"],[43,24,0,31,0,"MODEL"],[44,31,0,3,0,"MODEL"],[45,32,0,17,1,"CONDITIONING"],[46,32,0,29,3,"CONDITIONING"],[49,26,0,12,0,"CLIP"]],"groups":[],"config":{},"extra":{"ds":{"scale":0.5445000000000003,"offset":[1174.5765451006084,521.8673878727786]},"ue_links":[]},"version":0.4}
```

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

### Other

[ComfyUI-Easy-Use] server: v1.2.5 Loaded
[ComfyUI-Easy-Use] web root: C:\AI\ComfyUI-Desktop\ComfyUI\custom_nodes\ComfyUI-Easy-Use\web_version/v2 Loaded
### Loading: ComfyUI-Inspire-Pack (V1.9)
Total VRAM 8188 MB, total RAM 32395 MB
pytorch version: 2.5.1+cu121
Set vram state to: NORMAL_VRAM
Device: cuda:0 NVIDIA GeForce RTX 4060 Laptop GPU : cudaMallocAsync

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.