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

An error happened while trying to locate the file on the Hub and we cannot find the requested files in the local cache. Please check your connection and try again or make sure your Internet connection is on. #75

Open
zmczmc123654 opened this issue Oct 20, 2024 · 0 comments

Comments

@zmczmc123654
Copy link

An error happened while trying to locate the file on the Hub and we cannot find the requested files in the local cache. Please check your connection and try again or make sure your Internet connection is on.

ComfyUI Error Report

Error Details

  • Node Type: AIO_Preprocessor
  • Exception Type: huggingface_hub.utils._errors.LocalEntryNotFoundError
  • Exception Message: An error happened while trying to locate the file on the Hub and we cannot find the requested files in the local cache. Please check your connection and try again or make sure your Internet connection is on.

Stack Trace

  File "D:\SDAI\ComfyUI-aki-v1.3\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 "D:\SDAI\ComfyUI-aki-v1.3\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 "D:\SDAI\ComfyUI-aki-v1.3\execution.py", line 169, in _map_node_over_list
    process_inputs(input_dict, i)

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

  File "D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\comfyui_controlnet_aux\__init__.py", line 120, in execute
    return getattr(aux_class(), aux_class.FUNCTION)(**params)

  File "D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\comfyui_controlnet_aux\node_wrappers\depth_anything_v2.py", line 23, in execute
    model = DepthAnythingV2Detector.from_pretrained(filename=ckpt_name).to(model_management.get_torch_device())

  File "D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\comfyui_controlnet_aux\src\custom_controlnet_aux\depth_anything_v2\__init__.py", line 30, in from_pretrained
    model_path = custom_hf_download(pretrained_model_or_path, filename)

  File "D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\comfyui_controlnet_aux\src\custom_controlnet_aux\util.py", line 333, in custom_hf_download
    model_path = hf_hub_download(repo_id=pretrained_model_or_path,

  File "<enhanced_experience patches.hfmirror.huggingface_hub>", line 47, in hf_hub_download_wrapper_inner

  File "D:\SDAI\ComfyUI-aki-v1.3\python\lib\site-packages\huggingface_hub\utils\_deprecation.py", line 101, in inner_f
    return f(*args, **kwargs)

  File "D:\SDAI\ComfyUI-aki-v1.3\python\lib\site-packages\huggingface_hub\utils\_validators.py", line 114, in _inner_fn
    return fn(*args, **kwargs)

  File "D:\SDAI\ComfyUI-aki-v1.3\python\lib\site-packages\huggingface_hub\file_download.py", line 1220, in hf_hub_download
    return _hf_hub_download_to_local_dir(

  File "D:\SDAI\ComfyUI-aki-v1.3\python\lib\site-packages\huggingface_hub\file_download.py", line 1468, in _hf_hub_download_to_local_dir
    _raise_on_head_call_error(head_call_error, force_download, local_files_only)

  File "D:\SDAI\ComfyUI-aki-v1.3\python\lib\site-packages\huggingface_hub\file_download.py", line 1857, in _raise_on_head_call_error
    raise LocalEntryNotFoundError(

System Information

  • ComfyUI Version: v0.2.2
  • Arguments: D:\SDAI\ComfyUI-aki-v1.3\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 Laptop GPU : cudaMallocAsync
    • Type: cuda
    • VRAM Total: 8585216000
    • VRAM Free: 7127334396
    • Torch VRAM Total: 301989888
    • Torch VRAM Free: 21134844

Logs

2024-10-20 15:05:30,993 - root - INFO - Total VRAM 8188 MB, total RAM 32043 MB
2024-10-20 15:05:30,994 - root - INFO - pytorch version: 2.3.1+cu121
2024-10-20 15:05:32,537 - root - INFO - xformers version: 0.0.27
2024-10-20 15:05:32,538 - root - INFO - Set vram state to: NORMAL_VRAM
2024-10-20 15:05:32,538 - root - INFO - Device: cuda:0 NVIDIA GeForce RTX 4060 Laptop GPU : cudaMallocAsync
2024-10-20 15:05:32,865 - root - INFO - Using xformers cross attention
2024-10-20 15:05:33,886 - root - INFO - [Prompt Server] web root: D:\SDAI\ComfyUI-aki-v1.3\web
2024-10-20 15:05:33,888 - root - INFO - Adding extra search path checkpoints D:/SDAI/sd-webui-aki-v4.8\models/Stable-diffusion
2024-10-20 15:05:33,888 - root - INFO - Adding extra search path configs D:/SDAI/sd-webui-aki-v4.8\models/Stable-diffusion
2024-10-20 15:05:33,888 - root - INFO - Adding extra search path vae D:/SDAI/sd-webui-aki-v4.8\models/VAE
2024-10-20 15:05:33,888 - root - INFO - Adding extra search path loras D:/SDAI/sd-webui-aki-v4.8\models/Lora
2024-10-20 15:05:33,888 - root - INFO - Adding extra search path loras D:/SDAI/sd-webui-aki-v4.8\models/LyCORIS
2024-10-20 15:05:33,888 - root - INFO - Adding extra search path upscale_models D:/SDAI/sd-webui-aki-v4.8\models/ESRGAN
2024-10-20 15:05:33,888 - root - INFO - Adding extra search path upscale_models D:/SDAI/sd-webui-aki-v4.8\models/RealESRGAN
2024-10-20 15:05:33,888 - root - INFO - Adding extra search path upscale_models D:/SDAI/sd-webui-aki-v4.8\models/SwinIR
2024-10-20 15:05:33,888 - root - INFO - Adding extra search path embeddings D:/SDAI/sd-webui-aki-v4.8\embeddings
2024-10-20 15:05:33,888 - root - INFO - Adding extra search path hypernetworks D:/SDAI/sd-webui-aki-v4.8\models/hypernetworks
2024-10-20 15:05:33,888 - root - INFO - Adding extra search path controlnet D:/SDAI/sd-webui-aki-v4.8\models/ControlNet
2024-10-20 15:05:51,938 - root - WARNING - Traceback (most recent call last):
  File "D:\SDAI\ComfyUI-aki-v1.3\nodes.py", line 1993, in load_custom_node
    module_spec.loader.exec_module(module)
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Disco-Diffusion\__init__.py", line 3, in <module>
    from .nodes import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS
  File "D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Disco-Diffusion\nodes.py", line 23, in <module>
    from guided_diffusion.script_util import create_model_and_diffusion, model_and_diffusion_defaults
ModuleNotFoundError: No module named 'guided_diffusion'

2024-10-20 15:05:51,938 - root - WARNING - Cannot import D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Disco-Diffusion module for custom nodes: No module named 'guided_diffusion'
2024-10-20 15:05:52,667 - root - WARNING - Traceback (most recent call last):
  File "D:\SDAI\ComfyUI-aki-v1.3\nodes.py", line 1993, in load_custom_node
    module_spec.loader.exec_module(module)
  File "<frozen importlib._bootstrap_external>", line 879, in exec_module
  File "<frozen importlib._bootstrap_external>", line 1016, in get_code
  File "<frozen importlib._bootstrap_external>", line 1073, in get_data
FileNotFoundError: [Errno 2] No such file or directory: 'D:\\SDAI\\ComfyUI-aki-v1.3\\custom_nodes\\ComfyUI-eesahesNodes\\__init__.py'

2024-10-20 15:05:52,667 - root - WARNING - Cannot import D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-eesahesNodes module for custom nodes: [Errno 2] No such file or directory: 'D:\\SDAI\\ComfyUI-aki-v1.3\\custom_nodes\\ComfyUI-eesahesNodes\\__init__.py'
2024-10-20 15:05:52,813 - root - INFO - Total VRAM 8188 MB, total RAM 32043 MB
2024-10-20 15:05:52,813 - root - INFO - pytorch version: 2.3.1+cu121
2024-10-20 15:05:52,813 - root - INFO - xformers version: 0.0.27
2024-10-20 15:05:52,813 - root - INFO - Set vram state to: NORMAL_VRAM
2024-10-20 15:05:52,813 - root - INFO - Device: cuda:0 NVIDIA GeForce RTX 4060 Laptop GPU : cudaMallocAsync
2024-10-20 15:05:53,657 - root - WARNING - Traceback (most recent call last):
  File "D:\SDAI\ComfyUI-aki-v1.3\nodes.py", line 1993, in load_custom_node
    module_spec.loader.exec_module(module)
  File "<frozen importlib._bootstrap_external>", line 879, in exec_module
  File "<frozen importlib._bootstrap_external>", line 1016, in get_code
  File "<frozen importlib._bootstrap_external>", line 1073, in get_data
FileNotFoundError: [Errno 2] No such file or directory: 'D:\\SDAI\\ComfyUI-aki-v1.3\\custom_nodes\\ComfyUI-LayerDivider\\__init__.py'

2024-10-20 15:05:53,657 - root - WARNING - Cannot import D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-LayerDivider module for custom nodes: [Errno 2] No such file or directory: 'D:\\SDAI\\ComfyUI-aki-v1.3\\custom_nodes\\ComfyUI-LayerDivider\\__init__.py'
2024-10-20 15:05:54,760 - root - INFO - --------------
2024-10-20 15:05:54,760 - root - INFO - �[91m ### Mixlab Nodes: �[93mLoaded
2024-10-20 15:05:54,760 - root - INFO - ChatGPT.available True
2024-10-20 15:05:54,761 - root - INFO - edit_mask.available True
2024-10-20 15:05:54,768 - root - INFO - LaMaInpainting.available True
2024-10-20 15:05:54,908 - root - INFO - ClipInterrogator.available True
2024-10-20 15:05:54,963 - root - INFO - PromptGenerate.available True
2024-10-20 15:05:54,963 - root - INFO - ChinesePrompt.available True
2024-10-20 15:05:54,963 - root - INFO - RembgNode_.available True
2024-10-20 15:05:55,395 - root - INFO - TripoSR.available
2024-10-20 15:05:55,396 - root - INFO - �[93m -------------- �[0m
2024-10-20 15:05:55,423 - root - WARNING - Traceback (most recent call last):
  File "D:\SDAI\ComfyUI-aki-v1.3\nodes.py", line 1993, in load_custom_node
    module_spec.loader.exec_module(module)
  File "<frozen importlib._bootstrap_external>", line 879, in exec_module
  File "<frozen importlib._bootstrap_external>", line 1016, in get_code
  File "<frozen importlib._bootstrap_external>", line 1073, in get_data
FileNotFoundError: [Errno 2] No such file or directory: 'D:\\SDAI\\ComfyUI-aki-v1.3\\custom_nodes\\ComfyUI-Pymunk\\__init__.py'

2024-10-20 15:05:55,423 - root - WARNING - Cannot import D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Pymunk module for custom nodes: [Errno 2] No such file or directory: 'D:\\SDAI\\ComfyUI-aki-v1.3\\custom_nodes\\ComfyUI-Pymunk\\__init__.py'
2024-10-20 15:06:12,633 - root - WARNING - Traceback (most recent call last):
  File "D:\SDAI\ComfyUI-aki-v1.3\nodes.py", line 1993, in load_custom_node
    module_spec.loader.exec_module(module)
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\Comfyui_Lama\__init__.py", line 1, in <module>
    from .LamaRemove import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS
  File "D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\Comfyui_Lama\LamaRemove.py", line 13, in <module>
    from saicinpainting.training.trainers import load_checkpoint
  File "D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\Comfyui_Lama\saicinpainting\training\trainers\__init__.py", line 3, in <module>
    from saicinpainting.training.trainers.default import DefaultInpaintingTrainingModule
  File "D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\Comfyui_Lama\saicinpainting\training\trainers\default.py", line 7, in <module>
    from saicinpainting.training.data.datasets import make_constant_area_crop_params
  File "D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\Comfyui_Lama\saicinpainting\training\data\datasets.py", line 20, in <module>
    from saicinpainting.training.data.aug import IAAAffine2, IAAPerspective2
  File "D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\Comfyui_Lama\saicinpainting\training\data\aug.py", line 1, in <module>
    from albumentations import DualIAATransform, to_tuple
ImportError: cannot import name 'DualIAATransform' from 'albumentations' (D:\SDAI\ComfyUI-aki-v1.3\python\lib\site-packages\albumentations\__init__.py)

2024-10-20 15:06:12,633 - root - WARNING - Cannot import D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\Comfyui_Lama module for custom nodes: cannot import name 'DualIAATransform' from 'albumentations' (D:\SDAI\ComfyUI-aki-v1.3\python\lib\site-packages\albumentations\__init__.py)
2024-10-20 15:06:12,836 - root - WARNING - Traceback (most recent call last):
  File "D:\SDAI\ComfyUI-aki-v1.3\nodes.py", line 1993, in load_custom_node
    module_spec.loader.exec_module(module)
  File "<frozen importlib._bootstrap_external>", line 879, in exec_module
  File "<frozen importlib._bootstrap_external>", line 1016, in get_code
  File "<frozen importlib._bootstrap_external>", line 1073, in get_data
FileNotFoundError: [Errno 2] No such file or directory: 'D:\\SDAI\\ComfyUI-aki-v1.3\\custom_nodes\\ComfyUI_MiniCPM-V\\__init__.py'

2024-10-20 15:06:12,836 - root - WARNING - Cannot import D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI_MiniCPM-V module for custom nodes: [Errno 2] No such file or directory: 'D:\\SDAI\\ComfyUI-aki-v1.3\\custom_nodes\\ComfyUI_MiniCPM-V\\__init__.py'
2024-10-20 15:06:12,887 - root - WARNING - Traceback (most recent call last):
  File "D:\SDAI\ComfyUI-aki-v1.3\nodes.py", line 1993, in load_custom_node
    module_spec.loader.exec_module(module)
  File "<frozen importlib._bootstrap_external>", line 879, in exec_module
  File "<frozen importlib._bootstrap_external>", line 1016, in get_code
  File "<frozen importlib._bootstrap_external>", line 1073, in get_data
FileNotFoundError: [Errno 2] No such file or directory: 'D:\\SDAI\\ComfyUI-aki-v1.3\\custom_nodes\\Comfyui_MiniCPMv2_6-prompt-generator\\__init__.py'

2024-10-20 15:06:12,888 - root - WARNING - Cannot import D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\Comfyui_MiniCPMv2_6-prompt-generator module for custom nodes: [Errno 2] No such file or directory: 'D:\\SDAI\\ComfyUI-aki-v1.3\\custom_nodes\\Comfyui_MiniCPMv2_6-prompt-generator\\__init__.py'
2024-10-20 15:06:13,245 - root - WARNING - Traceback (most recent call last):
  File "D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\IC-Light-ComfyUI-Node\nodes.py", line 19, in <module>
    from diffusers.loaders.single_file_utils import (
ImportError: cannot import name 'create_vae_diffusers_config' from 'diffusers.loaders.single_file_utils' (D:\SDAI\ComfyUI-aki-v1.3\python\lib\site-packages\diffusers\loaders\single_file_utils.py)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "D:\SDAI\ComfyUI-aki-v1.3\nodes.py", line 1993, in load_custom_node
    module_spec.loader.exec_module(module)
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\IC-Light-ComfyUI-Node\__init__.py", line 1, in <module>
    from .nodes import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS
  File "D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\IC-Light-ComfyUI-Node\nodes.py", line 27, in <module>
    raise ImportError("Diffusers version too old. Please update to 0.26.0 minimum.")
ImportError: Diffusers version too old. Please update to 0.26.0 minimum.

2024-10-20 15:06:13,245 - root - WARNING - Cannot import D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\IC-Light-ComfyUI-Node module for custom nodes: Diffusers version too old. Please update to 0.26.0 minimum.
2024-10-20 15:06:20,567 - root - INFO - 
Import times for custom nodes:
2024-10-20 15:06:20,567 - root - INFO -    0.0 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\rembg-comfyui-node-better
2024-10-20 15:06:20,567 - root - INFO -    0.0 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\rembg-comfyui-node
2024-10-20 15:06:20,567 - root - INFO -    0.0 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\websocket_image_save.py
2024-10-20 15:06:20,567 - root - INFO -    0.0 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\AIGODLIKE-ComfyUI-Translation
2024-10-20 15:06:20,567 - root - INFO -    0.0 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\sdxl_prompt_styler
2024-10-20 15:06:20,567 - root - INFO -    0.0 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\cg-use-everywhere
2024-10-20 15:06:20,567 - root - INFO -    0.0 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-IC-Light-Native
2024-10-20 15:06:20,567 - root - INFO -    0.0 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ControlNet-LLLite-ComfyUI
2024-10-20 15:06:20,567 - root - INFO -    0.0 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI_ADV_CLIP_emb
2024-10-20 15:06:20,567 - root - INFO -    0.0 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI_TiledKSampler
2024-10-20 15:06:20,567 - root - INFO -    0.0 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI_IPAdapter_plus
2024-10-20 15:06:20,567 - root - INFO -    0.0 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\FreeU_Advanced
2024-10-20 15:06:20,567 - root - INFO -    0.0 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\stability-ComfyUI-nodes
2024-10-20 15:06:20,567 - root - INFO -    0.0 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Eagle-PNGInfo
2024-10-20 15:06:20,567 - root - INFO -    0.0 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyLiterals
2024-10-20 15:06:20,567 - root - INFO -    0.0 seconds (IMPORT FAILED): D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\Comfyui_MiniCPMv2_6-prompt-generator
2024-10-20 15:06:20,567 - root - INFO -    0.0 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\efficiency-nodes-comfyui
2024-10-20 15:06:20,567 - root - INFO -    0.0 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI_densediffusion
2024-10-20 15:06:20,567 - root - INFO -    0.0 seconds (IMPORT FAILED): D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI_MiniCPM-V
2024-10-20 15:06:20,567 - root - INFO -    0.0 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\wlsh_nodes
2024-10-20 15:06:20,567 - root - INFO -    0.0 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-AutomaticCFG
2024-10-20 15:06:20,567 - root - INFO -    0.0 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\comfyui-lama-remover
2024-10-20 15:06:20,567 - root - INFO -    0.0 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI_InstantID
2024-10-20 15:06:20,567 - root - INFO -    0.0 seconds (IMPORT FAILED): D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-LayerDivider
2024-10-20 15:06:20,567 - root - INFO -    0.0 seconds (IMPORT FAILED): D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-eesahesNodes
2024-10-20 15:06:20,567 - root - INFO -    0.0 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-VideoHelperSuite
2024-10-20 15:06:20,567 - root - INFO -    0.0 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI_experiments
2024-10-20 15:06:20,568 - root - INFO -    0.0 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-WD14-Tagger
2024-10-20 15:06:20,568 - root - INFO -    0.0 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-enricos-nodes
2024-10-20 15:06:20,568 - root - INFO -    0.0 seconds (IMPORT FAILED): D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Pymunk
2024-10-20 15:06:20,568 - root - INFO -    0.0 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\PowerNoiseSuite
2024-10-20 15:06:20,568 - root - INFO -    0.0 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI_JPS-Nodes
2024-10-20 15:06:20,568 - root - INFO -    0.0 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Kolors-MZ
2024-10-20 15:06:20,568 - root - INFO -    0.0 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\comfyui_controlnet_aux
2024-10-20 15:06:20,568 - root - INFO -    0.0 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI_omost
2024-10-20 15:06:20,568 - root - INFO -    0.0 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI_nodes
2024-10-20 15:06:20,568 - root - INFO -    0.0 seconds (IMPORT FAILED): D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\IC-Light-ComfyUI-Node
2024-10-20 15:06:20,568 - root - INFO -    0.0 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-layerdiffuse
2024-10-20 15:06:20,568 - root - INFO -    0.0 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI_FizzNodes
2024-10-20 15:06:20,568 - root - INFO -    0.0 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\StableDiffusion-dpmpp_2m_alt-Sampler
2024-10-20 15:06:20,568 - root - INFO -    0.0 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\images-grid-comfy-plugin
2024-10-20 15:06:20,568 - root - INFO -    0.0 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Image-Filters
2024-10-20 15:06:20,568 - root - INFO -    0.0 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Custom-Scripts
2024-10-20 15:06:20,568 - root - INFO -    0.0 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\img2txt-comfyui-nodes
2024-10-20 15:06:20,568 - root - INFO -    0.0 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\comfy-image-saver
2024-10-20 15:06:20,568 - root - INFO -    0.0 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Text_Image-Composite
2024-10-20 15:06:20,568 - root - INFO -    0.0 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyMath
2024-10-20 15:06:20,568 - root - INFO -    0.0 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Impact-Pack
2024-10-20 15:06:20,568 - root - INFO -    0.0 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI_UltimateSDUpscale
2024-10-20 15:06:20,568 - root - INFO -    0.0 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI_essentials
2024-10-20 15:06:20,568 - root - INFO -    0.0 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\x-flux-comfyui-dev-advip
2024-10-20 15:06:20,568 - root - INFO -    0.0 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-LogicUtils
2024-10-20 15:06:20,568 - root - INFO -    0.0 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-PixArt-alpha-Diffusers
2024-10-20 15:06:20,568 - root - INFO -    0.0 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\x-flux-comfyui
2024-10-20 15:06:20,568 - root - INFO -    0.0 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Frame-Interpolation
2024-10-20 15:06:20,568 - root - INFO -    0.0 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-GGUF
2024-10-20 15:06:20,568 - root - INFO -    0.0 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-segment-anything-2
2024-10-20 15:06:20,568 - root - INFO -    0.0 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-KJNodes
2024-10-20 15:06:20,568 - root - INFO -    0.0 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\Derfuu_ComfyUI_ModdedNodes
2024-10-20 15:06:20,568 - root - INFO -    0.0 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Advanced-ControlNet
2024-10-20 15:06:20,568 - root - INFO -    0.0 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\CharacterFaceSwap
2024-10-20 15:06:20,568 - root - INFO -    0.0 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Marigold
2024-10-20 15:06:20,568 - root - INFO -    0.0 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\rgthree-comfy
2024-10-20 15:06:20,568 - root - INFO -    0.0 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Allor
2024-10-20 15:06:20,568 - root - INFO -    0.0 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-JDCN
2024-10-20 15:06:20,568 - root - INFO -    0.0 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-AnimateDiff-Evolved
2024-10-20 15:06:20,568 - root - INFO -    0.0 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\comfyui_bmad_nodes
2024-10-20 15:06:20,568 - root - INFO -    0.0 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI_MiniCPM-V-2_6-int4
2024-10-20 15:06:20,568 - root - INFO -    0.1 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI_bitsandbytes_NF4-master
2024-10-20 15:06:20,568 - root - INFO -    0.1 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI_Comfyroll_CustomNodes
2024-10-20 15:06:20,568 - root - INFO -    0.1 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Inspire-Pack
2024-10-20 15:06:20,568 - root - INFO -    0.1 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\comfyui-workspace-manager
2024-10-20 15:06:20,568 - root - INFO -    0.1 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Llama
2024-10-20 15:06:20,569 - root - INFO -    0.1 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-IC-Light
2024-10-20 15:06:20,569 - root - INFO -    0.1 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI_tinyterraNodes
2024-10-20 15:06:20,569 - root - INFO -    0.1 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\comfy_mtb
2024-10-20 15:06:20,569 - root - INFO -    0.1 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\Comfyui-ergouzi-Nodes
2024-10-20 15:06:20,569 - root - INFO -    0.1 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\PuLID_ComfyUI
2024-10-20 15:06:20,569 - root - INFO -    0.1 seconds (IMPORT FAILED): D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\Comfyui_Lama
2024-10-20 15:06:20,569 - root - INFO -    0.1 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\comfyui-instantId-faceswap
2024-10-20 15:06:20,569 - root - INFO -    0.1 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-DepthAnythingV2
2024-10-20 15:06:20,569 - root - INFO -    0.1 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\comfyui-reactor-node
2024-10-20 15:06:20,569 - root - INFO -    0.1 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\comfyui_segment_anything
2024-10-20 15:06:20,569 - root - INFO -    0.2 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI_LayerStyle
2024-10-20 15:06:20,569 - root - INFO -    0.3 seconds (IMPORT FAILED): D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Disco-Diffusion
2024-10-20 15:06:20,569 - root - INFO -    0.3 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\clipseg.py
2024-10-20 15:06:20,569 - root - INFO -    0.6 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Inspyrenet-Rembg
2024-10-20 15:06:20,569 - root - INFO -    0.6 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-SUPIR
2024-10-20 15:06:20,569 - root - INFO -    0.7 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Manager
2024-10-20 15:06:20,569 - root - INFO -    0.7 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Easy-Use
2024-10-20 15:06:20,569 - root - INFO -    0.8 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-BiRefNet-ZHO
2024-10-20 15:06:20,569 - root - INFO -    1.0 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\comfyui-mixlab-nodes
2024-10-20 15:06:20,569 - root - INFO -    1.1 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\batchImg-rembg-ComfyUI-nodes
2024-10-20 15:06:20,569 - root - INFO -    2.3 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\comfyui-art-venture
2024-10-20 15:06:20,569 - root - INFO -    3.4 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Diffusers
2024-10-20 15:06:20,569 - root - INFO -    7.1 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\was-node-suite-comfyui
2024-10-20 15:06:20,569 - root - INFO -    8.4 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Crystools
2024-10-20 15:06:20,569 - root - INFO -   16.1 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI_Custom_Nodes_AlekPet
2024-10-20 15:06:20,569 - root - INFO - 
2024-10-20 15:06:20,591 - root - INFO - 

2024-10-20 15:06:20,591 - root - INFO - 

Starting server
2024-10-20 15:06:20,591 - root - INFO - �[93mTo see the GUI go to: http://192.168.1.188:8188 or http://127.0.0.1:8188
2024-10-20 15:06:20,591 - root - INFO - �[93mTo see the GUI go to: https://192.168.1.188:8189 or https://127.0.0.1:8189�[0m
2024-10-20 15:07:28,416 - root - INFO - got prompt
2024-10-20 15:07:29,896 - root - INFO - model weight dtype torch.float16, manual cast: None
2024-10-20 15:07:29,898 - root - INFO - model_type EPS
2024-10-20 15:07:30,348 - root - INFO - Using xformers attention in VAE
2024-10-20 15:07:30,349 - root - INFO - Using xformers attention in VAE
2024-10-20 15:07:34,874 - root - INFO - Requested to load SD1ClipModel
2024-10-20 15:07:34,874 - root - INFO - Loading 1 new model
2024-10-20 15:07:35,162 - root - INFO - loaded completely 0.0 235.84423828125 True
2024-10-20 15:07:35,275 - root - INFO - got prompt
2024-10-20 15:07:35,367 - root - INFO - Processing interrupted
2024-10-20 15:07:35,367 - root - INFO - Prompt executed in 6.76 seconds
2024-10-20 15:07:35,953 - root - INFO - got prompt
2024-10-20 15:07:36,192 - root - INFO - got prompt
2024-10-20 15:07:37,285 - root - INFO - Processing interrupted
2024-10-20 15:07:37,286 - root - INFO - Prompt executed in 1.35 seconds
2024-10-20 15:08:00,841 - root - ERROR - !!! Exception during processing !!! An error happened while trying to locate the file on the Hub and we cannot find the requested files in the local cache. Please check your connection and try again or make sure your Internet connection is on.
2024-10-20 15:08:00,846 - root - ERROR - Traceback (most recent call last):
  File "D:\SDAI\ComfyUI-aki-v1.3\python\lib\site-packages\urllib3\connection.py", line 174, in _new_conn
    conn = connection.create_connection(
  File "D:\SDAI\ComfyUI-aki-v1.3\python\lib\site-packages\urllib3\util\connection.py", line 95, in create_connection
    raise err
  File "D:\SDAI\ComfyUI-aki-v1.3\python\lib\site-packages\urllib3\util\connection.py", line 85, in create_connection
    sock.connect(sa)
TimeoutError: [WinError 10060] 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "D:\SDAI\ComfyUI-aki-v1.3\python\lib\site-packages\urllib3\connectionpool.py", line 715, in urlopen
    httplib_response = self._make_request(
  File "D:\SDAI\ComfyUI-aki-v1.3\python\lib\site-packages\urllib3\connectionpool.py", line 404, in _make_request
    self._validate_conn(conn)
  File "D:\SDAI\ComfyUI-aki-v1.3\python\lib\site-packages\urllib3\connectionpool.py", line 1058, in _validate_conn
    conn.connect()
  File "D:\SDAI\ComfyUI-aki-v1.3\python\lib\site-packages\urllib3\connection.py", line 363, in connect
    self.sock = conn = self._new_conn()
  File "D:\SDAI\ComfyUI-aki-v1.3\python\lib\site-packages\urllib3\connection.py", line 179, in _new_conn
    raise ConnectTimeoutError(
urllib3.exceptions.ConnectTimeoutError: (<urllib3.connection.HTTPSConnection object at 0x000001B4091C4520>, 'Connection to huggingface.co timed out. (connect timeout=100)')

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "D:\SDAI\ComfyUI-aki-v1.3\python\lib\site-packages\requests\adapters.py", line 667, in send
    resp = conn.urlopen(
  File "D:\SDAI\ComfyUI-aki-v1.3\python\lib\site-packages\urllib3\connectionpool.py", line 799, in urlopen
    retries = retries.increment(
  File "D:\SDAI\ComfyUI-aki-v1.3\python\lib\site-packages\urllib3\util\retry.py", line 592, in increment
    raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='huggingface.co', port=443): Max retries exceeded with url: /depth-anything/Depth-Anything-V2-Large/resolve/main/depth_anything_v2_vitl.pth (Caused by ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x000001B4091C4520>, 'Connection to huggingface.co timed out. (connect timeout=100)'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "D:\SDAI\ComfyUI-aki-v1.3\python\lib\site-packages\huggingface_hub\file_download.py", line 1751, in _get_metadata_or_catch_error
    metadata = get_hf_file_metadata(
  File "D:\SDAI\ComfyUI-aki-v1.3\python\lib\site-packages\huggingface_hub\utils\_validators.py", line 114, in _inner_fn
    return fn(*args, **kwargs)
  File "D:\SDAI\ComfyUI-aki-v1.3\python\lib\site-packages\huggingface_hub\file_download.py", line 1673, in get_hf_file_metadata
    r = _request_wrapper(
  File "D:\SDAI\ComfyUI-aki-v1.3\python\lib\site-packages\huggingface_hub\file_download.py", line 376, in _request_wrapper
    response = _request_wrapper(
  File "D:\SDAI\ComfyUI-aki-v1.3\python\lib\site-packages\huggingface_hub\file_download.py", line 399, in _request_wrapper
    response = get_session().request(method=method, url=url, **params)
  File "D:\SDAI\ComfyUI-aki-v1.3\python\lib\site-packages\requests\sessions.py", line 589, in request
    resp = self.send(prep, **send_kwargs)
  File "D:\SDAI\ComfyUI-aki-v1.3\python\lib\site-packages\requests\sessions.py", line 703, in send
    r = adapter.send(request, **kwargs)
  File "D:\SDAI\ComfyUI-aki-v1.3\python\lib\site-packages\huggingface_hub\utils\_http.py", line 66, in send
    return super().send(request, *args, **kwargs)
  File "D:\SDAI\ComfyUI-aki-v1.3\python\lib\site-packages\requests\adapters.py", line 688, in send
    raise ConnectTimeout(e, request=request)
requests.exceptions.ConnectTimeout: (MaxRetryError("HTTPSConnectionPool(host='huggingface.co', port=443): Max retries exceeded with url: /depth-anything/Depth-Anything-V2-Large/resolve/main/depth_anything_v2_vitl.pth (Caused by ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x000001B4091C4520>, 'Connection to huggingface.co timed out. (connect timeout=100)'))"), '(Request ID: 810a84a7-853b-48cb-872b-49108054689d)')

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

Traceback (most recent call last):
  File "D:\SDAI\ComfyUI-aki-v1.3\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 "D:\SDAI\ComfyUI-aki-v1.3\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 "D:\SDAI\ComfyUI-aki-v1.3\execution.py", line 169, in _map_node_over_list
    process_inputs(input_dict, i)
  File "D:\SDAI\ComfyUI-aki-v1.3\execution.py", line 158, in process_inputs
    results.append(getattr(obj, func)(**inputs))
  File "D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\comfyui_controlnet_aux\__init__.py", line 120, in execute
    return getattr(aux_class(), aux_class.FUNCTION)(**params)
  File "D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\comfyui_controlnet_aux\node_wrappers\depth_anything_v2.py", line 23, in execute
    model = DepthAnythingV2Detector.from_pretrained(filename=ckpt_name).to(model_management.get_torch_device())
  File "D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\comfyui_controlnet_aux\src\custom_controlnet_aux\depth_anything_v2\__init__.py", line 30, in from_pretrained
    model_path = custom_hf_download(pretrained_model_or_path, filename)
  File "D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\comfyui_controlnet_aux\src\custom_controlnet_aux\util.py", line 333, in custom_hf_download
    model_path = hf_hub_download(repo_id=pretrained_model_or_path,
  File "<enhanced_experience patches.hfmirror.huggingface_hub>", line 47, in hf_hub_download_wrapper_inner
  File "D:\SDAI\ComfyUI-aki-v1.3\python\lib\site-packages\huggingface_hub\utils\_deprecation.py", line 101, in inner_f
    return f(*args, **kwargs)
  File "D:\SDAI\ComfyUI-aki-v1.3\python\lib\site-packages\huggingface_hub\utils\_validators.py", line 114, in _inner_fn
    return fn(*args, **kwargs)
  File "D:\SDAI\ComfyUI-aki-v1.3\python\lib\site-packages\huggingface_hub\file_download.py", line 1220, in hf_hub_download
    return _hf_hub_download_to_local_dir(
  File "D:\SDAI\ComfyUI-aki-v1.3\python\lib\site-packages\huggingface_hub\file_download.py", line 1468, in _hf_hub_download_to_local_dir
    _raise_on_head_call_error(head_call_error, force_download, local_files_only)
  File "D:\SDAI\ComfyUI-aki-v1.3\python\lib\site-packages\huggingface_hub\file_download.py", line 1857, in _raise_on_head_call_error
    raise LocalEntryNotFoundError(
huggingface_hub.utils._errors.LocalEntryNotFoundError: An error happened while trying to locate the file on the Hub and we cannot find the requested files in the local cache. Please check your connection and try again or make sure your Internet connection is on.

2024-10-20 15:08:00,847 - root - INFO - Prompt executed in 23.56 seconds

Attached Workflow

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

{"last_node_id":360,"last_link_id":831,"nodes":[{"id":351,"type":"Image Remove Background (rembg)","pos":{"0":-50,"1":-450},"size":{"0":260.3999938964844,"1":58},"flags":{},"order":9,"mode":0,"inputs":[{"name":"image","type":"IMAGE","link":819,"label":"image"}],"outputs":[{"name":"IMAGE","type":"IMAGE","links":[820],"slot_index":0,"shape":3,"label":"IMAGE"}],"properties":{"Node name for S&R":"Image Remove Background (rembg)"},"widgets_values":["u2net"]},{"id":123,"type":"CLIPTextEncode","pos":{"0":1150,"1":-1200},"size":{"0":417.5032653808594,"1":154.69677734375},"flags":{"collapsed":false},"order":13,"mode":0,"inputs":[{"name":"clip","type":"CLIP","link":225,"label":"clip"}],"outputs":[{"name":"CONDITIONING","type":"CONDITIONING","links":[411],"slot_index":0,"label":"CONDITIONING"}],"properties":{"Node name for S&R":"CLIPTextEncode"},"widgets_values":["lifeless, horror, painting, cgi, illustration, low_quality, blurry, vampire, unrealistic, drawing,  text, watermark, bad_quality"],"color":"#322","bgcolor":"#533"},{"id":198,"type":"PreviewImage","pos":{"0":1950,"1":-1200},"size":{"0":210,"1":246},"flags":{},"order":21,"mode":0,"inputs":[{"name":"images","type":"IMAGE","link":426,"label":"images"}],"outputs":[],"properties":{"Node name for S&R":"PreviewImage"}},{"id":126,"type":"VAEEncode","pos":{"0":2200,"1":-1200},"size":{"0":210,"1":46},"flags":{},"order":19,"mode":0,"inputs":[{"name":"pixels","type":"IMAGE","link":673,"label":"pixels"},{"name":"vae","type":"VAE","link":230,"label":"vae"}],"outputs":[{"name":"LATENT","type":"LATENT","links":[231],"slot_index":0,"shape":3,"label":"LATENT"}],"properties":{"Node name for S&R":"VAEEncode"}},{"id":349,"type":"Image Remove Background (rembg)","pos":{"0":-50,"1":50},"size":{"0":260.3999938964844,"1":58},"flags":{},"order":10,"mode":0,"inputs":[{"name":"image","type":"IMAGE","link":816,"label":"image"}],"outputs":[{"name":"IMAGE","type":"IMAGE","links":[818],"slot_index":0,"shape":3,"label":"IMAGE"}],"properties":{"Node name for S&R":"Image Remove Background (rembg)"},"widgets_values":["u2net"]},{"id":352,"type":"PerturbedAttentionGuidance","pos":{"0":2250,"1":-200},"size":{"0":218.39999389648438,"1":58},"flags":{},"order":11,"mode":0,"inputs":[{"name":"model","type":"MODEL","link":822,"label":"model"}],"outputs":[{"name":"MODEL","type":"MODEL","links":[823],"slot_index":0,"shape":3,"label":"MODEL"}],"properties":{"Node name for S&R":"PerturbedAttentionGuidance"},"widgets_values":[3]},{"id":346,"type":"CompositorTransformsOutV3","pos":{"0":2550,"1":-1200},"size":{"0":453.5999755859375,"1":266},"flags":{},"order":16,"mode":0,"inputs":[{"name":"transforms","type":"STRING","link":806,"widget":{"name":"transforms"},"label":"transforms"}],"outputs":[{"name":"x","type":"INT","links":null,"shape":3,"label":"x"},{"name":"y","type":"INT","links":null,"shape":3,"label":"y"},{"name":"width","type":"INT","links":null,"shape":3,"label":"width"},{"name":"height","type":"INT","links":null,"shape":3,"label":"height"},{"name":"angle","type":"INT","links":null,"shape":3,"label":"angle"},{"name":"bbox x","type":"INT","links":null,"shape":3,"label":"bbox x"},{"name":"bbox y","type":"INT","links":null,"shape":3,"label":"bbox y"},{"name":"bbox width","type":"INT","links":null,"shape":3,"label":"bbox width"},{"name":"bbox height","type":"INT","links":null,"shape":3,"label":"bbox height"}],"properties":{"Node name for S&R":"CompositorTransformsOutV3"},"widgets_values":["",1,true]},{"id":119,"type":"KSampler","pos":{"0":2250,"1":-800},"size":{"0":256.9302062988281,"1":262},"flags":{},"order":22,"mode":0,"inputs":[{"name":"model","type":"MODEL","link":823,"label":"model"},{"name":"positive","type":"CONDITIONING","link":413,"label":"positive"},{"name":"negative","type":"CONDITIONING","link":414,"label":"negative"},{"name":"latent_image","type":"LATENT","link":231,"label":"latent_image"}],"outputs":[{"name":"LATENT","type":"LATENT","links":[226],"slot_index":0,"label":"LATENT"}],"properties":{"Node name for S&R":"KSampler"},"widgets_values":[977862159117587,"fixed",35,4.5,"deis","beta",1]},{"id":297,"type":"PreviewImage","pos":{"0":2550,"1":-750},"size":{"0":1300,"1":1050},"flags":{},"order":24,"mode":0,"inputs":[{"name":"images","type":"IMAGE","link":670,"label":"images"}],"outputs":[],"properties":{"Node name for S&R":"PreviewImage"}},{"id":122,"type":"CLIPTextEncode","pos":{"0":700,"1":-1200},"size":{"0":422.84503173828125,"1":164.31304931640625},"flags":{},"order":12,"mode":0,"inputs":[{"name":"clip","type":"CLIP","link":224,"label":"clip"}],"outputs":[{"name":"CONDITIONING","type":"CONDITIONING","links":[410],"slot_index":0,"label":"CONDITIONING"}],"properties":{"Node name for S&R":"CLIPTextEncode"},"widgets_values":["cinematic photograph of a viking warrior in a forest AMD a black wolf AND color grading and film grain AND cinematic AND 4K AND HDR"],"color":"#232","bgcolor":"#353"},{"id":193,"type":"ControlNetApplyAdvanced","pos":{"0":2250,"1":-450},"size":{"0":240.27142333984375,"1":166},"flags":{},"order":20,"mode":0,"inputs":[{"name":"positive","type":"CONDITIONING","link":410,"label":"positive"},{"name":"negative","type":"CONDITIONING","link":411,"label":"negative"},{"name":"control_net","type":"CONTROL_NET","link":423,"label":"control_net"},{"name":"image","type":"IMAGE","link":425,"label":"image"}],"outputs":[{"name":"positive","type":"CONDITIONING","links":[413],"slot_index":0,"shape":3,"label":"positive"},{"name":"negative","type":"CONDITIONING","links":[414],"slot_index":1,"shape":3,"label":"negative"}],"properties":{"Node name for S&R":"ControlNetApplyAdvanced"},"widgets_values":[0.5,0,0.8300000000000001]},{"id":347,"type":"CompositorTools3","pos":{"0":300,"1":-250},"size":{"0":310.79998779296875,"1":106},"flags":{},"order":0,"mode":0,"inputs":[],"outputs":[{"name":"tools","type":"BOOLEAN","links":[807],"shape":3,"label":"tools"}],"properties":{"Node name for S&R":"CompositorTools3"}},{"id":124,"type":"VAEDecode","pos":{"0":2200,"1":-1100},"size":{"0":140,"1":46},"flags":{},"order":23,"mode":0,"inputs":[{"name":"samples","type":"LATENT","link":226,"label":"samples"},{"name":"vae","type":"VAE","link":227,"label":"vae"}],"outputs":[{"name":"IMAGE","type":"IMAGE","links":[670,826],"slot_index":0,"label":"IMAGE"}],"properties":{"Node name for S&R":"VAEDecode"}},{"id":359,"type":"SaveImage","pos":{"0":2300,"1":350},"size":{"0":1550,"1":1050},"flags":{},"order":27,"mode":0,"inputs":[{"name":"images","type":"IMAGE","link":828,"label":"images"}],"outputs":[],"properties":{"Node name for S&R":"SaveImage"},"widgets_values":["ComfyUI"]},{"id":353,"type":"Text_Image_Zho","pos":{"0":35,"1":499},"size":{"0":210,"1":466},"flags":{},"order":1,"mode":0,"inputs":[],"outputs":[{"name":"image","type":"IMAGE","links":[831],"slot_index":0,"shape":3,"label":"image"}],"properties":{"Node name for S&R":"Text_Image_Zho"},"widgets_values":["V 3.1.0","NotoSans-Regular","left",0,22,"#000103",0,"#ffffff",0,0,200,200,false,false,100,180,360]},{"id":357,"type":"CompositorConfig3","pos":{"0":350,"1":350},"size":{"0":315,"1":502},"flags":{},"order":25,"mode":0,"inputs":[{"name":"image1","type":"IMAGE","link":826,"label":"image1"},{"name":"mask1","type":"MASK","link":null,"label":"mask1"},{"name":"image2","type":"IMAGE","link":null,"label":"image2"},{"name":"mask2","type":"MASK","link":null,"label":"mask2"},{"name":"image3","type":"IMAGE","link":null,"label":"image3"},{"name":"mask3","type":"MASK","link":null,"label":"mask3"},{"name":"image4","type":"IMAGE","link":831,"label":"image4"},{"name":"mask4","type":"MASK","link":null,"label":"mask4"},{"name":"image5","type":"IMAGE","link":null,"label":"image5"},{"name":"mask5","type":"MASK","link":null,"label":"mask5"},{"name":"image6","type":"IMAGE","link":null,"label":"image6"},{"name":"mask6","type":"MASK","link":null,"label":"mask6"},{"name":"image7","type":"IMAGE","link":null,"label":"image7"},{"name":"mask7","type":"MASK","link":null,"label":"mask7"},{"name":"image8","type":"IMAGE","link":null,"label":"image8"},{"name":"mask8","type":"MASK","link":null,"label":"mask8"}],"outputs":[{"name":"config","type":"COMPOSITOR_CONFIG","links":[825],"slot_index":0,"shape":3,"label":"config"}],"properties":{"Node name for S&R":"CompositorConfig3"},"widgets_values":[1280,768,110,true,true,false,1729407430459]},{"id":360,"type":"CompositorTools3","pos":{"0":350,"1":950},"size":{"0":310.79998779296875,"1":106},"flags":{},"order":2,"mode":0,"inputs":[],"outputs":[{"name":"tools","type":"BOOLEAN","links":[829],"slot_index":0,"shape":3,"label":"tools"}],"properties":{"Node name for S&R":"CompositorTools3"}},{"id":354,"type":"Compositor3","pos":{"0":700,"1":350},"size":{"0":1521,"1":1079},"flags":{},"order":26,"mode":0,"inputs":[{"name":"config","type":"COMPOSITOR_CONFIG","link":825,"label":"config"},{"name":"tools","type":"BOOLEAN","link":829,"widget":{"name":"tools"},"label":"tools"}],"outputs":[{"name":"transforms","type":"STRING","links":[],"slot_index":0,"shape":3,"label":"transforms"},{"name":"image","type":"IMAGE","links":[828],"slot_index":1,"shape":3,"label":"image"}],"properties":{"Node name for S&R":"Compositor3"},"widgets_values":["{\"width\":1280,\"height\":768,\"padding\":110,\"transforms\":[{\"left\":750,\"top\":494,\"scaleX\":1,\"scaleY\":1,\"angle\":0,\"flipX\":false,\"flipY\":false,\"originX\":\"top\",\"originY\":\"left\",\"xwidth\":1280,\"xheight\":768,\"skewY\":0,\"skewX\":0},{\"left\":0,\"top\":0,\"scaleX\":1,\"scaleY\":1,\"angle\":0,\"flipX\":false,\"flipY\":false,\"originX\":\"top\",\"originY\":\"left\",\"xwidth\":0,\"xheight\":0,\"skewY\":0,\"skewX\":0},{\"left\":0,\"top\":0,\"scaleX\":1,\"scaleY\":1,\"angle\":0,\"flipX\":false,\"flipY\":false,\"originX\":\"top\",\"originY\":\"left\",\"xwidth\":0,\"xheight\":0,\"skewY\":0,\"skewX\":0},{\"left\":1415.4241902320905,\"top\":978.2955456708843,\"scaleX\":0.3496149970870165,\"scaleY\":0.3496149970870165,\"angle\":0,\"flipX\":false,\"flipY\":false,\"originX\":\"top\",\"originY\":\"left\",\"xwidth\":768,\"xheight\":768,\"skewY\":0,\"skewX\":0},{\"left\":0,\"top\":0,\"scaleX\":1,\"scaleY\":1,\"angle\":0,\"flipX\":false,\"flipY\":false,\"originX\":\"top\",\"originY\":\"left\",\"xwidth\":0,\"xheight\":0,\"skewY\":0,\"skewX\":0},{\"left\":0,\"top\":0,\"scaleX\":1,\"scaleY\":1,\"angle\":0,\"flipX\":false,\"flipY\":false,\"originX\":\"top\",\"originY\":\"left\",\"xwidth\":0,\"xheight\":0,\"skewY\":0,\"skewX\":0},{\"left\":0,\"top\":0,\"scaleX\":1,\"scaleY\":1,\"angle\":0,\"flipX\":false,\"flipY\":false,\"originX\":\"top\",\"originY\":\"left\",\"xwidth\":0,\"xheight\":0,\"skewY\":0,\"skewX\":0},{\"left\":0,\"top\":0,\"scaleX\":1,\"scaleY\":1,\"angle\":0,\"flipX\":false,\"flipY\":false,\"originX\":\"top\",\"originY\":\"left\",\"xwidth\":0,\"xheight\":0,\"skewY\":0,\"skewX\":0}],\"bboxes\":[{\"left\":110,\"top\":110,\"xwidth\":768,\"xheight\":1280},{\"left\":0,\"top\":0,\"xwidth\":0,\"xheight\":0},{\"left\":0,\"top\":0,\"xwidth\":0,\"xheight\":0},{\"left\":1281.1720313506762,\"top\":844.0433867894699,\"xwidth\":268.5043177628288,\"xheight\":268.5043177628286},{\"left\":0,\"top\":0,\"xwidth\":0,\"xheight\":0},{\"left\":0,\"top\":0,\"xwidth\":0,\"xheight\":0},{\"left\":0,\"top\":0,\"xwidth\":0,\"xheight\":0},{\"left\":0,\"top\":0,\"xwidth\":0,\"xheight\":0}]}","compositor/1726858264446.png [temp]",true,null,"continue"]},{"id":345,"type":"CompositorConfig3","pos":{"0":374,"1":-821},"size":{"0":315,"1":502},"flags":{},"order":14,"mode":0,"inputs":[{"name":"image1","type":"IMAGE","link":821,"label":"image1"},{"name":"mask1","type":"MASK","link":null,"label":"mask1"},{"name":"image2","type":"IMAGE","link":820,"label":"image2"},{"name":"mask2","type":"MASK","link":null,"label":"mask2"},{"name":"image3","type":"IMAGE","link":818,"label":"image3"},{"name":"mask3","type":"MASK","link":null,"label":"mask3"},{"name":"image4","type":"IMAGE","link":null,"label":"image4"},{"name":"mask4","type":"MASK","link":null,"label":"mask4"},{"name":"image5","type":"IMAGE","link":null,"label":"image5"},{"name":"mask5","type":"MASK","link":null,"label":"mask5"},{"name":"image6","type":"IMAGE","link":null,"label":"image6"},{"name":"mask6","type":"MASK","link":null,"label":"mask6"},{"name":"image7","type":"IMAGE","link":null,"label":"image7"},{"name":"mask7","type":"MASK","link":null,"label":"mask7"},{"name":"image8","type":"IMAGE","link":null,"label":"image8"},{"name":"mask8","type":"MASK","link":null,"label":"mask8"}],"outputs":[{"name":"config","type":"COMPOSITOR_CONFIG","links":[805],"slot_index":0,"shape":3,"label":"config"}],"properties":{"Node name for S&R":"CompositorConfig3"},"widgets_values":[1280,768,110,true,true,false,1729407430459]},{"id":286,"type":"EmptyImage","pos":{"0":300,"1":-1050},"size":{"0":315,"1":130},"flags":{},"order":3,"mode":0,"inputs":[],"outputs":[{"name":"IMAGE","type":"IMAGE","links":[],"slot_index":0,"shape":3,"label":"IMAGE"}],"properties":{"Node name for S&R":"EmptyImage"},"widgets_values":[1080,1440,1,1680]},{"id":350,"type":"LoadImage","pos":{"0":-50,"1":-1200},"size":{"0":315,"1":314},"flags":{},"order":4,"mode":0,"inputs":[],"outputs":[{"name":"IMAGE","type":"IMAGE","links":[821],"slot_index":0,"shape":3,"label":"IMAGE"},{"name":"MASK","type":"MASK","links":null,"shape":3,"label":"MASK"}],"properties":{"Node name for S&R":"LoadImage"},"widgets_values":["屏幕截图 2024-10-20 143531.png","image"]},{"id":254,"type":"LoadImage","pos":{"0":-50,"1":-851},"size":{"0":315,"1":314},"flags":{},"order":5,"mode":0,"inputs":[],"outputs":[{"name":"IMAGE","type":"IMAGE","links":[819],"slot_index":0,"shape":3,"label":"IMAGE"},{"name":"MASK","type":"MASK","links":null,"shape":3,"label":"MASK"}],"properties":{"Node name for S&R":"LoadImage"},"widgets_values":["屏幕截图 2024-10-11 145027.png","image"]},{"id":304,"type":"LoadImage","pos":{"0":-50,"1":-350},"size":{"0":315,"1":314},"flags":{},"order":6,"mode":0,"inputs":[],"outputs":[{"name":"IMAGE","type":"IMAGE","links":[816],"slot_index":0,"shape":3,"label":"IMAGE"},{"name":"MASK","type":"MASK","links":[],"slot_index":1,"shape":3,"label":"MASK"}],"properties":{"Node name for S&R":"LoadImage"},"widgets_values":["屏幕截图 2024-09-15 230016.png","image"]},{"id":120,"type":"CheckpointLoaderSimple","pos":{"0":300,"1":-1200},"size":{"0":315,"1":98},"flags":{},"order":7,"mode":0,"inputs":[],"outputs":[{"name":"MODEL","type":"MODEL","links":[822],"slot_index":0,"label":"MODEL"},{"name":"CLIP","type":"CLIP","links":[224,225],"slot_index":1,"label":"CLIP"},{"name":"VAE","type":"VAE","links":[227,230],"slot_index":2,"label":"VAE"}],"properties":{"Node name for S&R":"CheckpointLoaderSimple"},"widgets_values":["absolutereality_v181.safetensors"]},{"id":194,"type":"ControlNetLoader","pos":{"0":1150,"1":-950},"size":{"0":459.9102783203125,"1":58},"flags":{},"order":8,"mode":0,"inputs":[],"outputs":[{"name":"CONTROL_NET","type":"CONTROL_NET","links":[423],"slot_index":0,"shape":3,"label":"CONTROL_NET"}],"properties":{"Node name for S&R":"ControlNetLoader"},"widgets_values":["SD15\\control_sd15_inpaint_depth_hand_fp16.safetensors"]},{"id":298,"type":"ImageScale","pos":{"0":1611,"1":-1186},"size":{"0":315,"1":130},"flags":{},"order":17,"mode":4,"inputs":[{"name":"image","type":"IMAGE","link":803,"label":"image"}],"outputs":[{"name":"IMAGE","type":"IMAGE","links":[672,673],"slot_index":0,"shape":3,"label":"IMAGE"}],"properties":{"Node name for S&R":"ImageScale"},"widgets_values":["nearest-exact",1024,1536,"disabled"]},{"id":344,"type":"Compositor3","pos":{"0":700,"1":-800},"size":[1521,1079],"flags":{},"order":15,"mode":0,"inputs":[{"name":"config","type":"COMPOSITOR_CONFIG","link":805,"label":"config"},{"name":"tools","type":"BOOLEAN","link":807,"widget":{"name":"tools"},"label":"tools"}],"outputs":[{"name":"transforms","type":"STRING","links":[806],"shape":3,"label":"transforms"},{"name":"image","type":"IMAGE","links":[803],"shape":3,"label":"image"}],"properties":{"Node name for S&R":"Compositor3"},"widgets_values":["{\"width\":1280,\"height\":768,\"padding\":110,\"transforms\":[{\"left\":764.4231481843307,\"top\":495.35725483911654,\"scaleX\":1,\"scaleY\":1,\"angle\":0,\"flipX\":false,\"flipY\":false,\"originX\":\"top\",\"originY\":\"left\",\"xwidth\":1118,\"xheight\":768,\"skewY\":0,\"skewX\":0},{\"left\":510.4994995018853,\"top\":451.06662852038596,\"scaleX\":0.9474614514269661,\"scaleY\":0.9474614514269661,\"angle\":0,\"flipX\":false,\"flipY\":false,\"originX\":\"top\",\"originY\":\"left\",\"xwidth\":435,\"xheight\":768,\"skewY\":0,\"skewX\":0},{\"left\":957.961176085585,\"top\":537.9825668237825,\"scaleX\":0.7098708725895773,\"scaleY\":0.7098708725895773,\"angle\":0,\"flipX\":false,\"flipY\":false,\"originX\":\"top\",\"originY\":\"left\",\"xwidth\":582,\"xheight\":768,\"skewY\":0,\"skewX\":0},{\"left\":1431.0722293068018,\"top\":1018.5045283243194,\"scaleX\":0.4964347777779789,\"scaleY\":0.4964347777779789,\"angle\":0,\"flipX\":false,\"flipY\":false,\"originX\":\"top\",\"originY\":\"left\",\"xwidth\":0,\"xheight\":0,\"skewY\":0,\"skewX\":0},{\"left\":0,\"top\":0,\"scaleX\":1,\"scaleY\":1,\"angle\":0,\"flipX\":false,\"flipY\":false,\"originX\":\"top\",\"originY\":\"left\",\"xwidth\":0,\"xheight\":0,\"skewY\":0,\"skewX\":0},{\"left\":0,\"top\":0,\"scaleX\":1,\"scaleY\":1,\"angle\":0,\"flipX\":false,\"flipY\":false,\"originX\":\"top\",\"originY\":\"left\",\"xwidth\":0,\"xheight\":0,\"skewY\":0,\"skewX\":0},{\"left\":0,\"top\":0,\"scaleX\":1,\"scaleY\":1,\"angle\":0,\"flipX\":false,\"flipY\":false,\"originX\":\"top\",\"originY\":\"left\",\"xwidth\":0,\"xheight\":0,\"skewY\":0,\"skewX\":0},{\"left\":0,\"top\":0,\"scaleX\":1,\"scaleY\":1,\"angle\":0,\"flipX\":false,\"flipY\":false,\"originX\":\"top\",\"originY\":\"left\",\"xwidth\":0,\"xheight\":0,\"skewY\":0,\"skewX\":0}],\"bboxes\":[{\"left\":205.42314818433067,\"top\":111.35725483911654,\"xwidth\":768,\"xheight\":1118},{\"left\":304.42663381652017,\"top\":87.24143117243096,\"xwidth\":727.6503946959099,\"xheight\":412.14573137073023},{\"left\":751.3887521620179,\"top\":265.39215174938477,\"xwidth\":545.1808301487954,\"xheight\":413.1448478471341},{\"left\":1431.0722293068018,\"top\":1018.5045283243194,\"xwidth\":0,\"xheight\":0},{\"left\":0,\"top\":0,\"xwidth\":0,\"xheight\":0},{\"left\":0,\"top\":0,\"xwidth\":0,\"xheight\":0},{\"left\":0,\"top\":0,\"xwidth\":0,\"xheight\":0},{\"left\":0,\"top\":0,\"xwidth\":0,\"xheight\":0}]}","compositor/1729408055379.png [temp]",true,null,"continue"]},{"id":197,"type":"AIO_Preprocessor","pos":{"0":697,"1":-975},"size":{"0":428.31402587890625,"1":82},"flags":{},"order":18,"mode":0,"inputs":[{"name":"image","type":"IMAGE","link":672,"label":"image"}],"outputs":[{"name":"IMAGE","type":"IMAGE","links":[425,426],"slot_index":0,"shape":3,"label":"IMAGE"}],"properties":{"Node name for S&R":"AIO_Preprocessor"},"widgets_values":["DepthAnythingV2Preprocessor",512]}],"links":[[224,120,1,122,0,"CLIP"],[225,120,1,123,0,"CLIP"],[226,119,0,124,0,"LATENT"],[227,120,2,124,1,"VAE"],[230,120,2,126,1,"VAE"],[231,126,0,119,3,"LATENT"],[410,122,0,193,0,"CONDITIONING"],[411,123,0,193,1,"CONDITIONING"],[413,193,0,119,1,"CONDITIONING"],[414,193,1,119,2,"CONDITIONING"],[423,194,0,193,2,"CONTROL_NET"],[425,197,0,193,3,"IMAGE"],[426,197,0,198,0,"IMAGE"],[670,124,0,297,0,"IMAGE"],[672,298,0,197,0,"IMAGE"],[673,298,0,126,0,"IMAGE"],[803,344,1,298,0,"IMAGE"],[805,345,0,344,0,"COMPOSITOR_CONFIG"],[806,344,0,346,0,"STRING"],[807,347,0,344,1,"BOOLEAN"],[816,304,0,349,0,"IMAGE"],[818,349,0,345,4,"IMAGE"],[819,254,0,351,0,"IMAGE"],[820,351,0,345,2,"IMAGE"],[821,350,0,345,0,"IMAGE"],[822,120,0,352,0,"MODEL"],[823,352,0,119,0,"MODEL"],[825,357,0,354,0,"COMPOSITOR_CONFIG"],[826,124,0,357,0,"IMAGE"],[828,354,1,359,0,"IMAGE"],[829,360,0,354,1,"BOOLEAN"],[831,353,0,357,6,"IMAGE"]],"groups":[],"config":{},"extra":{"ds":{"scale":3.027374977196542,"offset":[-799.0357240651324,1077.9220178385572]},"groupNodes":{}},"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