Skip to content

[BUG] in comfyui 3.50 bizy air import fails #442

Description

@mkat2

There is no conn. issue! it worked before comfyui 3.50, so only after update this issue appeared.

Display name '☁️BizyAir SetUnionControlNetType' might differ from the native display name.
Display name '☁️BizyAir ControlNetInpaintingAliMamaApply' might differ from the native display name.
Display name '☁️BizyAir DisableNoise' might differ from the native display name.
Display name '☁️BizyAir FlipSigmas' might differ from the native display name.
Display name '☁️BizyAir CFGGuider' might differ from the native display name.
Display name '☁️BizyAir CLIPTextEncodeFlux' might differ from the native display name.
Display name '☁️BizyAir FluxGuidance' might differ from the native display name.
Display name '☁️BizyAir InstructPixToPixConditioning' might differ from the native display name.
Display name '☁️BizyAir IPAdapterModelLoader' might differ from the native display name.
Display name '☁️BizyAir IPAdapterAdvanced' might differ from the native display name.
Display name '☁️BizyAir IPAdapterStyleComposition' might differ from the native display name.
Traceback (most recent call last):
File "D:\api\comfyui.git\app\custom_nodes\BizyAir\src\bizyair\common\client.py", line 118, in send_request
with urllib.request.urlopen(req) as response:
File "D:\bin\miniconda\lib\urllib\request.py", line 216, in urlopen
return opener.open(url, data, timeout)
File "D:\bin\miniconda\lib\urllib\request.py", line 525, in open
response = meth(req, response)
File "D:\bin\miniconda\lib\urllib\request.py", line 634, in http_response
response = self.parent.error(
File "D:\bin\miniconda\lib\urllib\request.py", line 563, in error
return self._call_chain(*args)
File "D:\bin\miniconda\lib\urllib\request.py", line 496, in _call_chain
result = func(*args)
File "D:\bin\miniconda\lib\urllib\request.py", line 643, in http_error_default
raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 400: Bad Request

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "d:\api\comfyui.git\app\nodes.py", line 2129, 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 "D:\api\comfyui.git\app\custom_nodes\BizyAir_init
.py", line 13, in
from . import (
File "D:\api\comfyui.git\app\custom_nodes\BizyAir\bizyair_extras_init_.py", line 11, in
from .nodes_kolors_mz import *
File "D:\api\comfyui.git\app\custom_nodes\BizyAir\bizyair_extras\nodes_kolors_mz_init_.py", line 61, in
class MZ_KolorsControlNetLoader(BizyAirBaseNode):
File "D:\api\comfyui.git\app\custom_nodes\BizyAir\src\bizyair\nodes_base.py", line 103, in init_subclass
cls.setup_input_types()
File "D:\api\comfyui.git\app\custom_nodes\BizyAir\src\bizyair\nodes_base.py", line 108, in setup_input_types
new_input_types_func, original_has_unique_id = ensure_hidden_unique_id(
File "D:\api\comfyui.git\app\custom_nodes\BizyAir\src\bizyair\nodes_base.py", line 92, in ensure_hidden_unique_id
new_input_types_func()
File "D:\api\comfyui.git\app\custom_nodes\BizyAir\src\bizyair\nodes_base.py", line 82, in new_input_types_func
result = org_input_types_func()
File "D:\api\comfyui.git\app\custom_nodes\BizyAir\bizyair_extras\nodes_kolors_mz_init_.py", line 66, in INPUT_TYPES
"control_net_name": (folder_paths.get_filename_list("controlnet"),),
File "D:\api\comfyui.git\app\custom_nodes\BizyAir\src\bizyair\path_utils\path_manager.py", line 195, in get_filename_list
cached_filename_list(folder_name, verbose=verbose, refresh=refresh)
File "D:\api\comfyui.git\app\custom_nodes\BizyAir\src\bizyair\path_utils\path_manager.py", line 122, in cached_filename_list
msg = fetch_models_by_type(
File "D:\api\comfyui.git\app\custom_nodes\BizyAir\src\bizyair\common\client.py", line 192, in fetch_models_by_type
msg = send_request(
File "D:\api\comfyui.git\app\custom_nodes\BizyAir\src\bizyair\common\client.py", line 130, in send_request
raise ConnectionError(
ConnectionError: Failed to connect to the server: HTTP Error 400: Bad Request.
Please check your API key and ensure the server is reachable.
Also, verify your network settings and disable any proxies if necessary.
After checking, please restart the ComfyUI service.

Cannot import D:\api\comfyui.git\app\custom_nodes\BizyAir module for custom nodes: Failed to connect to the server: HTTP Error 400: Bad Request.
Please check your API key and ensure the server is reachable.
Also, verify your network settings and disable any proxies if necessary.
After checking, please restart the ComfyUI service.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions