comfyanonymous / ComfyUI

The most powerful and modular diffusion model GUI, api and backend with a graph/nodes interface.
https://www.comfy.org/
GNU General Public License v3.0
56.95k stars 6.04k forks source link

FLUX CLIPTextEncode Erorr - NoneType' object has no attribute 'replace' #4844

Closed Spinaster closed 2 months ago

Spinaster commented 2 months ago

Your question

Hello, not sure if I'm doing right and if this is the right place. It's 2 days after upgrading Comfy that I can't run a basic Flux dev workflow, this is the error that I get from the CLIPTextEncode node.

I then used the checkpoint version downloaded fro HF and a default wf, everything went smooth but I notice a difference in quality and details in the checkpoint version compared to the original one.

Anyway, I reported the error.

Many thanks in advance.

SPINA_FLUX_ART_01

GPU 0% VRAM 64%

Manager

Queue

AttributeError 6 CLIPTextEncode text_input text2 text3 xyz_deck a photo of a cruise deck, A woman and man are standing on the deck. They are holding drinks in their hands. The man is wearing a blue striped shirt and blue jeans. The woman is wearing white shorts. The sky is blue with white clouds. The ocean is blue. The man and woman are looking at each other The image is a digital illustration of a woman riding on the back of a large dragon. The woman is wearing a red headband and has long red hair. She is holding a sword in her right hand and appears to be in the middle of a battle. The dragon is flying over a mountainous landscape with palm trees and rocks. In the background, there is a castle-like structure with a tower and a volcano erupting in the distance. The sky is filled with clouds and the sun is setting, casting a warm orange glow over the scene. The overall mood of the image is dramatic and powerful. CLIPTextEncode 'NoneType' object has no attribute 'replace'

ComfyUI Error Report

Error Details

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

- **Name:** cuda:0 NVIDIA GeForce RTX 4060 Ti : cudaMallocAsync
  - **Type:** cuda
  - **VRAM Total:** 17175150592
  - **VRAM Free:** 6180064760
  - **Torch VRAM Total:** 9797894144
  - **Torch VRAM Free:** 25972216

## Logs

2024-09-08 18:34:29,931 - root - INFO - Total VRAM 16380 MB, total RAM 32691 MB 2024-09-08 18:34:29,931 - root - INFO - pytorch version: 2.4.0+cu121 2024-09-08 18:34:41,797 - root - INFO - xformers version: 0.0.27.post2 2024-09-08 18:34:41,798 - root - INFO - Set vram state to: NORMAL_VRAM 2024-09-08 18:34:41,798 - root - INFO - Device: cuda:0 NVIDIA GeForce RTX 4060 Ti : cudaMallocAsync 2024-09-08 18:34:44,946 - root - INFO - Using xformers cross attention 2024-09-08 18:34:54,502 - root - INFO - [Prompt Server] web root: E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\web 2024-09-08 18:36:31,301 - root - INFO - Total VRAM 16380 MB, total RAM 32691 MB 2024-09-08 18:36:31,303 - root - INFO - pytorch version: 2.4.0+cu121 2024-09-08 18:36:31,303 - root - INFO - xformers version: 0.0.27.post2 2024-09-08 18:36:31,303 - root - INFO - Set vram state to: NORMAL_VRAM 2024-09-08 18:36:31,303 - root - INFO - Device: cuda:0 NVIDIA GeForce RTX 4060 Ti : cudaMallocAsync 2024-09-08 18:36:55,179 - root - INFO - -------------- 2024-09-08 18:36:55,180 - root - INFO -  ### Mixlab Nodes: Loaded 2024-09-08 18:36:55,181 - root - INFO - ChatGPT.available True 2024-09-08 18:36:55,182 - root - INFO - editmask.available True 2024-09-08 18:36:55,220 - root - INFO - LaMaInpainting.available True 2024-09-08 18:36:55,715 - root - INFO - ClipInterrogator.available True 2024-09-08 18:36:55,822 - root - INFO - PromptGenerate.available True 2024-09-08 18:36:55,822 - root - INFO - ChinesePrompt.available True 2024-09-08 18:36:55,822 - root - INFO - RembgNode.available True 2024-09-08 18:36:58,188 - root - INFO - TripoSR.available 2024-09-08 18:36:58,188 - root - INFO -  --------------  2024-09-08 18:37:27,073 - OpenGL.acceleratesupport - INFO - No OpenGL_accelerate module loaded: No module named 'OpenGL_accelerate' 2024-09-08 18:37:34,395 - root - WARNING - Traceback (most recent call last): File "E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1993, in load_custom_node module_spec.loader.exec_module(module) File "", line 940, in exec_module File "", line 241, in _call_with_frames_removed File "E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Allor__init__.py", line 7, in loader.check_updates() File "E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Allor\Loader.py", line 208, in check_updates repo.remotes.origin.fetch() File "E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\python_embeded\Lib\site-packages\git\remote.py", line 1069, in fetch res = self._get_fetch_info_from_stderr(proc, progress, kill_after_timeout=kill_after_timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\python_embeded\Lib\site-packages\git\remote.py", line 895, in _get_fetch_info_from_stderr proc.wait(stderr=stderr_text) File "E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\python_embeded\Lib\site-packages\git\cmd.py", line 834, in wait raise GitCommandError(remove_password_if_present(self.args), status, errstr) git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) cmdline: git fetch -v -- origin stderr: 'fatal: detected dubious ownership in repository at 'E:/ComfyUI_windows_portable_nvidia/ComfyUI_windows_portable/ComfyUI/custom_nodes/ComfyUI-Allor''

2024-09-08 18:37:34,395 - root - WARNING - Cannot import E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Allor module for custom nodes: Cmd('git') failed due to: exit code(128) cmdline: git fetch -v -- origin stderr: 'fatal: detected dubious ownership in repository at 'E:/ComfyUI_windows_portable_nvidia/ComfyUI_windows_portable/ComfyUI/custom_nodes/ComfyUI-Allor'' 2024-09-08 18:37:34,395 - root - INFO - Import times for custom nodes: 2024-09-08 18:37:34,395 - root - INFO - 0.0 seconds: E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-BRIA_AI-RMBG 2024-09-08 18:37:34,400 - root - INFO - 0.0 seconds: E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_3dPoseEditor 2024-09-08 18:37:34,400 - root - INFO - 0.0 seconds: E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_ImageToText 2024-09-08 18:37:34,400 - root - INFO - 0.0 seconds: E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Inpaint-CropAndStitch 2024-09-08 18:37:34,400 - root - INFO - 0.0 seconds: E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\websocket_image_save.py 2024-09-08 18:37:34,400 - root - INFO - 0.0 seconds: E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-upscale-by-model 2024-09-08 18:37:34,400 - root - INFO - 0.0 seconds: E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\sd-perturbed-attention 2024-09-08 18:37:34,401 - root - INFO - 0.0 seconds: E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-saveimage-plus 2024-09-08 18:37:34,401 - root - INFO - 0.0 seconds: E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-SaveAs 2024-09-08 18:37:34,401 - root - INFO - 0.0 seconds: E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Yolo-Cropper 2024-09-08 18:37:34,401 - root - INFO - 0.0 seconds: E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\asymmetric-tiling-comfyui 2024-09-08 18:37:34,401 - root - INFO - 0.0 seconds: E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-text-overlay 2024-09-08 18:37:34,401 - root - INFO - 0.0 seconds: E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-IC-Light 2024-09-08 18:37:34,401 - root - INFO - 0.0 seconds: E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUi_PromptStylers 2024-09-08 18:37:34,401 - root - INFO - 0.0 seconds: E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_StableCascadeLatentRatio 2024-09-08 18:37:34,401 - root - INFO - 0.0 seconds: E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\Comfyui-Yolov8 2024-09-08 18:37:34,401 - root - INFO - 0.0 seconds: E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\Comfyui_TTP_Toolset 2024-09-08 18:37:34,402 - root - INFO - 0.0 seconds: E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_Seamless_Patten 2024-09-08 18:37:34,402 - root - INFO - 0.0 seconds: E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-popup_preview 2024-09-08 18:37:34,402 - root - INFO - 0.0 seconds: E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Styles_CSV_Loader 2024-09-08 18:37:34,402 - root - INFO - 0.0 seconds: E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_experiments 2024-09-08 18:37:34,402 - root - INFO - 0.0 seconds: E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\cg-image-picker 2024-09-08 18:37:34,402 - root - INFO - 0.0 seconds: E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\WAS_Extras 2024-09-08 18:37:34,402 - root - INFO - 0.0 seconds: E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Remover 2024-09-08 18:37:34,402 - root - INFO - 0.0 seconds: E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-photoshop 2024-09-08 18:37:34,402 - root - INFO - 0.0 seconds: E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\Cup-ClipBoard 2024-09-08 18:37:34,402 - root - INFO - 0.0 seconds: E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\sdxl_prompt_styler 2024-09-08 18:37:34,402 - root - INFO - 0.0 seconds: E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\Lora-Training-in-Comfy 2024-09-08 18:37:34,403 - root - INFO - 0.0 seconds: E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\stability-ComfyUI-nodes 2024-09-08 18:37:34,403 - root - INFO - 0.0 seconds: E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-CSV-prompt-builder 2024-09-08 18:37:34,403 - root - INFO - 0.0 seconds: E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\Image-Captioning-in-ComfyUI 2024-09-08 18:37:34,403 - root - INFO - 0.0 seconds: E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUi_NNLatentUpscale 2024-09-08 18:37:34,403 - root - INFO - 0.0 seconds: E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Fans 2024-09-08 18:37:34,403 - root - INFO - 0.0 seconds: E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-inpaint-nodes 2024-09-08 18:37:34,403 - root - INFO - 0.0 seconds: E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\masquerade-nodes-comfyui 2024-09-08 18:37:34,403 - root - INFO - 0.0 seconds: E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\aegisflow_utility_nodes 2024-09-08 18:37:34,403 - root - INFO - 0.0 seconds: E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_YFG_Comical 2024-09-08 18:37:34,403 - root - INFO - 0.0 seconds: E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-seamless-tiling 2024-09-08 18:37:34,404 - root - INFO - 0.0 seconds: E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-node-beautify 2024-09-08 18:37:34,404 - root - INFO - 0.0 seconds: E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-CascadeResolutions 2024-09-08 18:37:34,404 - root - INFO - 0.0 seconds: E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_Preset_Merger 2024-09-08 18:37:34,404 - root - INFO - 0.0 seconds: E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\cg-use-everywhere 2024-09-08 18:37:34,404 - root - INFO - 0.0 seconds: E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-layerdiffuse 2024-09-08 18:37:34,404 - root - INFO - 0.0 seconds: E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Notifications 2024-09-08 18:37:34,404 - root - INFO - 0.0 seconds: E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfy-image-saver 2024-09-08 18:37:34,404 - root - INFO - 0.0 seconds: E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ControlAltAI-Nodes 2024-09-08 18:37:34,404 - root - INFO - 0.0 seconds: E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-ToSVG 2024-09-08 18:37:34,404 - root - INFO - 0.0 seconds: E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Advanced-ControlNet 2024-09-08 18:37:34,404 - root - INFO - 0.0 seconds: E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Florence2 2024-09-08 18:37:34,405 - root - INFO - 0.0 seconds: E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-prompt-composer 2024-09-08 18:37:34,405 - root - INFO - 0.0 seconds: E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-moondream 2024-09-08 18:37:34,405 - root - INFO - 0.0 seconds: E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-OpenPose 2024-09-08 18:37:34,405 - root - INFO - 0.0 seconds: E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-ultralytics-yolo 2024-09-08 18:37:34,405 - root - INFO - 0.0 seconds: E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-DepthAnythingV2 2024-09-08 18:37:34,405 - root - INFO - 0.1 seconds: E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-YOLO 2024-09-08 18:37:34,405 - root - INFO - 0.1 seconds: E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-BrushNet 2024-09-08 18:37:34,405 - root - INFO - 0.1 seconds: E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-AutomaticCFG 2024-09-08 18:37:34,405 - root - INFO - 0.1 seconds: E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-WD14-Tagger 2024-09-08 18:37:34,405 - root - INFO - 0.1 seconds: E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-image-blender 2024-09-08 18:37:34,405 - root - INFO - 0.1 seconds: E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-SuperBeasts 2024-09-08 18:37:34,406 - root - INFO - 0.1 seconds: E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-BiRefNet-ZHO 2024-09-08 18:37:34,406 - root - INFO - 0.1 seconds: E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_essentials 2024-09-08 18:37:34,406 - root - INFO - 0.1 seconds: E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-KJNodes 2024-09-08 18:37:34,406 - root - INFO - 0.1 seconds: E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-AudioScheduler 2024-09-08 18:37:34,406 - root - INFO - 0.1 seconds: E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_face_parsing 2024-09-08 18:37:34,406 - root - INFO - 0.1 seconds: E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Custom-Scripts 2024-09-08 18:37:34,406 - root - INFO - 0.1 seconds: E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-CUP 2024-09-08 18:37:34,406 - root - INFO - 0.1 seconds: E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-AdvancedLivePortrait 2024-09-08 18:37:34,406 - root - INFO - 0.1 seconds: E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_UltimateSDUpscale 2024-09-08 18:37:34,406 - root - INFO - 0.1 seconds: E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-depth-fm 2024-09-08 18:37:34,406 - root - INFO - 0.1 seconds: E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-LivePortraitKJ 2024-09-08 18:37:34,406 - root - INFO - 0.1 seconds: E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyI2I 2024-09-08 18:37:34,406 - root - INFO - 0.1 seconds: E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Inspire-Pack 2024-09-08 18:37:34,406 - root - INFO - 0.1 seconds: E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_Comfyroll_CustomNodes 2024-09-08 18:37:34,406 - root - INFO - 0.1 seconds: E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-portrait-master 2024-09-08 18:37:34,407 - root - INFO - 0.1 seconds: E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_IPAdapter_plus 2024-09-08 18:37:34,407 - root - INFO - 0.2 seconds: E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\virtuoso-nodes 2024-09-08 18:37:34,407 - root - INFO - 0.2 seconds: E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-TiledDiffusion 2024-09-08 18:37:34,407 - root - INFO - 0.2 seconds: E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\efficiency-nodes-comfyui 2024-09-08 18:37:34,407 - root - INFO - 0.2 seconds: E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-segment-anything-2 2024-09-08 18:37:34,407 - root - INFO - 0.2 seconds: E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_controlnet_aux 2024-09-08 18:37:34,407 - root - INFO - 0.2 seconds: E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\rgthree-comfy 2024-09-08 18:37:34,407 - root - INFO - 0.2 seconds: E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\Flux-Prompt-Generator 2024-09-08 18:37:34,407 - root - INFO - 0.2 seconds (IMPORT FAILED): E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Allor 2024-09-08 18:37:34,407 - root - INFO - 0.2 seconds: E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Openpose-Editor-Plus 2024-09-08 18:37:34,407 - root - INFO - 0.2 seconds: E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_tinyterraNodes 2024-09-08 18:37:34,408 - root - INFO - 0.2 seconds: E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\Image-Raster-for-ComfyUI 2024-09-08 18:37:34,408 - root - INFO - 0.2 seconds: E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-OpenPose-Editor 2024-09-08 18:37:34,408 - root - INFO - 0.3 seconds: E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Manager 2024-09-08 18:37:34,408 - root - INFO - 0.3 seconds: E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-old-photo-restoration 2024-09-08 18:37:34,408 - root - INFO - 0.3 seconds: E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_MagicClothing 2024-09-08 18:37:34,408 - root - INFO - 0.4 seconds: E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-tensorops 2024-09-08 18:37:34,408 - root - INFO - 0.4 seconds: E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-PixelArt-Detector 2024-09-08 18:37:34,408 - root - INFO - 0.5 seconds: E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_FaceAnalysis 2024-09-08 18:37:34,408 - root - INFO - 0.5 seconds: E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_segment_anything 2024-09-08 18:37:34,409 - root - INFO - 0.5 seconds: E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Geowizard 2024-09-08 18:37:34,409 - root - INFO - 0.5 seconds: E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-seam-carving 2024-09-08 18:37:34,409 - root - INFO - 0.5 seconds: E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_Jags_VectorMagic 2024-09-08 18:37:34,409 - root - INFO - 0.6 seconds: E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_Qwen2-VL-Instruct 2024-09-08 18:37:34,409 - root - INFO - 0.6 seconds: E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Crystools 2024-09-08 18:37:34,410 - root - INFO - 0.7 seconds: E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-sound-lab 2024-09-08 18:37:34,410 - root - INFO - 0.7 seconds: E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfy_mtb 2024-09-08 18:37:34,410 - root - INFO - 0.9 seconds: E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-IF_AI_tools 2024-09-08 18:37:34,410 - root - INFO - 1.0 seconds: E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Marigold 2024-09-08 18:37:34,410 - root - INFO - 1.2 seconds: E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Documents 2024-09-08 18:37:34,410 - root - INFO - 1.3 seconds: E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Easy-Use 2024-09-08 18:37:34,410 - root - INFO - 1.5 seconds: E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Bringing-Old-Photos-Back-to-Life 2024-09-08 18:37:34,410 - root - INFO - 1.6 seconds: E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-dynamicprompts 2024-09-08 18:37:34,410 - root - INFO - 1.7 seconds: E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\audio-separation-nodes-comfyui 2024-09-08 18:37:34,410 - root - INFO - 1.7 seconds: E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\Comfyui-Yolov8-JSON 2024-09-08 18:37:34,410 - root - INFO - 1.7 seconds: E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-DirGir 2024-09-08 18:37:34,411 - root - INFO - 1.9 seconds: E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-propost 2024-09-08 18:37:34,411 - root - INFO - 2.0 seconds: E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_Jags_Audiotools 2024-09-08 18:37:34,411 - root - INFO - 2.4 seconds: E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_Segment_Mask 2024-09-08 18:37:34,411 - root - INFO - 2.4 seconds: E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-FluxPseudoNegativePrompt 2024-09-08 18:37:34,411 - root - INFO - 2.7 seconds: E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_Fill-Nodes 2024-09-08 18:37:34,411 - root - INFO - 2.7 seconds: E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-EasyOCR 2024-09-08 18:37:34,411 - root - INFO - 3.6 seconds: E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-UltraPixel 2024-09-08 18:37:34,411 - root - INFO - 3.8 seconds: E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-DDColor 2024-09-08 18:37:34,411 - root - INFO - 4.0 seconds: E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Vextra-Nodes 2024-09-08 18:37:34,411 - root - INFO - 4.9 seconds: E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-mixlab-nodes 2024-09-08 18:37:34,412 - root - INFO - 6.8 seconds: E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\was-node-suite-comfyui 2024-09-08 18:37:34,412 - root - INFO - 7.2 seconds: E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Impact-Pack 2024-09-08 18:37:34,412 - root - INFO - 7.8 seconds: E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\rembg-comfyui-node 2024-09-08 18:37:34,412 - root - INFO - 17.0 seconds: E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-CrewAI 2024-09-08 18:37:34,412 - root - INFO - 18.9 seconds: E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_Custom_Nodes_AlekPet 2024-09-08 18:37:34,412 - root - INFO - 41.7 seconds: E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\DZ-FaceDetailer 2024-09-08 18:37:34,412 - root - INFO - 2024-09-08 18:37:34,452 - root - INFO -

2024-09-08 18:37:34,452 - root - INFO -

Starting server 2024-09-08 18:37:34,453 - root - INFO - To see the GUI go to: http://192.168.8.110:8188 or http://127.0.0.1:8188 2024-09-08 18:37:34,453 - root - INFO - To see the GUI go to: https://192.168.8.110:8189 or https://127.0.0.1:8189 2024-09-08 18:37:40,164 - root - ERROR - [ERROR] An error occurred while retrieving information for the 'IF_ChatPrompt' node. 2024-09-08 18:37:40,185 - root - ERROR - Traceback (most recent call last): File "E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\server.py", line 486, in get_object_info out[x] = node_info(x) ^^^^^^^^^^^^ File "E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\server.py", line 454, in node_info info['input'] = obj_class.INPUT_TYPES() ^^^^^^^^^^^^^^^^^^^^^^^ File "E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-IF_AI_tools\IFChatPromptNode.py", line 109, in INPUT_TYPES node = cls() ^^^^^ File "E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-IF_AI_tools\IFChatPromptNode.py", line 53, in init self.agent_tools = self.load_agent_tools() ^^^^^^^^^^^^^^^^^^^^^^^ File "E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-IF_AI_tools\IFChatPromptNode.py", line 78, in load_agent_tools for filename in os.listdir(self.agents_dir): ^^^^^^^^^^^^^^^^^^^^^^^^^^^ FileNotFoundError: [WinError 3] Impossibile trovare il percorso specificato: 'E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\input\IF_AI\presets\agents'

2024-09-08 18:37:52,497 - root - ERROR - [ERROR] An error occurred while retrieving information for the 'IF_ChatPrompt' node. 2024-09-08 18:37:52,499 - root - ERROR - Traceback (most recent call last): File "E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\server.py", line 486, in get_object_info out[x] = node_info(x) ^^^^^^^^^^^^ File "E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\server.py", line 454, in node_info info['input'] = obj_class.INPUT_TYPES() ^^^^^^^^^^^^^^^^^^^^^^^ File "E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-IF_AI_tools\IFChatPromptNode.py", line 109, in INPUT_TYPES node = cls() ^^^^^ File "E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-IF_AI_tools\IFChatPromptNode.py", line 53, in init self.agent_tools = self.load_agent_tools() ^^^^^^^^^^^^^^^^^^^^^^^ File "E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-IF_AI_tools\IFChatPromptNode.py", line 78, in load_agent_tools for filename in os.listdir(self.agents_dir): ^^^^^^^^^^^^^^^^^^^^^^^^^^^ FileNotFoundError: [WinError 3] Impossibile trovare il percorso specificato: 'E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\input\IF_AI\presets\agents'

2024-09-08 19:09:25,276 - root - INFO - got prompt 2024-09-08 19:09:26,013 - root - INFO - Using xformers attention in VAE 2024-09-08 19:09:26,015 - root - INFO - Using xformers attention in VAE 2024-09-08 19:09:32,033 - root - INFO - model weight dtype torch.float8_e5m2, manual cast: torch.bfloat16 2024-09-08 19:09:32,402 - root - INFO - modeltype FLUX 2024-09-08 19:15:52,811 - root - INFO - Processing interrupted 2024-09-08 19:15:52,864 - root - INFO - Prompt executed in 387.54 seconds 2024-09-08 19:16:31,300 - root - INFO - got prompt 2024-09-08 19:16:36,216 - root - INFO - Requested to load FluxClipModel 2024-09-08 19:16:36,216 - root - INFO - Loading 1 new model 2024-09-08 19:16:36,324 - root - INFO - loaded completely 0.0 9319.23095703125 True 2024-09-08 19:19:03,680 - root - WARNING - clip missing: ['text_projection.weight'] 2024-09-08 19:19:04,461 - root - ERROR - !!! Exception during processing !!! 'NoneType' object has no attribute 'replace' 2024-09-08 19:19:04,683 - root - ERROR - Traceback (most recent call last): File "E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\execution.py", line 317, 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 "E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\execution.py", line 192, 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 "E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\execution.py", line 169, in _map_node_over_list process_inputs(input_dict, i) File "E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\execution.py", line 158, in process_inputs results.append(getattr(obj, func)(**inputs)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\nodes.py", line 64, in encode tokens = clip.tokenize(text) ^^^^^^^^^^^^^^^^^^^ File "E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\comfy\sd.py", line 114, in tokenize return self.tokenizer.tokenize_with_weights(text, return_word_ids) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\comfy\text_encoders\flux.py", line 26, in tokenize_with_weights out["l"] = self.clip_l.tokenize_with_weights(text, return_word_ids) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\comfy\sd1_clip.py", line 462, in tokenize_with_weights text = escape_important(text) ^^^^^^^^^^^^^^^^^^^^^^ File "E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\comfy\sd1_clip.py", line 283, in escape_important text = text.replace("\)", "\0\1") ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'replace'

2024-09-08 19:19:04,686 - root - INFO - Prompt executed in 153.33 seconds 2024-09-08 19:21:14,042 - root - INFO - got prompt 2024-09-08 19:21:14,140 - root - ERROR - !!! Exception during processing !!! 'NoneType' object has no attribute 'replace' 2024-09-08 19:21:14,142 - root - ERROR - Traceback (most recent call last): File "E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\execution.py", line 317, 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 "E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\execution.py", line 192, 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 "E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\execution.py", line 169, in _map_node_over_list process_inputs(input_dict, i) File "E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\execution.py", line 158, in process_inputs results.append(getattr(obj, func)(**inputs)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\nodes.py", line 64, in encode tokens = clip.tokenize(text) ^^^^^^^^^^^^^^^^^^^ File "E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\comfy\sd.py", line 114, in tokenize return self.tokenizer.tokenize_with_weights(text, return_word_ids) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\comfy\text_encoders\flux.py", line 26, in tokenize_with_weights out["l"] = self.clip_l.tokenize_with_weights(text, return_word_ids) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\comfy\sd1_clip.py", line 462, in tokenize_with_weights text = escape_important(text) ^^^^^^^^^^^^^^^^^^^^^^ File "E:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\comfy\sd1_clip.py", line 283, in escape_important text = text.replace("\)", "\0\1") ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'replace'

2024-09-08 19:21:14,143 - root - INFO - Prompt executed in 0.08 seconds

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

{"last_node_id":136,"last_link_id":238,"nodes":[{"id":120,"type":"LoadImage","pos":{"0":400,"1":1160},"size":{"0":260,"1":320},"flags":{},"order":0,"mode":4,"inputs":[],"outputs":[{"name":"IMAGE","type":"IMAGE","links":[171],"shape":3},{"name":"MASK","type":"MASK","links":null,"shape":3}],"properties":{"ttNbgOverride":{"color":"#323","bgcolor":"#535","groupcolor":"#a1309b"}},"widgets_values":["xyz_deck_21.bmp","image"],"color":"#323","bgcolor":"#535","shape":1},{"id":5,"type":"EmptyLatentImage","pos":{"0":400,"1":280},"size":{"0":320,"1":80},"flags":{},"order":12,"mode":0,"inputs":[{"name":"width","type":"INT","link":233,"widget":{"name":"width"}},{"name":"height","type":"INT","link":234,"widget":{"name":"height"}}],"outputs":[{"name":"LATENT","type":"LATENT","links":[23],"slot_index":0}],"properties":{"Node name for S&R":"EmptyLatentImage","ttNbgOverride":{"color":"#323","bgcolor":"#535","groupcolor":"#a1309b"}},"widgets_values":[1024,1024,1],"color":"#323","bgcolor":"#535","shape":1},{"id":16,"type":"KSamplerSelect","pos":{"0":400,"1":520},"size":{"0":320,"1":60},"flags":{},"order":1,"mode":0,"inputs":[],"outputs":[{"name":"SAMPLER","type":"SAMPLER","links":[19],"shape":3}],"properties":{"Node name for S&R":"KSamplerSelect","ttNbgOverride":{"color":"#323","bgcolor":"#535","groupcolor":"#a1309b"}},"widgets_values":["euler"],"color":"#323","bgcolor":"#535","shape":1},{"id":25,"type":"RandomNoise","pos":{"0":400,"1":400},"size":{"0":320,"1":80},"flags":{},"order":2,"mode":0,"inputs":[],"outputs":[{"name":"NOISE","type":"NOISE","links":[37],"shape":3}],"properties":{"Node name for S&R":"RandomNoise","ttNbgOverride":{"color":"#323","bgcolor":"#535","groupcolor":"#a1309b"}},"widgets_values":[652830391666908,"randomize"],"color":"#323","bgcolor":"#535","shape":1},{"id":119,"type":"Florence2Run","pos":{"0":680,"1":1020},"size":{"0":240,"1":360},"flags":{},"order":10,"mode":4,"inputs":[{"name":"image","type":"IMAGE","link":171},{"name":"florence2_model","type":"FL2MODEL","link":172}],"outputs":[{"name":"image","type":"IMAGE","links":null,"shape":3},{"name":"mask","type":"MASK","links":null,"shape":3},{"name":"caption","type":"STRING","links":[173,229],"slot_index":2,"shape":3},{"name":"data","type":"JSON","links":[],"slot_index":3,"shape":3}],"properties":{"ttNbgOverride":{"color":"#323","bgcolor":"#535","groupcolor":"#a1309b"}},"widgets_values":["","more_detailed_caption",true,true,1024,3,true,"",877384181980651,"randomize"],"color":"#323","bgcolor":"#535","shape":1},{"id":121,"type":"easy showAnything","pos":{"0":940,"1":1020},"size":{"0":220,"1":360},"flags":{},"order":14,"mode":4,"inputs":[{"name":"anything","type":"","link":173}],"outputs":[],"properties":{},"widgets_values":["The image is a digital illustration of a woman riding on the back of a large dragon. The woman is wearing a red headband and has long red hair. She is holding a sword in her right hand and appears to be in the middle of a battle. The dragon is flying over a mountainous landscape with palm trees and rocks. In the background, there is a castle-like structure with a tower and a volcano erupting in the distance. The sky is filled with clouds and the sun is setting, casting a warm orange glow over the scene. The overall mood of the image is dramatic and powerful."],"color":"#323","bgcolor":"#535","shape":1},{"id":22,"type":"BasicGuider","pos":{"0":940,"1":840},"size":{"0":220,"1":60},"flags":{"collapsed":false},"order":22,"mode":0,"inputs":[{"name":"model","type":"MODEL","link":188,"slot_index":0},{"name":"conditioning","type":"CONDITIONING","link":176,"slot_index":1}],"outputs":[{"name":"GUIDER","type":"GUIDER","links":[30],"slot_index":0,"shape":3}],"properties":{"Node name for S&R":"BasicGuider","ttNbgOverride":{"color":"#323","bgcolor":"#535","groupcolor":"#a1309b"}},"color":"#323","bgcolor":"#535","shape":1},{"id":115,"type":"FluxGuidance","pos":{"0":660,"1":840},"size":{"0":240,"1":60},"flags":{},"order":19,"mode":0,"inputs":[{"name":"conditioning","type":"CONDITIONING","link":175}],"outputs":[{"name":"CONDITIONING","type":"CONDITIONING","links":[176],"slot_index":0,"shape":3}],"properties":{"ttNbgOverride":{"color":"#323","bgcolor":"#535","groupcolor":"#a1309b"}},"widgets_values":[3.5],"color":"#323","bgcolor":"#535","shape":1},{"id":13,"type":"SamplerCustomAdvanced","pos":{"0":780,"1":80},"size":{"0":380,"1":120},"flags":{"collapsed":false},"order":23,"mode":0,"inputs":[{"name":"noise","type":"NOISE","link":37,"slot_index":0},{"name":"guider","type":"GUIDER","link":30,"slot_index":1},{"name":"sampler","type":"SAMPLER","link":19,"slot_index":2},{"name":"sigmas","type":"SIGMAS","link":20,"slot_index":3},{"name":"latent_image","type":"LATENT","link":23,"slot_index":4}],"outputs":[{"name":"output","type":"LATENT","links":[24],"slot_index":0,"shape":3},{"name":"denoised_output","type":"LATENT","links":null,"shape":3}],"properties":{"Node name for S&R":"SamplerCustomAdvanced","ttNbgOverride":{"color":"#323","bgcolor":"#535","groupcolor":"#a1309b"}},"color":"#323","bgcolor":"#535","shape":1},{"id":134,"type":"LoraLoader|pysssss","pos":{"0":800,"1":-220},"size":{"0":360,"1":180},"flags":{},"order":18,"mode":4,"inputs":[{"name":"model","type":"MODEL","link":224},{"name":"clip","type":"CLIP","link":225}],"outputs":[{"name":"MODEL","type":"MODEL","links":[226],"slot_index":0,"shape":3},{"name":"CLIP","type":"CLIP","links":[],"slot_index":1,"shape":3},{"name":"STRING","type":"STRING","links":null,"shape":3}],"properties":{"ttNbgOverride":{"color":"#323","bgcolor":"#535","groupcolor":"#a1309b"}},"widgets_values":[{"content":"FLUX\FluxDFaeTasticDetails.safetensors","image":null},1,1,"[none]"],"color":"#323","bgcolor":"#535","shape":1},{"id":132,"type":"SelectiveColor","pos":{"0":1740,"1":-220},"size":{"0":320,"1":180},"flags":{},"order":27,"mode":4,"inputs":[{"name":"image","type":"IMAGE","link":199}],"outputs":[{"name":"IMAGE","type":"IMAGE","links":[200],"shape":3}],"properties":{},"widgets_values":["reds",0,0,0,0,"relative"],"color":"#323","bgcolor":"#535","shape":1},{"id":128,"type":"HueSatAdvanced","pos":{"0":1380,"1":-220},"size":{"0":340,"1":220},"flags":{},"order":25,"mode":4,"inputs":[{"name":"image","type":"IMAGE","link":189}],"outputs":[{"name":"IMAGE","type":"IMAGE","links":[199],"slot_index":0,"shape":3},{"name":"MASK","type":"MASK","links":null,"shape":3}],"properties":{"ttNbgOverride":{"color":"#323","bgcolor":"#535","groupcolor":"#a1309b"}},"widgets_values":[0,33,360,0,0,0,0],"color":"#323","bgcolor":"#535","shape":1},{"id":9,"type":"SaveImage","pos":{"0":2380,"1":60},"size":{"0":940,"1":1360},"flags":{"collapsed":true},"order":28,"mode":0,"inputs":[{"name":"images","type":"IMAGE","link":200}],"outputs":[],"properties":{"Node name for S&R":"SaveImage","ttNbgOverride":{"color":"#323","bgcolor":"#535","groupcolor":"#a1309b"}},"widgets_values":["MarkuryFLUX"],"color":"#323","bgcolor":"#535","shape":1},{"id":8,"type":"VAEDecode","pos":{"0":1200,"1":40},"size":{"0":220,"1":40},"flags":{"collapsed":true},"order":24,"mode":0,"inputs":[{"name":"samples","type":"LATENT","link":24},{"name":"vae","type":"VAE","link":12}],"outputs":[{"name":"IMAGE","type":"IMAGE","links":[189,197],"slot_index":0}],"properties":{"Node name for S&R":"VAEDecode","ttNbgOverride":{"color":"#323","bgcolor":"#535","groupcolor":"#a1309b"}},"color":"#323","bgcolor":"#535","shape":1},{"id":130,"type":"PreviewBridge","pos":{"0":1360,"1":60},"size":{"0":940,"1":1340},"flags":{"collapsed":false},"order":26,"mode":0,"inputs":[{"name":"images","type":"IMAGE","link":197}],"outputs":[{"name":"IMAGE","type":"IMAGE","links":[],"slot_index":0,"shape":3},{"name":"MASK","type":"MASK","links":null,"shape":3}],"properties":{"ttNbgOverride":{"color":"#323","bgcolor":"#535","groupcolor":"#a1309b"}},"widgets_values":["$130-0"],"color":"#323","bgcolor":"#535","shape":1},{"id":133,"type":"LoraLoader|pysssss","pos":{"0":400,"1":-220},"size":{"0":380,"1":180},"flags":{},"order":16,"mode":4,"inputs":[{"name":"model","type":"MODEL","link":221},{"name":"clip","type":"CLIP","link":219}],"outputs":[{"name":"MODEL","type":"MODEL","links":[224],"slot_index":0,"shape":3},{"name":"CLIP","type":"CLIP","links":[225],"slot_index":1,"shape":3},{"name":"STRING","type":"STRING","links":null,"shape":3}],"properties":{"ttNbgOverride":{"color":"#323","bgcolor":"#535","groupcolor":"#a1309b"}},"widgets_values":[{"content":"FLUX\FluxDFaeTasticDetails.safetensors","image":null},0.9,1,"[none]"],"color":"#323","bgcolor":"#535","shape":1},{"id":118,"type":"Florence2ModelLoader","pos":{"0":400,"1":1020},"size":{"0":260,"1":100},"flags":{"collapsed":false},"order":3,"mode":4,"inputs":[{"name":"lora","type":"PEFTLORA","link":null}],"outputs":[{"name":"florence2_model","type":"FL2MODEL","links":[172],"slot_index":0,"shape":3}],"properties":{"ttNbgOverride":{"color":"#323","bgcolor":"#535","groupcolor":"#a1309b"}},"widgets_values":["Florence-2-large","fp32","sdpa"],"color":"#323","bgcolor":"#535","shape":1},{"id":93,"type":"Fast Groups Bypasser (rgthree)","pos":{"0":-340,"1":-260},"size":{"0":300,"1":240},"flags":{},"order":4,"mode":0,"inputs":[],"outputs":[{"name":"OPT_CONNECTION","type":"","links":null}],"properties":{"matchColors":"","matchTitle":"","showNav":true,"sort":"position","customSortAlphabet":"","toggleRestriction":"default"},"color":"#432","bgcolor":"#653","shape":1},{"id":6,"type":"CLIPTextEncode","pos":{"0":400,"1":840},"size":{"0":220,"1":60},"flags":{"collapsed":false},"order":17,"mode":0,"inputs":[{"name":"clip","type":"CLIP","link":238},{"name":"text","type":"STRING","link":237,"slot_index":1,"widget":{"name":"text"}}],"outputs":[{"name":"CONDITIONING","type":"CONDITIONING","links":[175],"slot_index":0}],"properties":{"Node name for S&R":"CLIPTextEncode","ttNbgOverride":{"color":"#323","bgcolor":"#535","groupcolor":"#a1309b"}},"widgets_values":[""],"color":"#323","bgcolor":"#535","shape":1},{"id":135,"type":"ImpactSwitch","pos":{"0":20,"1":1260},"size":{"0":220,"1":120},"flags":{},"order":15,"mode":0,"inputs":[{"name":"input1","type":"STRING","link":229},{"name":"input2","type":"STRING","link":236},{"name":"input3","type":"STRING","link":null}],"outputs":[{"name":"STRING","type":"STRING","links":[237],"slot_index":0,"shape":3,"label":"STRING"},{"name":"selected_label","type":"STRING","links":null,"shape":3},{"name":"selected_index","type":"INT","links":null,"shape":3}],"properties":{"ttNbgOverride":{"color":"#323","bgcolor":"#535","groupcolor":"#a1309b"}},"widgets_values":[1,true],"color":"#323","bgcolor":"#535","shape":1},{"id":127,"type":"ttN concat","pos":{"0":20,"1":920},"size":{"0":320,"1":280},"flags":{},"order":11,"mode":0,"inputs":[{"name":"text1","type":"STRING","link":235,"widget":{"name":"text1"}}],"outputs":[{"name":"concat","type":"STRING","links":[236],"slot_index":0,"shape":3}],"properties":{"ttNbgOverride":{"color":"#323","bgcolor":"#535","groupcolor":"#a1309b"},"ttNnodeVersion":"1.0.0"},"widgets_values":["","","",","],"color":"#323","bgcolor":"#535","shape":1},{"id":28,"type":"String Literal","pos":{"0":20,"1":520},"size":{"0":320,"1":360},"flags":{},"order":5,"mode":0,"inputs":[],"outputs":[{"name":"STRING","type":"STRING","links":[235],"slot_index":0,"shape":3}],"properties":{"Node name for S&R":"String Literal","ttNbgOverride":{"color":"#323","bgcolor":"#535","groupcolor":"#a1309b"}},"widgets_values":["xyz_deck a photo of a cruise deck, A woman and man are standing on the deck. They are holding drinks in their hands. The man is wearing a blue striped shirt and blue jeans. The woman is wearing white shorts. The sky is blue with white clouds. The ocean is blue. The man and woman are looking at each other"],"color":"#323","bgcolor":"#535","shape":1},{"id":63,"type":"CascadeResolutions","pos":{"0":400,"1":80},"size":{"0":320,"1":160},"flags":{},"order":6,"mode":0,"inputs":[],"outputs":[{"name":"width","type":"INT","links":[233],"slot_index":0,"shape":3},{"name":"height","type":"INT","links":[234],"slot_index":1,"shape":3}],"properties":{"ttNbgOverride":{"color":"#323","bgcolor":"#535","groupcolor":"#a1309b"}},"widgets_values":["1280x896 (10:7) - Landscape Small HD",1,0,0],"color":"#323","bgcolor":"#535","shape":1},{"id":125,"type":"LoraLoader|pysssss","pos":{"0":20,"1":-220},"size":{"0":360,"1":180},"flags":{},"order":13,"mode":4,"inputs":[{"name":"model","type":"MODEL","link":182},{"name":"clip","type":"CLIP","link":null}],"outputs":[{"name":"MODEL","type":"MODEL","links":[221],"slot_index":0,"shape":3},{"name":"CLIP","type":"CLIP","links":[219],"slot_index":1,"shape":3},{"name":"STRING","type":"STRING","links":null,"shape":3}],"properties":{"ttNbgOverride":{"color":"#323","bgcolor":"#535","groupcolor":"#a1309b"}},"widgets_values":[{"content":"MSC_FLUX\xyz_deck_epoch_5.safetensors","image":null},1,1,"[none]"],"color":"#323","bgcolor":"#535","shape":1},{"id":12,"type":"UNETLoader","pos":{"0":20,"1":80},"size":{"0":320,"1":80},"flags":{},"order":7,"mode":0,"inputs":[],"outputs":[{"name":"MODEL","type":"MODEL","links":[182],"slot_index":0,"shape":3}],"properties":{"Node name for S&R":"UNETLoader","ttNbgOverride":{"color":"#323","bgcolor":"#535","groupcolor":"#a1309b"}},"widgets_values":["flux1-dev.sft","fp8_e5m2"],"color":"#323","bgcolor":"#535","shape":1},{"id":11,"type":"DualCLIPLoader","pos":{"0":20,"1":200},"size":{"0":320,"1":100},"flags":{},"order":8,"mode":0,"inputs":[],"outputs":[{"name":"CLIP","type":"CLIP","links":[238],"slot_index":0,"shape":3}],"properties":{"Node name for S&R":"DualCLIPLoader","ttNbgOverride":{"color":"#323","bgcolor":"#535","groupcolor":"#a1309b"}},"widgets_values":["t5xxl_fp16.safetensors","clip_l.safetensors","flux"],"color":"#323","bgcolor":"#535","shape":1},{"id":10,"type":"VAELoader","pos":{"0":20,"1":340},"size":{"0":320,"1":60},"flags":{},"order":9,"mode":0,"inputs":[],"outputs":[{"name":"VAE","type":"VAE","links":[12],"slot_index":0,"shape":3}],"properties":{"Node name for S&R":"VAELoader","ttNbgOverride":{"color":"#323","bgcolor":"#535","groupcolor":"#a1309b"}},"widgets_values":["diffusion_pytorch_model.safetensors"],"color":"#323","bgcolor":"#535","shape":1},{"id":76,"type":"ModelSamplingFlux","pos":{"0":780,"1":580},"size":{"0":380,"1":140},"flags":{"collapsed":false},"order":20,"mode":0,"inputs":[{"name":"model","type":"MODEL","link":226}],"outputs":[{"name":"MODEL","type":"MODEL","links":[92,188],"slot_index":0,"shape":3}],"properties":{"ttNbgOverride":{"color":"#323","bgcolor":"#535","groupcolor":"#a1309b"}},"widgets_values":[2,0.5,896,1280],"color":"#323","bgcolor":"#535","shape":1},{"id":17,"type":"BasicScheduler","pos":{"0":400,"1":620},"size":{"0":320,"1":100},"flags":{},"order":21,"mode":0,"inputs":[{"name":"model","type":"MODEL","link":92,"slot_index":0}],"outputs":[{"name":"SIGMAS","type":"SIGMAS","links":[20],"shape":3}],"properties":{"Node name for S&R":"BasicScheduler","ttNbgOverride":{"color":"#323","bgcolor":"#535","groupcolor":"#a1309b"}},"widgets_values":["simple",25,1],"color":"#323","bgcolor":"#535","shape":1}],"links":[[12,10,0,8,1,"VAE"],[19,16,0,13,2,"SAMPLER"],[20,17,0,13,3,"SIGMAS"],[23,5,0,13,4,"LATENT"],[24,13,0,8,0,"LATENT"],[30,22,0,13,1,"GUIDER"],[37,25,0,13,0,"NOISE"],[92,76,0,17,0,"MODEL"],[171,120,0,119,0,"IMAGE"],[172,118,0,119,1,"FL2MODEL"],[173,119,2,121,0,"*"],[175,6,0,115,0,"CONDITIONING"],[176,115,0,22,1,"CONDITIONING"],[182,12,0,125,0,"MODEL"],[188,76,0,22,0,"MODEL"],[189,8,0,128,0,"IMAGE"],[197,8,0,130,0,"IMAGE"],[199,128,0,132,0,"IMAGE"],[200,132,0,9,0,"IMAGE"],[219,125,1,133,1,"CLIP"],[221,125,0,133,0,"MODEL"],[224,133,0,134,0,"MODEL"],[225,133,1,134,1,"CLIP"],[226,134,0,76,0,"MODEL"],[229,119,2,135,0,"STRING"],[233,63,0,5,0,"INT"],[234,63,1,5,1,"INT"],[235,28,0,127,0,"STRING"],[236,127,0,135,1,"STRING"],[237,135,0,6,1,"STRING"],[238,11,0,6,0,"CLIP"]],"groups":[{"title":"POST","bounding":[1360,-300,940,320],"color":"#3f789e","font_size":22,"flags":{}},{"title":"LoRA","bounding":[0,-300,1180,280],"color":"#3f789e","font_size":22,"flags":{}},{"title":"VISUAL PROMP","bounding":[380,940,800,460],"color":"#3f789e","font_size":22,"flags":{}},{"title":"1st Pass","bounding":[760,0,420,740],"color":"#3f789e","font_size":24,"flags":{}},{"title":"Conditioning","bounding":[380,760,800,160],"color":"#3f789e","font_size":24,"flags":{}},{"title":"FLUX Prompt","bounding":[0,440,360,960],"color":"#3f789e","font_size":24,"flags":{}},{"title":"Set Parameters","bounding":[380,0,360,740],"color":"#3f789e","font_size":24,"flags":{}},{"title":"Load FLUX.1","bounding":[0,0,360,420],"color":"#3f789e","font_size":24,"flags":{}}],"config":{},"extra":{"ds":{"scale":0.5445000000000004,"offset":[1394.0698093632918,398.3413344113112]}},"version":0.4}



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

You are using the impact switch incorrectly.

The switch is set to select 1, but input1 is muted, so there's no input present. As a result, it returns None, and you're using that None value as is.

Spinaster commented 2 months ago

Thank you for the answer, it work now. I'm sorry to have wasted your time, I was sure that I've checked the wf before sending the request but no... I'm having different kind of issue with comfy after the last updates and sometimes I loose the focus on the simplest things :-D I really appreciate. Thanks