siliconflow / BizyAir

BizyAir: Comfy Nodes that can run in any environment.
https://siliconflow.github.io/BizyAir/
MIT License
290 stars 18 forks source link

[BUG] When grouped, BizyAir keep raising Node ID must be a string that can be converted to an integer. #158

Closed jackalcooper closed 2 weeks ago

jackalcooper commented 2 weeks ago

Describe the Bug

BizyAir_VAELoader Node ID must be a string that can be converted to an integer.

ComfyUI Error Report

Error Details

## System Information
- **ComfyUI Version:** v0.2.2-83-gb4626ab
- **Arguments:** main.py
- **OS:** posix
- **Python Version:** 3.12.5 (main, Aug  6 2024, 19:08:49) [Clang 15.0.0 (clang-1500.3.9.4)]
- **Embedded Python:** false
- **PyTorch Version:** 2.3.1
## Devices

- **Name:** mps
  - **Type:** mps
  - **VRAM Total:** 17179869184
  - **VRAM Free:** 4119855104
  - **Torch VRAM Total:** 17179869184
  - **Torch VRAM Free:** 4119855104

## Logs

2024-10-01 08:09:43,447 - root - INFO - Total VRAM 16384 MB, total RAM 16384 MB 2024-10-01 08:09:43,447 - root - INFO - pytorch version: 2.3.1 2024-10-01 08:09:43,447 - root - INFO - Set vram state to: SHARED 2024-10-01 08:09:43,447 - root - INFO - Device: mps 2024-10-01 08:09:44,102 - root - INFO - Using sub quadratic optimization for cross attention, if you have memory or speed issues try using: --use-split-cross-attention 2024-10-01 08:09:44,802 - root - INFO - [Prompt Server] web root: /Users/tsai/oss/ComfyUI/web 2024-10-01 08:09:45,173 - bizyair.nodes_base - WARNING - Display name '☁️BizyAir SetUnionControlNetType' might differ from the native display name. 2024-10-01 08:09:45,174 - bizyair.nodes_base - WARNING - Display name '☁️BizyAir IPAdapterModelLoader' might differ from the native display name. 2024-10-01 08:09:45,174 - bizyair.nodes_base - WARNING - Display name '☁️BizyAir IPAdapterAdvanced' might differ from the native display name. 2024-10-01 08:09:45,174 - bizyair.nodes_base - WARNING - Display name '☁️BizyAir IPAdapterStyleComposition' might differ from the native display name. 2024-10-01 08:09:45,174 - bizyair.nodes_base - WARNING - Display name '☁️BizyAir UltimateSDUpscale' might differ from the native display name. 2024-10-01 08:09:45,175 - bizyair.nodes_base - WARNING - Display name '☁️BizyAir MinusZoneChatGLM3TextEncode' might differ from the native display name. 2024-10-01 08:09:45,491 - bizyair.nodes_base - WARNING - Display name '☁️BizyAir SamplerCustomAdvanced' might differ from the native display name. 2024-10-01 08:09:45,492 - bizyair.nodes_base - WARNING - Display name '☁️BizyAir BasicGuider' might differ from the native display name. 2024-10-01 08:09:45,492 - bizyair.nodes_base - WARNING - Display name '☁️BizyAir BasicScheduler' might differ from the native display name. 2024-10-01 08:09:45,493 - bizyair.nodes_base - WARNING - Display name '☁️BizyAir DualCLIPLoader' might differ from the native display name. 2024-10-01 08:09:45,493 - bizyair.nodes_base - WARNING - Display name '☁️BizyAir KSamplerSelect' might differ from the native display name. 2024-10-01 08:09:45,493 - bizyair.nodes_base - WARNING - Display name '☁️BizyAir RandomNoise' might differ from the native display name. 2024-10-01 08:09:45,494 - bizyair.nodes_base - WARNING - Display name '☁️BizyAir FluxGuidance' might differ from the native display name. 2024-10-01 08:09:45,494 - bizyair.nodes_base - WARNING - Display name '☁️BizyAir InpaintModelConditioning' might differ from the native display name. 2024-10-01 08:09:45,706 - root - INFO - Import times for custom nodes: 2024-10-01 08:09:45,706 - root - INFO - 0.0 seconds: /Users/tsai/oss/ComfyUI/custom_nodes/websocket_image_save.py 2024-10-01 08:09:45,706 - root - INFO - 0.0 seconds: /Users/tsai/oss/ComfyUI/custom_nodes/ComfyUI_essentials 2024-10-01 08:09:45,706 - root - INFO - 0.1 seconds: /Users/tsai/oss/ComfyUI/custom_nodes/ComfyUI-Manager 2024-10-01 08:09:45,706 - root - INFO - 0.5 seconds: /Users/tsai/oss/ComfyUI/custom_nodes/BizyAir 2024-10-01 08:09:45,707 - root - INFO - 2024-10-01 08:09:45,710 - root - INFO - Starting server

2024-10-01 08:09:45,710 - root - INFO - To see the GUI go to: http://127.0.0.1:8188 2024-10-01 08:10:50,374 - root - INFO - got prompt 2024-10-01 08:10:50,389 - root - ERROR - !!! Exception during processing !!! Node ID must be a string that can be converted to an integer. 2024-10-01 08:10:50,394 - root - ERROR - Traceback (most recent call last): File "/Users/tsai/oss/ComfyUI/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 "/Users/tsai/oss/ComfyUI/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 "/Users/tsai/oss/ComfyUI/execution.py", line 169, in _map_node_over_list process_inputs(input_dict, i) File "/Users/tsai/oss/ComfyUI/execution.py", line 158, in process_inputs results.append(getattr(obj, func)(inputs)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/tsai/oss/ComfyUI/custom_nodes/BizyAir/src/bizyair/nodes_base.py", line 68, in new_func return org_func(self, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/tsai/oss/ComfyUI/custom_nodes/BizyAir/nodes.py", line 500, in load_vae vae = BizyAirNodeIO( ^^^^^^^^^^^^^^ File "/Users/tsai/oss/ComfyUI/custom_nodes/BizyAir/src/bizyair/nodes_io.py", line 33, in init self._validate_node_id(node_id=node_id) File "/Users/tsai/oss/ComfyUI/custom_nodes/BizyAir/src/bizyair/nodes_io.py", line 43, in _validate_node_id raise ValueError( ValueError: Node ID must be a string that can be converted to an integer.

2024-10-01 08:10:50,396 - root - INFO - Prompt executed in 0.02 seconds 2024-10-01 08:11:06,798 - root - INFO - got prompt 2024-10-01 08:11:06,808 - root - ERROR - !!! Exception during processing !!! Node ID must be a string that can be converted to an integer. 2024-10-01 08:11:06,809 - root - ERROR - Traceback (most recent call last): File "/Users/tsai/oss/ComfyUI/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 "/Users/tsai/oss/ComfyUI/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 "/Users/tsai/oss/ComfyUI/execution.py", line 169, in _map_node_over_list process_inputs(input_dict, i) File "/Users/tsai/oss/ComfyUI/execution.py", line 158, in process_inputs results.append(getattr(obj, func)(inputs)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/tsai/oss/ComfyUI/custom_nodes/BizyAir/src/bizyair/nodes_base.py", line 68, in new_func return org_func(self, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/tsai/oss/ComfyUI/custom_nodes/BizyAir/nodes.py", line 500, in load_vae vae = BizyAirNodeIO( ^^^^^^^^^^^^^^ File "/Users/tsai/oss/ComfyUI/custom_nodes/BizyAir/src/bizyair/nodes_io.py", line 33, in init self._validate_node_id(node_id=node_id) File "/Users/tsai/oss/ComfyUI/custom_nodes/BizyAir/src/bizyair/nodes_io.py", line 43, in _validate_node_id raise ValueError( ValueError: Node ID must be a string that can be converted to an integer.

2024-10-01 08:11:06,811 - root - INFO - Prompt executed in 0.01 seconds 2024-10-01 08:11:56,484 - root - INFO - got prompt 2024-10-01 08:11:56,497 - root - ERROR - !!! Exception during processing !!! Node ID must be a string that can be converted to an integer. 2024-10-01 08:11:56,499 - root - ERROR - Traceback (most recent call last): File "/Users/tsai/oss/ComfyUI/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 "/Users/tsai/oss/ComfyUI/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 "/Users/tsai/oss/ComfyUI/execution.py", line 169, in _map_node_over_list process_inputs(input_dict, i) File "/Users/tsai/oss/ComfyUI/execution.py", line 158, in process_inputs results.append(getattr(obj, func)(inputs)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/tsai/oss/ComfyUI/custom_nodes/BizyAir/src/bizyair/nodes_base.py", line 68, in new_func return org_func(self, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/tsai/oss/ComfyUI/custom_nodes/BizyAir/nodes.py", line 500, in load_vae vae = BizyAirNodeIO( ^^^^^^^^^^^^^^ File "/Users/tsai/oss/ComfyUI/custom_nodes/BizyAir/src/bizyair/nodes_io.py", line 33, in init self._validate_node_id(node_id=node_id) File "/Users/tsai/oss/ComfyUI/custom_nodes/BizyAir/src/bizyair/nodes_io.py", line 43, in _validate_node_id raise ValueError( ValueError: Node ID must be a string that can be converted to an integer.

2024-10-01 08:11:56,500 - root - INFO - Prompt executed in 0.01 seconds 2024-10-01 08:12:24,783 - root - INFO - got prompt 2024-10-01 08:12:29,720 - root - INFO - Prompt executed in 4.93 seconds 2024-10-01 08:12:54,616 - root - INFO - got prompt 2024-10-01 08:12:54,626 - root - INFO - Prompt executed in 0.01 seconds 2024-10-01 08:13:05,932 - root - INFO - got prompt 2024-10-01 08:13:09,444 - root - INFO - Prompt executed in 3.51 seconds 2024-10-01 08:13:20,015 - root - INFO - got prompt 2024-10-01 08:13:20,027 - root - INFO - Prompt executed in 0.01 seconds 2024-10-01 08:13:25,016 - root - INFO - got prompt 2024-10-01 08:13:28,898 - root - INFO - Prompt executed in 3.88 seconds 2024-10-01 08:13:56,648 - root - INFO - got prompt 2024-10-01 08:14:00,701 - root - INFO - Prompt executed in 4.05 seconds 2024-10-01 08:14:44,702 - root - INFO - got prompt 2024-10-01 08:14:49,054 - root - INFO - Prompt executed in 4.35 seconds 2024-10-01 08:15:11,455 - root - INFO - got prompt 2024-10-01 08:15:15,285 - root - INFO - Prompt executed in 3.82 seconds 2024-10-01 08:15:22,097 - root - INFO - got prompt 2024-10-01 08:15:25,377 - root - INFO - Prompt executed in 3.28 seconds 2024-10-01 08:15:32,415 - root - INFO - got prompt 2024-10-01 08:15:35,952 - root - INFO - Prompt executed in 3.53 seconds 2024-10-01 08:15:43,701 - root - INFO - got prompt 2024-10-01 08:15:46,877 - root - INFO - Prompt executed in 3.17 seconds 2024-10-01 08:15:55,663 - root - INFO - got prompt 2024-10-01 08:15:58,906 - root - INFO - Prompt executed in 3.24 seconds 2024-10-01 08:16:22,929 - root - INFO - got prompt 2024-10-01 08:16:26,913 - root - INFO - Prompt executed in 3.98 seconds 2024-10-01 08:17:06,076 - root - INFO - got prompt 2024-10-01 08:17:10,212 - root - INFO - Prompt executed in 4.13 seconds 2024-10-01 08:17:36,821 - root - INFO - got prompt 2024-10-01 08:17:40,896 - root - INFO - Prompt executed in 4.06 seconds 2024-10-01 08:25:44,830 - root - INFO - got prompt 2024-10-01 08:25:48,951 - root - INFO - Prompt executed in 4.12 seconds 2024-10-01 08:26:18,338 - root - INFO - got prompt 2024-10-01 08:26:18,352 - root - ERROR - !!! Exception during processing !!! Node ID must be a string that can be converted to an integer. 2024-10-01 08:26:18,353 - root - ERROR - Traceback (most recent call last): File "/Users/tsai/oss/ComfyUI/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 "/Users/tsai/oss/ComfyUI/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 "/Users/tsai/oss/ComfyUI/execution.py", line 169, in _map_node_over_list process_inputs(input_dict, i) File "/Users/tsai/oss/ComfyUI/execution.py", line 158, in process_inputs results.append(getattr(obj, func)(inputs)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/tsai/oss/ComfyUI/custom_nodes/BizyAir/src/bizyair/nodes_base.py", line 68, in new_func return org_func(self, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/tsai/oss/ComfyUI/custom_nodes/BizyAir/nodes.py", line 500, in load_vae vae = BizyAirNodeIO( ^^^^^^^^^^^^^^ File "/Users/tsai/oss/ComfyUI/custom_nodes/BizyAir/src/bizyair/nodes_io.py", line 33, in init self._validate_node_id(node_id=node_id) File "/Users/tsai/oss/ComfyUI/custom_nodes/BizyAir/src/bizyair/nodes_io.py", line 43, in _validate_node_id raise ValueError( ValueError: Node ID must be a string that can be converted to an integer.

2024-10-01 08:26:18,354 - root - INFO - Prompt executed in 0.01 seconds

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

{"last_node_id":80,"last_link_id":106,"nodes":[{"id":56,"type":"PreviewImage","pos":{"0":564,"1":949},"size":{"0":386.4439392089844,"1":402.4732971191406},"flags":{},"order":3,"mode":0,"inputs":[{"name":"images","type":"IMAGE","link":104}],"outputs":[],"properties":{"Node name for S&R":"PreviewImage"},"widgets_values":[]},{"id":68,"type":"ImageResize+","pos":{"0":-714,"1":636},"size":{"0":315,"1":218},"flags":{},"order":1,"mode":0,"inputs":[{"name":"image","type":"IMAGE","link":86}],"outputs":[{"name":"IMAGE","type":"IMAGE","links":[106],"slot_index":0,"shape":3},{"name":"width","type":"INT","links":null,"slot_index":1,"shape":3},{"name":"height","type":"INT","links":null,"slot_index":2,"shape":3}],"properties":{"Node name for S&R":"ImageResize+"},"widgets_values":[512,512,"nearest","stretch","always",0]},{"id":65,"type":"LoadImage","pos":{"0":-1128,"1":929},"size":{"0":397.6864318847656,"1":430.62481689453125},"flags":{},"order":0,"mode":0,"inputs":[],"outputs":[{"name":"IMAGE","type":"IMAGE","links":[86],"slot_index":0,"shape":3},{"name":"MASK","type":"MASK","links":null,"slot_index":1,"shape":3}],"properties":{"Node name for S&R":"LoadImage"},"widgets_values":["a photo of an astronaut riding a horse on mars-3-0.png","image"]},{"id":80,"type":"workflow/G1","pos":{"0":-414,"1":971},"size":{"0":400,"1":384},"flags":{},"order":2,"mode":0,"inputs":[{"name":"pixels","type":"IMAGE","link":106}],"outputs":[{"name":"denoised_output","type":"LATENT","links":null,"shape":3},{"name":"IMAGE","type":"IMAGE","links":[104],"shape":3}],"properties":{"Node name for S&R":"workflow/G1"},"widgets_values":["flux/flux1-dev.sft","default","t5xxl_fp16.safetensors","clip_l.safetensors","flux",438153234912084,"fixed","euler","flux/ae.sft","normal",20,0.85,"two astronauts riding horse on mars"]}],"links":[[86,65,0,68,0,"IMAGE"],[104,80,1,56,0,"IMAGE"],[106,68,0,80,0,"IMAGE"]],"groups":[],"config":{},"extra":{"ds":{"scale":2.1435888100000016,"offset":[550.0509809786655,-1083.3992923498117]},"groupNodes":{"image to image":{"nodes":[{"id":-1,"type":"BizyAir_UNETLoader","pos":{"0":-580,"1":940},"size":{"0":315,"1":82},"flags":{},"order":1,"mode":0,"inputs":[],"outputs":[{"name":"BIZYAIR_MODEL","type":"BIZYAIR_MODEL","links":[],"slot_index":0,"shape":3}],"properties":{"Node name for S&R":"BizyAir_UNETLoader"},"widgets_values":["flux/flux1-dev.sft","default"],"index":0},{"id":-1,"type":"BizyAir_DualCLIPLoader","pos":{"0":-590,"1":1090},"size":{"0":315,"1":106},"flags":{},"order":2,"mode":0,"inputs":[],"outputs":[{"name":"BIZYAIR_CLIP","type":"BIZYAIR_CLIP","links":[],"slot_index":0,"shape":3}],"properties":{"Node name for S&R":"BizyAir_DualCLIPLoader"},"widgets_values":["t5xxl_fp16.safetensors","clip_l.safetensors","flux"],"index":1},{"id":-1,"type":"BizyAir_RandomNoise","pos":{"0":-240,"1":930},"size":{"0":244.64930725097656,"1":82},"flags":{},"order":3,"mode":0,"inputs":[],"outputs":[{"name":"NOISE","type":"NOISE","links":[],"slot_index":0,"shape":3}],"properties":{"Node name for S&R":"BizyAir_RandomNoise"},"widgets_values":[438153234912084,"fixed"],"index":2},{"id":-1,"type":"BizyAir_KSamplerSelect","pos":{"0":-250,"1":1200},"size":{"0":259.05419921875,"1":58},"flags":{},"order":4,"mode":0,"inputs":[],"outputs":[{"name":"SAMPLER","type":"SAMPLER","links":[],"slot_index":0,"shape":3}],"properties":{"Node name for S&R":"BizyAir_KSamplerSelect"},"widgets_values":["euler"],"index":3},{"id":-1,"type":"BizyAir_VAELoader","pos":{"0":90,"1":1340},"size":{"0":273.7454833984375,"1":58},"flags":{},"order":5,"mode":0,"inputs":[],"outputs":[{"name":"vae","type":"BIZYAIR_VAE","links":[],"slot_index":0,"shape":3}],"properties":{"Node name for S&R":"BizyAir_VAELoader"},"widgets_values":["flux/ae.sft"],"index":4},{"id":-1,"type":"BizyAir_BasicScheduler","pos":{"0":-240,"1":1320},"size":{"0":315,"1":106},"flags":{},"order":6,"mode":0,"inputs":[{"name":"model","type":"BIZYAIR_MODEL","link":null,"slot_index":0}],"outputs":[{"name":"SIGMAS","type":"SIGMAS","links":[],"slot_index":0,"shape":3}],"properties":{"Node name for S&R":"BizyAir_BasicScheduler"},"widgets_values":["normal",20,0.85],"index":5},{"id":-1,"type":"BizyAir_CLIPTextEncode","pos":{"0":-610,"1":1240},"size":{"0":344.9754943847656,"1":127.23637390136719},"flags":{},"order":7,"mode":0,"inputs":[{"name":"clip","type":"BIZYAIR_CLIP","link":null}],"outputs":[{"name":"CONDITIONING","type":"BIZYAIR_CONDITIONING","links":[],"slot_index":0,"shape":3}],"properties":{"Node name for S&R":"BizyAir_CLIPTextEncode"},"widgets_values":["cartoon"],"index":6},{"id":-1,"type":"BizyAir_VAEEncode","pos":{"0":50,"1":970},"size":{"0":254.9784393310547,"1":46},"flags":{},"order":8,"mode":0,"inputs":[{"name":"pixels","type":"IMAGE","link":null},{"name":"vae","type":"BIZYAIR_VAE","link":null}],"outputs":[{"name":"LATENT","type":"LATENT","links":[],"slot_index":0,"shape":3}],"properties":{"Node name for S&R":"BizyAir_VAEEncode"},"index":7},{"id":-1,"type":"BizyAir_BasicGuider","pos":{"0":-240,"1":1080},"size":{"0":253.01522827148438,"1":52.98030471801758},"flags":{},"order":9,"mode":0,"inputs":[{"name":"model","type":"BIZYAIR_MODEL","link":null,"slot_index":0},{"name":"conditioning","type":"BIZYAIR_CONDITIONING","link":null,"slot_index":1}],"outputs":[{"name":"GUIDER","type":"GUIDER","links":[],"slot_index":0,"shape":3}],"properties":{"Node name for S&R":"BizyAir_BasicGuider"},"index":8},{"id":-1,"type":"BizyAir_SamplerCustomAdvanced","pos":{"0":50,"1":1080},"size":{"0":260.3999938964844,"1":106},"flags":{},"order":10,"mode":0,"inputs":[{"name":"noise","type":"NOISE","link":null},{"name":"guider","type":"GUIDER","link":null},{"name":"sampler","type":"SAMPLER","link":null,"slot_index":2},{"name":"sigmas","type":"SIGMAS","link":null},{"name":"latent_image","type":"LATENT","link":null,"slot_index":4}],"outputs":[{"name":"output","type":"LATENT","links":[],"slot_index":0,"shape":3},{"name":"denoised_output","type":"LATENT","links":null,"shape":3}],"properties":{"Node name for S&R":"BizyAir_SamplerCustomAdvanced"},"index":9},{"id":-1,"type":"BizyAir_VAEDecode","pos":{"0":60,"1":1230},"size":{"0":271.0523681640625,"1":46},"flags":{},"order":11,"mode":0,"inputs":[{"name":"samples","type":"LATENT","link":null,"slot_index":0},{"name":"vae","type":"BIZYAIR_VAE","link":null,"slot_index":1}],"outputs":[{"name":"IMAGE","type":"IMAGE","links":[],"slot_index":0,"shape":3}],"properties":{"Node name for S&R":"BizyAir_VAEDecode"},"index":10}],"links":[[0,0,5,0,48,"BIZYAIR_MODEL"],[1,0,6,0,36,"BIZYAIR_CLIP"],[null,0,7,0,65,"IMAGE"],[4,0,7,1,55,"BIZYAIR_VAE"],[0,0,8,0,48,"BIZYAIR_MODEL"],[6,0,8,1,37,"BIZYAIR_CONDITIONING"],[2,0,9,0,59,"NOISE"],[8,0,9,1,47,"GUIDER"],[3,0,9,2,60,"SAMPLER"],[5,0,9,3,58,"SIGMAS"],[7,0,9,4,66,"LATENT"],[9,0,10,0,50,"LATENT"],[4,0,10,1,55,"BIZYAIR_VAE"]],"external":[[10,0,"IMAGE"]]},"G1":{"nodes":[{"id":-1,"type":"BizyAir_UNETLoader","pos":{"0":-580,"1":940},"size":{"0":315,"1":82},"flags":{},"order":1,"mode":0,"inputs":[],"outputs":[{"name":"BIZYAIR_MODEL","type":"BIZYAIR_MODEL","links":[],"slot_index":0,"shape":3}],"properties":{"Node name for S&R":"BizyAir_UNETLoader"},"widgets_values":["flux/flux1-dev.sft","default"],"index":0},{"id":-1,"type":"BizyAir_DualCLIPLoader","pos":{"0":-590,"1":1090},"size":{"0":315,"1":106},"flags":{},"order":2,"mode":0,"inputs":[],"outputs":[{"name":"BIZYAIR_CLIP","type":"BIZYAIR_CLIP","links":[],"slot_index":0,"shape":3}],"properties":{"Node name for S&R":"BizyAir_DualCLIPLoader"},"widgets_values":["t5xxl_fp16.safetensors","clip_l.safetensors","flux"],"index":1},{"id":-1,"type":"BizyAir_RandomNoise","pos":{"0":-240,"1":930},"size":{"0":244.64930725097656,"1":82},"flags":{},"order":3,"mode":0,"inputs":[],"outputs":[{"name":"NOISE","type":"NOISE","links":[],"slot_index":0,"shape":3}],"properties":{"Node name for S&R":"BizyAir_RandomNoise"},"widgets_values":[438153234912084,"fixed"],"index":2},{"id":-1,"type":"BizyAir_KSamplerSelect","pos":{"0":-250,"1":1200},"size":{"0":259.05419921875,"1":58},"flags":{},"order":4,"mode":0,"inputs":[],"outputs":[{"name":"SAMPLER","type":"SAMPLER","links":[],"slot_index":0,"shape":3}],"properties":{"Node name for S&R":"BizyAir_KSamplerSelect"},"widgets_values":["euler"],"index":3},{"id":-1,"type":"BizyAir_VAELoader","pos":{"0":90,"1":1340},"size":{"0":273.7454833984375,"1":58},"flags":{},"order":5,"mode":0,"inputs":[],"outputs":[{"name":"vae","type":"BIZYAIR_VAE","links":[],"slot_index":0,"shape":3}],"properties":{"Node name for S&R":"BizyAir_VAELoader"},"widgets_values":["flux/ae.sft"],"index":4},{"id":-1,"type":"BizyAir_BasicScheduler","pos":{"0":-240,"1":1320},"size":{"0":315,"1":106},"flags":{},"order":7,"mode":0,"inputs":[{"name":"model","type":"BIZYAIR_MODEL","link":null,"slot_index":0}],"outputs":[{"name":"SIGMAS","type":"SIGMAS","links":[],"slot_index":0,"shape":3}],"properties":{"Node name for S&R":"BizyAir_BasicScheduler"},"widgets_values":["normal",20,0.85],"index":5},{"id":-1,"type":"BizyAir_CLIPTextEncode","pos":{"0":-610,"1":1240},"size":{"0":344.9754943847656,"1":127.23637390136719},"flags":{},"order":8,"mode":0,"inputs":[{"name":"clip","type":"BIZYAIR_CLIP","link":null}],"outputs":[{"name":"CONDITIONING","type":"BIZYAIR_CONDITIONING","links":[],"slot_index":0,"shape":3}],"properties":{"Node name for S&R":"BizyAir_CLIPTextEncode"},"widgets_values":["blue cat"],"index":6},{"id":-1,"type":"BizyAir_VAEEncode","pos":{"0":50,"1":970},"size":{"0":254.9784393310547,"1":46},"flags":{},"order":9,"mode":0,"inputs":[{"name":"pixels","type":"IMAGE","link":null},{"name":"vae","type":"BIZYAIR_VAE","link":null}],"outputs":[{"name":"LATENT","type":"LATENT","links":[],"slot_index":0,"shape":3}],"properties":{"Node name for S&R":"BizyAir_VAEEncode"},"index":7},{"id":-1,"type":"BizyAir_BasicGuider","pos":{"0":-240,"1":1080},"size":{"0":253.01522827148438,"1":52.98030471801758},"flags":{},"order":10,"mode":0,"inputs":[{"name":"model","type":"BIZYAIR_MODEL","link":null,"slot_index":0},{"name":"conditioning","type":"BIZYAIR_CONDITIONING","link":null,"slot_index":1}],"outputs":[{"name":"GUIDER","type":"GUIDER","links":[],"slot_index":0,"shape":3}],"properties":{"Node name for S&R":"BizyAir_BasicGuider"},"index":8},{"id":-1,"type":"BizyAir_SamplerCustomAdvanced","pos":{"0":50,"1":1080},"size":{"0":260.3999938964844,"1":106},"flags":{},"order":11,"mode":0,"inputs":[{"name":"noise","type":"NOISE","link":null},{"name":"guider","type":"GUIDER","link":null},{"name":"sampler","type":"SAMPLER","link":null,"slot_index":2},{"name":"sigmas","type":"SIGMAS","link":null},{"name":"latent_image","type":"LATENT","link":null,"slot_index":4}],"outputs":[{"name":"output","type":"LATENT","links":[],"slot_index":0,"shape":3},{"name":"denoised_output","type":"LATENT","links":null,"shape":3}],"properties":{"Node name for S&R":"BizyAir_SamplerCustomAdvanced"},"index":9},{"id":-1,"type":"BizyAir_VAEDecode","pos":{"0":60,"1":1230},"size":{"0":271.0523681640625,"1":46},"flags":{},"order":12,"mode":0,"inputs":[{"name":"samples","type":"LATENT","link":null,"slot_index":0},{"name":"vae","type":"BIZYAIR_VAE","link":null,"slot_index":1}],"outputs":[{"name":"IMAGE","type":"IMAGE","links":[],"slot_index":0,"shape":3}],"properties":{"Node name for S&R":"BizyAir_VAEDecode"},"index":10}],"links":[[0,0,5,0,69,"BIZYAIR_MODEL"],[1,0,6,0,70,"BIZYAIR_CLIP"],[null,0,7,0,68,"IMAGE"],[4,0,7,1,73,"BIZYAIR_VAE"],[0,0,8,0,69,"BIZYAIR_MODEL"],[6,0,8,1,75,"BIZYAIR_CONDITIONING"],[2,0,9,0,71,"NOISE"],[8,0,9,1,77,"GUIDER"],[3,0,9,2,72,"SAMPLER"],[5,0,9,3,74,"SIGMAS"],[7,0,9,4,76,"LATENT"],[9,0,10,0,78,"LATENT"],[4,0,10,1,73,"BIZYAIR_VAE"]],"external":[[10,0,"IMAGE"]]}}},"version":0.4}



## Additional Context
(Please add any additional context or steps to reproduce the error here)
BizyAir
Examples
API Key
Model
News

### Steps to Reproduce

Please provide the workflow or steps to reproduce the bug.

### Environment

- **OS:** [e.g., Linux Ubuntu 12.04, Windows 10]
- **Browser:** [e.g., chrome, safari]

### Additional Context

Add any other context about the problem here.
doombeaker commented 2 weeks ago

This issue is a duplicate of https://github.com/siliconflow/BizyAir/issues/141