Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allocation on device? #78

Open
tjie82921 opened this issue Sep 2, 2024 · 0 comments
Open

Allocation on device? #78

tjie82921 opened this issue Sep 2, 2024 · 0 comments

Comments

@tjie82921
Copy link

ComfyUI Error Report

Error Details

  • Node Type: IDM-VTON
  • Exception Type: torch.cuda.OutOfMemoryError
  • Exception Message: Allocation on device

Stack Trace

  File "E:\ComfyUI-aki-v1.4\execution.py", line 317, in execute
    output_data, output_ui, has_subgraph = get_output_data(obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)

  File "E:\ComfyUI-aki-v1.4\execution.py", line 192, in get_output_data
    return_values = _map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)

  File "E:\ComfyUI-aki-v1.4\execution.py", line 169, in _map_node_over_list
    process_inputs(input_dict, i)

  File "E:\ComfyUI-aki-v1.4\execution.py", line 158, in process_inputs
    results.append(getattr(obj, func)(**inputs))

  File "E:\ComfyUI-aki-v1.4\custom_nodes\ComfyUI-IDM-VTON\src\nodes\idm_vton.py", line 100, in make_inference
    images = pipeline(

  File "E:\ComfyUI-aki-v1.4\python\lib\site-packages\torch\utils\_contextlib.py", line 115, in decorate_context
    return func(*args, **kwargs)

  File "E:\ComfyUI-aki-v1.4\custom_nodes\ComfyUI-IDM-VTON\src\idm_vton\tryon_pipeline.py", line 1630, in __call__
    mask, masked_image_latents = self.prepare_mask_latents(

  File "E:\ComfyUI-aki-v1.4\custom_nodes\ComfyUI-IDM-VTON\src\idm_vton\tryon_pipeline.py", line 961, in prepare_mask_latents
    masked_image_latents = self._encode_vae_image(masked_image, generator=generator)

  File "E:\ComfyUI-aki-v1.4\custom_nodes\ComfyUI-IDM-VTON\src\idm_vton\tryon_pipeline.py", line 921, in _encode_vae_image
    image_latents = retrieve_latents(self.vae.encode(image), generator=generator)

  File "E:\ComfyUI-aki-v1.4\python\lib\site-packages\diffusers\utils\accelerate_utils.py", line 46, in wrapper
    return method(self, *args, **kwargs)

  File "E:\ComfyUI-aki-v1.4\python\lib\site-packages\diffusers\models\autoencoders\autoencoder_kl.py", line 260, in encode
    h = self.encoder(x)

  File "E:\ComfyUI-aki-v1.4\python\lib\site-packages\torch\nn\modules\module.py", line 1532, in _wrapped_call_impl
    return self._call_impl(*args, **kwargs)

  File "E:\ComfyUI-aki-v1.4\python\lib\site-packages\torch\nn\modules\module.py", line 1541, in _call_impl
    return forward_call(*args, **kwargs)

  File "E:\ComfyUI-aki-v1.4\python\lib\site-packages\diffusers\models\autoencoders\vae.py", line 172, in forward
    sample = down_block(sample)

  File "E:\ComfyUI-aki-v1.4\python\lib\site-packages\torch\nn\modules\module.py", line 1532, in _wrapped_call_impl
    return self._call_impl(*args, **kwargs)

  File "E:\ComfyUI-aki-v1.4\python\lib\site-packages\torch\nn\modules\module.py", line 1541, in _call_impl
    return forward_call(*args, **kwargs)

  File "E:\ComfyUI-aki-v1.4\python\lib\site-packages\diffusers\models\unets\unet_2d_blocks.py", line 1465, in forward
    hidden_states = resnet(hidden_states, temb=None)

  File "E:\ComfyUI-aki-v1.4\python\lib\site-packages\torch\nn\modules\module.py", line 1532, in _wrapped_call_impl
    return self._call_impl(*args, **kwargs)

  File "E:\ComfyUI-aki-v1.4\python\lib\site-packages\torch\nn\modules\module.py", line 1541, in _call_impl
    return forward_call(*args, **kwargs)

  File "E:\ComfyUI-aki-v1.4\python\lib\site-packages\diffusers\models\resnet.py", line 332, in forward
    hidden_states = self.norm1(hidden_states)

  File "E:\ComfyUI-aki-v1.4\python\lib\site-packages\torch\nn\modules\module.py", line 1532, in _wrapped_call_impl
    return self._call_impl(*args, **kwargs)

  File "E:\ComfyUI-aki-v1.4\python\lib\site-packages\torch\nn\modules\module.py", line 1541, in _call_impl
    return forward_call(*args, **kwargs)

  File "E:\ComfyUI-aki-v1.4\python\lib\site-packages\torch\nn\modules\normalization.py", line 287, in forward
    return F.group_norm(

  File "E:\ComfyUI-aki-v1.4\python\lib\site-packages\torch\nn\functional.py", line 2588, in group_norm
    return torch.group_norm(input, num_groups, weight, bias, eps, torch.backends.cudnn.enabled)

System Information

  • ComfyUI Version: v0.1.3-24-gb643eae
  • Arguments: E:\ComfyUI-aki-v1.4\main.py --auto-launch --preview-method auto --disable-cuda-malloc
  • OS: nt
  • Python Version: 3.10.11 (tags/v3.10.11:7d4cc5a, Apr 5 2023, 00:38:17) [MSC v.1929 64 bit (AMD64)]
  • Embedded Python: false
  • PyTorch Version: 2.3.1+cu121

Devices

  • Name: cuda:0 NVIDIA GeForce RTX 4060 Ti : cudaMallocAsync
    • Type: cuda
    • VRAM Total: 17175150592
    • VRAM Free: 1694281690
    • Torch VRAM Total: 14227079168
    • Torch VRAM Free: 19705818

Logs

2024-09-03 05:19:00,959 - root - INFO - Total VRAM 16380 MB, total RAM 32509 MB
2024-09-03 05:19:00,959 - root - INFO - pytorch version: 2.3.1+cu121
2024-09-03 05:19:02,027 - root - INFO - xformers version: 0.0.27
2024-09-03 05:19:02,027 - root - INFO - Set vram state to: NORMAL_VRAM
2024-09-03 05:19:02,027 - root - INFO - Device: cuda:0 NVIDIA GeForce RTX 4060 Ti : cudaMallocAsync
2024-09-03 05:19:02,192 - root - INFO - Using xformers cross attention
2024-09-03 05:19:02,927 - root - INFO - [Prompt Server] web root: E:\ComfyUI-aki-v1.4\web
2024-09-03 05:19:02,927 - root - INFO - Adding extra search path checkpoints D:\sd-webui-aki-v4.9\models/Stable-diffusion
2024-09-03 05:19:02,927 - root - INFO - Adding extra search path configs D:\sd-webui-aki-v4.9\models/Stable-diffusion
2024-09-03 05:19:02,927 - root - INFO - Adding extra search path vae D:\sd-webui-aki-v4.9\models/VAE
2024-09-03 05:19:02,927 - root - INFO - Adding extra search path loras D:\sd-webui-aki-v4.9\models/Lora
2024-09-03 05:19:02,927 - root - INFO - Adding extra search path loras D:\sd-webui-aki-v4.9\models/LyCORIS
2024-09-03 05:19:02,927 - root - INFO - Adding extra search path upscale_models D:\sd-webui-aki-v4.9\models/ESRGAN
2024-09-03 05:19:02,927 - root - INFO - Adding extra search path upscale_models D:\sd-webui-aki-v4.9\models/RealESRGAN
2024-09-03 05:19:02,927 - root - INFO - Adding extra search path upscale_models D:\sd-webui-aki-v4.9\models/SwinIR
2024-09-03 05:19:02,927 - root - INFO - Adding extra search path embeddings D:\sd-webui-aki-v4.9\embeddings
2024-09-03 05:19:02,927 - root - INFO - Adding extra search path hypernetworks D:\sd-webui-aki-v4.9\models/hypernetworks
2024-09-03 05:19:02,927 - root - INFO - Adding extra search path controlnet D:\sd-webui-aki-v4.9\models/ControlNet
2024-09-03 05:19:04,974 - root - INFO - Total VRAM 16380 MB, total RAM 32509 MB
2024-09-03 05:19:04,974 - root - INFO - pytorch version: 2.3.1+cu121
2024-09-03 05:19:04,974 - root - INFO - xformers version: 0.0.27
2024-09-03 05:19:04,974 - root - INFO - Set vram state to: NORMAL_VRAM
2024-09-03 05:19:04,974 - root - INFO - Device: cuda:0 NVIDIA GeForce RTX 4060 Ti : cudaMallocAsync
2024-09-03 05:19:08,272 - root - INFO - 
Import times for custom nodes:
2024-09-03 05:19:08,272 - root - INFO -    0.0 seconds: E:\ComfyUI-aki-v1.4\custom_nodes\websocket_image_save.py
2024-09-03 05:19:08,272 - root - INFO -    0.0 seconds: E:\ComfyUI-aki-v1.4\custom_nodes\AIGODLIKE-ComfyUI-Translation
2024-09-03 05:19:08,272 - root - INFO -    0.0 seconds: E:\ComfyUI-aki-v1.4\custom_nodes\ControlNet-LLLite-ComfyUI
2024-09-03 05:19:08,272 - root - INFO -    0.0 seconds: E:\ComfyUI-aki-v1.4\custom_nodes\FreeU_Advanced
2024-09-03 05:19:08,272 - root - INFO -    0.0 seconds: E:\ComfyUI-aki-v1.4\custom_nodes\ComfyUI_TiledKSampler
2024-09-03 05:19:08,272 - root - INFO -    0.0 seconds: E:\ComfyUI-aki-v1.4\custom_nodes\stability-ComfyUI-nodes
2024-09-03 05:19:08,272 - root - INFO -    0.0 seconds: E:\ComfyUI-aki-v1.4\custom_nodes\ComfyUI-WD14-Tagger
2024-09-03 05:19:08,272 - root - INFO -    0.0 seconds: E:\ComfyUI-aki-v1.4\custom_nodes\ComfyUI_experiments
2024-09-03 05:19:08,272 - root - INFO -    0.0 seconds: E:\ComfyUI-aki-v1.4\custom_nodes\PowerNoiseSuite
2024-09-03 05:19:08,272 - root - INFO -    0.0 seconds: E:\ComfyUI-aki-v1.4\custom_nodes\images-grid-comfy-plugin
2024-09-03 05:19:08,272 - root - INFO -    0.0 seconds: E:\ComfyUI-aki-v1.4\custom_nodes\ComfyUI_UltimateSDUpscale
2024-09-03 05:19:08,272 - root - INFO -    0.0 seconds: E:\ComfyUI-aki-v1.4\custom_nodes\ComfyUI-Custom-Scripts
2024-09-03 05:19:08,272 - root - INFO -    0.0 seconds: E:\ComfyUI-aki-v1.4\custom_nodes\Derfuu_ComfyUI_ModdedNodes
2024-09-03 05:19:08,272 - root - INFO -    0.0 seconds: E:\ComfyUI-aki-v1.4\custom_nodes\ComfyUI-Advanced-ControlNet
2024-09-03 05:19:08,272 - root - INFO -    0.0 seconds: E:\ComfyUI-aki-v1.4\custom_nodes\efficiency-nodes-comfyui
2024-09-03 05:19:08,272 - root - INFO -    0.0 seconds: E:\ComfyUI-aki-v1.4\custom_nodes\ComfyUI-Marigold
2024-09-03 05:19:08,272 - root - INFO -    0.0 seconds: E:\ComfyUI-aki-v1.4\custom_nodes\rgthree-comfy
2024-09-03 05:19:08,272 - root - INFO -    0.0 seconds: E:\ComfyUI-aki-v1.4\custom_nodes\ComfyUI_IPAdapter_plus
2024-09-03 05:19:08,272 - root - INFO -    0.0 seconds: E:\ComfyUI-aki-v1.4\custom_nodes\ComfyUI-KJNodes
2024-09-03 05:19:08,272 - root - INFO -    0.0 seconds: E:\ComfyUI-aki-v1.4\custom_nodes\comfyui-workspace-manager
2024-09-03 05:19:08,272 - root - INFO -    0.0 seconds: E:\ComfyUI-aki-v1.4\custom_nodes\ComfyUI-AnimateDiff-Evolved
2024-09-03 05:19:08,272 - root - INFO -    0.0 seconds: E:\ComfyUI-aki-v1.4\custom_nodes\comfyui_controlnet_aux
2024-09-03 05:19:08,272 - root - INFO -    0.0 seconds: E:\ComfyUI-aki-v1.4\custom_nodes\ComfyUI_Comfyroll_CustomNodes
2024-09-03 05:19:08,272 - root - INFO -    0.1 seconds: E:\ComfyUI-aki-v1.4\custom_nodes\ComfyUI-Crystools
2024-09-03 05:19:08,272 - root - INFO -    0.1 seconds: E:\ComfyUI-aki-v1.4\custom_nodes\ComfyUI-Inspire-Pack
2024-09-03 05:19:08,272 - root - INFO -    0.2 seconds: E:\ComfyUI-aki-v1.4\custom_nodes\ComfyUI-IDM-VTON
2024-09-03 05:19:08,272 - root - INFO -    0.2 seconds: E:\ComfyUI-aki-v1.4\custom_nodes\ComfyUI_FizzNodes
2024-09-03 05:19:08,272 - root - INFO -    0.2 seconds: E:\ComfyUI-aki-v1.4\custom_nodes\ComfyUI-Manager
2024-09-03 05:19:08,272 - root - INFO -    0.7 seconds: E:\ComfyUI-aki-v1.4\custom_nodes\ComfyUI-SUPIR
2024-09-03 05:19:08,272 - root - INFO -    1.0 seconds: E:\ComfyUI-aki-v1.4\custom_nodes\ComfyUI-Impact-Pack
2024-09-03 05:19:08,272 - root - INFO -    1.9 seconds: E:\ComfyUI-aki-v1.4\custom_nodes\ComfyUI_Custom_Nodes_AlekPet
2024-09-03 05:19:08,272 - root - INFO - 
2024-09-03 05:19:08,287 - root - INFO - Starting server

2024-09-03 05:19:08,287 - root - INFO - To see the GUI go to: http://127.0.0.1:8188
2024-09-03 05:19:21,219 - root - INFO - got prompt
2024-09-03 05:19:54,053 - root - ERROR - !!! Exception during processing !!! Allocation on device 
2024-09-03 05:19:54,053 - root - ERROR - Traceback (most recent call last):
  File "E:\ComfyUI-aki-v1.4\execution.py", line 317, in execute
    output_data, output_ui, has_subgraph = get_output_data(obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
  File "E:\ComfyUI-aki-v1.4\execution.py", line 192, in get_output_data
    return_values = _map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
  File "E:\ComfyUI-aki-v1.4\execution.py", line 169, in _map_node_over_list
    process_inputs(input_dict, i)
  File "E:\ComfyUI-aki-v1.4\execution.py", line 158, in process_inputs
    results.append(getattr(obj, func)(**inputs))
  File "E:\ComfyUI-aki-v1.4\custom_nodes\ComfyUI-IDM-VTON\src\nodes\idm_vton.py", line 100, in make_inference
    images = pipeline(
  File "E:\ComfyUI-aki-v1.4\python\lib\site-packages\torch\utils\_contextlib.py", line 115, in decorate_context
    return func(*args, **kwargs)
  File "E:\ComfyUI-aki-v1.4\custom_nodes\ComfyUI-IDM-VTON\src\idm_vton\tryon_pipeline.py", line 1630, in __call__
    mask, masked_image_latents = self.prepare_mask_latents(
  File "E:\ComfyUI-aki-v1.4\custom_nodes\ComfyUI-IDM-VTON\src\idm_vton\tryon_pipeline.py", line 961, in prepare_mask_latents
    masked_image_latents = self._encode_vae_image(masked_image, generator=generator)
  File "E:\ComfyUI-aki-v1.4\custom_nodes\ComfyUI-IDM-VTON\src\idm_vton\tryon_pipeline.py", line 921, in _encode_vae_image
    image_latents = retrieve_latents(self.vae.encode(image), generator=generator)
  File "E:\ComfyUI-aki-v1.4\python\lib\site-packages\diffusers\utils\accelerate_utils.py", line 46, in wrapper
    return method(self, *args, **kwargs)
  File "E:\ComfyUI-aki-v1.4\python\lib\site-packages\diffusers\models\autoencoders\autoencoder_kl.py", line 260, in encode
    h = self.encoder(x)
  File "E:\ComfyUI-aki-v1.4\python\lib\site-packages\torch\nn\modules\module.py", line 1532, in _wrapped_call_impl
    return self._call_impl(*args, **kwargs)
  File "E:\ComfyUI-aki-v1.4\python\lib\site-packages\torch\nn\modules\module.py", line 1541, in _call_impl
    return forward_call(*args, **kwargs)
  File "E:\ComfyUI-aki-v1.4\python\lib\site-packages\diffusers\models\autoencoders\vae.py", line 172, in forward
    sample = down_block(sample)
  File "E:\ComfyUI-aki-v1.4\python\lib\site-packages\torch\nn\modules\module.py", line 1532, in _wrapped_call_impl
    return self._call_impl(*args, **kwargs)
  File "E:\ComfyUI-aki-v1.4\python\lib\site-packages\torch\nn\modules\module.py", line 1541, in _call_impl
    return forward_call(*args, **kwargs)
  File "E:\ComfyUI-aki-v1.4\python\lib\site-packages\diffusers\models\unets\unet_2d_blocks.py", line 1465, in forward
    hidden_states = resnet(hidden_states, temb=None)
  File "E:\ComfyUI-aki-v1.4\python\lib\site-packages\torch\nn\modules\module.py", line 1532, in _wrapped_call_impl
    return self._call_impl(*args, **kwargs)
  File "E:\ComfyUI-aki-v1.4\python\lib\site-packages\torch\nn\modules\module.py", line 1541, in _call_impl
    return forward_call(*args, **kwargs)
  File "E:\ComfyUI-aki-v1.4\python\lib\site-packages\diffusers\models\resnet.py", line 332, in forward
    hidden_states = self.norm1(hidden_states)
  File "E:\ComfyUI-aki-v1.4\python\lib\site-packages\torch\nn\modules\module.py", line 1532, in _wrapped_call_impl
    return self._call_impl(*args, **kwargs)
  File "E:\ComfyUI-aki-v1.4\python\lib\site-packages\torch\nn\modules\module.py", line 1541, in _call_impl
    return forward_call(*args, **kwargs)
  File "E:\ComfyUI-aki-v1.4\python\lib\site-packages\torch\nn\modules\normalization.py", line 287, in forward
    return F.group_norm(
  File "E:\ComfyUI-aki-v1.4\python\lib\site-packages\torch\nn\functional.py", line 2588, in group_norm
    return torch.group_norm(input, num_groups, weight, bias, eps, torch.backends.cudnn.enabled)
torch.cuda.OutOfMemoryError: Allocation on device 

2024-09-03 05:19:54,053 - root - ERROR - Got an OOM, unloading all loaded models.
2024-09-03 05:19:54,070 - root - INFO - Prompt executed in 32.86 seconds

Attached Workflow

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

{"last_node_id":35,"last_link_id":36,"nodes":[{"id":32,"type":"PreviewImage","pos":{"0":399,"1":-387,"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0},"size":{"0":210,"1":246},"flags":{},"order":6,"mode":0,"inputs":[{"name":"images","type":"IMAGE","link":24,"label":"图像"}],"outputs":[],"properties":{"Node name for S&R":"PreviewImage"}},{"id":34,"type":"PreviewImage","pos":{"0":403,"1":222,"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0},"size":{"0":210,"1":246},"flags":{},"order":5,"mode":0,"inputs":[{"name":"images","type":"IMAGE","link":26,"label":"图像"}],"outputs":[],"properties":{"Node name for S&R":"PreviewImage"}},{"id":31,"type":"MaskToImage","pos":{"0":111,"1":-160,"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0},"size":{"0":210,"1":26},"flags":{},"order":4,"mode":0,"inputs":[{"name":"mask","type":"MASK","link":36,"label":"遮罩"}],"outputs":[{"name":"IMAGE","type":"IMAGE","links":[24,33],"slot_index":0,"shape":3,"label":"图像"}],"properties":{"Node name for S&R":"MaskToImage"}},{"id":20,"type":"PreviewImage","pos":{"0":1256,"1":-212,"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0},"size":{"0":660,"1":760},"flags":{},"order":8,"mode":0,"inputs":[{"name":"images","type":"IMAGE","link":34,"label":"图像"}],"outputs":[],"properties":{"Node name for S&R":"PreviewImage"}},{"id":15,"type":"LoadImage","pos":{"0":-730,"1":333,"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0},"size":{"0":315,"1":314},"flags":{},"order":0,"mode":0,"inputs":[],"outputs":[{"name":"IMAGE","type":"IMAGE","links":[31],"slot_index":0,"shape":3,"label":"图像"},{"name":"MASK","type":"MASK","links":null,"slot_index":1,"shape":3,"label":"遮罩"}],"properties":{"Node name for S&R":"LoadImage"},"widgets_values":["微信图片_20240901005148.png","image"]},{"id":12,"type":"PipelineLoader","pos":{"0":392,"1":-530,"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0},"size":{"0":210,"1":58},"flags":{},"order":1,"mode":0,"inputs":[],"outputs":[{"name":"PIPELINE","type":"PIPELINE","links":[28],"slot_index":0,"shape":3,"label":"PIPELINE"}],"properties":{"Node name for S&R":"PipelineLoader"},"widgets_values":["float16"]},{"id":35,"type":"IDM-VTON","pos":{"0":706,"1":14,"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0},"size":{"0":400,"1":374},"flags":{},"order":7,"mode":0,"inputs":[{"name":"pipeline","type":"PIPELINE","link":28,"label":"pipeline"},{"name":"human_img","type":"IMAGE","link":32,"label":"human_img"},{"name":"pose_img","type":"IMAGE","link":30,"label":"pose_img"},{"name":"mask_img","type":"IMAGE","link":33,"label":"mask_img"},{"name":"garment_img","type":"IMAGE","link":31,"label":"garment_img"}],"outputs":[{"name":"IMAGE","type":"IMAGE","links":[34],"slot_index":0,"shape":3,"label":"IMAGE"},{"name":"MASK","type":"MASK","links":null,"shape":3,"label":"MASK"}],"properties":{"Node name for S&R":"IDM-VTON"},"widgets_values":["dress,hanfu,","monochrome,lowres,bad anatomy,worst quality,low quality,",1024,1024,30,2,1,62334986027055,"randomize",false,false]},{"id":33,"type":"DensePosePreprocessor","pos":{"0":-200,"1":59,"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0},"size":{"0":315,"1":106},"flags":{},"order":3,"mode":0,"inputs":[{"name":"image","type":"IMAGE","link":25,"label":"图像"}],"outputs":[{"name":"IMAGE","type":"IMAGE","links":[26,30],"slot_index":0,"shape":3,"label":"图像"}],"properties":{"Node name for S&R":"DensePosePreprocessor"},"widgets_values":["densepose_r50_fpn_dl.torchscript","Parula (CivitAI)",1024]},{"id":14,"type":"LoadImage","pos":{"0":-736,"1":-55,"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0},"size":{"0":315,"1":314},"flags":{},"order":2,"mode":0,"inputs":[],"outputs":[{"name":"IMAGE","type":"IMAGE","links":[25,32],"slot_index":0,"shape":3,"label":"图像"},{"name":"MASK","type":"MASK","links":[36],"slot_index":1,"shape":3,"label":"遮罩"}],"properties":{"Node name for S&R":"LoadImage"},"widgets_values":["clipspace/clipspace-mask-303820.1999999997.png [input]","image"]}],"links":[[24,31,0,32,0,"IMAGE"],[25,14,0,33,0,"IMAGE"],[26,33,0,34,0,"IMAGE"],[28,12,0,35,0,"PIPELINE"],[30,33,0,35,2,"IMAGE"],[31,15,0,35,4,"IMAGE"],[32,14,0,35,1,"IMAGE"],[33,31,0,35,3,"IMAGE"],[34,35,0,20,0,"IMAGE"],[36,14,1,31,0,"MASK"]],"groups":[],"config":{},"extra":{"ds":{"scale":0.5644739300537778,"offset":[970.9294473500228,753.1002265497574]},"workspace_info":{"id":"ld_5_j7FKa3KF41yXgY_K"}},"version":0.4}

Additional Context

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant