Skip to content

Prompt outputs failed validation: LLM: - Value not in list: historical_record: 'True' not in [''] - Failed to convert an input value to a INT value: conversation_rounds, , invalid literal for int() with base 10: '' #204

@zhacai1111-ship-it

Description

@zhacai1111-ship-it

ComfyUI Error Report

Error Details

  • Node ID: N/A
  • Node Type: N/A
  • Exception Type: 提示执行失败
  • Exception Message: Prompt outputs failed validation:
    LLM:
    • Value not in list: historical_record: 'True' not in ['']
    • Failed to convert an input value to a INT value: conversation_rounds, , invalid literal for int() with base 10: ''

Stack Trace

Error: Prompt execution failed
    at ComfyApi.queuePrompt (http://127.0.0.1:8188/assets/index-JxNRA6lV.js:95631:13)
    at async ComfyApi.queuePrompt_with_seed (http://127.0.0.1:8188/extensions/ComfyUI-Easy-Use/assets/extensions-DfqmW1NE.js:1:184898)
    at async ComfyApi.queuePrompt_with_widget_idxs (http://127.0.0.1:8188/extensions/ComfyUI-Inspire-Pack/prompt.js:292:9)
    at async PromptService.api.queuePrompt (http://127.0.0.1:8188/rgthree/common/prompt_service.js:88:28)
    at async ComfyApp.queuePrompt (http://127.0.0.1:8188/assets/index-JxNRA6lV.js:302495:25)
    at async app.queuePrompt (http://127.0.0.1:8188/extensions/rgthree-comfy/rgthree.js:464:24)
    at async app.queuePrompt (http://127.0.0.1:8188/extensions/cg-use-everywhere/use_everywhere.js:290:24)
    at async Rgthree.queueOutputNodes (http://127.0.0.1:8188/extensions/rgthree-comfy/rgthree.js:434:13)

System Information

  • ComfyUI Version: 0.3.56
  • Arguments: ComfyUI\main.py --windows-standalone-build
  • OS: nt
  • Python Version: 3.10.11 (tags/v3.10.11:7d4cc5a, Apr 5 2023, 00:38:17) [MSC v.1929 64 bit (AMD64)]
  • Embedded Python: true
  • PyTorch Version: 2.7.0+cu128

Devices

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

Logs

2025-09-01T05:37:41.210384 - 
2025-09-01T05:37:43.007193 - FETCH ComfyRegistry Data: 5/962025-09-01T05:37:43.008167 - 
2025-09-01T05:37:43.567939 - Successfully installed py-cord[voice]2025-09-01T05:37:43.567939 - 
2025-09-01T05:37:43.607122 - config.json not found, use config.json.template2025-09-01T05:37:43.608070 - 
2025-09-01T05:37:43.622122 - Traceback (most recent call last):
  File "D:\ComfyUIm\ComfyUI\nodes.py", line 2129, in load_custom_node
    module_spec.loader.exec_module(module)
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "D:\ComfyUIm\ComfyUI\custom_nodes\ComfyUI_NYJY\__init__.py", line 15, in <module>
    from .nodes.fluxpro import FluxProOnlineNode
  File "D:\ComfyUIm\ComfyUI\custom_nodes\ComfyUI_NYJY\nodes\fluxpro.py", line 2, in <module>
    from gradio_client import Client
  File "D:\ComfyUIm\python_embeded\lib\site-packages\gradio_client\__init__.py", line 1, in <module>
    from gradio_client.client import Client
  File "D:\ComfyUIm\python_embeded\lib\site-packages\gradio_client\client.py", line 39, in <module>
    from gradio_client import utils
  File "D:\ComfyUIm\python_embeded\lib\site-packages\gradio_client\utils.py", line 39, in <module>
    from websockets.legacy.protocol import WebSocketCommonProtocol
ModuleNotFoundError: No module named 'websockets.legacy'

2025-09-01T05:37:43.622122 - Cannot import D:\ComfyUIm\ComfyUI\custom_nodes\ComfyUI_NYJY module for custom nodes: No module named 'websockets.legacy'
2025-09-01T05:37:43.696128 - ComfyUI\web\extensions\BaiduTranslatePreview.js2025-09-01T05:37:43.696128 - 
2025-09-01T05:37:43.696128 - ComfyUI\custom_nodes\ComfyUI_Prompt_Translate_to_English\js\BaiduTranslatePreview.js2025-09-01T05:37:43.696128 - 
2025-09-01T05:37:43.709055 - Traceback (most recent call last):
  File "D:\ComfyUIm\ComfyUI\nodes.py", line 2129, in load_custom_node
    module_spec.loader.exec_module(module)
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "D:\ComfyUIm\ComfyUI\custom_nodes\comfyui_pulid_flux_ll\__init__.py", line 1, in <module>
    from .pulidflux import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS
  File "D:\ComfyUIm\ComfyUI\custom_nodes\comfyui_pulid_flux_ll\pulidflux.py", line 16, in <module>
    from insightface.app import FaceAnalysis
  File "D:\ComfyUIm\python_embeded\lib\site-packages\insightface\__init__.py", line 18, in <module>
    from . import app
  File "D:\ComfyUIm\python_embeded\lib\site-packages\insightface\app\__init__.py", line 2, in <module>
    from .mask_renderer import *
  File "D:\ComfyUIm\python_embeded\lib\site-packages\insightface\app\mask_renderer.py", line 4, in <module>
    import albumentations as A
  File "D:\ComfyUIm\python_embeded\lib\site-packages\albumentations\__init__.py", line 5, in <module>
    from .augmentations import *
  File "D:\ComfyUIm\python_embeded\lib\site-packages\albumentations\augmentations\__init__.py", line 2, in <module>
    from .blur.functional import *
  File "D:\ComfyUIm\python_embeded\lib\site-packages\albumentations\augmentations\blur\__init__.py", line 1, in <module>
    from .functional import *
  File "D:\ComfyUIm\python_embeded\lib\site-packages\albumentations\augmentations\blur\functional.py", line 8, in <module>
    from albumentations.augmentations.functional import convolve
  File "D:\ComfyUIm\python_embeded\lib\site-packages\albumentations\augmentations\functional.py", line 11, in <module>
    from albumentations.augmentations.utils import (
  File "D:\ComfyUIm\python_embeded\lib\site-packages\albumentations\augmentations\utils.py", line 41, in <module>
    np.uint8: cv2.CV_8U,
AttributeError: module 'cv2' has no attribute 'CV_8U'

2025-09-01T05:37:43.710055 - Cannot import D:\ComfyUIm\ComfyUI\custom_nodes\comfyui_pulid_flux_ll module for custom nodes: module 'cv2' has no attribute 'CV_8U'
2025-09-01T05:37:43.825024 - 日志将同时输出到控制台和文件: D:\ComfyUIm\ComfyUI\custom_nodes\ComfyUI_RH_LLM_API\rh_llm_api.log
2025-09-01T05:37:43.825980 - 日志将同时输出到控制台和文件: D:\ComfyUIm\ComfyUI\custom_nodes\ComfyUI_RH_LLM_API\doubao_api_node.log
2025-09-01T05:37:43.837010 - �[92m[tinyterraNodes] �[32mLoaded�[0m2025-09-01T05:37:43.837010 - 
2025-09-01T05:37:43.892174 - Traceback (most recent call last):
  File "D:\ComfyUIm\ComfyUI\nodes.py", line 2129, in load_custom_node
    module_spec.loader.exec_module(module)
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "D:\ComfyUIm\ComfyUI\custom_nodes\ComfyUI_ZenID\__init__.py", line 1, in <module>
    from .ZenID import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS
  File "D:\ComfyUIm\ComfyUI\custom_nodes\ComfyUI_ZenID\ZenID.py", line 13, in <module>
    from insightface.app import FaceAnalysis
  File "D:\ComfyUIm\python_embeded\lib\site-packages\insightface\__init__.py", line 18, in <module>
    from . import app
  File "D:\ComfyUIm\python_embeded\lib\site-packages\insightface\app\__init__.py", line 2, in <module>
    from .mask_renderer import *
  File "D:\ComfyUIm\python_embeded\lib\site-packages\insightface\app\mask_renderer.py", line 4, in <module>
    import albumentations as A
  File "D:\ComfyUIm\python_embeded\lib\site-packages\albumentations\__init__.py", line 5, in <module>
    from .augmentations import *
  File "D:\ComfyUIm\python_embeded\lib\site-packages\albumentations\augmentations\__init__.py", line 2, in <module>
    from .blur.functional import *
  File "D:\ComfyUIm\python_embeded\lib\site-packages\albumentations\augmentations\blur\__init__.py", line 1, in <module>
    from .functional import *
  File "D:\ComfyUIm\python_embeded\lib\site-packages\albumentations\augmentations\blur\functional.py", line 8, in <module>
    from albumentations.augmentations.functional import convolve
  File "D:\ComfyUIm\python_embeded\lib\site-packages\albumentations\augmentations\functional.py", line 11, in <module>
    from albumentations.augmentations.utils import (
  File "D:\ComfyUIm\python_embeded\lib\site-packages\albumentations\augmentations\utils.py", line 41, in <module>
    np.uint8: cv2.CV_8U,
AttributeError: module 'cv2' has no attribute 'CV_8U'

2025-09-01T05:37:43.893203 - Cannot import D:\ComfyUIm\ComfyUI\custom_nodes\ComfyUI_ZenID module for custom nodes: module 'cv2' has no attribute 'CV_8U'
2025-09-01T05:37:43.936177 - �[36;20m[D:\ComfyUIm\ComfyUI\custom_nodes\comfy_mtb] | INFO -> loaded �[96m97�[0m nodes successfuly�[0m
2025-09-01T05:37:43.944172 - �[33mUnable to import guidedFilter, make sure you have only opencv-contrib-python or run the import_error_install.bat script�[m2025-09-01T05:37:43.944172 - 
2025-09-01T05:37:43.944172 - �[33mTrying to reinstall opencv-contrib-python...�[m2025-09-01T05:37:43.944172 - 
2025-09-01T05:37:46.284102 - �[32mSuccessfully reinstalled opencv-contrib-python, trying to import again...�[m2025-09-01T05:37:46.284102 - 
2025-09-01T05:37:46.287093 - �[31mStill unable to import after reinstall. You may need to restart ComfyUI. Error:�[m2025-09-01T05:37:46.287093 - 
2025-09-01T05:37:46.287093 - cannot import name 'guidedFilter' from 'cv2.ximgproc' (unknown location)2025-09-01T05:37:46.288159 - 
2025-09-01T05:37:46.291135 - Traceback (most recent call last):
  File "D:\ComfyUIm\ComfyUI\nodes.py", line 2129, in load_custom_node
    module_spec.loader.exec_module(module)
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "D:\ComfyUIm\ComfyUI\custom_nodes\LG_Node\__init__.py", line 1, in <module>
    from .py.name import *
  File "D:\ComfyUIm\ComfyUI\custom_nodes\LG_Node\py\name.py", line 1, in <module>
    from .removebg import *
  File "D:\ComfyUIm\ComfyUI\custom_nodes\LG_Node\py\removebg.py", line 1, in <module>
    from .import_module import *
  File "D:\ComfyUIm\ComfyUI\custom_nodes\LG_Node\py\import_module.py", line 50, in <module>
    from simple_lama_inpainting import SimpleLama
  File "D:\ComfyUIm\python_embeded\lib\site-packages\simple_lama_inpainting\__init__.py", line 1, in <module>
    from simple_lama_inpainting.models.model import SimpleLama
  File "D:\ComfyUIm\python_embeded\lib\site-packages\simple_lama_inpainting\models\model.py", line 5, in <module>
    from simple_lama_inpainting.utils.util import prepare_img_and_mask, download_model
  File "D:\ComfyUIm\python_embeded\lib\site-packages\simple_lama_inpainting\utils\util.py", line 37, in <module>
    def scale_image(img, factor, interpolation=cv2.INTER_AREA):
AttributeError: module 'cv2' has no attribute 'INTER_AREA'

2025-09-01T05:37:46.292066 - Cannot import D:\ComfyUIm\ComfyUI\custom_nodes\LG_Node module for custom nodes: module 'cv2' has no attribute 'INTER_AREA'
2025-09-01T05:37:46.313109 - ✨提示词小助手 V1.1.1 �[92m已启动�[0m2025-09-01T05:37:46.314109 - 
2025-09-01T05:37:46.321109 - Traceback (most recent call last):
  File "D:\ComfyUIm\ComfyUI\nodes.py", line 2129, in load_custom_node
    module_spec.loader.exec_module(module)
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "D:\ComfyUIm\ComfyUI\custom_nodes\PuLID_ComfyUI\__init__.py", line 1, in <module>
    from .pulid import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS
  File "D:\ComfyUIm\ComfyUI\custom_nodes\PuLID_ComfyUI\pulid.py", line 9, in <module>
    from insightface.app import FaceAnalysis
  File "D:\ComfyUIm\python_embeded\lib\site-packages\insightface\__init__.py", line 18, in <module>
    from . import app
  File "D:\ComfyUIm\python_embeded\lib\site-packages\insightface\app\__init__.py", line 2, in <module>
    from .mask_renderer import *
  File "D:\ComfyUIm\python_embeded\lib\site-packages\insightface\app\mask_renderer.py", line 4, in <module>
    import albumentations as A
  File "D:\ComfyUIm\python_embeded\lib\site-packages\albumentations\__init__.py", line 5, in <module>
    from .augmentations import *
  File "D:\ComfyUIm\python_embeded\lib\site-packages\albumentations\augmentations\__init__.py", line 2, in <module>
    from .blur.functional import *
  File "D:\ComfyUIm\python_embeded\lib\site-packages\albumentations\augmentations\blur\__init__.py", line 1, in <module>
    from .functional import *
  File "D:\ComfyUIm\python_embeded\lib\site-packages\albumentations\augmentations\blur\functional.py", line 8, in <module>
    from albumentations.augmentations.functional import convolve
  File "D:\ComfyUIm\python_embeded\lib\site-packages\albumentations\augmentations\functional.py", line 11, in <module>
    from albumentations.augmentations.utils import (
  File "D:\ComfyUIm\python_embeded\lib\site-packages\albumentations\augmentations\utils.py", line 41, in <module>
    np.uint8: cv2.CV_8U,
AttributeError: module 'cv2' has no attribute 'CV_8U'

2025-09-01T05:37:46.321109 - Cannot import D:\ComfyUIm\ComfyUI\custom_nodes\PuLID_ComfyUI module for custom nodes: module 'cv2' has no attribute 'CV_8U'
2025-09-01T05:37:47.542879 - Using xformers attention
2025-09-01T05:37:47.561920 - (RES4LYF) Init2025-09-01T05:37:47.561920 - 
2025-09-01T05:37:47.562927 - (RES4LYF) Importing beta samplers.2025-09-01T05:37:47.562927 - 
2025-09-01T05:37:47.573927 - (RES4LYF) Importing legacy samplers.2025-09-01T05:37:47.574928 - 
2025-09-01T05:37:48.177262 - 
2025-09-01T05:37:48.177262 - �[92m[rgthree-comfy] Loaded 48 fantastic nodes. 🎉�[0m2025-09-01T05:37:48.178453 - 
2025-09-01T05:37:48.178453 - 
2025-09-01T05:37:48.315970 - �[34mWAS Node Suite: �[0mBlenderNeko's Advanced CLIP Text Encode found, attempting to enable `CLIPTextEncode` support.�[0m2025-09-01T05:37:48.315970 - 
2025-09-01T05:37:48.316905 - �[34mWAS Node Suite: �[0m`CLIPTextEncode (BlenderNeko Advanced + NSP)` node enabled under `WAS Suite/Conditioning` menu.�[0m2025-09-01T05:37:48.316905 - 
2025-09-01T05:37:49.316823 - FETCH ComfyRegistry Data: 10/962025-09-01T05:37:49.316823 - 
2025-09-01T05:37:49.777192 - Traceback (most recent call last):
  File "D:\ComfyUIm\ComfyUI\nodes.py", line 2129, in load_custom_node
    module_spec.loader.exec_module(module)
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "D:\ComfyUIm\ComfyUI\custom_nodes\was-node-suite-comfyui\__init__.py", line 1, in <module>
    from .WAS_Node_Suite import NODE_CLASS_MAPPINGS
  File "D:\ComfyUIm\ComfyUI\custom_nodes\was-node-suite-comfyui\WAS_Node_Suite.py", line 14680, in <module>
    build_info = ' '.join(cv2.getBuildInformation().split())
AttributeError: module 'cv2' has no attribute 'getBuildInformation'

2025-09-01T05:37:49.777797 - Cannot import D:\ComfyUIm\ComfyUI\custom_nodes\was-node-suite-comfyui module for custom nodes: module 'cv2' has no attribute 'getBuildInformation'
2025-09-01T05:37:49.778340 - 
Import times for custom nodes:
2025-09-01T05:37:49.779460 -    0.0 seconds: D:\ComfyUIm\ComfyUI\custom_nodes\websocket_image_save.py
2025-09-01T05:37:49.779460 -    0.0 seconds: D:\ComfyUIm\ComfyUI\custom_nodes\ComfyUI-Photopea
2025-09-01T05:37:49.779460 -    0.0 seconds: D:\ComfyUIm\ComfyUI\custom_nodes\ComfyUI-SDMatte
2025-09-01T05:37:49.779460 -    0.0 seconds: D:\ComfyUIm\ComfyUI\custom_nodes\ComfyUI_ErrorFixer
2025-09-01T05:37:49.780470 -    0.0 seconds: D:\ComfyUIm\ComfyUI\custom_nodes\ComfyUI_ADV_CLIP_emb
2025-09-01T05:37:49.780470 -    0.0 seconds: D:\ComfyUIm\ComfyUI\custom_nodes\ComfyUI-DD-Translation
2025-09-01T05:37:49.780470 -    0.0 seconds: D:\ComfyUIm\ComfyUI\custom_nodes\ComfyUI-WorkflowManager
2025-09-01T05:37:49.780470 -    0.0 seconds: D:\ComfyUIm\ComfyUI\custom_nodes\ComfyUI-Detail-Daemon
2025-09-01T05:37:49.780470 -    0.0 seconds: D:\ComfyUIm\ComfyUI\custom_nodes\cg-use-everywhere
2025-09-01T05:37:49.781471 -    0.0 seconds: D:\ComfyUIm\ComfyUI\custom_nodes\ComfyUI-APQNodes
2025-09-01T05:37:49.781471 -    0.0 seconds: D:\ComfyUIm\ComfyUI\custom_nodes\Comfyui_BananaTutuapi
2025-09-01T05:37:49.781471 -    0.0 seconds: D:\ComfyUIm\ComfyUI\custom_nodes\ComfyLiterals
2025-09-01T05:37:49.781471 -    0.0 seconds: D:\ComfyUIm\ComfyUI\custom_nodes\Comfyui-LayerForge
2025-09-01T05:37:49.782471 -    0.0 seconds: D:\ComfyUIm\ComfyUI\custom_nodes\ComfyUI-enricos-nodes
2025-09-01T05:37:49.782471 -    0.0 seconds: D:\ComfyUIm\ComfyUI\custom_nodes\ComfyUI-GGUF
2025-09-01T05:37:49.782471 -    0.0 seconds: D:\ComfyUIm\ComfyUI\custom_nodes\ComfyUI_StringOps
2025-09-01T05:37:49.783470 -    0.0 seconds: D:\ComfyUIm\ComfyUI\custom_nodes\Comfyui_TTP_Toolset
2025-09-01T05:37:49.784471 -    0.0 seconds: D:\ComfyUIm\ComfyUI\custom_nodes\ComfyUI-WD14-Tagger
2025-09-01T05:37:49.784471 -    0.0 seconds: D:\ComfyUIm\ComfyUI\custom_nodes\comfyui_face_parsing
2025-09-01T05:37:49.784471 -    0.0 seconds: D:\ComfyUIm\ComfyUI\custom_nodes\comfyui-inpaint-nodes
2025-09-01T05:37:49.785072 -    0.0 seconds: D:\ComfyUIm\ComfyUI\custom_nodes\ComfyUI-AutoCropFaces
2025-09-01T05:37:49.785072 -    0.0 seconds: D:\ComfyUIm\ComfyUI\custom_nodes\ComfyUI-DepthAnythingV2
2025-09-01T05:37:49.785072 -    0.0 seconds: D:\ComfyUIm\ComfyUI\custom_nodes\Comfyui_Comfly_v2
2025-09-01T05:37:49.785072 -    0.0 seconds: D:\ComfyUIm\ComfyUI\custom_nodes\ComfyUI-Custom-Scripts
2025-09-01T05:37:49.785072 -    0.0 seconds (IMPORT FAILED): D:\ComfyUIm\ComfyUI\custom_nodes\ComfyUI-PuLID-Flux
2025-09-01T05:37:49.786117 -    0.0 seconds: D:\ComfyUIm\ComfyUI\custom_nodes\comfyui-image-saver
2025-09-01T05:37:49.786117 -    0.0 seconds: D:\ComfyUIm\ComfyUI\custom_nodes\comfy-image-saver
2025-09-01T05:37:49.786117 -    0.0 seconds: D:\ComfyUIm\ComfyUI\custom_nodes\comfyui-various
2025-09-01T05:37:49.786117 -    0.0 seconds (IMPORT FAILED): D:\ComfyUIm\ComfyUI\custom_nodes\PuLID_ComfyUI
2025-09-01T05:37:49.786117 -    0.0 seconds: D:\ComfyUIm\ComfyUI\custom_nodes\comfyui-florence2
2025-09-01T05:37:49.786117 -    0.0 seconds: D:\ComfyUIm\ComfyUI\custom_nodes\prompt-assistant
2025-09-01T05:37:49.787083 -    0.0 seconds (IMPORT FAILED): D:\ComfyUIm\ComfyUI\custom_nodes\ComfyUI-PuLID-Flux-GR
2025-09-01T05:37:49.787083 -    0.0 seconds: D:\ComfyUIm\ComfyUI\custom_nodes\ComfyUI_FizzNodes
2025-09-01T05:37:49.787083 -    0.0 seconds: D:\ComfyUIm\ComfyUI\custom_nodes\teacache
2025-09-01T05:37:49.787083 -    0.0 seconds (IMPORT FAILED): D:\ComfyUIm\ComfyUI\custom_nodes\comfyui-impact-pack
2025-09-01T05:37:49.787083 -    0.0 seconds (IMPORT FAILED): D:\ComfyUIm\ComfyUI\custom_nodes\ComfyUI_InstantID
2025-09-01T05:37:49.787083 -    0.0 seconds (IMPORT FAILED): D:\ComfyUIm\ComfyUI\custom_nodes\ComfyUI_ZenID
2025-09-01T05:37:49.787083 -    0.0 seconds: D:\ComfyUIm\ComfyUI\custom_nodes\Comfyui_Comfly
2025-09-01T05:37:49.787083 -    0.0 seconds: D:\ComfyUIm\ComfyUI\custom_nodes\ComfyUI_essentials
2025-09-01T05:37:49.788084 -    0.0 seconds: D:\ComfyUIm\ComfyUI\custom_nodes\ComfyUI-RMBG
2025-09-01T05:37:49.789097 -    0.0 seconds: D:\ComfyUIm\ComfyUI\custom_nodes\comfyui-frame-interpolation
2025-09-01T05:37:49.791091 -    0.0 seconds: D:\ComfyUIm\ComfyUI\custom_nodes\ComfyUI-segment-anything-2
2025-09-01T05:37:49.792084 -    0.0 seconds: D:\ComfyUIm\ComfyUI\custom_nodes\ComfyUI-Advanced-ControlNet
2025-09-01T05:37:49.792084 -    0.0 seconds (IMPORT FAILED): D:\ComfyUIm\ComfyUI\custom_nodes\ComfyUI-Impact-Subpack
2025-09-01T05:37:49.792084 -    0.0 seconds (IMPORT FAILED): D:\ComfyUIm\ComfyUI\custom_nodes\comfyui_pulid_flux_ll
2025-09-01T05:37:49.792084 -    0.0 seconds: D:\ComfyUIm\ComfyUI\custom_nodes\ComfyUI-KJNodes
2025-09-01T05:37:49.792084 -    0.0 seconds: D:\ComfyUIm\ComfyUI\custom_nodes\Comfyui-ergouzi-Nodes
2025-09-01T05:37:49.792084 -    0.0 seconds: D:\ComfyUIm\ComfyUI\custom_nodes\OneButtonPrompt
2025-09-01T05:37:49.792084 -    0.0 seconds: D:\ComfyUIm\ComfyUI\custom_nodes\ComfyUI_Mira
2025-09-01T05:37:49.792084 -    0.0 seconds (IMPORT FAILED): D:\ComfyUIm\ComfyUI\custom_nodes\ComfyUI-ReActor
2025-09-01T05:37:49.793084 -    0.0 seconds (IMPORT FAILED): D:\ComfyUIm\ComfyUI\custom_nodes\ComfyUI_NYJY
2025-09-01T05:37:49.793084 -    0.0 seconds: D:\ComfyUIm\ComfyUI\custom_nodes\ComfyUI_Comfyroll_CustomNodes
2025-09-01T05:37:49.793084 -    0.0 seconds: D:\ComfyUIm\ComfyUI\custom_nodes\comfyui-lumi-batcher
2025-09-01T05:37:49.793084 -    0.0 seconds (IMPORT FAILED): D:\ComfyUIm\ComfyUI\custom_nodes\ComfyUI_LayerStyle
2025-09-01T05:37:49.793084 -    0.0 seconds: D:\ComfyUIm\ComfyUI\custom_nodes\comfyui_controlnet_aux
2025-09-01T05:37:49.793084 -    0.0 seconds: D:\ComfyUIm\ComfyUI\custom_nodes\comfy_mtb
2025-09-01T05:37:49.793084 -    0.0 seconds: D:\ComfyUIm\ComfyUI\custom_nodes\ComfyUI-Inspire-Pack
2025-09-01T05:37:49.793084 -    0.1 seconds: D:\ComfyUIm\ComfyUI\custom_nodes\comfyui_tinyterranodes
2025-09-01T05:37:49.793084 -    0.1 seconds: D:\ComfyUIm\ComfyUI\custom_nodes\ComfyUI-Crystools
2025-09-01T05:37:49.793084 -    0.1 seconds: D:\ComfyUIm\ComfyUI\custom_nodes\ComfyUI-ShellAgent-Plugin
2025-09-01T05:37:49.793084 -    0.1 seconds: D:\ComfyUIm\ComfyUI\custom_nodes\ComfyUI_Prompt_Translate_to_English
2025-09-01T05:37:49.794432 -    0.1 seconds (IMPORT FAILED): D:\ComfyUIm\ComfyUI\custom_nodes\ComfyUI-nunchaku
2025-09-01T05:37:49.794432 -    0.1 seconds (IMPORT FAILED): D:\ComfyUIm\ComfyUI\custom_nodes\comfyui_lg_tools
2025-09-01T05:37:49.794432 -    0.1 seconds: D:\ComfyUIm\ComfyUI\custom_nodes\ComfyUI_RH_LLM_API
2025-09-01T05:37:49.794432 -    0.1 seconds: D:\ComfyUIm\ComfyUI\custom_nodes\Comfyui-ergouzi-DGNJD
2025-09-01T05:37:49.794432 -    0.1 seconds: D:\ComfyUIm\ComfyUI\custom_nodes\ComfyUI-WanVideoWrapper
2025-09-01T05:37:49.795084 -    0.3 seconds: D:\ComfyUIm\ComfyUI\custom_nodes\comfyui-tensorops
2025-09-01T05:37:49.795084 -    0.3 seconds: D:\ComfyUIm\ComfyUI\custom_nodes\ComfyUI_LayerStyle_Advance
2025-09-01T05:37:49.795084 -    0.4 seconds: D:\ComfyUIm\ComfyUI\custom_nodes\ComfyUi-clh-Tool
2025-09-01T05:37:49.795084 -    0.5 seconds: D:\ComfyUIm\ComfyUI\custom_nodes\comfyui-sam2
2025-09-01T05:37:49.795084 -    0.6 seconds: D:\ComfyUIm\ComfyUI\custom_nodes\rgthree-comfy
2025-09-01T05:37:49.795084 -    0.7 seconds: D:\ComfyUIm\ComfyUI\custom_nodes\ComfyUI-Manager
2025-09-01T05:37:49.795084 -    1.0 seconds: D:\ComfyUIm\ComfyUI\custom_nodes\ComfyUI-VideoHelperSuite
2025-09-01T05:37:49.795084 -    1.1 seconds: D:\ComfyUIm\ComfyUI\custom_nodes\ComfyUI-Easy-Use
2025-09-01T05:37:49.795084 -    1.3 seconds: D:\ComfyUIm\ComfyUI\custom_nodes\RES4LYF
2025-09-01T05:37:49.796084 -    1.6 seconds (IMPORT FAILED): D:\ComfyUIm\ComfyUI\custom_nodes\was-node-suite-comfyui
2025-09-01T05:37:49.796084 -    2.4 seconds (IMPORT FAILED): D:\ComfyUIm\ComfyUI\custom_nodes\LG_Node
2025-09-01T05:37:49.796084 -    3.4 seconds: D:\ComfyUIm\ComfyUI\custom_nodes\a-person-mask-generator
2025-09-01T05:37:49.796084 -    5.8 seconds: D:\ComfyUIm\ComfyUI\custom_nodes\comfyui_LLM_party
2025-09-01T05:37:49.796084 - 
2025-09-01T05:37:49.865433 - Context impl SQLiteImpl.
2025-09-01T05:37:49.866427 - Will assume non-transactional DDL.
2025-09-01T05:37:49.873500 - No target revision found.
2025-09-01T05:37:49.917817 - Starting server

2025-09-01T05:37:49.918825 - To see the GUI go to: http://127.0.0.1:8188
2025-09-01T05:37:52.940301 - [Inspire Pack] IPAdapterPlus is not installed.
2025-09-01T05:37:55.496148 - FETCH ComfyRegistry Data: 15/962025-09-01T05:37:55.497157 - 
2025-09-01T05:38:01.791866 - FETCH ComfyRegistry Data: 20/962025-09-01T05:38:01.791866 - 
2025-09-01T05:38:07.872935 - FETCH ComfyRegistry Data: 25/962025-09-01T05:38:07.874158 - 
2025-09-01T05:38:08.113080 - got prompt
2025-09-01T05:38:08.127039 - Failed to validate prompt for output 190:
2025-09-01T05:38:08.127039 - * LLM 184:
2025-09-01T05:38:08.127039 -   - Value not in list: historical_record: 'True' not in ['']
2025-09-01T05:38:08.128387 -   - Failed to convert an input value to a INT value: conversation_rounds, , invalid literal for int() with base 10: ''
2025-09-01T05:38:08.128387 - Output will be ignored
2025-09-01T05:38:08.128387 - Failed to validate prompt for output 189:
2025-09-01T05:38:08.128387 - Output will be ignored
2025-09-01T05:38:08.129374 - Failed to validate prompt for output 201:
2025-09-01T05:38:08.129374 - Output will be ignored
2025-09-01T05:38:08.129374 - Failed to validate prompt for output 198:
2025-09-01T05:38:08.130374 - * CheckpointLoaderSimple 196:
2025-09-01T05:38:08.130374 -   - Value not in list: ckpt_name: 'meinamix_v12Final.safetensors' not in (list of length 40)
2025-09-01T05:38:08.130374 - Output will be ignored
2025-09-01T05:38:08.130374 - invalid prompt: {'type': 'prompt_outputs_failed_validation', 'message': 'Prompt outputs failed validation', 'details': '', 'extra_info': {}}
2025-09-01T05:38:13.116238 - got prompt
2025-09-01T05:38:13.130306 - Failed to validate prompt for output 190:
2025-09-01T05:38:13.131304 - * LLM 184:
2025-09-01T05:38:13.131304 -   - Value not in list: historical_record: 'True' not in ['']
2025-09-01T05:38:13.131304 -   - Failed to convert an input value to a INT value: conversation_rounds, , invalid literal for int() with base 10: ''
2025-09-01T05:38:13.132301 - Output will be ignored
2025-09-01T05:38:13.133278 - Failed to validate prompt for output 189:
2025-09-01T05:38:13.134240 - Output will be ignored
2025-09-01T05:38:13.134498 - Failed to validate prompt for output 201:
2025-09-01T05:38:13.134498 - Output will be ignored
2025-09-01T05:38:13.135239 - Failed to validate prompt for output 198:
2025-09-01T05:38:13.135239 - * CheckpointLoaderSimple 196:
2025-09-01T05:38:13.136332 -   - Value not in list: ckpt_name: 'meinamix_v12Final.safetensors' not in (list of length 40)
2025-09-01T05:38:13.136332 - Output will be ignored
2025-09-01T05:38:13.136332 - invalid prompt: {'type': 'prompt_outputs_failed_validation', 'message': 'Prompt outputs failed validation', 'details': '', 'extra_info': {}}
2025-09-01T05:38:14.354913 - FETCH ComfyRegistry Data: 30/962025-09-01T05:38:14.356084 - 
2025-09-01T05:38:20.884190 - FETCH ComfyRegistry Data: 35/962025-09-01T05:38:20.884190 - 
2025-09-01T05:38:26.977662 - FETCH ComfyRegistry Data: 40/962025-09-01T05:38:26.978172 - 
2025-09-01T05:38:33.187669 - FETCH ComfyRegistry Data: 45/962025-09-01T05:38:33.187669 - 
2025-09-01T05:38:39.507320 - FETCH ComfyRegistry Data: 50/962025-09-01T05:38:39.508446 - 
2025-09-01T05:38:41.694581 - [ComfyUI-Manager] The ComfyRegistry cache update is still in progress, so an outdated cache is being used.2025-09-01T05:38:41.695553 - 
2025-09-01T05:38:41.784981 - FETCH DATA from: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/custom-node-list.json2025-09-01T05:38:41.785979 - 2025-09-01T05:38:42.237131 -  [DONE]2025-09-01T05:38:42.237131 - 
2025-09-01T05:38:42.316982 - FETCH DATA from: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/github-stats.json2025-09-01T05:38:42.317987 - 2025-09-01T05:38:42.894685 -  [DONE]2025-09-01T05:38:42.894685 - 
2025-09-01T05:38:42.913872 - FETCH DATA from: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/extras.json2025-09-01T05:38:42.913872 - 2025-09-01T05:38:43.420605 -  [DONE]2025-09-01T05:38:43.421605 - 
2025-09-01T05:38:43.520009 - FETCH DATA from: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/extension-node-map.json2025-09-01T05:38:43.521036 - 2025-09-01T05:38:43.991357 -  [DONE]2025-09-01T05:38:43.992375 - 
2025-09-01T05:38:45.685366 - FETCH ComfyRegistry Data: 55/962025-09-01T05:38:45.685825 - 
2025-09-01T05:38:51.887531 - FETCH ComfyRegistry Data: 60/962025-09-01T05:38:51.887531 - 
2025-09-01T05:38:53.995520 - Error handling request from 127.0.0.1
Traceback (most recent call last):
  File "D:\ComfyUIm\python_embeded\lib\site-packages\aiohttp\connector.py", line 1116, in _wrap_create_connection
    sock = await aiohappyeyeballs.start_connection(
  File "D:\ComfyUIm\python_embeded\lib\site-packages\aiohappyeyeballs\impl.py", line 104, in start_connection
    raise first_exception
  File "D:\ComfyUIm\python_embeded\lib\site-packages\aiohappyeyeballs\impl.py", line 81, in start_connection
    sock = await _connect_sock(
  File "D:\ComfyUIm\python_embeded\lib\site-packages\aiohappyeyeballs\impl.py", line 166, in _connect_sock
    await loop.sock_connect(sock, address)
  File "D:\ComfyUIm\python_embeded\lib\asyncio\proactor_events.py", line 709, in sock_connect
    return await self._proactor.connect(sock, address)
  File "D:\ComfyUIm\python_embeded\lib\asyncio\tasks.py", line 304, in __wakeup
    future.result()
  File "D:\ComfyUIm\python_embeded\lib\asyncio\windows_events.py", line 826, in _poll
    value = callback(transferred, key, ov)
  File "D:\ComfyUIm\python_embeded\lib\asyncio\windows_events.py", line 613, in finish_connect
    ov.getresult()
OSError: [WinError 121] 信号灯超时时间已到

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "D:\ComfyUIm\python_embeded\lib\site-packages\aiohttp\web_protocol.py", line 480, in _handle_request
    resp = await request_handler(request)
  File "D:\ComfyUIm\python_embeded\lib\site-packages\aiohttp\web_app.py", line 569, in _handle
    return await handler(request)
  File "D:\ComfyUIm\python_embeded\lib\site-packages\aiohttp\web_middlewares.py", line 117, in impl
    return await handler(request)
  File "D:\ComfyUIm\ComfyUI\server.py", line 50, in cache_control
    response: web.Response = await handler(request)
  File "D:\ComfyUIm\ComfyUI\server.py", line 142, in origin_only_middleware
    response = await handler(request)
  File "D:\ComfyUIm\ComfyUI\custom_nodes\ComfyUI-Manager\glob\manager_server.py", line 1563, in get_notice
    async with session.get(f"https://{url}{path}") as response:
  File "D:\ComfyUIm\python_embeded\lib\site-packages\aiohttp\client.py", line 1425, in __aenter__
    self._resp: _RetType = await self._coro
  File "D:\ComfyUIm\python_embeded\lib\site-packages\aiohttp\client.py", line 703, in _request
    conn = await self._connector.connect(
  File "D:\ComfyUIm\python_embeded\lib\site-packages\aiohttp\connector.py", line 548, in connect
    proto = await self._create_connection(req, traces, timeout)
  File "D:\ComfyUIm\python_embeded\lib\site-packages\aiohttp\connector.py", line 1056, in _create_connection
    _, proto = await self._create_direct_connection(req, traces, timeout)
  File "D:\ComfyUIm\python_embeded\lib\site-packages\aiohttp\connector.py", line 1411, in _create_direct_connection
    raise last_exc
  File "D:\ComfyUIm\python_embeded\lib\site-packages\aiohttp\connector.py", line 1380, in _create_direct_connection
    transp, proto = await self._wrap_create_connection(
  File "D:\ComfyUIm\python_embeded\lib\site-packages\aiohttp\connector.py", line 1135, in _wrap_create_connection
    raise client_error(req.connection_key, exc) from exc
aiohttp.client_exceptions.ClientConnectorError: Cannot connect to host github.com:443 ssl:default [信号灯超时时间已到]
2025-09-01T05:38:58.281516 - FETCH ComfyRegistry Data: 65/962025-09-01T05:38:58.282518 - 
2025-09-01T05:39:04.657312 - FETCH ComfyRegistry Data: 70/962025-09-01T05:39:04.658420 - 
2025-09-01T05:39:11.053360 - FETCH ComfyRegistry Data: 75/962025-09-01T05:39:11.054332 - 
2025-09-01T05:39:17.442310 - FETCH ComfyRegistry Data: 80/962025-09-01T05:39:17.442310 - 
2025-09-01T05:39:23.926310 - FETCH ComfyRegistry Data: 85/962025-09-01T05:39:23.926310 - 
2025-09-01T05:39:30.210362 - FETCH ComfyRegistry Data: 90/962025-09-01T05:39:30.210362 - 
2025-09-01T05:39:36.780437 - FETCH ComfyRegistry Data: 95/962025-09-01T05:39:36.781490 - 
2025-09-01T05:39:38.510427 - FETCH ComfyRegistry Data [DONE]2025-09-01T05:39:38.510427 - 
2025-09-01T05:39:38.653454 - [ComfyUI-Manager] default cache updated: https://api.comfy.org/nodes
2025-09-01T05:39:38.705750 - FETCH DATA from: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/custom-node-list.json2025-09-01T05:39:38.706750 - 2025-09-01T05:39:39.561364 -  [DONE]2025-09-01T05:39:39.561364 - 
2025-09-01T05:39:39.623386 - [ComfyUI-Manager] All startup tasks have been completed.
2025-09-01T05:40:35.988187 - got prompt
2025-09-01T05:40:36.004702 - Failed to validate prompt for output 190:
2025-09-01T05:40:36.005695 - * LLM 184:
2025-09-01T05:40:36.005695 -   - Value not in list: historical_record: 'True' not in ['']
2025-09-01T05:40:36.005695 -   - Failed to convert an input value to a INT value: conversation_rounds, , invalid literal for int() with base 10: ''
2025-09-01T05:40:36.006695 - Output will be ignored
2025-09-01T05:40:36.006695 - Failed to validate prompt for output 189:
2025-09-01T05:40:36.006695 - Output will be ignored
2025-09-01T05:40:36.006695 - Failed to validate prompt for output 201:
2025-09-01T05:40:36.007694 - Output will be ignored
2025-09-01T05:40:36.008702 - Failed to validate prompt for output 198:
2025-09-01T05:40:36.009469 - * CheckpointLoaderSimple 196:
2025-09-01T05:40:36.009738 -   - Value not in list: ckpt_name: 'meinamix_v12Final.safetensors' not in (list of length 40)
2025-09-01T05:40:36.009975 - Output will be ignored
2025-09-01T05:40:36.010205 - invalid prompt: {'type': 'prompt_outputs_failed_validation', 'message': 'Prompt outputs failed validation', 'details': '', 'extra_info': {}}
2025-09-01T05:44:19.078347 - 尝试加载工作流: start_with_ollama_minicpm_for_SD.json
2025-09-01T05:44:19.079346 - 尝试加载工作流: D:\ComfyUIm\ComfyUI\custom_nodes\comfyui_LLM_party\workflow\start_with_ollama_minicpm_for_SD.json
2025-09-01T05:44:19.080345 - 成功加载工作流: start_with_ollama_minicpm_for_SD.json
2025-09-01T05:44:19.080345 - 成功加载工作流数据
2025-09-01T05:47:02.862800 - got prompt
2025-09-01T05:47:02.880870 - Failed to validate prompt for output 190:
2025-09-01T05:47:02.880870 - * LLM 184:
2025-09-01T05:47:02.881800 -   - Value not in list: historical_record: 'True' not in ['']
2025-09-01T05:47:02.881800 -   - Failed to convert an input value to a INT value: conversation_rounds, , invalid literal for int() with base 10: ''
2025-09-01T05:47:02.881800 - Output will be ignored
2025-09-01T05:47:02.881800 - Failed to validate prompt for output 189:
2025-09-01T05:47:02.881800 - Output will be ignored
2025-09-01T05:47:02.883800 - Failed to validate prompt for output 198:
2025-09-01T05:47:02.883800 - * CheckpointLoaderSimple 196:
2025-09-01T05:47:02.883800 -   - Value not in list: ckpt_name: 'meinamix_v12Final.safetensors' not in (list of length 40)
2025-09-01T05:47:02.883800 - Output will be ignored
2025-09-01T05:47:02.883800 - Failed to validate prompt for output 179:
2025-09-01T05:47:02.883800 - Output will be ignored
2025-09-01T05:47:02.884771 - invalid prompt: {'type': 'prompt_outputs_failed_validation', 'message': 'Prompt outputs failed validation', 'details': '', 'extra_info': {}}
2025-09-01T05:51:04.993470 - got prompt
2025-09-01T05:51:04.994470 - Failed to validate prompt for output 31:
2025-09-01T05:51:04.994470 - * LoadImagesFromDir //Inspire 26:
2025-09-01T05:51:04.995470 -   - Required input is missing: directory
2025-09-01T05:51:04.995470 -   - Failed to convert an input value to a INT value: start_index, None, int() argument must be a string, a bytes-like object or a real number, not 'NoneType'
2025-09-01T05:51:04.995470 - Output will be ignored
2025-09-01T05:51:04.995470 - Failed to validate prompt for output 4:
2025-09-01T05:51:04.995470 - Output will be ignored
2025-09-01T05:51:04.996469 - invalid prompt: {'type': 'prompt_outputs_failed_validation', 'message': 'Prompt outputs failed validation', 'details': '', 'extra_info': {}}
2025-09-01T05:52:11.261545 - got prompt
2025-09-01T05:52:11.263545 - Failed to validate prompt for output 31:
2025-09-01T05:52:11.263545 - * LoadImagesFromDir //Inspire 26:
2025-09-01T05:52:11.263545 -   - Required input is missing: directory
2025-09-01T05:52:11.263545 - Output will be ignored
2025-09-01T05:52:11.264546 - Failed to validate prompt for output 4:
2025-09-01T05:52:11.264546 - Output will be ignored
2025-09-01T05:52:11.265544 - invalid prompt: {'type': 'prompt_outputs_failed_validation', 'message': 'Prompt outputs failed validation', 'details': '', 'extra_info': {}}
2025-09-01T05:56:55.755524 - got prompt
2025-09-01T05:56:55.779593 - Failed to validate prompt for output 199:
2025-09-01T05:56:55.779593 - * LLM 184:
2025-09-01T05:56:55.779593 -   - Value not in list: historical_record: 'True' not in ['']
2025-09-01T05:56:55.780553 -   - Failed to convert an input value to a INT value: conversation_rounds, , invalid literal for int() with base 10: ''
2025-09-01T05:56:55.780553 - Output will be ignored
2025-09-01T05:56:55.780553 - invalid prompt: {'type': 'prompt_outputs_failed_validation', 'message': 'Prompt outputs failed validation', 'details': '', 'extra_info': {}}
2025-09-01T05:57:15.314199 - got prompt
2025-09-01T05:57:15.332231 - Failed to validate prompt for output 199:
2025-09-01T05:57:15.333232 - * LLM 184:
2025-09-01T05:57:15.333232 -   - Value not in list: historical_record: 'True' not in ['']
2025-09-01T05:57:15.333232 -   - Failed to convert an input value to a INT value: conversation_rounds, , invalid literal for int() with base 10: ''
2025-09-01T05:57:15.333232 - Output will be ignored
2025-09-01T05:57:15.333232 - invalid prompt: {'type': 'prompt_outputs_failed_validation', 'message': 'Prompt outputs failed validation', 'details': '', 'extra_info': {}}

Attached Workflow

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

{"id":"474ab024-0bb0-4558-a8d0-c1957f1bf229","revision":0,"last_node_id":199,"last_link_id":199,"nodes":[{"id":187,"type":"json_get_value","pos":[1490,380],"size":[315,106],"flags":{},"order":9,"mode":0,"inputs":[{"label":"text","localized_name":"text","name":"text","type":"STRING","pos":[10,36],"link":199},{"localized_name":"key","name":"key","type":"STRING","widget":{"name":"key"},"link":null},{"localized_name":"is_enable","name":"is_enable","type":"BOOLEAN","widget":{"name":"is_enable"},"link":null}],"outputs":[{"label":"any","localized_name":"any","name":"any","type":"*","links":[184]}],"properties":{"cnr_id":"comfyui_llm_party","ver":"4d187a27d963f5ab838f9c8d38666f447bda7663","Node name for S&R":"json_get_value","widget_ue_connectable":{}},"widgets_values":["negative",true]},{"id":186,"type":"json_get_value","pos":[1484,196],"size":[315,106],"flags":{},"order":8,"mode":0,"inputs":[{"label":"text","localized_name":"text","name":"text","type":"STRING","pos":[10,36],"link":198},{"localized_name":"key","name":"key","type":"STRING","widget":{"name":"key"},"link":null},{"localized_name":"is_enable","name":"is_enable","type":"BOOLEAN","widget":{"name":"is_enable"},"link":null}],"outputs":[{"label":"any","localized_name":"any","name":"any","type":"*","slot_index":0,"links":[183]}],"properties":{"cnr_id":"comfyui_llm_party","ver":"4d187a27d963f5ab838f9c8d38666f447bda7663","Node name for S&R":"json_get_value","widget_ue_connectable":{}},"widgets_values":["positive",true]},{"id":189,"type":"show_text_party","pos":[1896,-9],"size":[396.90191650390625,295.5406494140625],"flags":{},"order":10,"mode":0,"inputs":[{"label":"text","localized_name":"text","name":"text","type":"STRING","pos":[10,60],"link":183}],"outputs":[{"label":"STRING","localized_name":"字符串","name":"STRING","shape":6,"type":"STRING","links":[186]}],"properties":{"cnr_id":"comfyui_llm_party","ver":"4d187a27d963f5ab838f9c8d38666f447bda7663","Node name for S&R":"show_text_party","widget_ue_connectable":{}},"widgets_values":["A cartoon-style illustration of a girl with blonde hair and large, yellow butterfly wings. She is wearing a pink dress standing on green grass under a blue sky with white clouds."]},{"id":172,"type":"load_persona","pos":[62,266],"size":[315,144],"flags":{},"order":0,"mode":0,"inputs":[{"label":"file_content","localized_name":"file_content","name":"file_content","shape":7,"type":"STRING","pos":[10,84],"link":null},{"localized_name":"persona_name","name":"persona_name","type":"COMBO","widget":{"name":"persona_name"},"link":null},{"localized_name":"is_enable","name":"is_enable","type":"BOOLEAN","widget":{"name":"is_enable"},"link":null}],"outputs":[{"label":"system_prompt_input","localized_name":"system_prompt_input","name":"system_prompt_input","type":"STRING","slot_index":0,"links":[176]}],"properties":{"cnr_id":"comfyui_llm_party","ver":"4d187a27d963f5ab838f9c8d38666f447bda7663","Node name for S&R":"load_persona","widget_ue_connectable":{}},"widgets_values":["图片提示词生成器jsonout版",true]},{"id":192,"type":"CLIPTextEncode","pos":[2430,-20],"size":[400,200],"flags":{},"order":12,"mode":0,"inputs":[{"label":"CLIP","localized_name":"clip","name":"clip","type":"CLIP","link":192},{"label":"文本","localized_name":"文本","name":"text","type":"STRING","widget":{"name":"text"},"link":186}],"outputs":[{"label":"条件","localized_name":"条件","name":"CONDITIONING","type":"CONDITIONING","links":[188]}],"properties":{"cnr_id":"comfy-core","ver":"0.3.56","Node name for S&R":"CLIPTextEncode","widget_ue_connectable":{"text":true}},"widgets_values":[""]},{"id":193,"type":"CLIPTextEncode","pos":[2430,400],"size":[400,200],"flags":{},"order":13,"mode":0,"inputs":[{"label":"CLIP","localized_name":"clip","name":"clip","type":"CLIP","link":193},{"label":"文本","localized_name":"文本","name":"text","type":"STRING","widget":{"name":"text"},"link":187}],"outputs":[{"label":"条件","localized_name":"条件","name":"CONDITIONING","type":"CONDITIONING","links":[189]}],"properties":{"cnr_id":"comfy-core","ver":"0.3.56","Node name for S&R":"CLIPTextEncode","widget_ue_connectable":{"text":true}},"widgets_values":[""]},{"id":195,"type":"EmptyLatentImage","pos":[2480,700],"size":[315,106],"flags":{},"order":1,"mode":0,"inputs":[{"localized_name":"宽度","name":"width","type":"INT","widget":{"name":"width"},"link":null},{"localized_name":"高度","name":"height","type":"INT","widget":{"name":"height"},"link":null},{"localized_name":"批量大小","name":"batch_size","type":"INT","widget":{"name":"batch_size"},"link":null}],"outputs":[{"label":"Latent","localized_name":"Latent","name":"LATENT","type":"LATENT","links":[190]}],"properties":{"cnr_id":"comfy-core","ver":"0.3.56","Node name for S&R":"EmptyLatentImage","widget_ue_connectable":{}},"widgets_values":[512,512,1]},{"id":194,"type":"KSampler","pos":[3070,110],"size":[315,262],"flags":{},"order":14,"mode":0,"inputs":[{"label":"模型","localized_name":"模型","name":"model","type":"MODEL","link":191},{"label":"正面条件","localized_name":"正面条件","name":"positive","type":"CONDITIONING","link":188},{"label":"负面条件","localized_name":"负面条件","name":"negative","type":"CONDITIONING","link":189},{"label":"Latent","localized_name":"Latent图像","name":"latent_image","type":"LATENT","link":190},{"localized_name":"种子","name":"seed","type":"INT","widget":{"name":"seed"},"link":null},{"localized_name":"步数","name":"steps","type":"INT","widget":{"name":"steps"},"link":null},{"localized_name":"cfg","name":"cfg","type":"FLOAT","widget":{"name":"cfg"},"link":null},{"localized_name":"采样器名称","name":"sampler_name","type":"COMBO","widget":{"name":"sampler_name"},"link":null},{"localized_name":"调度器","name":"scheduler","type":"COMBO","widget":{"name":"scheduler"},"link":null},{"localized_name":"降噪","name":"denoise","type":"FLOAT","widget":{"name":"denoise"},"link":null}],"outputs":[{"label":"Latent","localized_name":"Latent","name":"LATENT","type":"LATENT","slot_index":0,"links":[194]}],"properties":{"cnr_id":"comfy-core","ver":"0.3.56","Node name for S&R":"KSampler","widget_ue_connectable":{}},"widgets_values":[365480508966076,"randomize",20,8,"euler","normal",1]},{"id":197,"type":"VAEDecode","pos":[3484.382568359375,137.69595336914062],"size":[210,46],"flags":{},"order":15,"mode":0,"inputs":[{"label":"Latent","localized_name":"Latent","name":"samples","type":"LATENT","link":194},{"label":"VAE","localized_name":"vae","name":"vae","type":"VAE","link":195}],"outputs":[{"label":"图像","localized_name":"图像","name":"IMAGE","type":"IMAGE","slot_index":0,"links":[196]}],"properties":{"cnr_id":"comfy-core","ver":"0.3.56","Node name for S&R":"VAEDecode","widget_ue_connectable":{}},"widgets_values":[]},{"id":196,"type":"CheckpointLoaderSimple","pos":[1930,-240],"size":[315,98],"flags":{},"order":2,"mode":0,"inputs":[{"localized_name":"Checkpoint名称","name":"ckpt_name","type":"COMBO","widget":{"name":"ckpt_name"},"link":null}],"outputs":[{"label":"模型","localized_name":"模型","name":"MODEL","type":"MODEL","links":[191]},{"label":"CLIP","localized_name":"CLIP","name":"CLIP","type":"CLIP","slot_index":1,"links":[192,193]},{"label":"VAE","localized_name":"VAE","name":"VAE","type":"VAE","links":[195]}],"properties":{"cnr_id":"comfy-core","ver":"0.3.56","Node name for S&R":"CheckpointLoaderSimple","widget_ue_connectable":{}},"widgets_values":["meinamix_v12Final.safetensors"]},{"id":198,"type":"PreviewImage","pos":[3900,120],"size":[520,550],"flags":{},"order":16,"mode":0,"inputs":[{"label":"图像","localized_name":"图像","name":"images","type":"IMAGE","link":196}],"outputs":[],"properties":{"cnr_id":"comfy-core","ver":"0.3.56","Node name for S&R":"PreviewImage","widget_ue_connectable":{}},"widgets_values":[]},{"id":191,"type":"LoadImage","pos":[-660,240],"size":[500,580],"flags":{},"order":3,"mode":0,"inputs":[{"localized_name":"图像","name":"image","type":"COMBO","widget":{"name":"image"},"link":null},{"localized_name":"选择文件上传","name":"upload","type":"IMAGEUPLOAD","widget":{"name":"upload"},"link":null}],"outputs":[{"label":"图像","localized_name":"图像","name":"IMAGE","type":"IMAGE","links":[185]},{"label":"遮罩","localized_name":"遮罩","name":"MASK","type":"MASK","links":null}],"properties":{"cnr_id":"comfy-core","ver":"0.3.56","Node name for S&R":"LoadImage","widget_ue_connectable":{}},"widgets_values":["example.png","image"]},{"id":190,"type":"show_text_party","pos":[1888,396],"size":[396.90191650390625,295.5406494140625],"flags":{},"order":11,"mode":0,"inputs":[{"label":"text","localized_name":"text","name":"text","type":"STRING","pos":[10,60],"link":184}],"outputs":[{"label":"STRING","localized_name":"字符串","name":"STRING","shape":6,"type":"STRING","links":[187]}],"properties":{"cnr_id":"comfyui_llm_party","ver":"4d187a27d963f5ab838f9c8d38666f447bda7663","Node name for S&R":"show_text_party","widget_ue_connectable":{}},"widgets_values":["nsfw,(low quality,normal quality,worst quality,jpeg artifacts),cropped,monochrome,lowres,low saturation,((watermark)),(white letters)"]},{"id":176,"type":"LLM_api_loader","pos":[71,63],"size":[315,130],"flags":{},"order":4,"mode":0,"inputs":[{"localized_name":"model_name","name":"model_name","type":"STRING","widget":{"name":"model_name"},"link":null},{"localized_name":"base_url","name":"base_url","shape":7,"type":"STRING","widget":{"name":"base_url"},"link":null},{"localized_name":"api_key","name":"api_key","shape":7,"type":"STRING","widget":{"name":"api_key"},"link":null},{"localized_name":"is_ollama","name":"is_ollama","shape":7,"type":"BOOLEAN","widget":{"name":"is_ollama"},"link":null}],"outputs":[{"label":"model","localized_name":"model","name":"model","type":"CUSTOM","slot_index":0,"links":[175]}],"properties":{"cnr_id":"comfyui_llm_party","ver":"4d187a27d963f5ab838f9c8d38666f447bda7663","Node name for S&R":"LLM_api_loader","widget_ue_connectable":{}},"widgets_values":["qwen3:8b","","",true]},{"id":199,"type":"show_text_party","pos":[1004.6300659179688,216.8499298095703],"size":[396.90191650390625,295.5406494140625],"flags":{},"order":7,"mode":0,"inputs":[{"label":"text","localized_name":"text","name":"text","type":"STRING","link":197}],"outputs":[{"label":"STRING","localized_name":"字符串","name":"STRING","shape":6,"type":"STRING","links":[198,199]}],"properties":{"cnr_id":"comfyui_llm_party","ver":"4d187a27d963f5ab838f9c8d38666f447bda7663","widget_ue_connectable":{},"Node name for S&R":"show_text_party"}},{"id":185,"type":"extra_parameters","pos":[-70.18561553955078,531.64111328125],"size":[342.5999755859375,394],"flags":{},"order":5,"mode":0,"inputs":[{"localized_name":"json_out","name":"json_out","type":"BOOLEAN","widget":{"name":"json_out"},"link":null},{"localized_name":"n","name":"n","type":"INT","widget":{"name":"n"},"link":null},{"localized_name":"stop","name":"stop","type":"STRING","widget":{"name":"stop"},"link":null},{"localized_name":"presence_penalty","name":"presence_penalty","type":"FLOAT","widget":{"name":"presence_penalty"},"link":null},{"localized_name":"frequency_penalty","name":"frequency_penalty","type":"FLOAT","widget":{"name":"frequency_penalty"},"link":null},{"localized_name":"repetition_penalty","name":"repetition_penalty","type":"FLOAT","widget":{"name":"repetition_penalty"},"link":null},{"localized_name":"min_length","name":"min_length","type":"INT","widget":{"name":"min_length"},"link":null},{"localized_name":"logprobs","name":"logprobs","type":"BOOLEAN","widget":{"name":"logprobs"},"link":null},{"localized_name":"echo","name":"echo","type":"BOOLEAN","widget":{"name":"echo"},"link":null},{"localized_name":"best_of","name":"best_of","type":"INT","widget":{"name":"best_of"},"link":null},{"localized_name":"user","name":"user","type":"STRING","widget":{"name":"user"},"link":null},{"localized_name":"top_p","name":"top_p","type":"FLOAT","widget":{"name":"top_p"},"link":null},{"localized_name":"top_k","name":"top_k","type":"INT","widget":{"name":"top_k"},"link":null},{"localized_name":"seed","name":"seed","type":"INT","widget":{"name":"seed"},"link":null},{"label":"logit_bias","name":"logit_bias","type":"DICT","link":null}],"outputs":[{"label":"extra_parameters","localized_name":"extra_parameters","name":"extra_parameters","type":"DICT","slot_index":0,"links":[]}],"properties":{"cnr_id":"comfyui_llm_party","ver":"4d187a27d963f5ab838f9c8d38666f447bda7663","Node name for S&R":"extra_parameters","widget_ue_connectable":{}},"widgets_values":[true,1,"",0,0,1,0,false,false,1,"",1,50,1183,"randomize"]},{"id":184,"type":"LLM","pos":[460,210],"size":[454.5297546386719,854],"flags":{},"order":6,"mode":0,"inputs":[{"label":"model","localized_name":"model","name":"model","type":"CUSTOM","link":175},{"label":"system_prompt_input","localized_name":"system_prompt_input","name":"system_prompt_input","shape":7,"type":"STRING","pos":[10,406],"link":176},{"label":"user_prompt_input","localized_name":"user_prompt_input","name":"user_prompt_input","shape":7,"type":"STRING","pos":[10,430],"link":null},{"label":"tools","localized_name":"tools","name":"tools","shape":7,"type":"STRING","pos":[10,454],"link":null},{"label":"file_content","localized_name":"file_content","name":"file_content","shape":7,"type":"STRING","pos":[10,478],"link":null},{"label":"images","localized_name":"images","name":"images","shape":7,"type":"IMAGE","link":185},{"label":"extra_parameters","localized_name":"extra_parameters","name":"extra_parameters","shape":7,"type":"DICT","link":null},{"localized_name":"user_history","name":"user_history","shape":7,"type":"STRING","link":null},{"localized_name":"img_URL","name":"img_URL","shape":7,"type":"STRING","link":null},{"localized_name":"system_prompt","name":"system_prompt","type":"STRING","widget":{"name":"system_prompt"},"link":null},{"localized_name":"user_prompt","name":"user_prompt","type":"STRING","widget":{"name":"user_prompt"},"link":null},{"localized_name":"temperature","name":"temperature","type":"FLOAT","widget":{"name":"temperature"},"link":null},{"localized_name":"is_memory","name":"is_memory","type":"COMBO","widget":{"name":"is_memory"},"link":null},{"localized_name":"is_tools_in_sys_prompt","name":"is_tools_in_sys_prompt","type":"COMBO","widget":{"name":"is_tools_in_sys_prompt"},"link":null},{"localized_name":"is_locked","name":"is_locked","type":"COMBO","widget":{"name":"is_locked"},"link":null},{"localized_name":"main_brain","name":"main_brain","type":"COMBO","widget":{"name":"main_brain"},"link":null},{"localized_name":"max_length","name":"max_length","type":"INT","widget":{"name":"max_length"},"link":null},{"localized_name":"imgbb_api_key","name":"imgbb_api_key","shape":7,"type":"STRING","widget":{"name":"imgbb_api_key"},"link":null},{"localized_name":"conversation_rounds","name":"conversation_rounds","shape":7,"type":"INT","widget":{"name":"conversation_rounds"},"link":null},{"localized_name":"historical_record","name":"historical_record","shape":7,"type":"COMBO","widget":{"name":"historical_record"},"link":null},{"localized_name":"is_enable","name":"is_enable","shape":7,"type":"BOOLEAN","widget":{"name":"is_enable"},"link":null},{"localized_name":"stream","name":"stream","shape":7,"type":"BOOLEAN","widget":{"name":"stream"},"link":null}],"outputs":[{"label":"assistant_response","localized_name":"assistant_response","name":"assistant_response","type":"STRING","slot_index":0,"links":[197]},{"label":"history","localized_name":"history","name":"history","type":"STRING","links":null},{"label":"tool","localized_name":"tool","name":"tool","type":"STRING","links":null},{"label":"image","localized_name":"image","name":"image","type":"IMAGE","links":null},{"localized_name":"reasoning_content","name":"reasoning_content","type":"STRING","links":null}],"properties":{"cnr_id":"comfyui_llm_party","ver":"4d187a27d963f5ab838f9c8d38666f447bda7663","Node name for S&R":"LLM","widget_ue_connectable":{}},"widgets_values":["你一个强大的人工智能助手。","根据我传入的图片,生成提示词",0.7,"disable","disable","enable","enable",1920,100,"",true,"",[false,true]]}],"links":[[175,176,0,184,0,"CUSTOM"],[176,172,0,184,1,"STRING"],[183,186,0,189,0,"STRING"],[184,187,0,190,0,"STRING"],[185,191,0,184,5,"IMAGE"],[186,189,0,192,1,"STRING"],[187,190,0,193,1,"STRING"],[188,192,0,194,1,"CONDITIONING"],[189,193,0,194,2,"CONDITIONING"],[190,195,0,194,3,"LATENT"],[191,196,0,194,0,"MODEL"],[192,196,1,192,0,"CLIP"],[193,196,1,193,0,"CLIP"],[194,194,0,197,0,"LATENT"],[195,196,2,197,1,"VAE"],[196,197,0,198,0,"IMAGE"],[197,184,0,199,0,"STRING"],[198,199,0,186,0,"STRING"],[199,199,0,187,0,"STRING"]],"groups":[],"config":{},"extra":{"ds":{"scale":0.7513148009015777,"offset":[668.0796333400594,8.286355404322876]},"ue_links":[],"links_added_by_ue":[]},"version":0.4}

Additional Context

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions