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

ADE_AnimateDiffLoaderGen1 'ModelPatcher' object has no attribute 'current_device' #5800

Closed
venu-369 opened this issue Nov 27, 2024 · 2 comments
Labels
Potential Bug User is reporting a bug. This should be tested.

Comments

@venu-369
Copy link

Expected Behavior

expected to run the queue but got this at animateDiff

Actual Behavior

error

Steps to Reproduce

running animateDiff on mimicPc ComfyUI

Debug Logs

# ComfyUI Error Report
## Error Details
- **Node Type:** ADE_AnimateDiffLoaderGen1
- **Exception Type:** AttributeError
- **Exception Message:** 'ModelPatcher' object has no attribute 'current_device'
## Stack Trace

  File "/data/app/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 "/data/app/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 "/data/app/execution.py", line 169, in _map_node_over_list
    process_inputs(input_dict, i)

  File "/data/app/execution.py", line 158, in process_inputs
    results.append(getattr(obj, func)(**inputs))

  File "/data/app/custom_nodes/ComfyUI-AnimateDiff-Evolved/animatediff/nodes_gen1.py", line 79, in load_mm_and_inject_params
    model = ModelPatcherAndInjector.create_from(model, hooks_only=True)

  File "/data/app/custom_nodes/ComfyUI-AnimateDiff-Evolved/animatediff/model_injection.py", line 96, in create_from
    return ModelPatcherAndInjector(model)

  File "/data/app/custom_nodes/ComfyUI-AnimateDiff-Evolved/animatediff/model_injection.py", line 39, in __init__
    super().__init__(m.model, m.load_device, m.offload_device, m.size, m.current_device, weight_inplace_update=m.weight_inplace_update)

System Information

  • ComfyUI Version: v0.2.7-6-g2865f91
  • Arguments: /data/app/main.py --listen --port 30000
  • OS: posix
  • Python Version: 3.10.14 (main, Mar 21 2024, 16:24:04) [GCC 11.2.0]
  • Embedded Python: false
  • PyTorch Version: 2.4.0+cu121

Devices

  • Name: cuda:0 Tesla T4 : cudaMallocAsync
    • Type: cuda
    • VRAM Total: 15655829504
    • VRAM Free: 5718107252
    • Torch VRAM Total: 10166992896
    • Torch VRAM Free: 418997364

Logs

2024-11-27 10:27:53,445 - root - INFO - Total VRAM 14931 MB, total RAM 15780 MB
2024-11-27 10:27:53,445 - root - INFO - pytorch version: 2.4.0+cu121
2024-11-27 10:27:56,637 - root - INFO - xformers version: 0.0.27.post2
2024-11-27 10:27:56,683 - root - INFO - Set vram state to: NORMAL_VRAM
2024-11-27 10:27:56,683 - root - INFO - Device: cuda:0 Tesla T4 : cudaMallocAsync
2024-11-27 10:27:57,110 - root - INFO - Using xformers cross attention
2024-11-27 10:27:59,586 - root - INFO - [Prompt Server] web root: /data/app/web
2024-11-27 10:29:38,213 - root - INFO - 
Import times for custom nodes:
2024-11-27 10:29:38,213 - root - INFO -    0.0 seconds: /data/app/custom_nodes/ControlNet-LLLite-ComfyUI
2024-11-27 10:29:38,213 - root - INFO -    0.0 seconds: /data/app/custom_nodes/sdxl-recommended-res-calc
2024-11-27 10:29:38,213 - root - INFO -    0.0 seconds: /data/app/custom_nodes/sd-dynamic-thresholding
2024-11-27 10:29:38,213 - root - INFO -    0.0 seconds: /data/app/custom_nodes/ComfyUI_TiledKSampler
2024-11-27 10:29:38,213 - root - INFO -    0.0 seconds: /data/app/custom_nodes/ComfyLiterals
2024-11-27 10:29:38,213 - root - INFO -    0.0 seconds: /data/app/custom_nodes/ComfyUI-Prompt-Expansion
2024-11-27 10:29:38,213 - root - INFO -    0.0 seconds: /data/app/custom_nodes/ComfyUI_InstantID
2024-11-27 10:29:38,213 - root - INFO -    0.0 seconds: /data/app/custom_nodes/ComfyUI-QualityOfLifeSuit_Omar92
2024-11-27 10:29:38,213 - root - INFO -    0.0 seconds: /data/app/custom_nodes/wlsh_nodes
2024-11-27 10:29:38,213 - root - INFO -    0.0 seconds: /data/app/custom_nodes/ComfyMath
2024-11-27 10:29:38,213 - root - INFO -    0.0 seconds: /data/app/custom_nodes/Derfuu_ComfyUI_ModdedNodes
2024-11-27 10:29:38,213 - root - INFO -    0.0 seconds: /data/app/custom_nodes/websocket_image_save.py
2024-11-27 10:29:38,213 - root - INFO -    0.1 seconds: /data/app/custom_nodes/cg-image-picker
2024-11-27 10:29:38,213 - root - INFO -    0.1 seconds: /data/app/custom_nodes/ComfyUI_ADV_CLIP_emb
2024-11-27 10:29:38,214 - root - INFO -    0.2 seconds: /data/app/custom_nodes/facerestore_cf
2024-11-27 10:29:38,214 - root - INFO -    0.2 seconds: /data/app/custom_nodes/ComfyUI_Comfyroll_CustomNodes
2024-11-27 10:29:38,214 - root - INFO -    0.3 seconds: /data/app/custom_nodes/comfyui-tooling-nodes
2024-11-27 10:29:38,214 - root - INFO -    0.3 seconds: /data/app/custom_nodes/comfyui_controlnet_aux
2024-11-27 10:29:38,214 - root - INFO -    0.4 seconds: /data/app/custom_nodes/ComfyUI-VideoHelperSuite
2024-11-27 10:29:38,214 - root - INFO -    0.4 seconds: /data/app/custom_nodes/PuLID_ComfyUI
2024-11-27 10:29:38,214 - root - INFO -    0.4 seconds: /data/app/custom_nodes/ComfyUI-Manager
2024-11-27 10:29:38,214 - root - INFO -    0.5 seconds: /data/app/custom_nodes/ComfyUI_IPAdapter_plus
2024-11-27 10:29:38,214 - root - INFO -    0.6 seconds: /data/app/custom_nodes/comfyui-animatediff
2024-11-27 10:29:38,214 - root - INFO -    0.7 seconds: /data/app/custom_nodes/ComfyUI_UltimateSDUpscale
2024-11-27 10:29:38,214 - root - INFO -    0.7 seconds: /data/app/custom_nodes/ComfyUI-Custom-Scripts
2024-11-27 10:29:38,214 - root - INFO -    0.7 seconds: /data/app/custom_nodes/ComfyUI-Advanced-ControlNet
2024-11-27 10:29:38,214 - root - INFO -    0.8 seconds: /data/app/custom_nodes/efficiency-nodes-comfyui
2024-11-27 10:29:38,214 - root - INFO -    1.0 seconds: /data/app/custom_nodes/ComfyUI-Frame-Interpolation
2024-11-27 10:29:38,214 - root - INFO -    1.8 seconds: /data/app/custom_nodes/ComfyUI-AnimateDiff-Evolved
2024-11-27 10:29:38,214 - root - INFO -    1.8 seconds: /data/app/custom_nodes/ComfyUI-Impact-Pack
2024-11-27 10:29:38,214 - root - INFO -    1.9 seconds: /data/app/custom_nodes/rgthree-comfy
2024-11-27 10:29:38,214 - root - INFO -    2.1 seconds: /data/app/custom_nodes/comfyui-dynamicprompts
2024-11-27 10:29:38,214 - root - INFO -    3.0 seconds: /data/app/custom_nodes/ComfyUI-BrushNet
2024-11-27 10:29:38,214 - root - INFO -    3.4 seconds: /data/app/custom_nodes/ComfyUI_FizzNodes
2024-11-27 10:29:38,214 - root - INFO -    4.2 seconds: /data/app/custom_nodes/ComfyUI-Anyline
2024-11-27 10:29:38,214 - root - INFO -    4.3 seconds: /data/app/custom_nodes/was-node-suite-comfyui
2024-11-27 10:29:38,214 - root - INFO -    6.8 seconds: /data/app/custom_nodes/comfyui-reactor-node
2024-11-27 10:29:38,214 - root - INFO -   14.2 seconds: /data/app/custom_nodes/ComfyUI-SUPIR
2024-11-27 10:29:38,214 - root - INFO -   44.8 seconds: /data/app/custom_nodes/comfy_mtb
2024-11-27 10:29:38,214 - root - INFO - 
2024-11-27 10:29:38,325 - root - INFO - Starting server

2024-11-27 10:29:38,326 - root - INFO - To see the GUI go to: http://0.0.0.0:30000
2024-11-27 10:29:38,326 - root - INFO - To see the GUI go to: http://[::]:30000
2024-11-27 10:29:58,827 - httpx - INFO - HTTP Request: GET https://api.openai.com/v1/models "HTTP/1.1 401 Unauthorized"
2024-11-27 10:30:38,630 - root - INFO - got prompt
2024-11-27 10:30:38,909 - root - WARNING - WARNING: [Errno 2] No such file or directory: '/data/app/input/image_05221_.png'
2024-11-27 10:33:50,070 - root - INFO - Using xformers attention in VAE
2024-11-27 10:33:50,074 - root - INFO - Using xformers attention in VAE
2024-11-27 10:33:53,180 - root - INFO - Requested to load AutoencoderKL
2024-11-27 10:33:53,181 - root - INFO - Loading 1 new model
2024-11-27 10:33:53,275 - root - INFO - loaded completely 0.0 319.11416244506836 True
2024-11-27 10:39:54,524 - root - INFO - model weight dtype torch.float16, manual cast: None
2024-11-27 10:39:54,564 - root - INFO - model_type EPS
2024-11-27 10:40:09,691 - root - INFO - Using xformers attention in VAE
2024-11-27 10:40:09,711 - root - INFO - Using xformers attention in VAE
2024-11-27 10:40:11,092 - root - INFO - Requested to load SDXLClipModel
2024-11-27 10:40:11,093 - root - INFO - Loading 1 new model
2024-11-27 10:40:11,123 - root - INFO - loaded completely 0.0 1560.802734375 True
2024-11-27 10:40:15,139 - root - INFO - loaded straight to GPU
2024-11-27 10:40:15,140 - root - INFO - Requested to load SDXL
2024-11-27 10:40:15,140 - root - INFO - Loading 1 new model
2024-11-27 10:40:15,189 - root - INFO - loaded completely 0.0 4897.0483474731445 True
2024-11-27 10:40:36,472 - root - INFO - Requested to load CLIPVisionModelProjection
2024-11-27 10:40:36,473 - root - INFO - Loading 1 new model
2024-11-27 10:40:36,861 - root - INFO - loaded completely 0.0 1208.09814453125 True
2024-11-27 10:41:20,116 - root - ERROR - !!! Exception during processing !!! 'ModelPatcher' object has no attribute 'current_device'
2024-11-27 10:41:20,419 - root - ERROR - Traceback (most recent call last):
  File "/data/app/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 "/data/app/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 "/data/app/execution.py", line 169, in _map_node_over_list
    process_inputs(input_dict, i)
  File "/data/app/execution.py", line 158, in process_inputs
    results.append(getattr(obj, func)(**inputs))
  File "/data/app/custom_nodes/ComfyUI-AnimateDiff-Evolved/animatediff/nodes_gen1.py", line 79, in load_mm_and_inject_params
    model = ModelPatcherAndInjector.create_from(model, hooks_only=True)
  File "/data/app/custom_nodes/ComfyUI-AnimateDiff-Evolved/animatediff/model_injection.py", line 96, in create_from
    return ModelPatcherAndInjector(model)
  File "/data/app/custom_nodes/ComfyUI-AnimateDiff-Evolved/animatediff/model_injection.py", line 39, in __init__
    super().__init__(m.model, m.load_device, m.offload_device, m.size, m.current_device, weight_inplace_update=m.weight_inplace_update)
