ComfyUI
ComfyUI copied to clipboard
depth 使用不了,一直报错:Zoe深度预处理器 PytorchStreamReader failed reading zip archive: failed finding central directory
Expected Behavior
能使用depth
Actual Behavior
是用不了
Steps to Reproduce
。
Debug Logs
# ComfyUI Error Report
## Error Details
- **Node Type:** Zoe-DepthMapPreprocessor
- **Exception Type:** RuntimeError
- **Exception Message:** PytorchStreamReader failed reading zip archive: failed finding central directory
## Stack Trace
File "H:\ComfyUI-aki-v1.2\execution.py", line 323, in execute
output_data, output_ui, has_subgraph = get_output_data(obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
File "H:\ComfyUI-aki-v1.2\execution.py", line 198, in get_output_data
return_values = _map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
File "H:\ComfyUI-aki-v1.2\execution.py", line 169, in _map_node_over_list
process_inputs(input_dict, i)
File "H:\ComfyUI-aki-v1.2\execution.py", line 158, in process_inputs
results.append(getattr(obj, func)(**inputs))
File "H:\ComfyUI-aki-v1.2\custom_nodes\comfyui_controlnet_aux\node_wrappers\zoe.py", line 17, in execute
model = ZoeDetector.from_pretrained().to(model_management.get_torch_device())
File "H:\ComfyUI-aki-v1.2\custom_nodes\comfyui_controlnet_aux\src\custom_controlnet_aux\zoe\__init__.py", line 26, in from_pretrained
model.load_state_dict(torch.load(model_path, map_location=torch.device('cpu'))['model'])
File "H:\ComfyUI-aki-v1.2\python\lib\site-packages\torch\serialization.py", line 993, in load
with _open_zipfile_reader(opened_file) as opened_zipfile:
File "H:\ComfyUI-aki-v1.2\python\lib\site-packages\torch\serialization.py", line 447, in __init__
super().__init__(torch._C.PyTorchFileReader(name_or_buffer))
System Information
- ComfyUI Version: v0.2.2-26-g9f4daca
- Arguments: H:\ComfyUI-aki-v1.2\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.1.2+cu118
Devices
- Name: cuda:0 NVIDIA GeForce GTX 1080 Ti : native
- Type: cuda
- VRAM Total: 11810897920
- VRAM Free: 10712252416
- Torch VRAM Total: 0
- Torch VRAM Free: 0
Logs
2024-09-11 18:31:14,967 - root - INFO - Total VRAM 11264 MB, total RAM 16337 MB
2024-09-11 18:31:14,967 - root - INFO - pytorch version: 2.1.2+cu118
2024-09-11 18:31:15,272 - root - INFO - xformers version: 0.0.23.post1+cu118
2024-09-11 18:31:15,272 - root - INFO - Set vram state to: NORMAL_VRAM
2024-09-11 18:31:15,272 - root - INFO - Device: cuda:0 NVIDIA GeForce GTX 1080 Ti : native
2024-09-11 18:31:16,451 - root - INFO - Using xformers cross attention
2024-09-11 18:31:17,201 - root - INFO - [Prompt Server] web root: H:\ComfyUI-aki-v1.2\web
2024-09-11 18:31:17,217 - root - INFO - Adding extra search path checkpoints H:\sd-webui-aki-v4.6.1\models/Stable-diffusion
2024-09-11 18:31:17,217 - root - INFO - Adding extra search path configs H:\sd-webui-aki-v4.6.1\models/Stable-diffusion
2024-09-11 18:31:17,217 - root - INFO - Adding extra search path vae H:\sd-webui-aki-v4.6.1\models/VAE
2024-09-11 18:31:17,217 - root - INFO - Adding extra search path loras H:\sd-webui-aki-v4.6.1\models/Lora
2024-09-11 18:31:17,217 - root - INFO - Adding extra search path loras H:\sd-webui-aki-v4.6.1\models/LyCORIS
2024-09-11 18:31:17,217 - root - INFO - Adding extra search path upscale_models H:\sd-webui-aki-v4.6.1\models/ESRGAN
2024-09-11 18:31:17,217 - root - INFO - Adding extra search path upscale_models H:\sd-webui-aki-v4.6.1\models/RealESRGAN
2024-09-11 18:31:17,217 - root - INFO - Adding extra search path upscale_models H:\sd-webui-aki-v4.6.1\models/SwinIR
2024-09-11 18:31:17,217 - root - INFO - Adding extra search path embeddings H:\sd-webui-aki-v4.6.1\embeddings
2024-09-11 18:31:17,217 - root - INFO - Adding extra search path hypernetworks H:\sd-webui-aki-v4.6.1\models/hypernetworks
2024-09-11 18:31:17,217 - root - INFO - Adding extra search path controlnet H:\sd-webui-aki-v4.6.1\models\ControlNet
2024-09-11 18:31:18,107 - root - WARNING - Traceback (most recent call last):
File "H:\ComfyUI-aki-v1.2\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 "H:\ComfyUI-aki-v1.2\comfy_extras\nodes_audio.py", line 1, in <module>
import torchaudio
ModuleNotFoundError: No module named 'torchaudio'
2024-09-11 18:31:18,107 - root - WARNING - Cannot import H:\ComfyUI-aki-v1.2\comfy_extras\nodes_audio.py module for custom nodes: No module named 'torchaudio'
2024-09-11 18:31:26,857 - root - INFO - Total VRAM 11264 MB, total RAM 16337 MB
2024-09-11 18:31:26,857 - root - INFO - pytorch version: 2.1.2+cu118
2024-09-11 18:31:26,857 - root - INFO - xformers version: 0.0.23.post1+cu118
2024-09-11 18:31:26,857 - root - INFO - Set vram state to: NORMAL_VRAM
2024-09-11 18:31:26,857 - root - INFO - Device: cuda:0 NVIDIA GeForce GTX 1080 Ti : native
2024-09-11 18:31:36,593 - root - WARNING - Traceback (most recent call last):
File "H:\ComfyUI-aki-v1.2\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: 'H:\\ComfyUI-aki-v1.2\\custom_nodes\\ComfyUI_FaceAnalysis\\__init__.py'
2024-09-11 18:31:36,593 - root - WARNING - Cannot import H:\ComfyUI-aki-v1.2\custom_nodes\ComfyUI_FaceAnalysis module for custom nodes: [Errno 2] No such file or directory: 'H:\\ComfyUI-aki-v1.2\\custom_nodes\\ComfyUI_FaceAnalysis\\__init__.py'
2024-09-11 18:31:37,095 - root - INFO -
Import times for custom nodes:
2024-09-11 18:31:37,095 - root - INFO - 0.0 seconds: H:\ComfyUI-aki-v1.2\custom_nodes\websocket_image_save.py
2024-09-11 18:31:37,095 - root - INFO - 0.0 seconds: H:\ComfyUI-aki-v1.2\custom_nodes\AIGODLIKE-ComfyUI-Translation
2024-09-11 18:31:37,095 - root - INFO - 0.0 seconds: H:\ComfyUI-aki-v1.2\custom_nodes\ControlNet-LLLite-ComfyUI
2024-09-11 18:31:37,095 - root - INFO - 0.0 seconds: H:\ComfyUI-aki-v1.2\custom_nodes\ComfyUI_TiledKSampler
2024-09-11 18:31:37,095 - root - INFO - 0.0 seconds: H:\ComfyUI-aki-v1.2\custom_nodes\stability-ComfyUI-nodes
2024-09-11 18:31:37,096 - root - INFO - 0.0 seconds: H:\ComfyUI-aki-v1.2\custom_nodes\ComfyUI-WD14-Tagger
2024-09-11 18:31:37,096 - root - INFO - 0.0 seconds: H:\ComfyUI-aki-v1.2\custom_nodes\ComfyUI_experiments
2024-09-11 18:31:37,096 - root - INFO - 0.0 seconds: H:\ComfyUI-aki-v1.2\custom_nodes\PowerNoiseSuite
2024-09-11 18:31:37,096 - root - INFO - 0.0 seconds (IMPORT FAILED): H:\ComfyUI-aki-v1.2\custom_nodes\ComfyUI_FaceAnalysis
2024-09-11 18:31:37,096 - root - INFO - 0.0 seconds: H:\ComfyUI-aki-v1.2\custom_nodes\images-grid-comfy-plugin
2024-09-11 18:31:37,096 - root - INFO - 0.0 seconds: H:\ComfyUI-aki-v1.2\custom_nodes\ComfyUI_UltimateSDUpscale
2024-09-11 18:31:37,096 - root - INFO - 0.0 seconds: H:\ComfyUI-aki-v1.2\custom_nodes\ComfyUI-Custom-Scripts
2024-09-11 18:31:37,096 - root - INFO - 0.0 seconds: H:\ComfyUI-aki-v1.2\custom_nodes\ComfyUI-Frame-Interpolation
2024-09-11 18:31:37,096 - root - INFO - 0.0 seconds: H:\ComfyUI-aki-v1.2\custom_nodes\Derfuu_ComfyUI_ModdedNodes
2024-09-11 18:31:37,096 - root - INFO - 0.0 seconds: H:\ComfyUI-aki-v1.2\custom_nodes\ComfyUI-Advanced-ControlNet
2024-09-11 18:31:37,096 - root - INFO - 0.0 seconds: H:\ComfyUI-aki-v1.2\custom_nodes\efficiency-nodes-comfyui
2024-09-11 18:31:37,096 - root - INFO - 0.0 seconds: H:\ComfyUI-aki-v1.2\custom_nodes\FreeU_Advanced
2024-09-11 18:31:37,096 - root - INFO - 0.0 seconds: H:\ComfyUI-aki-v1.2\custom_nodes\ComfyUI_IPAdapter_plus
2024-09-11 18:31:37,096 - root - INFO - 0.0 seconds: H:\ComfyUI-aki-v1.2\custom_nodes\ComfyUI-AnimateDiff-Evolved
2024-09-11 18:31:37,096 - root - INFO - 0.0 seconds: H:\ComfyUI-aki-v1.2\custom_nodes\comfyui-workspace-manager
2024-09-11 18:31:37,096 - root - INFO - 0.0 seconds: H:\ComfyUI-aki-v1.2\custom_nodes\ComfyUI-Marigold
2024-09-11 18:31:37,097 - root - INFO - 0.1 seconds: H:\ComfyUI-aki-v1.2\custom_nodes\ComfyUI_Comfyroll_CustomNodes
2024-09-11 18:31:37,097 - root - INFO - 0.1 seconds: H:\ComfyUI-aki-v1.2\custom_nodes\comfyui_controlnet_aux
2024-09-11 18:31:37,097 - root - INFO - 0.1 seconds: H:\ComfyUI-aki-v1.2\custom_nodes\ComfyUI-Crystools
2024-09-11 18:31:37,097 - root - INFO - 0.1 seconds: H:\ComfyUI-aki-v1.2\custom_nodes\ComfyUI-Inspire-Pack
2024-09-11 18:31:37,097 - root - INFO - 0.4 seconds: H:\ComfyUI-aki-v1.2\custom_nodes\ComfyUI_FizzNodes
2024-09-11 18:31:37,097 - root - INFO - 0.5 seconds: H:\ComfyUI-aki-v1.2\custom_nodes\ComfyUI-Manager
2024-09-11 18:31:37,097 - root - INFO - 0.8 seconds: H:\ComfyUI-aki-v1.2\custom_nodes\comfyui-instantId-faceswap
2024-09-11 18:31:37,097 - root - INFO - 7.2 seconds: H:\ComfyUI-aki-v1.2\custom_nodes\ComfyUI-Impact-Pack
2024-09-11 18:31:37,097 - root - INFO - 9.6 seconds: H:\ComfyUI-aki-v1.2\custom_nodes\ComfyUI_Custom_Nodes_AlekPet
2024-09-11 18:31:37,097 - root - INFO -
2024-09-11 18:31:37,097 - root - WARNING - WARNING: some comfy_extras/ nodes did not import correctly. This may be because they are missing some dependencies.
2024-09-11 18:31:37,097 - root - WARNING - IMPORT FAILED: nodes_audio.py
2024-09-11 18:31:37,097 - root - WARNING -
This issue might be caused by new missing dependencies added the last time you updated ComfyUI.
2024-09-11 18:31:37,097 - root - WARNING - Please do a: pip install -r requirements.txt
2024-09-11 18:31:37,097 - root - WARNING -
2024-09-11 18:31:37,107 - root - INFO - Starting server
2024-09-11 18:31:37,107 - root - INFO - To see the GUI go to: http://127.0.0.1:8188
2024-09-11 18:31:46,156 - root - INFO - got prompt
2024-09-11 18:31:52,834 - root - ERROR - !!! Exception during processing !!! PytorchStreamReader failed reading zip archive: failed finding central directory
2024-09-11 18:31:52,836 - root - ERROR - Traceback (most recent call last):
File "H:\ComfyUI-aki-v1.2\execution.py", line 323, in execute
output_data, output_ui, has_subgraph = get_output_data(obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
File "H:\ComfyUI-aki-v1.2\execution.py", line 198, in get_output_data
return_values = _map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
File "H:\ComfyUI-aki-v1.2\execution.py", line 169, in _map_node_over_list
process_inputs(input_dict, i)
File "H:\ComfyUI-aki-v1.2\execution.py", line 158, in process_inputs
results.append(getattr(obj, func)(**inputs))
File "H:\ComfyUI-aki-v1.2\custom_nodes\comfyui_controlnet_aux\node_wrappers\zoe.py", line 17, in execute
model = ZoeDetector.from_pretrained().to(model_management.get_torch_device())
File "H:\ComfyUI-aki-v1.2\custom_nodes\comfyui_controlnet_aux\src\custom_controlnet_aux\zoe\__init__.py", line 26, in from_pretrained
model.load_state_dict(torch.load(model_path, map_location=torch.device('cpu'))['model'])
File "H:\ComfyUI-aki-v1.2\python\lib\site-packages\torch\serialization.py", line 993, in load
with _open_zipfile_reader(opened_file) as opened_zipfile:
File "H:\ComfyUI-aki-v1.2\python\lib\site-packages\torch\serialization.py", line 447, in __init__
super().__init__(torch._C.PyTorchFileReader(name_or_buffer))
RuntimeError: PytorchStreamReader failed reading zip archive: failed finding central directory
2024-09-11 18:31:52,837 - root - INFO - Prompt executed in 6.67 seconds
2024-09-11 18:32:13,602 - root - INFO - got prompt
2024-09-11 18:32:18,578 - root - ERROR - !!! Exception during processing !!! PytorchStreamReader failed reading zip archive: failed finding central directory
2024-09-11 18:32:18,578 - root - ERROR - Traceback (most recent call last):
File "H:\ComfyUI-aki-v1.2\execution.py", line 323, in execute
output_data, output_ui, has_subgraph = get_output_data(obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
File "H:\ComfyUI-aki-v1.2\execution.py", line 198, in get_output_data
return_values = _map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
File "H:\ComfyUI-aki-v1.2\execution.py", line 169, in _map_node_over_list
process_inputs(input_dict, i)
File "H:\ComfyUI-aki-v1.2\execution.py", line 158, in process_inputs
results.append(getattr(obj, func)(**inputs))
File "H:\ComfyUI-aki-v1.2\custom_nodes\comfyui_controlnet_aux\node_wrappers\zoe.py", line 17, in execute
model = ZoeDetector.from_pretrained().to(model_management.get_torch_device())
File "H:\ComfyUI-aki-v1.2\custom_nodes\comfyui_controlnet_aux\src\custom_controlnet_aux\zoe\__init__.py", line 26, in from_pretrained
model.load_state_dict(torch.load(model_path, map_location=torch.device('cpu'))['model'])
File "H:\ComfyUI-aki-v1.2\python\lib\site-packages\torch\serialization.py", line 993, in load
with _open_zipfile_reader(opened_file) as opened_zipfile:
File "H:\ComfyUI-aki-v1.2\python\lib\site-packages\torch\serialization.py", line 447, in __init__
super().__init__(torch._C.PyTorchFileReader(name_or_buffer))
RuntimeError: PytorchStreamReader failed reading zip archive: failed finding central directory
2024-09-11 18:32:18,579 - root - INFO - Prompt executed in 4.97 seconds
2024-09-11 18:34:28,729 - root - INFO - got prompt
2024-09-11 18:34:33,590 - root - ERROR - !!! Exception during processing !!! PytorchStreamReader failed reading zip archive: failed finding central directory
2024-09-11 18:34:33,590 - root - ERROR - Traceback (most recent call last):
File "H:\ComfyUI-aki-v1.2\execution.py", line 323, in execute
output_data, output_ui, has_subgraph = get_output_data(obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
File "H:\ComfyUI-aki-v1.2\execution.py", line 198, in get_output_data
return_values = _map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
File "H:\ComfyUI-aki-v1.2\execution.py", line 169, in _map_node_over_list
process_inputs(input_dict, i)
File "H:\ComfyUI-aki-v1.2\execution.py", line 158, in process_inputs
results.append(getattr(obj, func)(**inputs))
File "H:\ComfyUI-aki-v1.2\custom_nodes\comfyui_controlnet_aux\node_wrappers\zoe.py", line 17, in execute
model = ZoeDetector.from_pretrained().to(model_management.get_torch_device())
File "H:\ComfyUI-aki-v1.2\custom_nodes\comfyui_controlnet_aux\src\custom_controlnet_aux\zoe\__init__.py", line 26, in from_pretrained
model.load_state_dict(torch.load(model_path, map_location=torch.device('cpu'))['model'])
File "H:\ComfyUI-aki-v1.2\python\lib\site-packages\torch\serialization.py", line 993, in load
with _open_zipfile_reader(opened_file) as opened_zipfile:
File "H:\ComfyUI-aki-v1.2\python\lib\site-packages\torch\serialization.py", line 447, in __init__
super().__init__(torch._C.PyTorchFileReader(name_or_buffer))
RuntimeError: PytorchStreamReader failed reading zip archive: failed finding central directory
2024-09-11 18:34:33,591 - root - INFO - Prompt executed in 4.85 seconds
Attached Workflow
Please make sure that workflow does not contain any sensitive information such as API keys or passwords.
{"last_node_id":20,"last_link_id":28,"nodes":[{"id":7,"type":"CLIPTextEncode","pos":{"0":413,"1":389},"size":{"0":425.27801513671875,"1":180.6060791015625},"flags":{},"order":6,"mode":0,"inputs":[{"name":"clip","type":"CLIP","link":5,"label":"CLIP"}],"outputs":[{"name":"CONDITIONING","type":"CONDITIONING","links":[13],"slot_index":0,"label":"条件"}],"properties":{"Node name for S&R":"CLIPTextEncode"},"widgets_values":["text, watermark"]},{"id":3,"type":"KSampler","pos":{"0":1430,"1":190},"size":{"0":315,"1":474},"flags":{},"order":10,"mode":0,"inputs":[{"name":"model","type":"MODEL","link":1,"label":"模型"},{"name":"positive","type":"CONDITIONING","link":14,"label":"正面条件"},{"name":"negative","type":"CONDITIONING","link":15,"label":"负面条件"},{"name":"latent_image","type":"LATENT","link":2,"label":"Latent"}],"outputs":[{"name":"LATENT","type":"LATENT","links":[7],"slot_index":0,"label":"Latent"}],"properties":{"Node name for S&R":"KSampler"},"widgets_values":[759591140452861,"randomize",20,8,"euler","normal",1]},{"id":13,"type":"ControlNetApplyAdvanced","pos":{"0":1422,"1":-29},"size":{"0":340.20001220703125,"1":166},"flags":{},"order":8,"mode":0,"inputs":[{"name":"positive","type":"CONDITIONING","link":12,"label":"正面条件"},{"name":"negative","type":"CONDITIONING","link":13,"label":"负面条件"},{"name":"control_net","type":"CONTROL_NET","link":16,"label":"ControlNet"},{"name":"image","type":"IMAGE","link":27,"label":"图像"}],"outputs":[{"name":"positive","type":"CONDITIONING","links":[14],"slot_index":0,"shape":3,"label":"正面条件"},{"name":"negative","type":"CONDITIONING","links":[15],"slot_index":1,"shape":3,"label":"负面条件"}],"properties":{"Node name for S&R":"ControlNetApplyAdvanced"},"widgets_values":[1,0,1]},{"id":8,"type":"VAEDecode","pos":{"0":1780,"1":190},"size":{"0":210,"1":46},"flags":{},"order":11,"mode":0,"inputs":[{"name":"samples","type":"LATENT","link":7,"label":"Latent"},{"name":"vae","type":"VAE","link":8,"label":"VAE"}],"outputs":[{"name":"IMAGE","type":"IMAGE","links":[18],"slot_index":0,"label":"图像"}],"properties":{"Node name for S&R":"VAEDecode"}},{"id":15,"type":"PreviewImage","pos":{"0":1518,"1":-309},"size":{"0":210,"1":246},"flags":{},"order":12,"mode":0,"inputs":[{"name":"images","type":"IMAGE","link":18,"label":"图像"}],"outputs":[],"properties":{"Node name for S&R":"PreviewImage"}},{"id":6,"type":"CLIPTextEncode","pos":{"0":415,"1":186},"size":{"0":422.84503173828125,"1":164.31304931640625},"flags":{},"order":5,"mode":0,"inputs":[{"name":"clip","type":"CLIP","link":3,"label":"CLIP"}],"outputs":[{"name":"CONDITIONING","type":"CONDITIONING","links":[12],"slot_index":0,"label":"条件"}],"properties":{"Node name for S&R":"CLIPTextEncode"},"widgets_values":["pink_color,"]},{"id":4,"type":"CheckpointLoaderSimple","pos":{"0":26,"1":474},"size":{"0":315,"1":98},"flags":{},"order":0,"mode":0,"inputs":[],"outputs":[{"name":"MODEL","type":"MODEL","links":[1],"slot_index":0,"label":"模型"},{"name":"CLIP","type":"CLIP","links":[3,5],"slot_index":1,"label":"CLIP"},{"name":"VAE","type":"VAE","links":[8],"slot_index":2,"label":"VAE"}],"properties":{"Node name for S&R":"CheckpointLoaderSimple"},"widgets_values":["Anything-V3-pruned.safetensors"]},{"id":14,"type":"ControlNetLoader","pos":{"0":866,"1":8},"size":{"0":315,"1":58},"flags":{},"order":1,"mode":0,"inputs":[],"outputs":[{"name":"CONTROL_NET","type":"CONTROL_NET","links":[16],"shape":3,"label":"ControlNet"}],"properties":{"Node name for S&R":"ControlNetLoader"},"widgets_values":["control_v11f1p_sd15_depth_fp16.safetensors"]},{"id":19,"type":"PreviewImage","pos":{"0":1346,"1":-425},"size":{"0":210,"1":26},"flags":{},"order":9,"mode":0,"inputs":[{"name":"images","type":"IMAGE","link":28,"label":"图像"}],"outputs":[],"properties":{"Node name for S&R":"PreviewImage"}},{"id":11,"type":"LoadImage","pos":{"0":482,"1":-238},"size":{"0":315,"1":314},"flags":{},"order":2,"mode":0,"inputs":[],"outputs":[{"name":"IMAGE","type":"IMAGE","links":[26],"slot_index":0,"shape":3,"label":"图像"},{"name":"MASK","type":"MASK","links":null,"shape":3,"label":"遮罩"}],"properties":{"Node name for S&R":"LoadImage"},"widgets_values":["church.jpeg","image"]},{"id":20,"type":"Zoe-DepthMapPreprocessor","pos":{"0":994,"1":-387},"size":{"0":315,"1":58},"flags":{},"order":7,"mode":0,"inputs":[{"name":"image","type":"IMAGE","link":26,"label":"图像"}],"outputs":[{"name":"IMAGE","type":"IMAGE","links":[27,28],"slot_index":0,"shape":3,"label":"图像"}],"properties":{"Node name for S&R":"Zoe-DepthMapPreprocessor"},"widgets_values":[512]},{"id":18,"type":"Zoe_DepthAnythingPreprocessor","pos":{"0":962,"1":-185},"size":{"0":315,"1":82},"flags":{},"order":3,"mode":0,"inputs":[{"name":"image","type":"IMAGE","link":null,"label":"图像"}],"outputs":[{"name":"IMAGE","type":"IMAGE","links":[],"slot_index":0,"shape":3,"label":"图像"}],"properties":{"Node name for S&R":"Zoe_DepthAnythingPreprocessor"},"widgets_values":["indoor",512]},{"id":5,"type":"EmptyLatentImage","pos":{"0":473,"1":609},"size":{"0":315,"1":106},"flags":{},"order":4,"mode":0,"inputs":[],"outputs":[{"name":"LATENT","type":"LATENT","links":[2],"slot_index":0,"label":"Latent"}],"properties":{"Node name for S&R":"EmptyLatentImage"},"widgets_values":[1200,800,1]}],"links":[[1,4,0,3,0,"MODEL"],[2,5,0,3,3,"LATENT"],[3,4,1,6,0,"CLIP"],[5,4,1,7,0,"CLIP"],[7,3,0,8,0,"LATENT"],[8,4,2,8,1,"VAE"],[12,6,0,13,0,"CONDITIONING"],[13,7,0,13,1,"CONDITIONING"],[14,13,0,3,1,"CONDITIONING"],[15,13,1,3,2,"CONDITIONING"],[16,14,0,13,2,"CONTROL_NET"],[18,8,0,15,0,"IMAGE"],[26,11,0,20,0,"IMAGE"],[27,20,0,13,3,"IMAGE"],[28,20,0,19,0,"IMAGE"]],"groups":[],"config":{},"extra":{"ds":{"scale":0.9090909090909091,"offset":[-769.0822656033833,769.0817485668051]}},"version":0.4}
Additional Context
(Please add any additional context or steps to reproduce the error here)
### Other
_No response_