File "H:\ComfyUI-aki-v1.3\execution.py", line 323, 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 "H:\ComfyUI-aki-v1.3\execution.py", line 198, 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 "H:\ComfyUI-aki-v1.3\execution.py", line 169, in _map_node_over_list
process_inputs(input_dict, i)
File "H:\ComfyUI-aki-v1.3\execution.py", line 158, in process_inputs
results.append(getattr(obj, func)(**inputs))
File "H:\ComfyUI-aki-v1.3\custom_nodes\ComfyUi-Ollama-YN\ollama_main.py", line 234, in ollama_vision
pull_model_with_progress(model)
File "H:\ComfyUI-aki-v1.3\custom_nodes\ComfyUi-Ollama-YN\ollama_main.py", line 97, in pull_model_with_progress
process = subprocess.Popen(
File "<enhanced_experience vendors.sentry_sdk.utils>", line 1720, in runner
File "<enhanced_experience vendors.sentry_sdk.integrations.stdlib>", line 224, in sentry_patched_popen_init
File "H:\ComfyUI-aki-v1.3\python\lib\subprocess.py", line 971, in __init__
self._execute_child(args, executable, preexec_fn, close_fds,
File "H:\ComfyUI-aki-v1.3\python\lib\subprocess.py", line 1456, in _execute_child
hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
2024-11-10 14:14:08,254 - root - INFO - Total VRAM 16375 MB, total RAM 32578 MB
2024-11-10 14:14:08,254 - root - INFO - pytorch version: 2.1.2+cu118
2024-11-10 14:14:08,391 - root - INFO - xformers version: 0.0.23.post1+cu118
2024-11-10 14:14:08,391 - root - INFO - Set vram state to: NORMAL_VRAM
2024-11-10 14:14:08,391 - root - INFO - Disabling smart memory management
2024-11-10 14:14:08,391 - root - INFO - Device: cuda:0 NVIDIA GeForce RTX 4080 : cudaMallocAsync
2024-11-10 14:14:08,882 - root - INFO - Using xformers cross attention
2024-11-10 14:14:09,121 - root - INFO - [Prompt Server] web root: H:\ComfyUI-aki-v1.3\web
2024-11-10 14:14:09,573 - root - WARNING - Traceback (most recent call last):
File "H:\ComfyUI-aki-v1.3\nodes.py", line 2001, in load_custom_node
module_spec.loader.exec_module(module)
File "", line 883, in exec_module
File "", line 241, in _call_with_frames_removed
File "H:\ComfyUI-aki-v1.3\comfy_extras\nodes_audio.py", line 1, in
import torchaudio
ModuleNotFoundError: No module named 'torchaudio'
2024-11-10 14:14:09,573 - root - WARNING - Cannot import H:\ComfyUI-aki-v1.3\comfy_extras\nodes_audio.py module for custom nodes: No module named 'torchaudio'
2024-11-10 14:14:09,578 - root - WARNING - Traceback (most recent call last):
File "H:\ComfyUI-aki-v1.3\nodes.py", line 2001, in load_custom_node
module_spec.loader.exec_module(module)
File "", line 879, in exec_module
File "", line 1016, in get_code
File "", line 1073, in get_data
FileNotFoundError: [Errno 2] No such file or directory: 'H:\ComfyUI-aki-v1.3\custom_nodes\AIGodlike-zh-CN-Nodes\init.py'
2024-11-10 14:14:09,578 - root - WARNING - Cannot import H:\ComfyUI-aki-v1.3\custom_nodes\AIGodlike-zh-CN-Nodes module for custom nodes: [Errno 2] No such file or directory: 'H:\ComfyUI-aki-v1.3\custom_nodes\AIGodlike-zh-CN-Nodes\init.py'
2024-11-10 14:14:09,630 - root - WARNING - Traceback (most recent call last):
File "H:\ComfyUI-aki-v1.3\nodes.py", line 2001, in load_custom_node
module_spec.loader.exec_module(module)
File "", line 883, in exec_module
File "", line 241, in _call_with_frames_removed
File "H:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-CogVideoXWrapper__init.py", line 1, in
from .nodes import NODE_CLASS_MAPPINGS as NODES_CLASS, NODE_DISPLAY_NAME_MAPPINGS as NODES_DISPLAY
File "H:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-CogVideoXWrapper\nodes.py", line 8, in
from diffusers.schedulers import (
ImportError: cannot import name 'CogVideoXDDIMScheduler' from 'diffusers.schedulers' (H:\ComfyUI-aki-v1.3\python\lib\site-packages\diffusers\schedulers\init__.py)
2024-11-10 14:14:09,630 - root - WARNING - Cannot import H:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-CogVideoXWrapper module for custom nodes: cannot import name 'CogVideoXDDIMScheduler' from 'diffusers.schedulers' (H:\ComfyUI-aki-v1.3\python\lib\site-packages\diffusers\schedulers__init__.py)
2024-11-10 14:14:14,838 - root - INFO - Total VRAM 16375 MB, total RAM 32578 MB
2024-11-10 14:14:14,838 - root - INFO - pytorch version: 2.1.2+cu118
2024-11-10 14:14:14,838 - root - INFO - xformers version: 0.0.23.post1+cu118
2024-11-10 14:14:14,838 - root - INFO - Set vram state to: NORMAL_VRAM
2024-11-10 14:14:14,838 - root - INFO - Disabling smart memory management
2024-11-10 14:14:14,839 - root - INFO - Device: cuda:0 NVIDIA GeForce RTX 4080 : cudaMallocAsync
2024-11-10 14:14:15,072 - root - WARNING - Traceback (most recent call last):
File "H:\ComfyUI-aki-v1.3\nodes.py", line 2001, in load_custom_node
module_spec.loader.exec_module(module)
File "", line 879, in exec_module
File "", line 1016, in get_code
File "", line 1073, in get_data
FileNotFoundError: [Errno 2] No such file or directory: 'H:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Miaoshouai-Tagger\init.py'
2024-11-10 14:14:15,072 - root - WARNING - Cannot import H:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Miaoshouai-Tagger module for custom nodes: [Errno 2] No such file or directory: 'H:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Miaoshouai-Tagger\init.py'
2024-11-10 14:14:15,075 - root - WARNING - Traceback (most recent call last):
File "H:\ComfyUI-aki-v1.3\nodes.py", line 2001, in load_custom_node
module_spec.loader.exec_module(module)
File "", line 339, in exec_module
File "", line 328, in get_code
FileNotFoundError: [Errno 2] No such file or directory: 'H:\ComfyUI-aki-v1.3\custom_nodes\comfyui-mixlab-nodes\init.py'
2024-11-10 14:14:15,075 - root - WARNING - Cannot import H:\ComfyUI-aki-v1.3\custom_nodes\comfyui-mixlab-nodes module for custom nodes: [Errno 2] No such file or directory: 'H:\ComfyUI-aki-v1.3\custom_nodes\comfyui-mixlab-nodes\init.py'
2024-11-10 14:14:23,443 - root - WARNING - Traceback (most recent call last):
File "H:\ComfyUI-aki-v1.3\nodes.py", line 2001, in load_custom_node
module_spec.loader.exec_module(module)
File "", line 879, in exec_module
File "", line 1016, in get_code
File "", line 1073, in get_data
FileNotFoundError: [Errno 2] No such file or directory: 'H:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI_LayerStyle\init.py'
2024-11-10 14:14:23,443 - root - WARNING - Cannot import H:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI_LayerStyle module for custom nodes: [Errno 2] No such file or directory: 'H:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI_LayerStyle\init.py'
2024-11-10 14:14:24,377 - root - WARNING - Traceback (most recent call last):
File "H:\ComfyUI-aki-v1.3\nodes.py", line 2001, in load_custom_node
module_spec.loader.exec_module(module)
File "", line 883, in exec_module
File "", line 241, in _call_with_frames_removed
File "H:\ComfyUI-aki-v1.3\custom_nodes\efficiency-nodes-comfyui__init__.py", line 9, in
from .efficiency_nodes import NODE_CLASS_MAPPINGS
File "H:\ComfyUI-aki-v1.3\custom_nodes\efficiency-nodes-comfyui\efficiency_nodes.py", line 46, in
from .py import smZ_cfg_denoiser
File "H:\ComfyUI-aki-v1.3\custom_nodes\efficiency-nodes-comfyui\py\smZ_cfg_denoiser.py", line 7, in
from comfy.samplers import KSampler, KSamplerX0Inpaint, wrap_model
ImportError: cannot import name 'wrap_model' from 'comfy.samplers' (H:\ComfyUI-aki-v1.3\comfy\samplers.py)
2024-11-10 14:14:24,377 - root - WARNING - Cannot import H:\ComfyUI-aki-v1.3\custom_nodes\efficiency-nodes-comfyui module for custom nodes: cannot import name 'wrap_model' from 'comfy.samplers' (H:\ComfyUI-aki-v1.3\comfy\samplers.py)
2024-11-10 14:14:27,519 - root - INFO -
Import times for custom nodes:
2024-11-10 14:14:27,520 - root - INFO - 0.0 seconds: H:\ComfyUI-aki-v1.3\custom_nodes\websocket_image_save.py
2024-11-10 14:14:27,520 - root - INFO - 0.0 seconds: H:\ComfyUI-aki-v1.3\custom_nodes\AIGODLIKE-ComfyUI-Translation
2024-11-10 14:14:27,520 - root - INFO - 0.0 seconds: H:\ComfyUI-aki-v1.3\custom_nodes\FreeU_Advanced
2024-11-10 14:14:27,520 - root - INFO - 0.0 seconds: H:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI_TiledKSampler
2024-11-10 14:14:27,520 - root - INFO - 0.0 seconds: H:\ComfyUI-aki-v1.3\custom_nodes\stability-ComfyUI-nodes
2024-11-10 14:14:27,520 - root - INFO - 0.0 seconds: H:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-WD14-Tagger
2024-11-10 14:14:27,520 - root - INFO - 0.0 seconds: H:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-post-processing-nodes
2024-11-10 14:14:27,520 - root - INFO - 0.0 seconds: H:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI_IPAdapter_plus
2024-11-10 14:14:27,520 - root - INFO - 0.0 seconds: H:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI_SLK_joy_caption_two
2024-11-10 14:14:27,520 - root - INFO - 0.0 seconds: H:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI_experiments
2024-11-10 14:14:27,520 - root - INFO - 0.0 seconds: H:\ComfyUI-aki-v1.3\custom_nodes\PowerNoiseSuite
2024-11-10 14:14:27,520 - root - INFO - 0.0 seconds (IMPORT FAILED): H:\ComfyUI-aki-v1.3\custom_nodes\AIGodlike-zh-CN-Nodes
2024-11-10 14:14:27,520 - root - INFO - 0.0 seconds: H:\ComfyUI-aki-v1.3\custom_nodes\images-grid-comfy-plugin
2024-11-10 14:14:27,520 - root - INFO - 0.0 seconds (IMPORT FAILED): H:\ComfyUI-aki-v1.3\custom_nodes\comfyui-mixlab-nodes
2024-11-10 14:14:27,520 - root - INFO - 0.0 seconds: H:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI_FizzNodes
2024-11-10 14:14:27,520 - root - INFO - 0.0 seconds: H:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Custom-Scripts
2024-11-10 14:14:27,520 - root - INFO - 0.0 seconds (IMPORT FAILED): H:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI_LayerStyle
2024-11-10 14:14:27,520 - root - INFO - 0.0 seconds (IMPORT FAILED): H:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Miaoshouai-Tagger
2024-11-10 14:14:27,520 - root - INFO - 0.0 seconds: H:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI_UltimateSDUpscale
2024-11-10 14:14:27,520 - root - INFO - 0.0 seconds: H:\ComfyUI-aki-v1.3\custom_nodes\ControlNet-LLLite-ComfyUI
2024-11-10 14:14:27,520 - root - INFO - 0.0 seconds: H:\ComfyUI-aki-v1.3\custom_nodes\comfyui-workspace-manager
2024-11-10 14:14:27,520 - root - INFO - 0.0 seconds: H:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-GlifNodes
2024-11-10 14:14:27,520 - root - INFO - 0.0 seconds: H:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Advanced-ControlNet
2024-11-10 14:14:27,520 - root - INFO - 0.0 seconds: H:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Marigold
2024-11-10 14:14:27,520 - root - INFO - 0.0 seconds: H:\ComfyUI-aki-v1.3\custom_nodes\Derfuu_ComfyUI_ModdedNodes
2024-11-10 14:14:27,520 - root - INFO - 0.0 seconds: H:\ComfyUI-aki-v1.3\custom_nodes\rgthree-comfy
2024-11-10 14:14:27,520 - root - INFO - 0.0 seconds: H:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-GGUF
2024-11-10 14:14:27,520 - root - INFO - 0.0 seconds: H:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-AnimateDiff-Evolved
2024-11-10 14:14:27,520 - root - INFO - 0.0 seconds: H:\ComfyUI-aki-v1.3\custom_nodes\x-flux-comfyui
2024-11-10 14:14:27,520 - root - INFO - 0.0 seconds: H:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI_essentials
2024-11-10 14:14:27,520 - root - INFO - 0.0 seconds (IMPORT FAILED): H:\ComfyUI-aki-v1.3\custom_nodes\efficiency-nodes-comfyui
2024-11-10 14:14:27,520 - root - INFO - 0.0 seconds: H:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI_bnb_nf4_fp4_Loaders
2024-11-10 14:14:27,520 - root - INFO - 0.0 seconds: H:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-KJNodes
2024-11-10 14:14:27,520 - root - INFO - 0.0 seconds: H:\ComfyUI-aki-v1.3\custom_nodes\comfyui-ollama
2024-11-10 14:14:27,520 - root - INFO - 0.0 seconds: H:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI_Comfyroll_CustomNodes
2024-11-10 14:14:27,520 - root - INFO - 0.0 seconds: H:\ComfyUI-aki-v1.3\custom_nodes\comfyui_controlnet_aux
2024-11-10 14:14:27,520 - root - INFO - 0.0 seconds: H:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-VideoHelperSuite
2024-11-10 14:14:27,520 - root - INFO - 0.0 seconds (IMPORT FAILED): H:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-CogVideoXWrapper
2024-11-10 14:14:27,520 - root - INFO - 0.0 seconds: H:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Inspire-Pack
2024-11-10 14:14:27,520 - root - INFO - 0.1 seconds: H:\ComfyUI-aki-v1.3\custom_nodes\ComfyUi-Ollama-YN
2024-11-10 14:14:27,520 - root - INFO - 0.2 seconds: H:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Manager
2024-11-10 14:14:27,520 - root - INFO - 0.3 seconds: H:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Easy-Use
2024-11-10 14:14:27,520 - root - INFO - 0.4 seconds: H:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Impact-Pack
2024-11-10 14:14:27,520 - root - INFO - 0.4 seconds: H:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI_LayerStyle-main
2024-11-10 14:14:27,520 - root - INFO - 0.5 seconds: H:\ComfyUI-aki-v1.3\custom_nodes\comfy_mtb
2024-11-10 14:14:27,520 - root - INFO - 3.1 seconds: H:\ComfyUI-aki-v1.3\custom_nodes\was-node-suite-comfyui
2024-11-10 14:14:27,520 - root - INFO - 4.5 seconds: H:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Crystools
2024-11-10 14:14:27,520 - root - INFO - 8.1 seconds: H:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI_Custom_Nodes_AlekPet
2024-11-10 14:14:27,520 - root - INFO -
2024-11-10 14:14:27,521 - root - WARNING - WARNING: some comfy_extras/ nodes did not import correctly. This may be because they are missing some dependencies.
2024-11-10 14:14:27,521 - root - WARNING - IMPORT FAILED: nodes_audio.py
2024-11-10 14:14:27,521 - root - WARNING -
This issue might be caused by new missing dependencies added the last time you updated ComfyUI.
2024-11-10 14:14:27,521 - root - WARNING - Please do a: pip install -r requirements.txt
2024-11-10 14:14:27,521 - root - WARNING -
2024-11-10 14:14:27,529 - root - INFO - Starting server
2024-11-10 14:14:27,530 - root - INFO - To see the GUI go to: http://127.0.0.1:8188
2024-11-10 14:14:32,120 - aiohttp.server - ERROR - Error handling request
Traceback (most recent call last):
File "H:\ComfyUI-aki-v1.3\python\lib\site-packages\httpcore_exceptions.py", line 10, in map_exceptions
yield
File "H:\ComfyUI-aki-v1.3\python\lib\site-packages\httpcore_backends\sync.py", line 206, in connect_tcp
sock = socket.create_connection(
File "H:\ComfyUI-aki-v1.3\python\lib\socket.py", line 845, in create_connection
raise err
File "H:\ComfyUI-aki-v1.3\python\lib\socket.py", line 833, in create_connection
sock.connect(sa)
ConnectionRefusedError: [WinError 10061] 由于目标计算机积极拒绝,无法连接。
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "H:\ComfyUI-aki-v1.3\python\lib\site-packages\httpx_transports\default.py", line 72, in map_httpcore_exceptions
yield
File "H:\ComfyUI-aki-v1.3\python\lib\site-packages\httpx_transports\default.py", line 236, in handle_request
resp = self._pool.handle_request(req)
File "H:\ComfyUI-aki-v1.3\python\lib\site-packages\httpcore_sync\connection_pool.py", line 268, in handle_request
raise exc
File "H:\ComfyUI-aki-v1.3\python\lib\site-packages\httpcore_sync\connection_pool.py", line 251, in handle_request
response = connection.handle_request(request)
File "H:\ComfyUI-aki-v1.3\python\lib\site-packages\httpcore_sync\connection.py", line 99, in handle_request
raise exc
File "H:\ComfyUI-aki-v1.3\python\lib\site-packages\httpcore_sync\connection.py", line 76, in handle_request
stream = self._connect(request)
File "H:\ComfyUI-aki-v1.3\python\lib\site-packages\httpcore_sync\connection.py", line 124, in _connect
stream = self._network_backend.connect_tcp(**kwargs)
File "H:\ComfyUI-aki-v1.3\python\lib\site-packages\httpcore_backends\sync.py", line 205, in connect_tcp
with map_exceptions(exc_map):
File "H:\ComfyUI-aki-v1.3\python\lib\contextlib.py", line 153, in exit
self.gen.throw(typ, value, traceback)
File "H:\ComfyUI-aki-v1.3\python\lib\site-packages\httpcore_exceptions.py", line 14, in map_exceptions
raise to_exc(exc) from exc
httpcore.ConnectError: [WinError 10061] 由于目标计算机积极拒绝,无法连接。
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "H:\ComfyUI-aki-v1.3\python\lib\site-packages\aiohttp\web_protocol.py", line 477, in _handle_request
resp = await request_handler(request)
File "", line 140, in sentry_app_handle
File "", line 1649, in reraise
File "", line 130, in sentry_app_handle
File "H:\ComfyUI-aki-v1.3\python\lib\site-packages\aiohttp\web_app.py", line 559, in _handle
return await handler(request)
File "H:\ComfyUI-aki-v1.3\python\lib\site-packages\aiohttp\web_middlewares.py", line 117, in impl
return await handler(request)
File "H:\ComfyUI-aki-v1.3\server.py", line 63, in cache_control
response: web.Response = await handler(request)
File "H:\ComfyUI-aki-v1.3\server.py", line 141, in origin_only_middleware
response = await handler(request)
File "", line 26, in http_resource_injector
File "H:\ComfyUI-aki-v1.3\server.py", line 75, in cors_middleware
response = await handler(request)
File "H:\ComfyUI-aki-v1.3\custom_nodes\ComfyUi-Ollama-YN\ollama_main.py", line 46, in get_current_models
for model in client.list().get('models', []):
File "H:\ComfyUI-aki-v1.3\python\lib\site-packages\ollama_client.py", line 465, in list
return self._request('GET', '/api/tags').json()
File "H:\ComfyUI-aki-v1.3\python\lib\site-packages\ollama_client.py", line 70, in _request
response = self._client.request(method, url, **kwargs)
File "H:\ComfyUI-aki-v1.3\python\lib\site-packages\httpx_client.py", line 837, in request
return self.send(request, auth=auth, follow_redirects=follow_redirects)
File "", line 1720, in runner
File "", line 87, in send
File "H:\ComfyUI-aki-v1.3\python\lib\site-packages\httpx_client.py", line 926, in send
response = self._send_handling_auth(
File "H:\ComfyUI-aki-v1.3\python\lib\site-packages\httpx_client.py", line 954, in _send_handling_auth
response = self._send_handling_redirects(
File "H:\ComfyUI-aki-v1.3\python\lib\site-packages\httpx_client.py", line 991, in _send_handling_redirects
response = self._send_single_request(request)
File "H:\ComfyUI-aki-v1.3\python\lib\site-packages\httpx_client.py", line 1027, in _send_single_request
response = transport.handle_request(request)
File "H:\ComfyUI-aki-v1.3\python\lib\site-packages\httpx_transports\default.py", line 235, in handle_request
with map_httpcore_exceptions():
File "H:\ComfyUI-aki-v1.3\python\lib\contextlib.py", line 153, in exit
self.gen.throw(typ, value, traceback)
File "H:\ComfyUI-aki-v1.3\python\lib\site-packages\httpx_transports\default.py", line 89, in map_httpcore_exceptions
raise mapped_exc(message) from exc
httpx.ConnectError: [WinError 10061] 由于目标计算机积极拒绝,无法连接。
2024-11-10 14:14:34,204 - aiohttp.server - ERROR - Error handling request
Traceback (most recent call last):
File "H:\ComfyUI-aki-v1.3\python\lib\site-packages\httpcore_exceptions.py", line 10, in map_exceptions
yield
File "H:\ComfyUI-aki-v1.3\python\lib\site-packages\httpcore_backends\sync.py", line 206, in connect_tcp
sock = socket.create_connection(
File "H:\ComfyUI-aki-v1.3\python\lib\socket.py", line 845, in create_connection
raise err
File "H:\ComfyUI-aki-v1.3\python\lib\socket.py", line 833, in create_connection
sock.connect(sa)
ConnectionRefusedError: [WinError 10061] 由于目标计算机积极拒绝,无法连接。
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "H:\ComfyUI-aki-v1.3\python\lib\site-packages\httpx_transports\default.py", line 72, in map_httpcore_exceptions
yield
File "H:\ComfyUI-aki-v1.3\python\lib\site-packages\httpx_transports\default.py", line 236, in handle_request
resp = self._pool.handle_request(req)
File "H:\ComfyUI-aki-v1.3\python\lib\site-packages\httpcore_sync\connection_pool.py", line 268, in handle_request
raise exc
File "H:\ComfyUI-aki-v1.3\python\lib\site-packages\httpcore_sync\connection_pool.py", line 251, in handle_request
response = connection.handle_request(request)
File "H:\ComfyUI-aki-v1.3\python\lib\site-packages\httpcore_sync\connection.py", line 99, in handle_request
raise exc
File "H:\ComfyUI-aki-v1.3\python\lib\site-packages\httpcore_sync\connection.py", line 76, in handle_request
stream = self._connect(request)
File "H:\ComfyUI-aki-v1.3\python\lib\site-packages\httpcore_sync\connection.py", line 124, in _connect
stream = self._network_backend.connect_tcp(**kwargs)
File "H:\ComfyUI-aki-v1.3\python\lib\site-packages\httpcore_backends\sync.py", line 205, in connect_tcp
with map_exceptions(exc_map):
File "H:\ComfyUI-aki-v1.3\python\lib\contextlib.py", line 153, in exit
self.gen.throw(typ, value, traceback)
File "H:\ComfyUI-aki-v1.3\python\lib\site-packages\httpcore_exceptions.py", line 14, in map_exceptions
raise to_exc(exc) from exc
httpcore.ConnectError: [WinError 10061] 由于目标计算机积极拒绝,无法连接。
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "H:\ComfyUI-aki-v1.3\python\lib\site-packages\aiohttp\web_protocol.py", line 477, in _handle_request
resp = await request_handler(request)
File "", line 140, in sentry_app_handle
File "", line 1649, in reraise
File "", line 130, in sentry_app_handle
File "H:\ComfyUI-aki-v1.3\python\lib\site-packages\aiohttp\web_app.py", line 559, in _handle
return await handler(request)
File "H:\ComfyUI-aki-v1.3\python\lib\site-packages\aiohttp\web_middlewares.py", line 117, in impl
return await handler(request)
File "H:\ComfyUI-aki-v1.3\server.py", line 63, in cache_control
response: web.Response = await handler(request)
File "H:\ComfyUI-aki-v1.3\server.py", line 141, in origin_only_middleware
response = await handler(request)
File "", line 26, in http_resource_injector
File "H:\ComfyUI-aki-v1.3\server.py", line 75, in cors_middleware
response = await handler(request)
File "H:\ComfyUI-aki-v1.3\custom_nodes\ComfyUi-Ollama-YN\ollama_main.py", line 46, in get_current_models
for model in client.list().get('models', []):
File "H:\ComfyUI-aki-v1.3\python\lib\site-packages\ollama_client.py", line 465, in list
return self._request('GET', '/api/tags').json()
File "H:\ComfyUI-aki-v1.3\python\lib\site-packages\ollama_client.py", line 70, in _request
response = self._client.request(method, url, *kwargs)
File "H:\ComfyUI-aki-v1.3\python\lib\site-packages\httpx_client.py", line 837, in request
return self.send(request, auth=auth, follow_redirects=follow_redirects)
File "", line 1720, in runner
File "", line 87, in send
File "H:\ComfyUI-aki-v1.3\python\lib\site-packages\httpx_client.py", line 926, in send
response = self._send_handling_auth(
File "H:\ComfyUI-aki-v1.3\python\lib\site-packages\httpx_client.py", line 954, in _send_handling_auth
response = self._send_handling_redirects(
File "H:\ComfyUI-aki-v1.3\python\lib\site-packages\httpx_client.py", line 991, in _send_handling_redirects
response = self._send_single_request(request)
File "H:\ComfyUI-aki-v1.3\python\lib\site-packages\httpx_client.py", line 1027, in _send_single_request
response = transport.handle_request(request)
File "H:\ComfyUI-aki-v1.3\python\lib\site-packages\httpx_transports\default.py", line 235, in handle_request
with map_httpcore_exceptions():
File "H:\ComfyUI-aki-v1.3\python\lib\contextlib.py", line 153, in exit
self.gen.throw(typ, value, traceback)
File "H:\ComfyUI-aki-v1.3\python\lib\site-packages\httpx_transports\default.py", line 89, in map_httpcore_exceptions
raise mapped_exc(message) from exc
httpx.ConnectError: [WinError 10061] 由于目标计算机积极拒绝,无法连接。
2024-11-10 14:14:53,836 - root - INFO - got prompt
2024-11-10 14:14:53,842 - root - ERROR - Failed to validate prompt for output 158:
2024-11-10 14:14:53,842 - root - ERROR - Joy_caption_two_advanced 156:
2024-11-10 14:14:53,842 - root - ERROR - - Required input is missing: extra_options
2024-11-10 14:14:53,842 - root - ERROR - Output will be ignored
2024-11-10 14:14:55,134 - root - ERROR - !!! Exception during processing !!! [WinError 2] 系统找不到指定的文件。
2024-11-10 14:14:55,135 - root - ERROR - Traceback (most recent call last):
File "H:\ComfyUI-aki-v1.3\execution.py", line 323, 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 "H:\ComfyUI-aki-v1.3\execution.py", line 198, 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 "H:\ComfyUI-aki-v1.3\execution.py", line 169, in _map_node_over_list
process_inputs(input_dict, i)
File "H:\ComfyUI-aki-v1.3\execution.py", line 158, in process_inputs
results.append(getattr(obj, func)(**inputs))
File "H:\ComfyUI-aki-v1.3\custom_nodes\ComfyUi-Ollama-YN\ollama_main.py", line 234, in ollama_vision
pull_model_with_progress(model)
File "H:\ComfyUI-aki-v1.3\custom_nodes\ComfyUi-Ollama-YN\ollama_main.py", line 97, in pull_model_with_progress
process = subprocess.Popen(
File "", line 1720, in runner
File "", line 224, in sentry_patched_popen_init
File "H:\ComfyUI-aki-v1.3\python\lib\subprocess.py", line 971, in init
self._execute_child(args, executable, preexec_fn, close_fds,
File "H:\ComfyUI-aki-v1.3\python\lib\subprocess.py", line 1456, in _execute_child
hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
FileNotFoundError: [WinError 2] 系统找不到指定的文件。
2024-11-10 14:14:55,136 - root - INFO - Prompt executed in 1.29 seconds
2024-11-10 14:16:16,381 - root - INFO - got prompt
2024-11-10 14:16:17,575 - root - ERROR - !!! Exception during processing !!! [WinError 2] 系统找不到指定的文件。
2024-11-10 14:16:17,576 - root - ERROR - Traceback (most recent call last):
File "H:\ComfyUI-aki-v1.3\execution.py", line 323, 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 "H:\ComfyUI-aki-v1.3\execution.py", line 198, 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 "H:\ComfyUI-aki-v1.3\execution.py", line 169, in _map_node_over_list
process_inputs(input_dict, i)
File "H:\ComfyUI-aki-v1.3\execution.py", line 158, in process_inputs
results.append(getattr(obj, func)(**inputs))
File "H:\ComfyUI-aki-v1.3\custom_nodes\ComfyUi-Ollama-YN\ollama_main.py", line 234, in ollama_vision
pull_model_with_progress(model)
File "H:\ComfyUI-aki-v1.3\custom_nodes\ComfyUi-Ollama-YN\ollama_main.py", line 97, in pull_model_with_progress
process = subprocess.Popen(
File "", line 1720, in runner
File "", line 224, in sentry_patched_popen_init
File "H:\ComfyUI-aki-v1.3\python\lib\subprocess.py", line 971, in init
self._execute_child(args, executable, preexec_fn, close_fds,
File "H:\ComfyUI-aki-v1.3\python\lib\subprocess.py", line 1456, in _execute_child
hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
FileNotFoundError: [WinError 2] 系统找不到指定的文件。
2024-11-10 14:16:17,576 - root - INFO - Prompt executed in 1.19 seconds
2024-11-10 14:20:37,985 - root - INFO - got prompt
2024-11-10 14:20:39,182 - root - ERROR - !!! Exception during processing !!! [WinError 2] 系统找不到指定的文件。
2024-11-10 14:20:39,182 - root - ERROR - Traceback (most recent call last):
File "H:\ComfyUI-aki-v1.3\execution.py", line 323, 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 "H:\ComfyUI-aki-v1.3\execution.py", line 198, 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 "H:\ComfyUI-aki-v1.3\execution.py", line 169, in _map_node_over_list
process_inputs(input_dict, i)
File "H:\ComfyUI-aki-v1.3\execution.py", line 158, in process_inputs
results.append(getattr(obj, func)(**inputs))
File "H:\ComfyUI-aki-v1.3\custom_nodes\ComfyUi-Ollama-YN\ollama_main.py", line 234, in ollama_vision
pull_model_with_progress(model)
File "H:\ComfyUI-aki-v1.3\custom_nodes\ComfyUi-Ollama-YN\ollama_main.py", line 97, in pull_model_with_progress
process = subprocess.Popen(
File "", line 1720, in runner
File "", line 224, in sentry_patched_popen_init
File "H:\ComfyUI-aki-v1.3\python\lib\subprocess.py", line 971, in init
self._execute_child(args, executable, preexec_fn, close_fds,
File "H:\ComfyUI-aki-v1.3\python\lib\subprocess.py", line 1456, in _execute_child
hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
FileNotFoundError: [WinError 2] 系统找不到指定的文件。
2024-11-10 14:20:39,182 - root - INFO - Prompt executed in 1.19 seconds
2024-11-10 14:25:49,345 - root - INFO - got prompt
2024-11-10 14:25:50,571 - root - ERROR - !!! Exception during processing !!! [WinError 2] 系统找不到指定的文件。
2024-11-10 14:25:50,572 - root - ERROR - Traceback (most recent call last):
File "H:\ComfyUI-aki-v1.3\execution.py", line 323, 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 "H:\ComfyUI-aki-v1.3\execution.py", line 198, 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 "H:\ComfyUI-aki-v1.3\execution.py", line 169, in _map_node_over_list
process_inputs(input_dict, i)
File "H:\ComfyUI-aki-v1.3\execution.py", line 158, in process_inputs
results.append(getattr(obj, func)(**inputs))
File "H:\ComfyUI-aki-v1.3\custom_nodes\ComfyUi-Ollama-YN\ollama_main.py", line 234, in ollama_vision
pull_model_with_progress(model)
File "H:\ComfyUI-aki-v1.3\custom_nodes\ComfyUi-Ollama-YN\ollama_main.py", line 97, in pull_model_with_progress
process = subprocess.Popen(
File "", line 1720, in runner
File "", line 224, in sentry_patched_popen_init
File "H:\ComfyUI-aki-v1.3\python\lib\subprocess.py", line 971, in init
self._execute_child(args, executable, preexec_fn, close_fds,
File "H:\ComfyUI-aki-v1.3\python\lib\subprocess.py", line 1456, in _execute_child
hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
FileNotFoundError: [WinError 2] 系统找不到指定的文件。
2024-11-10 14:25:50,572 - root - INFO - Prompt executed in 1.22 seconds
2024-11-10 14:35:13,386 - root - INFO - got prompt
2024-11-10 14:35:14,373 - root - ERROR - !!! Exception during processing !!! [WinError 2] 系统找不到指定的文件。
2024-11-10 14:35:14,374 - root - ERROR - Traceback (most recent call last):
File "H:\ComfyUI-aki-v1.3\execution.py", line 323, 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 "H:\ComfyUI-aki-v1.3\execution.py", line 198, 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 "H:\ComfyUI-aki-v1.3\execution.py", line 169, in _map_node_over_list
process_inputs(input_dict, i)
File "H:\ComfyUI-aki-v1.3\execution.py", line 158, in process_inputs
results.append(getattr(obj, func)(**inputs))
File "H:\ComfyUI-aki-v1.3\custom_nodes\ComfyUi-Ollama-YN\ollama_main.py", line 234, in ollama_vision
pull_model_with_progress(model)
File "H:\ComfyUI-aki-v1.3\custom_nodes\ComfyUi-Ollama-YN\ollama_main.py", line 97, in pull_model_with_progress
process = subprocess.Popen(
File "", line 1720, in runner
File "", line 224, in sentry_patched_popen_init
File "H:\ComfyUI-aki-v1.3\python\lib\subprocess.py", line 971, in init
self._execute_child(args, executable, preexec_fn, close_fds,
File "H:\ComfyUI-aki-v1.3\python\lib\subprocess.py", line 1456, in _execute_child
hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
FileNotFoundError: [WinError 2] 系统找不到指定的文件。
2024-11-10 14:35:14,374 - root - INFO - Prompt executed in 0.98 seconds
## Attached Workflow
Please make sure that workflow does not contain any sensitive information such as API keys or passwords.
Workflow too large. Please manually upload the workflow from local file system.
## Additional Context
(Please add any additional context or steps to reproduce the error here)
以下是报错日志,麻烦各位了,可以的话辛苦看一看,谢谢啦:
ComfyUI Error Report
Error Details
Exception Message: [WinError 2] 系统找不到指定的文件。
Stack Trace
2024-11-10 14:14:08,254 - root - INFO - Total VRAM 16375 MB, total RAM 32578 MB 2024-11-10 14:14:08,254 - root - INFO - pytorch version: 2.1.2+cu118 2024-11-10 14:14:08,391 - root - INFO - xformers version: 0.0.23.post1+cu118 2024-11-10 14:14:08,391 - root - INFO - Set vram state to: NORMAL_VRAM 2024-11-10 14:14:08,391 - root - INFO - Disabling smart memory management 2024-11-10 14:14:08,391 - root - INFO - Device: cuda:0 NVIDIA GeForce RTX 4080 : cudaMallocAsync 2024-11-10 14:14:08,882 - root - INFO - Using xformers cross attention 2024-11-10 14:14:09,121 - root - INFO - [Prompt Server] web root: H:\ComfyUI-aki-v1.3\web 2024-11-10 14:14:09,573 - root - WARNING - Traceback (most recent call last): File "H:\ComfyUI-aki-v1.3\nodes.py", line 2001, in load_custom_node module_spec.loader.exec_module(module) File "", line 883, in exec_module
File "", line 241, in _call_with_frames_removed
File "H:\ComfyUI-aki-v1.3\comfy_extras\nodes_audio.py", line 1, in
import torchaudio
ModuleNotFoundError: No module named 'torchaudio'
2024-11-10 14:14:09,573 - root - WARNING - Cannot import H:\ComfyUI-aki-v1.3\comfy_extras\nodes_audio.py module for custom nodes: No module named 'torchaudio' 2024-11-10 14:14:09,578 - root - WARNING - Traceback (most recent call last): File "H:\ComfyUI-aki-v1.3\nodes.py", line 2001, in load_custom_node module_spec.loader.exec_module(module) File "", line 879, in exec_module
File "", line 1016, in get_code
File "", line 1073, in get_data
FileNotFoundError: [Errno 2] No such file or directory: 'H:\ComfyUI-aki-v1.3\custom_nodes\AIGodlike-zh-CN-Nodes\init.py'
2024-11-10 14:14:09,578 - root - WARNING - Cannot import H:\ComfyUI-aki-v1.3\custom_nodes\AIGodlike-zh-CN-Nodes module for custom nodes: [Errno 2] No such file or directory: 'H:\ComfyUI-aki-v1.3\custom_nodes\AIGodlike-zh-CN-Nodes\init.py' 2024-11-10 14:14:09,630 - root - WARNING - Traceback (most recent call last): File "H:\ComfyUI-aki-v1.3\nodes.py", line 2001, in load_custom_node module_spec.loader.exec_module(module) File "", line 883, in exec_module
File "", line 241, in _call_with_frames_removed
File "H:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-CogVideoXWrapper__init.py", line 1, in
from .nodes import NODE_CLASS_MAPPINGS as NODES_CLASS, NODE_DISPLAY_NAME_MAPPINGS as NODES_DISPLAY
File "H:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-CogVideoXWrapper\nodes.py", line 8, in
from diffusers.schedulers import (
ImportError: cannot import name 'CogVideoXDDIMScheduler' from 'diffusers.schedulers' (H:\ComfyUI-aki-v1.3\python\lib\site-packages\diffusers\schedulers\ init__.py)
2024-11-10 14:14:09,630 - root - WARNING - Cannot import H:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-CogVideoXWrapper module for custom nodes: cannot import name 'CogVideoXDDIMScheduler' from 'diffusers.schedulers' (H:\ComfyUI-aki-v1.3\python\lib\site-packages\diffusers\schedulers__init__.py) 2024-11-10 14:14:14,838 - root - INFO - Total VRAM 16375 MB, total RAM 32578 MB 2024-11-10 14:14:14,838 - root - INFO - pytorch version: 2.1.2+cu118 2024-11-10 14:14:14,838 - root - INFO - xformers version: 0.0.23.post1+cu118 2024-11-10 14:14:14,838 - root - INFO - Set vram state to: NORMAL_VRAM 2024-11-10 14:14:14,838 - root - INFO - Disabling smart memory management 2024-11-10 14:14:14,839 - root - INFO - Device: cuda:0 NVIDIA GeForce RTX 4080 : cudaMallocAsync 2024-11-10 14:14:15,072 - root - WARNING - Traceback (most recent call last): File "H:\ComfyUI-aki-v1.3\nodes.py", line 2001, in load_custom_node module_spec.loader.exec_module(module) File "", line 879, in exec_module
File "", line 1016, in get_code
File "", line 1073, in get_data
FileNotFoundError: [Errno 2] No such file or directory: 'H:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Miaoshouai-Tagger\init.py'
2024-11-10 14:14:15,072 - root - WARNING - Cannot import H:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Miaoshouai-Tagger module for custom nodes: [Errno 2] No such file or directory: 'H:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Miaoshouai-Tagger\init.py' 2024-11-10 14:14:15,075 - root - WARNING - Traceback (most recent call last): File "H:\ComfyUI-aki-v1.3\nodes.py", line 2001, in load_custom_node module_spec.loader.exec_module(module) File "", line 339, in exec_module
File "", line 328, in get_code
FileNotFoundError: [Errno 2] No such file or directory: 'H:\ComfyUI-aki-v1.3\custom_nodes\comfyui-mixlab-nodes\init.py'
2024-11-10 14:14:15,075 - root - WARNING - Cannot import H:\ComfyUI-aki-v1.3\custom_nodes\comfyui-mixlab-nodes module for custom nodes: [Errno 2] No such file or directory: 'H:\ComfyUI-aki-v1.3\custom_nodes\comfyui-mixlab-nodes\init.py' 2024-11-10 14:14:23,443 - root - WARNING - Traceback (most recent call last): File "H:\ComfyUI-aki-v1.3\nodes.py", line 2001, in load_custom_node module_spec.loader.exec_module(module) File "", line 879, in exec_module
File "", line 1016, in get_code
File "", line 1073, in get_data
FileNotFoundError: [Errno 2] No such file or directory: 'H:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI_LayerStyle\init.py'
2024-11-10 14:14:23,443 - root - WARNING - Cannot import H:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI_LayerStyle module for custom nodes: [Errno 2] No such file or directory: 'H:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI_LayerStyle\init.py' 2024-11-10 14:14:24,377 - root - WARNING - Traceback (most recent call last): File "H:\ComfyUI-aki-v1.3\nodes.py", line 2001, in load_custom_node module_spec.loader.exec_module(module) File "", line 883, in exec_module
File "", line 241, in _call_with_frames_removed
File "H:\ComfyUI-aki-v1.3\custom_nodes\efficiency-nodes-comfyui__init__.py", line 9, in
from .efficiency_nodes import NODE_CLASS_MAPPINGS
File "H:\ComfyUI-aki-v1.3\custom_nodes\efficiency-nodes-comfyui\efficiency_nodes.py", line 46, in
from .py import smZ_cfg_denoiser
File "H:\ComfyUI-aki-v1.3\custom_nodes\efficiency-nodes-comfyui\py\smZ_cfg_denoiser.py", line 7, in
from comfy.samplers import KSampler, KSamplerX0Inpaint, wrap_model
ImportError: cannot import name 'wrap_model' from 'comfy.samplers' (H:\ComfyUI-aki-v1.3\comfy\samplers.py)
2024-11-10 14:14:24,377 - root - WARNING - Cannot import H:\ComfyUI-aki-v1.3\custom_nodes\efficiency-nodes-comfyui module for custom nodes: cannot import name 'wrap_model' from 'comfy.samplers' (H:\ComfyUI-aki-v1.3\comfy\samplers.py) 2024-11-10 14:14:27,519 - root - INFO - Import times for custom nodes: 2024-11-10 14:14:27,520 - root - INFO - 0.0 seconds: H:\ComfyUI-aki-v1.3\custom_nodes\websocket_image_save.py 2024-11-10 14:14:27,520 - root - INFO - 0.0 seconds: H:\ComfyUI-aki-v1.3\custom_nodes\AIGODLIKE-ComfyUI-Translation 2024-11-10 14:14:27,520 - root - INFO - 0.0 seconds: H:\ComfyUI-aki-v1.3\custom_nodes\FreeU_Advanced 2024-11-10 14:14:27,520 - root - INFO - 0.0 seconds: H:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI_TiledKSampler 2024-11-10 14:14:27,520 - root - INFO - 0.0 seconds: H:\ComfyUI-aki-v1.3\custom_nodes\stability-ComfyUI-nodes 2024-11-10 14:14:27,520 - root - INFO - 0.0 seconds: H:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-WD14-Tagger 2024-11-10 14:14:27,520 - root - INFO - 0.0 seconds: H:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-post-processing-nodes 2024-11-10 14:14:27,520 - root - INFO - 0.0 seconds: H:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI_IPAdapter_plus 2024-11-10 14:14:27,520 - root - INFO - 0.0 seconds: H:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI_SLK_joy_caption_two 2024-11-10 14:14:27,520 - root - INFO - 0.0 seconds: H:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI_experiments 2024-11-10 14:14:27,520 - root - INFO - 0.0 seconds: H:\ComfyUI-aki-v1.3\custom_nodes\PowerNoiseSuite 2024-11-10 14:14:27,520 - root - INFO - 0.0 seconds (IMPORT FAILED): H:\ComfyUI-aki-v1.3\custom_nodes\AIGodlike-zh-CN-Nodes 2024-11-10 14:14:27,520 - root - INFO - 0.0 seconds: H:\ComfyUI-aki-v1.3\custom_nodes\images-grid-comfy-plugin 2024-11-10 14:14:27,520 - root - INFO - 0.0 seconds (IMPORT FAILED): H:\ComfyUI-aki-v1.3\custom_nodes\comfyui-mixlab-nodes 2024-11-10 14:14:27,520 - root - INFO - 0.0 seconds: H:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI_FizzNodes 2024-11-10 14:14:27,520 - root - INFO - 0.0 seconds: H:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Custom-Scripts 2024-11-10 14:14:27,520 - root - INFO - 0.0 seconds (IMPORT FAILED): H:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI_LayerStyle 2024-11-10 14:14:27,520 - root - INFO - 0.0 seconds (IMPORT FAILED): H:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Miaoshouai-Tagger 2024-11-10 14:14:27,520 - root - INFO - 0.0 seconds: H:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI_UltimateSDUpscale 2024-11-10 14:14:27,520 - root - INFO - 0.0 seconds: H:\ComfyUI-aki-v1.3\custom_nodes\ControlNet-LLLite-ComfyUI 2024-11-10 14:14:27,520 - root - INFO - 0.0 seconds: H:\ComfyUI-aki-v1.3\custom_nodes\comfyui-workspace-manager 2024-11-10 14:14:27,520 - root - INFO - 0.0 seconds: H:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-GlifNodes 2024-11-10 14:14:27,520 - root - INFO - 0.0 seconds: H:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Advanced-ControlNet 2024-11-10 14:14:27,520 - root - INFO - 0.0 seconds: H:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Marigold 2024-11-10 14:14:27,520 - root - INFO - 0.0 seconds: H:\ComfyUI-aki-v1.3\custom_nodes\Derfuu_ComfyUI_ModdedNodes 2024-11-10 14:14:27,520 - root - INFO - 0.0 seconds: H:\ComfyUI-aki-v1.3\custom_nodes\rgthree-comfy 2024-11-10 14:14:27,520 - root - INFO - 0.0 seconds: H:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-GGUF 2024-11-10 14:14:27,520 - root - INFO - 0.0 seconds: H:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-AnimateDiff-Evolved 2024-11-10 14:14:27,520 - root - INFO - 0.0 seconds: H:\ComfyUI-aki-v1.3\custom_nodes\x-flux-comfyui 2024-11-10 14:14:27,520 - root - INFO - 0.0 seconds: H:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI_essentials 2024-11-10 14:14:27,520 - root - INFO - 0.0 seconds (IMPORT FAILED): H:\ComfyUI-aki-v1.3\custom_nodes\efficiency-nodes-comfyui 2024-11-10 14:14:27,520 - root - INFO - 0.0 seconds: H:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI_bnb_nf4_fp4_Loaders 2024-11-10 14:14:27,520 - root - INFO - 0.0 seconds: H:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-KJNodes 2024-11-10 14:14:27,520 - root - INFO - 0.0 seconds: H:\ComfyUI-aki-v1.3\custom_nodes\comfyui-ollama 2024-11-10 14:14:27,520 - root - INFO - 0.0 seconds: H:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI_Comfyroll_CustomNodes 2024-11-10 14:14:27,520 - root - INFO - 0.0 seconds: H:\ComfyUI-aki-v1.3\custom_nodes\comfyui_controlnet_aux 2024-11-10 14:14:27,520 - root - INFO - 0.0 seconds: H:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-VideoHelperSuite 2024-11-10 14:14:27,520 - root - INFO - 0.0 seconds (IMPORT FAILED): H:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-CogVideoXWrapper 2024-11-10 14:14:27,520 - root - INFO - 0.0 seconds: H:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Inspire-Pack 2024-11-10 14:14:27,520 - root - INFO - 0.1 seconds: H:\ComfyUI-aki-v1.3\custom_nodes\ComfyUi-Ollama-YN 2024-11-10 14:14:27,520 - root - INFO - 0.2 seconds: H:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Manager 2024-11-10 14:14:27,520 - root - INFO - 0.3 seconds: H:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Easy-Use 2024-11-10 14:14:27,520 - root - INFO - 0.4 seconds: H:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Impact-Pack 2024-11-10 14:14:27,520 - root - INFO - 0.4 seconds: H:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI_LayerStyle-main 2024-11-10 14:14:27,520 - root - INFO - 0.5 seconds: H:\ComfyUI-aki-v1.3\custom_nodes\comfy_mtb 2024-11-10 14:14:27,520 - root - INFO - 3.1 seconds: H:\ComfyUI-aki-v1.3\custom_nodes\was-node-suite-comfyui 2024-11-10 14:14:27,520 - root - INFO - 4.5 seconds: H:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Crystools 2024-11-10 14:14:27,520 - root - INFO - 8.1 seconds: H:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI_Custom_Nodes_AlekPet 2024-11-10 14:14:27,520 - root - INFO - 2024-11-10 14:14:27,521 - root - WARNING - WARNING: some comfy_extras/ nodes did not import correctly. This may be because they are missing some dependencies.
2024-11-10 14:14:27,521 - root - WARNING - IMPORT FAILED: nodes_audio.py 2024-11-10 14:14:27,521 - root - WARNING - This issue might be caused by new missing dependencies added the last time you updated ComfyUI. 2024-11-10 14:14:27,521 - root - WARNING - Please do a: pip install -r requirements.txt 2024-11-10 14:14:27,521 - root - WARNING - 2024-11-10 14:14:27,529 - root - INFO - Starting server
2024-11-10 14:14:27,530 - root - INFO - To see the GUI go to: http://127.0.0.1:8188 2024-11-10 14:14:32,120 - aiohttp.server - ERROR - Error handling request Traceback (most recent call last): File "H:\ComfyUI-aki-v1.3\python\lib\site-packages\httpcore_exceptions.py", line 10, in map_exceptions yield File "H:\ComfyUI-aki-v1.3\python\lib\site-packages\httpcore_backends\sync.py", line 206, in connect_tcp sock = socket.create_connection( File "H:\ComfyUI-aki-v1.3\python\lib\socket.py", line 845, in create_connection raise err File "H:\ComfyUI-aki-v1.3\python\lib\socket.py", line 833, in create_connection sock.connect(sa) ConnectionRefusedError: [WinError 10061] 由于目标计算机积极拒绝,无法连接。
The above exception was the direct cause of the following exception:
Traceback (most recent call last): File "H:\ComfyUI-aki-v1.3\python\lib\site-packages\httpx_transports\default.py", line 72, in map_httpcore_exceptions yield File "H:\ComfyUI-aki-v1.3\python\lib\site-packages\httpx_transports\default.py", line 236, in handle_request resp = self._pool.handle_request(req) File "H:\ComfyUI-aki-v1.3\python\lib\site-packages\httpcore_sync\connection_pool.py", line 268, in handle_request raise exc File "H:\ComfyUI-aki-v1.3\python\lib\site-packages\httpcore_sync\connection_pool.py", line 251, in handle_request response = connection.handle_request(request) File "H:\ComfyUI-aki-v1.3\python\lib\site-packages\httpcore_sync\connection.py", line 99, in handle_request raise exc File "H:\ComfyUI-aki-v1.3\python\lib\site-packages\httpcore_sync\connection.py", line 76, in handle_request stream = self._connect(request) File "H:\ComfyUI-aki-v1.3\python\lib\site-packages\httpcore_sync\connection.py", line 124, in _connect stream = self._network_backend.connect_tcp(**kwargs) File "H:\ComfyUI-aki-v1.3\python\lib\site-packages\httpcore_backends\sync.py", line 205, in connect_tcp with map_exceptions(exc_map): File "H:\ComfyUI-aki-v1.3\python\lib\contextlib.py", line 153, in exit self.gen.throw(typ, value, traceback) File "H:\ComfyUI-aki-v1.3\python\lib\site-packages\httpcore_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ConnectError: [WinError 10061] 由于目标计算机积极拒绝,无法连接。
The above exception was the direct cause of the following exception:
Traceback (most recent call last): File "H:\ComfyUI-aki-v1.3\python\lib\site-packages\aiohttp\web_protocol.py", line 477, in _handle_request resp = await request_handler(request) File "", line 140, in sentry_app_handle
File "", line 1649, in reraise
File "", line 130, in sentry_app_handle
File "H:\ComfyUI-aki-v1.3\python\lib\site-packages\aiohttp\web_app.py", line 559, in _handle
return await handler(request)
File "H:\ComfyUI-aki-v1.3\python\lib\site-packages\aiohttp\web_middlewares.py", line 117, in impl
return await handler(request)
File "H:\ComfyUI-aki-v1.3\server.py", line 63, in cache_control
response: web.Response = await handler(request)
File "H:\ComfyUI-aki-v1.3\server.py", line 141, in origin_only_middleware
response = await handler(request)
File "", line 26, in http_resource_injector
File "H:\ComfyUI-aki-v1.3\server.py", line 75, in cors_middleware
response = await handler(request)
File "H:\ComfyUI-aki-v1.3\custom_nodes\ComfyUi-Ollama-YN\ollama_main.py", line 46, in get_current_models
for model in client.list().get('models', []):
File "H:\ComfyUI-aki-v1.3\python\lib\site-packages\ollama_client.py", line 465, in list
return self._request('GET', '/api/tags').json()
File "H:\ComfyUI-aki-v1.3\python\lib\site-packages\ollama_client.py", line 70, in _request
response = self._client.request(method, url, **kwargs)
File "H:\ComfyUI-aki-v1.3\python\lib\site-packages\httpx_client.py", line 837, in request
return self.send(request, auth=auth, follow_redirects=follow_redirects)
File "", line 1720, in runner
File "", line 87, in send
File "H:\ComfyUI-aki-v1.3\python\lib\site-packages\httpx_client.py", line 926, in send
response = self._send_handling_auth(
File "H:\ComfyUI-aki-v1.3\python\lib\site-packages\httpx_client.py", line 954, in _send_handling_auth
response = self._send_handling_redirects(
File "H:\ComfyUI-aki-v1.3\python\lib\site-packages\httpx_client.py", line 991, in _send_handling_redirects
response = self._send_single_request(request)
File "H:\ComfyUI-aki-v1.3\python\lib\site-packages\httpx_client.py", line 1027, in _send_single_request
response = transport.handle_request(request)
File "H:\ComfyUI-aki-v1.3\python\lib\site-packages\httpx_transports\default.py", line 235, in handle_request
with map_httpcore_exceptions():
File "H:\ComfyUI-aki-v1.3\python\lib\contextlib.py", line 153, in exit
self.gen.throw(typ, value, traceback)
File "H:\ComfyUI-aki-v1.3\python\lib\site-packages\httpx_transports\default.py", line 89, in map_httpcore_exceptions
raise mapped_exc(message) from exc
httpx.ConnectError: [WinError 10061] 由于目标计算机积极拒绝,无法连接。
2024-11-10 14:14:34,204 - aiohttp.server - ERROR - Error handling request
Traceback (most recent call last):
File "H:\ComfyUI-aki-v1.3\python\lib\site-packages\httpcore_exceptions.py", line 10, in map_exceptions
yield
File "H:\ComfyUI-aki-v1.3\python\lib\site-packages\httpcore_backends\sync.py", line 206, in connect_tcp
sock = socket.create_connection(
File "H:\ComfyUI-aki-v1.3\python\lib\socket.py", line 845, in create_connection
raise err
File "H:\ComfyUI-aki-v1.3\python\lib\socket.py", line 833, in create_connection
sock.connect(sa)
ConnectionRefusedError: [WinError 10061] 由于目标计算机积极拒绝,无法连接。
The above exception was the direct cause of the following exception:
Traceback (most recent call last): File "H:\ComfyUI-aki-v1.3\python\lib\site-packages\httpx_transports\default.py", line 72, in map_httpcore_exceptions yield File "H:\ComfyUI-aki-v1.3\python\lib\site-packages\httpx_transports\default.py", line 236, in handle_request resp = self._pool.handle_request(req) File "H:\ComfyUI-aki-v1.3\python\lib\site-packages\httpcore_sync\connection_pool.py", line 268, in handle_request raise exc File "H:\ComfyUI-aki-v1.3\python\lib\site-packages\httpcore_sync\connection_pool.py", line 251, in handle_request response = connection.handle_request(request) File "H:\ComfyUI-aki-v1.3\python\lib\site-packages\httpcore_sync\connection.py", line 99, in handle_request raise exc File "H:\ComfyUI-aki-v1.3\python\lib\site-packages\httpcore_sync\connection.py", line 76, in handle_request stream = self._connect(request) File "H:\ComfyUI-aki-v1.3\python\lib\site-packages\httpcore_sync\connection.py", line 124, in _connect stream = self._network_backend.connect_tcp(**kwargs) File "H:\ComfyUI-aki-v1.3\python\lib\site-packages\httpcore_backends\sync.py", line 205, in connect_tcp with map_exceptions(exc_map): File "H:\ComfyUI-aki-v1.3\python\lib\contextlib.py", line 153, in exit self.gen.throw(typ, value, traceback) File "H:\ComfyUI-aki-v1.3\python\lib\site-packages\httpcore_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ConnectError: [WinError 10061] 由于目标计算机积极拒绝,无法连接。
The above exception was the direct cause of the following exception:
Traceback (most recent call last): File "H:\ComfyUI-aki-v1.3\python\lib\site-packages\aiohttp\web_protocol.py", line 477, in _handle_request resp = await request_handler(request) File "", line 140, in sentry_app_handle
File "", line 1649, in reraise
File "", line 130, in sentry_app_handle
File "H:\ComfyUI-aki-v1.3\python\lib\site-packages\aiohttp\web_app.py", line 559, in _handle
return await handler(request)
File "H:\ComfyUI-aki-v1.3\python\lib\site-packages\aiohttp\web_middlewares.py", line 117, in impl
return await handler(request)
File "H:\ComfyUI-aki-v1.3\server.py", line 63, in cache_control
response: web.Response = await handler(request)
File "H:\ComfyUI-aki-v1.3\server.py", line 141, in origin_only_middleware
response = await handler(request)
File "", line 26, in http_resource_injector
File "H:\ComfyUI-aki-v1.3\server.py", line 75, in cors_middleware
response = await handler(request)
File "H:\ComfyUI-aki-v1.3\custom_nodes\ComfyUi-Ollama-YN\ollama_main.py", line 46, in get_current_models
for model in client.list().get('models', []):
File "H:\ComfyUI-aki-v1.3\python\lib\site-packages\ollama_client.py", line 465, in list
return self._request('GET', '/api/tags').json()
File "H:\ComfyUI-aki-v1.3\python\lib\site-packages\ollama_client.py", line 70, in _request
response = self._client.request(method, url, *kwargs)
File "H:\ComfyUI-aki-v1.3\python\lib\site-packages\httpx_client.py", line 837, in request
return self.send(request, auth=auth, follow_redirects=follow_redirects)
File "", line 1720, in runner
File "", line 87, in send
File "H:\ComfyUI-aki-v1.3\python\lib\site-packages\httpx_client.py", line 926, in send
response = self._send_handling_auth(
File "H:\ComfyUI-aki-v1.3\python\lib\site-packages\httpx_client.py", line 954, in _send_handling_auth
response = self._send_handling_redirects(
File "H:\ComfyUI-aki-v1.3\python\lib\site-packages\httpx_client.py", line 991, in _send_handling_redirects
response = self._send_single_request(request)
File "H:\ComfyUI-aki-v1.3\python\lib\site-packages\httpx_client.py", line 1027, in _send_single_request
response = transport.handle_request(request)
File "H:\ComfyUI-aki-v1.3\python\lib\site-packages\httpx_transports\default.py", line 235, in handle_request
with map_httpcore_exceptions():
File "H:\ComfyUI-aki-v1.3\python\lib\contextlib.py", line 153, in exit
self.gen.throw(typ, value, traceback)
File "H:\ComfyUI-aki-v1.3\python\lib\site-packages\httpx_transports\default.py", line 89, in map_httpcore_exceptions
raise mapped_exc(message) from exc
httpx.ConnectError: [WinError 10061] 由于目标计算机积极拒绝,无法连接。
2024-11-10 14:14:53,836 - root - INFO - got prompt
2024-11-10 14:14:53,842 - root - ERROR - Failed to validate prompt for output 158:
2024-11-10 14:14:53,842 - root - ERROR - Joy_caption_two_advanced 156:
2024-11-10 14:14:53,842 - root - ERROR - - Required input is missing: extra_options
2024-11-10 14:14:53,842 - root - ERROR - Output will be ignored
2024-11-10 14:14:55,134 - root - ERROR - !!! Exception during processing !!! [WinError 2] 系统找不到指定的文件。
2024-11-10 14:14:55,135 - root - ERROR - Traceback (most recent call last):
File "H:\ComfyUI-aki-v1.3\execution.py", line 323, 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 "H:\ComfyUI-aki-v1.3\execution.py", line 198, 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 "H:\ComfyUI-aki-v1.3\execution.py", line 169, in _map_node_over_list
process_inputs(input_dict, i)
File "H:\ComfyUI-aki-v1.3\execution.py", line 158, in process_inputs
results.append(getattr(obj, func)(**inputs))
File "H:\ComfyUI-aki-v1.3\custom_nodes\ComfyUi-Ollama-YN\ollama_main.py", line 234, in ollama_vision
pull_model_with_progress(model)
File "H:\ComfyUI-aki-v1.3\custom_nodes\ComfyUi-Ollama-YN\ollama_main.py", line 97, in pull_model_with_progress
process = subprocess.Popen(
File "", line 1720, in runner
File "", line 224, in sentry_patched_popen_init
File "H:\ComfyUI-aki-v1.3\python\lib\subprocess.py", line 971, in init
self._execute_child(args, executable, preexec_fn, close_fds,
File "H:\ComfyUI-aki-v1.3\python\lib\subprocess.py", line 1456, in _execute_child
hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
FileNotFoundError: [WinError 2] 系统找不到指定的文件。
2024-11-10 14:14:55,136 - root - INFO - Prompt executed in 1.29 seconds 2024-11-10 14:16:16,381 - root - INFO - got prompt 2024-11-10 14:16:17,575 - root - ERROR - !!! Exception during processing !!! [WinError 2] 系统找不到指定的文件。 2024-11-10 14:16:17,576 - root - ERROR - Traceback (most recent call last): File "H:\ComfyUI-aki-v1.3\execution.py", line 323, 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 "H:\ComfyUI-aki-v1.3\execution.py", line 198, 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 "H:\ComfyUI-aki-v1.3\execution.py", line 169, in _map_node_over_list process_inputs(input_dict, i) File "H:\ComfyUI-aki-v1.3\execution.py", line 158, in process_inputs results.append(getattr(obj, func)(**inputs)) File "H:\ComfyUI-aki-v1.3\custom_nodes\ComfyUi-Ollama-YN\ollama_main.py", line 234, in ollama_vision pull_model_with_progress(model) File "H:\ComfyUI-aki-v1.3\custom_nodes\ComfyUi-Ollama-YN\ollama_main.py", line 97, in pull_model_with_progress process = subprocess.Popen( File "", line 1720, in runner
File "", line 224, in sentry_patched_popen_init
File "H:\ComfyUI-aki-v1.3\python\lib\subprocess.py", line 971, in init
self._execute_child(args, executable, preexec_fn, close_fds,
File "H:\ComfyUI-aki-v1.3\python\lib\subprocess.py", line 1456, in _execute_child
hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
FileNotFoundError: [WinError 2] 系统找不到指定的文件。
2024-11-10 14:16:17,576 - root - INFO - Prompt executed in 1.19 seconds 2024-11-10 14:20:37,985 - root - INFO - got prompt 2024-11-10 14:20:39,182 - root - ERROR - !!! Exception during processing !!! [WinError 2] 系统找不到指定的文件。 2024-11-10 14:20:39,182 - root - ERROR - Traceback (most recent call last): File "H:\ComfyUI-aki-v1.3\execution.py", line 323, 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 "H:\ComfyUI-aki-v1.3\execution.py", line 198, 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 "H:\ComfyUI-aki-v1.3\execution.py", line 169, in _map_node_over_list process_inputs(input_dict, i) File "H:\ComfyUI-aki-v1.3\execution.py", line 158, in process_inputs results.append(getattr(obj, func)(**inputs)) File "H:\ComfyUI-aki-v1.3\custom_nodes\ComfyUi-Ollama-YN\ollama_main.py", line 234, in ollama_vision pull_model_with_progress(model) File "H:\ComfyUI-aki-v1.3\custom_nodes\ComfyUi-Ollama-YN\ollama_main.py", line 97, in pull_model_with_progress process = subprocess.Popen( File "", line 1720, in runner
File "", line 224, in sentry_patched_popen_init
File "H:\ComfyUI-aki-v1.3\python\lib\subprocess.py", line 971, in init
self._execute_child(args, executable, preexec_fn, close_fds,
File "H:\ComfyUI-aki-v1.3\python\lib\subprocess.py", line 1456, in _execute_child
hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
FileNotFoundError: [WinError 2] 系统找不到指定的文件。
2024-11-10 14:20:39,182 - root - INFO - Prompt executed in 1.19 seconds 2024-11-10 14:25:49,345 - root - INFO - got prompt 2024-11-10 14:25:50,571 - root - ERROR - !!! Exception during processing !!! [WinError 2] 系统找不到指定的文件。 2024-11-10 14:25:50,572 - root - ERROR - Traceback (most recent call last): File "H:\ComfyUI-aki-v1.3\execution.py", line 323, 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 "H:\ComfyUI-aki-v1.3\execution.py", line 198, 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 "H:\ComfyUI-aki-v1.3\execution.py", line 169, in _map_node_over_list process_inputs(input_dict, i) File "H:\ComfyUI-aki-v1.3\execution.py", line 158, in process_inputs results.append(getattr(obj, func)(**inputs)) File "H:\ComfyUI-aki-v1.3\custom_nodes\ComfyUi-Ollama-YN\ollama_main.py", line 234, in ollama_vision pull_model_with_progress(model) File "H:\ComfyUI-aki-v1.3\custom_nodes\ComfyUi-Ollama-YN\ollama_main.py", line 97, in pull_model_with_progress process = subprocess.Popen( File "", line 1720, in runner
File "", line 224, in sentry_patched_popen_init
File "H:\ComfyUI-aki-v1.3\python\lib\subprocess.py", line 971, in init
self._execute_child(args, executable, preexec_fn, close_fds,
File "H:\ComfyUI-aki-v1.3\python\lib\subprocess.py", line 1456, in _execute_child
hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
FileNotFoundError: [WinError 2] 系统找不到指定的文件。
2024-11-10 14:25:50,572 - root - INFO - Prompt executed in 1.22 seconds 2024-11-10 14:35:13,386 - root - INFO - got prompt 2024-11-10 14:35:14,373 - root - ERROR - !!! Exception during processing !!! [WinError 2] 系统找不到指定的文件。 2024-11-10 14:35:14,374 - root - ERROR - Traceback (most recent call last): File "H:\ComfyUI-aki-v1.3\execution.py", line 323, 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 "H:\ComfyUI-aki-v1.3\execution.py", line 198, 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 "H:\ComfyUI-aki-v1.3\execution.py", line 169, in _map_node_over_list process_inputs(input_dict, i) File "H:\ComfyUI-aki-v1.3\execution.py", line 158, in process_inputs results.append(getattr(obj, func)(**inputs)) File "H:\ComfyUI-aki-v1.3\custom_nodes\ComfyUi-Ollama-YN\ollama_main.py", line 234, in ollama_vision pull_model_with_progress(model) File "H:\ComfyUI-aki-v1.3\custom_nodes\ComfyUi-Ollama-YN\ollama_main.py", line 97, in pull_model_with_progress process = subprocess.Popen( File "", line 1720, in runner
File "", line 224, in sentry_patched_popen_init
File "H:\ComfyUI-aki-v1.3\python\lib\subprocess.py", line 971, in init
self._execute_child(args, executable, preexec_fn, close_fds,
File "H:\ComfyUI-aki-v1.3\python\lib\subprocess.py", line 1456, in _execute_child
hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
FileNotFoundError: [WinError 2] 系统找不到指定的文件。
2024-11-10 14:35:14,374 - root - INFO - Prompt executed in 0.98 seconds
Workflow too large. Please manually upload the workflow from local file system.