AttributeError: 'ModelPatcher' object has no attribute 'current_device'

2024-11-27 10:41:20,457 - root - INFO - Prompt executed in 641.56 seconds

Attached Workflow

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

Workflow too large. Please manually upload the workflow from local file system.

Additional Context

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



### Other

_No response_
@venu-369 venu-369 added the Potential Bug User is reporting a bug. This should be tested. label Nov 27, 2024
@LukeG89
Copy link

LukeG89 commented Nov 27, 2024

Update your ComfyUI AnimateDiff Evolved node: Kosinkadink/ComfyUI-AnimateDiff-Evolved#439

@liaoyunwei
Copy link

ComfyUI Error Report

Error Details

  • Node ID: 141
  • Node Type: ADE_AnimateDiffLoaderWithContext
  • Exception Type: AttributeError
  • Exception Message: 'ModelPatcher' object has no attribute 'current_device'

Stack Trace

  File "G:\Blender_ComfyUI\ComfyUI\execution.py", line 323, in execute
    output_data, output_ui, has_subgraph = get_output_data(obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "G:\Blender_ComfyUI\ComfyUI\execution.py", line 198, in get_output_data
    return_values = _map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "G:\Blender_ComfyUI\ComfyUI\execution.py", line 169, in _map_node_over_list
    process_inputs(input_dict, i)

  File "G:\Blender_ComfyUI\ComfyUI\execution.py", line 158, in process_inputs
    results.append(getattr(obj, func)(**inputs))
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "G:\Blender_ComfyUI\ComfyUI\custom_nodes\ComfyUI-AnimateLCM\animatediff\nodes_gen1.py", line 153, in load_mm_and_inject_params
    model = ModelPatcherAndInjector(model)
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "G:\Blender_ComfyUI\ComfyUI\custom_nodes\ComfyUI-AnimateLCM\animatediff\model_injection.py", line 29, in __init__
    super().__init__(m.model, m.load_device, m.offload_device, m.size, m.current_device, weight_inplace_update=m.weight_inplace_update)
                                                                       ^^^^^^^^^^^^^^^^

System Information

  • ComfyUI Version: v0.3.7-14-g006dd0a
  • Arguments: G:\Blender_ComfyUI\ComfyUI\main.py --windows-standalone-build --disable-cuda-malloc --listen 127.0.0.1 --port 8188
  • OS: nt
  • Python Version: 3.11.6 (tags/v3.11.6:8b6ee5b, Oct 2 2023, 14:57:12) [MSC v.1935 64 bit (AMD64)]
  • Embedded Python: true
  • PyTorch Version: 2.2.0+cu121

Devices

  • Name: cuda:0 NVIDIA GeForce RTX 2080 Ti : native
    • Type: cuda
    • VRAM Total: 23621861376
    • VRAM Free: 21663096320
    • Torch VRAM Total: 658505728
    • Torch VRAM Free: 20487680

Logs

2024-12-10T22:58:47.941007 - Finished.2024-12-10T22:58:47.941007 -  2024-12-10T22:58:47.941007 - Loaded2024-12-10T22:58:47.941007 -  2024-12-10T22:58:47.941007 - 2122024-12-10T22:58:47.941997 -  2024-12-10T22:58:47.941997 - nodes successfully.2024-12-10T22:58:47.941997 - 
2024-12-10T22:58:47.941997 - 
	2024-12-10T22:58:47.941997 - "Art is the most powerful tool we have to connect with the world and express our individuality."2024-12-10T22:58:47.941997 -  - Unknown2024-12-10T22:58:47.941997 - 
2024-12-10T22:58:47.941997 - 
2024-12-10T22:58:47.970904 - 
Import times for custom nodes:
2024-12-10T22:58:47.971866 -    0.0 seconds: G:\Blender_ComfyUI\ComfyUI\custom_nodes\comfyui-pzc-multiworkspace
2024-12-10T22:58:47.971866 -    0.0 seconds: G:\Blender_ComfyUI\ComfyUI\custom_nodes\ComfyUI_UNet_bitsandbytes_NF4
2024-12-10T22:58:47.971866 -    0.0 seconds: G:\Blender_ComfyUI\ComfyUI\custom_nodes\Cup-ClipBoard
2024-12-10T22:58:47.971866 -    0.0 seconds: G:\Blender_ComfyUI\ComfyUI\custom_nodes\ComfyUI_bitsandbytes_NF4
2024-12-10T22:58:47.971866 -    0.0 seconds (IMPORT FAILED): G:\Blender_ComfyUI\ComfyUI\custom_nodes\ComfyUI-Impact-Subpack
2024-12-10T22:58:47.971866 -    0.0 seconds (IMPORT FAILED): G:\Blender_ComfyUI\ComfyUI\custom_nodes\DynamiCrafter
2024-12-10T22:58:47.971866 -    0.0 seconds (IMPORT FAILED): G:\Blender_ComfyUI\ComfyUI\custom_nodes\ComfyUI
2024-12-10T22:58:47.971866 -    0.0 seconds (IMPORT FAILED): G:\Blender_ComfyUI\ComfyUI\custom_nodes\ControlNet-LLLite-ComfyUI
2024-12-10T22:58:47.971866 -    0.0 seconds: G:\Blender_ComfyUI\ComfyUI\custom_nodes\asymmetric-tiling-comfyui
2024-12-10T22:58:47.971866 -    0.0 seconds: G:\Blender_ComfyUI\ComfyUI\custom_nodes\sdxl_prompt_styler
2024-12-10T22:58:47.971866 -    0.0 seconds: G:\Blender_ComfyUI\ComfyUI\custom_nodes\SD-Latent-Interposer
2024-12-10T22:58:47.971866 -    0.0 seconds: G:\Blender_ComfyUI\ComfyUI\custom_nodes\tiled_ksampler
2024-12-10T22:58:47.971866 -    0.0 seconds: G:\Blender_ComfyUI\ComfyUI\custom_nodes\ComfyUI-FluxExt-MZ
2024-12-10T22:58:47.971866 -    0.0 seconds: G:\Blender_ComfyUI\ComfyUI\custom_nodes\ComfyUI-Save-Image-Caption
2024-12-10T22:58:47.971866 -    0.0 seconds: G:\Blender_ComfyUI\ComfyUI\custom_nodes\ComfyUI-sampler-lcm-alternative
2024-12-10T22:58:47.971866 -    0.0 seconds: G:\Blender_ComfyUI\ComfyUI\custom_nodes\AIGODLIKE-ComfyUI-Translation
2024-12-10T22:58:47.971866 -    0.0 seconds: G:\Blender_ComfyUI\ComfyUI\custom_nodes\LCMSampler-ComfyUI
2024-12-10T22:58:47.972864 -    0.0 seconds: G:\Blender_ComfyUI\ComfyUI\custom_nodes\ComfyUI_3dPoseEditor
2024-12-10T22:58:47.972864 -    0.0 seconds: G:\Blender_ComfyUI\ComfyUI\custom_nodes\comfyui_otonx_nodes
2024-12-10T22:58:47.972864 -    0.0 seconds: G:\Blender_ComfyUI\ComfyUI\custom_nodes\ComfyUI-Eagle-PNGInfo
2024-12-10T22:58:47.972864 -    0.0 seconds: G:\Blender_ComfyUI\ComfyUI\custom_nodes\ComfyUI_ADV_CLIP_emb
2024-12-10T22:58:47.972864 -    0.0 seconds: G:\Blender_ComfyUI\ComfyUI\custom_nodes\ComfyUI_TiledKSampler
2024-12-10T22:58:47.972864 -    0.0 seconds: G:\Blender_ComfyUI\ComfyUI\custom_nodes\Comfyui_joytag
2024-12-10T22:58:47.972864 -    0.0 seconds: G:\Blender_ComfyUI\ComfyUI\custom_nodes\websocket_image_save.py
2024-12-10T22:58:47.972864 -    0.0 seconds: G:\Blender_ComfyUI\ComfyUI\custom_nodes\cg-noise
2024-12-10T22:58:47.972864 -    0.0 seconds: G:\Blender_ComfyUI\ComfyUI\custom_nodes\cg-use-everywhere
2024-12-10T22:58:47.972864 -    0.0 seconds: G:\Blender_ComfyUI\ComfyUI\custom_nodes\ComfyUI_Cutoff
2024-12-10T22:58:47.972864 -    0.0 seconds: G:\Blender_ComfyUI\ComfyUI\custom_nodes\ComfyUI-post-processing-nodes
2024-12-10T22:58:47.972864 -    0.0 seconds: G:\Blender_ComfyUI\ComfyUI\custom_nodes\ComfyUI_SLK_joy_caption_two
2024-12-10T22:58:47.972864 -    0.0 seconds: G:\Blender_ComfyUI\ComfyUI\custom_nodes\ComfyUI-WD14-Tagger
2024-12-10T22:58:47.972864 -    0.0 seconds: G:\Blender_ComfyUI\ComfyUI\custom_nodes\ComfyUI_fabric
2024-12-10T22:58:47.972864 -    0.0 seconds: G:\Blender_ComfyUI\ComfyUI\custom_nodes\masquerade-nodes-comfyui
2024-12-10T22:58:47.972864 -    0.0 seconds: G:\Blender_ComfyUI\ComfyUI\custom_nodes\ComfyUI_experiments
2024-12-10T22:58:47.972864 -    0.0 seconds: G:\Blender_ComfyUI\ComfyUI\custom_nodes\MistoControlNet-Flux-dev
2024-12-10T22:58:47.972864 -    0.0 seconds (IMPORT FAILED): G:\Blender_ComfyUI\ComfyUI\custom_nodes\ComfyUI-LTXVideo
2024-12-10T22:58:47.972864 -    0.0 seconds: G:\Blender_ComfyUI\ComfyUI\custom_nodes\cup.py
2024-12-10T22:58:47.973857 -    0.0 seconds: G:\Blender_ComfyUI\ComfyUI\custom_nodes\PowerNoiseSuite
2024-12-10T22:58:47.973857 -    0.0 seconds: G:\Blender_ComfyUI\ComfyUI\custom_nodes\ComfyUI-Iterative-Mixer
2024-12-10T22:58:47.973857 -    0.0 seconds: G:\Blender_ComfyUI\ComfyUI\custom_nodes\ComfyUI-Florence2
2024-12-10T22:58:47.973857 -    0.0 seconds: G:\Blender_ComfyUI\ComfyUI\custom_nodes\IPAdapter-ComfyUI
2024-12-10T22:58:47.973857 -    0.0 seconds (IMPORT FAILED): G:\Blender_ComfyUI\ComfyUI\custom_nodes\ComfyUI-EasyAnimate
2024-12-10T22:58:47.973857 -    0.0 seconds (IMPORT FAILED): G:\Blender_ComfyUI\ComfyUI\custom_nodes\ComfyUI_Fooocus_KSampler
2024-12-10T22:58:47.973857 -    0.0 seconds: G:\Blender_ComfyUI\ComfyUI\custom_nodes\ComfyUI_IPAdapter_plus
2024-12-10T22:58:47.973857 -    0.0 seconds: G:\Blender_ComfyUI\ComfyUI\custom_nodes\comfyui-portrait-master
2024-12-10T22:58:47.973857 -    0.0 seconds: G:\Blender_ComfyUI\ComfyUI\custom_nodes\antrobots-comfyUI-nodepack
2024-12-10T22:58:47.973857 -    0.0 seconds: G:\Blender_ComfyUI\ComfyUI\custom_nodes\comfyui-animatediff
2024-12-10T22:58:47.973857 -    0.0 seconds (IMPORT FAILED): G:\Blender_ComfyUI\ComfyUI\custom_nodes\ComfyUI-Impact-Pack
2024-12-10T22:58:47.973857 -    0.0 seconds: G:\Blender_ComfyUI\ComfyUI\custom_nodes\ComfyUI-TiledDiffusion
2024-12-10T22:58:47.973857 -    0.0 seconds: G:\Blender_ComfyUI\ComfyUI\custom_nodes\comfy-plasma
2024-12-10T22:58:47.973857 -    0.0 seconds: G:\Blender_ComfyUI\ComfyUI\custom_nodes\ComfyUI-moondream
2024-12-10T22:58:47.973857 -    0.0 seconds: G:\Blender_ComfyUI\ComfyUI\custom_nodes\ComfyUI_FizzNodes
2024-12-10T22:58:47.973857 -    0.0 seconds: G:\Blender_ComfyUI\ComfyUI\custom_nodes\ComfyUI-Custom-Scripts
2024-12-10T22:58:47.974853 -    0.0 seconds (IMPORT FAILED): G:\Blender_ComfyUI\ComfyUI\custom_nodes\ComfyUI_LayerStyle
2024-12-10T22:58:47.974853 -    0.0 seconds: G:\Blender_ComfyUI\ComfyUI\custom_nodes\ComfyUI-Frame-Interpolation
2024-12-10T22:58:47.974853 -    0.0 seconds: G:\Blender_ComfyUI\ComfyUI\custom_nodes\Derfuu_ComfyUI_ModdedNodes
2024-12-10T22:58:47.974853 -    0.0 seconds: G:\Blender_ComfyUI\ComfyUI\custom_nodes\ComfyUI-BrushNet
2024-12-10T22:58:47.974853 -    0.0 seconds: G:\Blender_ComfyUI\ComfyUI\custom_nodes\x-flux-comfyui
2024-12-10T22:58:47.974853 -    0.0 seconds: G:\Blender_ComfyUI\ComfyUI\custom_nodes\ComfyUI-IPAdapter-Flux
2024-12-10T22:58:47.974853 -    0.0 seconds: G:\Blender_ComfyUI\ComfyUI\custom_nodes\comfyui-prompt-reader-node
2024-12-10T22:58:47.974853 -    0.0 seconds: G:\Blender_ComfyUI\ComfyUI\custom_nodes\comfy-qr
2024-12-10T22:58:47.974853 -    0.0 seconds (IMPORT FAILED): G:\Blender_ComfyUI\ComfyUI\custom_nodes\ComfyMath
2024-12-10T22:58:47.974853 -    0.0 seconds: G:\Blender_ComfyUI\ComfyUI\custom_nodes\ComfyUI-AnimateLCM
2024-12-10T22:58:47.974853 -    0.0 seconds: G:\Blender_ComfyUI\ComfyUI\custom_nodes\AIGODLIKE-ComfyUI-Studio
2024-12-10T22:58:47.974853 -    0.0 seconds: G:\Blender_ComfyUI\ComfyUI\custom_nodes\ComfyUI-GGUF
2024-12-10T22:58:47.974853 -    0.0 seconds: G:\Blender_ComfyUI\ComfyUI\custom_nodes\efficiency-nodes-comfyui
2024-12-10T22:58:47.974853 -    0.0 seconds: G:\Blender_ComfyUI\ComfyUI\custom_nodes\ComfyUI-MingNodes
2024-12-10T22:58:47.974853 -    0.0 seconds (IMPORT FAILED): G:\Blender_ComfyUI\ComfyUI\custom_nodes\ComfyUI-Inspire-Pack
2024-12-10T22:58:47.974853 -    0.0 seconds: G:\Blender_ComfyUI\ComfyUI\custom_nodes\rgthree-comfy
2024-12-10T22:58:47.974853 -    0.0 seconds: G:\Blender_ComfyUI\ComfyUI\custom_nodes\ComfyUI-DynamiCrafterWrapper
2024-12-10T22:58:47.974853 -    0.0 seconds: G:\Blender_ComfyUI\ComfyUI\custom_nodes\facerestore
2024-12-10T22:58:47.974853 -    0.0 seconds: G:\Blender_ComfyUI\ComfyUI\custom_nodes\ComfyUI-SUPIR
2024-12-10T22:58:47.975848 -    0.0 seconds: G:\Blender_ComfyUI\ComfyUI\custom_nodes\ComfyUI-LivePortraitKJ
2024-12-10T22:58:47.975848 -    0.0 seconds: G:\Blender_ComfyUI\ComfyUI\custom_nodes\ComfyUI_UltimateSDUpscale
2024-12-10T22:58:47.975848 -    0.0 seconds (IMPORT FAILED): G:\Blender_ComfyUI\ComfyUI\custom_nodes\ComfyUI_Native_DynamiCrafter
2024-12-10T22:58:47.975848 -    0.0 seconds: G:\Blender_ComfyUI\ComfyUI\custom_nodes\Comfyui_CXH_joy_caption
2024-12-10T22:58:47.975848 -    0.0 seconds (IMPORT FAILED): G:\Blender_ComfyUI\ComfyUI\custom_nodes\deforum-comfy-nodes
2024-12-10T22:58:47.975848 -    0.0 seconds: G:\Blender_ComfyUI\ComfyUI\custom_nodes\ComfyUI-CogVideoXWrapper
2024-12-10T22:58:47.975848 -    0.0 seconds (IMPORT FAILED): G:\Blender_ComfyUI\ComfyUI\custom_nodes\facerestore_cf
2024-12-10T22:58:47.975848 -    0.0 seconds: G:\Blender_ComfyUI\ComfyUI\custom_nodes\ComfyUI-MotionCtrl-SVD
2024-12-10T22:58:47.975848 -    0.0 seconds: G:\Blender_ComfyUI\ComfyUI\custom_nodes\ComfyUI-KJNodes
2024-12-10T22:58:47.975848 -    0.0 seconds: G:\Blender_ComfyUI\ComfyUI\custom_nodes\ComfyUI_Comfyroll_CustomNodes
2024-12-10T22:58:47.975848 -    0.0 seconds: G:\Blender_ComfyUI\ComfyUI\custom_nodes\ComfyUI-AnimateDiff-Evolved
2024-12-10T22:58:47.975848 -    0.1 seconds: G:\Blender_ComfyUI\ComfyUI\custom_nodes\comfyui-workspace-manager
2024-12-10T22:58:47.975848 -    0.1 seconds: G:\Blender_ComfyUI\ComfyUI\custom_nodes\ComfyUI_essentials
2024-12-10T22:58:47.975848 -    0.1 seconds: G:\Blender_ComfyUI\ComfyUI\custom_nodes\comfyui_controlnet_aux
2024-12-10T22:58:47.975848 -    0.1 seconds (IMPORT FAILED): G:\Blender_ComfyUI\ComfyUI\custom_nodes\comfyui-tensorops
2024-12-10T22:58:47.975848 -    0.1 seconds: G:\Blender_ComfyUI\ComfyUI\custom_nodes\ComfyUI-MotionCtrl
2024-12-10T22:58:47.975848 -    0.1 seconds: G:\Blender_ComfyUI\ComfyUI\custom_nodes\Fooocus_Nodes
2024-12-10T22:58:47.975848 -    0.1 seconds: G:\Blender_ComfyUI\ComfyUI\custom_nodes\comfyui_segment_anything
2024-12-10T22:58:47.975848 -    0.1 seconds: G:\Blender_ComfyUI\ComfyUI\custom_nodes\ComfyUI-Long-CLIP
2024-12-10T22:58:47.975848 -    0.1 seconds (IMPORT FAILED): G:\Blender_ComfyUI\ComfyUI\custom_nodes\ComfyUI-FluxTrainer
2024-12-10T22:58:47.976843 -    0.2 seconds: G:\Blender_ComfyUI\ComfyUI\custom_nodes\ComfyUI-APISR-KJ
2024-12-10T22:58:47.976843 -    0.2 seconds: G:\Blender_ComfyUI\ComfyUI\custom_nodes\ComfyUI-Advanced-ControlNet
2024-12-10T22:58:47.976843 -    0.2 seconds (IMPORT FAILED): G:\Blender_ComfyUI\ComfyUI\custom_nodes\ComfyUI-MuseV
2024-12-10T22:58:47.976843 -    0.3 seconds: G:\Blender_ComfyUI\ComfyUI\custom_nodes\ComfyUI-VideoHelperSuite
2024-12-10T22:58:47.976843 -    0.3 seconds: G:\Blender_ComfyUI\ComfyUI\custom_nodes\ComfyUI_tinyterraNodes
2024-12-10T22:58:47.976843 -    0.3 seconds: G:\Blender_ComfyUI\ComfyUI\custom_nodes\DZ-FaceDetailer
2024-12-10T22:58:47.976843 -    0.5 seconds: G:\Blender_ComfyUI\ComfyUI\custom_nodes\ComfyUI-AnimateAnyone-Evolved
2024-12-10T22:58:47.976843 -    0.5 seconds: G:\Blender_ComfyUI\ComfyUI\custom_nodes\comfyui-dynamicprompts
2024-12-10T22:58:47.976843 -    0.5 seconds: G:\Blender_ComfyUI\ComfyUI\custom_nodes\comfyui-reactor-node
2024-12-10T22:58:47.976843 -    0.6 seconds (IMPORT FAILED): G:\Blender_ComfyUI\ComfyUI\custom_nodes\ComfyUI-Open-Sora-Plan
2024-12-10T22:58:47.976843 -    0.6 seconds: G:\Blender_ComfyUI\ComfyUI\custom_nodes\clipseg.py
2024-12-10T22:58:47.976843 -    0.7 seconds: G:\Blender_ComfyUI\ComfyUI\custom_nodes\ComfyUI-Easy-Use
2024-12-10T22:58:47.976843 -    0.7 seconds: G:\Blender_ComfyUI\ComfyUI\custom_nodes\ComfyUI-fastblend
2024-12-10T22:58:47.976843 -    0.8 seconds: G:\Blender_ComfyUI\ComfyUI\custom_nodes\ComfyUI-Manager
2024-12-10T22:58:47.976843 -    0.9 seconds: G:\Blender_ComfyUI\ComfyUI\custom_nodes\ComfyUI-DiffSynth-Studio
2024-12-10T22:58:47.976843 -    1.0 seconds: G:\Blender_ComfyUI\ComfyUI\custom_nodes\ComfyUI-LaMA-Preprocessor
2024-12-10T22:58:47.976843 -    1.0 seconds: G:\Blender_ComfyUI\ComfyUI\custom_nodes\ComfyUI-Hangover-Moondream
2024-12-10T22:58:47.976843 -    1.7 seconds: G:\Blender_ComfyUI\ComfyUI\custom_nodes\ComfyUI-Crystools
2024-12-10T22:58:47.976843 -    1.8 seconds (IMPORT FAILED): G:\Blender_ComfyUI\ComfyUI\custom_nodes\cg-training-tools
2024-12-10T22:58:47.977839 -    2.2 seconds: G:\Blender_ComfyUI\ComfyUI\custom_nodes\was-node-suite-comfyui
2024-12-10T22:58:47.977839 -    2.8 seconds: G:\Blender_ComfyUI\ComfyUI\custom_nodes\ComfyUI_Custom_Nodes_AlekPet
2024-12-10T22:58:47.977839 -    3.0 seconds: G:\Blender_ComfyUI\ComfyUI\custom_nodes\comfyui-mixlab-nodes
2024-12-10T22:58:47.977839 -    3.3 seconds: G:\Blender_ComfyUI\ComfyUI\custom_nodes\ComfyUI_zfkun
2024-12-10T22:58:47.977839 -   21.3 seconds: G:\Blender_ComfyUI\ComfyUI\custom_nodes\ComfyUI-InstantID
2024-12-10T22:58:47.977839 - 
2024-12-10T22:58:48.002783 - Starting server

2024-12-10T22:58:48.003767 - To see the GUI go to: http://127.0.0.1:8188
2024-12-10T22:58:50.502231 - G:\Blender_ComfyUI\ComfyUI\custom_nodes\comfyui-mixlab-nodes\webApp\lib/photoswipe-lightbox.esm.min.js2024-12-10T22:58:50.502231 - 
2024-12-10T22:58:50.545062 - G:\Blender_ComfyUI\ComfyUI\custom_nodes\comfyui-mixlab-nodes\webApp\lib/pickr.min.js2024-12-10T22:58:50.545062 - 
2024-12-10T22:58:50.555986 - FETCH DATA from: G:\Blender_ComfyUI\ComfyUI\custom_nodes\ComfyUI-Manager\extension-node-map.json2024-12-10T22:58:50.562955 -  [DONE]2024-12-10T22:58:50.562955 - 
2024-12-10T22:58:50.578885 - G:\Blender_ComfyUI\ComfyUI\custom_nodes\comfyui-mixlab-nodes\webApp\lib/photoswipe.min.css2024-12-10T22:58:50.578885 - 
2024-12-10T22:58:51.104860 - G:\Blender_ComfyUI\ComfyUI\custom_nodes\comfyui-mixlab-nodes\webApp\lib/classic.min.css2024-12-10T22:58:51.104860 - 
2024-12-10T22:58:51.106851 - G:\Blender_ComfyUI\ComfyUI\custom_nodes\comfyui-mixlab-nodes\webApp\lib/model-viewer.min.js2024-12-10T22:58:51.106851 - 
2024-12-10T22:58:51.115811 - G:\Blender_ComfyUI\ComfyUI\custom_nodes\comfyui-mixlab-nodes\webApp\lib/juxtapose.min.js2024-12-10T22:58:51.115811 - 
2024-12-10T22:58:51.120852 - G:\Blender_ComfyUI\ComfyUI\custom_nodes\comfyui-mixlab-nodes\webApp\lib/juxtapose.css2024-12-10T22:58:51.120852 - 
2024-12-10T22:58:58.037218 - []2024-12-10T22:58:58.037218 - 
2024-12-10T22:59:04.850299 - []2024-12-10T22:59:04.850299 - 
2024-12-10T22:59:04.850299 - []2024-12-10T22:59:04.850299 - 
2024-12-10T22:59:09.494787 - []2024-12-10T22:59:09.494787 - 
2024-12-10T22:59:09.495791 - Exception in thread 2024-12-10T22:59:09.495791 - Thread-15 (diff_listen_loop)2024-12-10T22:59:09.495791 - :
2024-12-10T22:59:09.495791 - Traceback (most recent call last):
2024-12-10T22:59:09.495791 -   File "threading.py", line 1045, in _bootstrap_inner
2024-12-10T22:59:09.496778 -   File "threading.py", line 982, in run
2024-12-10T22:59:09.497774 -   File "G:\Blender_ComfyUI\ComfyUI\custom_nodes\cup.py", line 164, in diff_listen_loop
2024-12-10T22:59:09.498772 -     2024-12-10T22:59:09.498772 - update_cached_nodes()2024-12-10T22:59:09.498772 - 
2024-12-10T22:59:09.498772 -   File "G:\Blender_ComfyUI\ComfyUI\custom_nodes\cup.py", line 157, in update_cached_nodes
2024-12-10T22:59:09.498772 -     2024-12-10T22:59:09.498772 - with HOST_PATH.joinpath("diff_object_info.json").open("w+") as fp:2024-12-10T22:59:09.498772 - 
2024-12-10T22:59:09.498772 -  2024-12-10T22:59:09.498772 -  2024-12-10T22:59:09.498772 -  2024-12-10T22:59:09.498772 -  2024-12-10T22:59:09.498772 -  2024-12-10T22:59:09.498772 -  2024-12-10T22:59:09.498772 -  2024-12-10T22:59:09.498772 -  2024-12-10T22:59:09.499765 -  2024-12-10T22:59:09.499765 - ^2024-12-10T22:59:09.499765 - ^2024-12-10T22:59:09.499765 - ^2024-12-10T22:59:09.499765 - ^2024-12-10T22:59:09.499765 - ^2024-12-10T22:59:09.499765 - ^2024-12-10T22:59:09.499765 - ^2024-12-10T22:59:09.499765 - ^2024-12-10T22:59:09.499765 - ^2024-12-10T22:59:09.499765 - ^2024-12-10T22:59:09.499765 - ^2024-12-10T22:59:09.499765 - ^2024-12-10T22:59:09.499765 - ^2024-12-10T22:59:09.499765 - ^2024-12-10T22:59:09.499765 - ^2024-12-10T22:59:09.499765 - ^2024-12-10T22:59:09.499765 - ^2024-12-10T22:59:09.499765 - ^2024-12-10T22:59:09.499765 - ^2024-12-10T22:59:09.499765 - ^2024-12-10T22:59:09.499765 - ^2024-12-10T22:59:09.499765 - ^2024-12-10T22:59:09.499765 - ^2024-12-10T22:59:09.499765 - ^2024-12-10T22:59:09.499765 - ^2024-12-10T22:59:09.499765 - ^2024-12-10T22:59:09.499765 - ^2024-12-10T22:59:09.499765 - ^2024-12-10T22:59:09.499765 - ^2024-12-10T22:59:09.499765 - ^2024-12-10T22:59:09.499765 - ^2024-12-10T22:59:09.499765 - ^2024-12-10T22:59:09.499765 - ^2024-12-10T22:59:09.499765 - ^2024-12-10T22:59:09.499765 - ^2024-12-10T22:59:09.499765 - ^2024-12-10T22:59:09.500760 - ^2024-12-10T22:59:09.500760 - ^2024-12-10T22:59:09.500760 - ^2024-12-10T22:59:09.500760 - ^2024-12-10T22:59:09.500760 - ^2024-12-10T22:59:09.500760 - ^2024-12-10T22:59:09.500760 - ^2024-12-10T22:59:09.500760 - ^2024-12-10T22:59:09.500760 - ^2024-12-10T22:59:09.500760 - ^2024-12-10T22:59:09.500760 - ^2024-12-10T22:59:09.500760 - ^2024-12-10T22:59:09.500760 - ^2024-12-10T22:59:09.500760 - ^2024-12-10T22:59:09.500760 - ^2024-12-10T22:59:09.500760 - ^2024-12-10T22:59:09.500760 - ^2024-12-10T22:59:09.500760 - ^2024-12-10T22:59:09.500760 - 
2024-12-10T22:59:09.500760 -   File "pathlib.py", line 1044, in open
2024-12-10T22:59:09.501755 - FileNotFoundError2024-12-10T22:59:09.501755 - : 2024-12-10T22:59:09.501755 - [Errno 2] No such file or directory: 'C:\\Users\\NIER\\AppData\\Roaming\\Blender Foundation\\Blender\\4.0\\scripts\\addons\\BlenderAI_Node\\SDNode\\diff_object_info.json'2024-12-10T22:59:09.501755 - 
2024-12-10T22:59:29.573853 - got prompt
2024-12-10T22:59:33.487932 - model weight dtype torch.float16, manual cast: None
2024-12-10T22:59:33.489919 - model_type EPS
2024-12-10T22:59:34.013601 - Using xformers attention in VAE
2024-12-10T22:59:34.015592 - Using xformers attention in VAE
2024-12-10T22:59:41.075697 - Requested to load AutoencoderKL
2024-12-10T22:59:41.338584 - loaded completely 9.5367431640625e+25 319.11416244506836 True
2024-12-10T23:00:12.584893 - Requested to load SD1ClipModel
2024-12-10T23:00:12.877604 - loaded completely 9.5367431640625e+25 235.84423828125 True
2024-12-10T23:00:12.996085 - [AnimateDiffEvo] - �[0;32mINFO�[0m - Loading motion module mm_sd_v15_v2.ckpt
2024-12-10T23:00:12.996085 - Warning torch.load doesn't support weights_only on this pytorch version, loading unsafely.
2024-12-10T23:00:14.862864 - !!! Exception during processing !!! 'ModelPatcher' object has no attribute 'current_device'
2024-12-10T23:00:14.864855 - Traceback (most recent call last):
  File "G:\Blender_ComfyUI\ComfyUI\execution.py", line 323, in execute
    output_data, output_ui, has_subgraph = get_output_data(obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "G:\Blender_ComfyUI\ComfyUI\execution.py", line 198, in get_output_data
    return_values = _map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "G:\Blender_ComfyUI\ComfyUI\execution.py", line 169, in _map_node_over_list
    process_inputs(input_dict, i)
  File "G:\Blender_ComfyUI\ComfyUI\execution.py", line 158, in process_inputs
    results.append(getattr(obj, func)(**inputs))
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "G:\Blender_ComfyUI\ComfyUI\custom_nodes\ComfyUI-AnimateLCM\animatediff\nodes_gen1.py", line 153, in load_mm_and_inject_params
    model = ModelPatcherAndInjector(model)
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "G:\Blender_ComfyUI\ComfyUI\custom_nodes\ComfyUI-AnimateLCM\animatediff\model_injection.py", line 29, in __init__
    super().__init__(m.model, m.load_device, m.offload_device, m.size, m.current_device, weight_inplace_update=m.weight_inplace_update)
                                                                       ^^^^^^^^^^^^^^^^
AttributeError: 'ModelPatcher' object has no attribute 'current_device'

2024-12-10T23:00:14.865852 - Prompt executed in 42.73 seconds
2024-12-10T23:00:15.240278 - Exception ignored in: 2024-12-10T23:00:15.241274 - <function ModelPatcher.__del__ at 0x00000000884559E0>2024-12-10T23:00:15.241274 - 
2024-12-10T23:00:15.241274 - Traceback (most recent call last):
2024-12-10T23:00:15.241274 -   File "G:\Blender_ComfyUI\ComfyUI\comfy\model_patcher.py", line 1119, in __del__
2024-12-10T23:00:15.242269 -     2024-12-10T23:00:15.242269 - self.detach(unpatch_all=False)2024-12-10T23:00:15.242269 - 
2024-12-10T23:00:15.242269 -   File "G:\Blender_ComfyUI\ComfyUI\comfy\model_patcher.py", line 764, in detach
2024-12-10T23:00:15.242269 -     2024-12-10T23:00:15.242269 - self.eject_model()2024-12-10T23:00:15.242269 - 
2024-12-10T23:00:15.242269 -   File "G:\Blender_ComfyUI\ComfyUI\custom_nodes\ComfyUI-AnimateLCM\animatediff\model_injection.py", line 75, in eject_model
2024-12-10T23:00:15.243264 -     2024-12-10T23:00:15.243264 - if self.motion_models is not None:2024-12-10T23:00:15.243264 - 
2024-12-10T23:00:15.243264 -  2024-12-10T23:00:15.243264 -  2024-12-10T23:00:15.243264 -  2024-12-10T23:00:15.243264 -  2024-12-10T23:00:15.243264 -  2024-12-10T23:00:15.243264 -  2024-12-10T23:00:15.243264 -  2024-12-10T23:00:15.243264 - ^2024-12-10T23:00:15.243264 - ^2024-12-10T23:00:15.243264 - ^2024-12-10T23:00:15.243264 - ^2024-12-10T23:00:15.243264 - ^2024-12-10T23:00:15.243264 - ^2024-12-10T23:00:15.243264 - ^2024-12-10T23:00:15.243264 - ^2024-12-10T23:00:15.243264 - ^2024-12-10T23:00:15.243264 - ^2024-12-10T23:00:15.243264 - ^2024-12-10T23:00:15.243264 - ^2024-12-10T23:00:15.243264 - ^2024-12-10T23:00:15.243264 - ^2024-12-10T23:00:15.243264 - ^2024-12-10T23:00:15.243264 - ^2024-12-10T23:00:15.243264 - ^2024-12-10T23:00:15.243264 - ^2024-12-10T23:00:15.243264 - 
2024-12-10T23:00:15.243264 - AttributeError2024-12-10T23:00:15.243264 - : 2024-12-10T23:00:15.243264 - 'ModelPatcherAndInjector' object has no attribute 'motion_models'2024-12-10T23:00:15.243264 - 

Attached Workflow

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

Workflow too large. Please manually upload the workflow from local file system.

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
Potential Bug User is reporting a bug. This should be tested.
Projects
None yet
Development

No branches or pull requests

4 participants