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

KSampler Eroor #395

Open
kingmateo opened this issue Oct 12, 2024 · 0 comments
Open

KSampler Eroor #395

kingmateo opened this issue Oct 12, 2024 · 0 comments

Comments

@kingmateo
Copy link

KSampler
Unknown context_schedule 'uniform'.
Screenshot 2024-10-11 195041
Screenshot 2024-10-12 235535

`

ComfyUI Error Report

Error Details

  • Node Type: KSampler
  • Exception Type: KeyError
  • Exception Message: 0

Stack Trace

  File "E:\ai\ComfyUI_windows_portable\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 "E:\ai\ComfyUI_windows_portable\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 "E:\ai\ComfyUI_windows_portable\ComfyUI\execution.py", line 169, in _map_node_over_list
    process_inputs(input_dict, i)

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

  File "E:\ai\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1437, in sample
    return common_ksampler(model, seed, steps, cfg, sampler_name, scheduler, positive, negative, latent_image, denoise=denoise)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "E:\ai\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1404, in common_ksampler
    samples = comfy.sample.sample(model, noise, steps, cfg, sampler_name, scheduler, positive, negative, latent_image,
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "E:\ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Impact-Pack\modules\impact\sample_error_enhancer.py", line 9, in informative_sample
    return original_sample(*args, **kwargs)  # This code helps interpret error messages that occur within exceptions but does not have any impact on other operations.
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "E:\ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-AnimateDiff-Evolved\animatediff\sampling.py", line 526, in motion_sample
    latents = orig_comfy_sample(model, noise, *args, **kwargs)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "E:\ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Advanced-ControlNet\adv_control\control_reference.py", line 47, in refcn_sample
    return orig_comfy_sample(model, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "E:\ai\ComfyUI_windows_portable\ComfyUI\comfy\sample.py", line 43, in sample
    samples = sampler.sample(noise, positive, negative, cfg=cfg, latent_image=latent_image, start_step=start_step, last_step=last_step, force_full_denoise=force_full_denoise, denoise_mask=noise_mask, sigmas=sigmas, callback=callback, disable_pbar=disable_pbar, seed=seed)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "E:\ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_smZNodes\smZNodes.py", line 1428, in KSampler_sample
    return _KSampler_sample(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "E:\ai\ComfyUI_windows_portable\ComfyUI\comfy\samplers.py", line 829, in sample
    return sample(self.model, noise, positive, negative, cfg, self.device, sampler, sigmas, self.model_options, latent_image=latent_image, denoise_mask=denoise_mask, callback=callback, disable_pbar=disable_pbar, seed=seed)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "E:\ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_smZNodes\smZNodes.py", line 1451, in sample
    return _sample(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^

  File "E:\ai\ComfyUI_windows_portable\ComfyUI\comfy\samplers.py", line 729, in sample
    return cfg_guider.sample(noise, latent_image, sampler, sigmas, denoise_mask, callback, disable_pbar, seed)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "E:\ai\ComfyUI_windows_portable\ComfyUI\comfy\samplers.py", line 716, in sample
    output = self.inner_sample(noise, latent_image, device, sampler, sigmas, denoise_mask, callback, disable_pbar, seed)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "E:\ai\ComfyUI_windows_portable\ComfyUI\comfy\samplers.py", line 695, in inner_sample
    samples = sampler.sample(self, sigmas, extra_args, callback, noise, latent_image, denoise_mask, disable_pbar)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "E:\ai\ComfyUI_windows_portable\ComfyUI\comfy\samplers.py", line 600, in sample
    samples = self.sampler_function(model_k, noise, sigmas, extra_args=extra_args, callback=k_callback, disable=disable_pbar, **self.extra_options)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "E:\ai\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\utils\_contextlib.py", line 116, in decorate_context
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^

  File "E:\ai\ComfyUI_windows_portable\ComfyUI\comfy\k_diffusion\sampling.py", line 155, in sample_euler
    denoised = model(x, sigma_hat * s_in, **extra_args)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "E:\ai\ComfyUI_windows_portable\ComfyUI\comfy\samplers.py", line 299, in __call__
    out = self.inner_model(x, sigma, model_options=model_options, seed=seed)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "E:\ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_smZNodes\smZNodes.py", line 974, in __call__
    return self.predict_noise(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "E:\ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_smZNodes\smZNodes.py", line 1024, in predict_noise
    out = super().predict_noise(*args, **kwargs)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "E:\ai\ComfyUI_windows_portable\ComfyUI\comfy\samplers.py", line 685, in predict_noise
    return sampling_function(self.inner_model, x, timestep, self.conds.get("negative", None), self.conds.get("positive", None), self.cfg, model_options=model_options, seed=seed)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "E:\ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-AnimateDiff-Evolved\animatediff\sampling.py", line 635, in evolved_sampling_function
    cond_pred, uncond_pred = sliding_calc_conds_batch(model, [cond, uncond_], x, timestep, model_options)
                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "E:\ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-AnimateDiff-Evolved\animatediff\sampling.py", line 887, in sliding_calc_conds_batch
    sub_conds_out = calc_conds_batch_wrapper(model, sub_conds, sub_x, sub_timestep, model_options)
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "E:\ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-AnimateDiff-Evolved\animatediff\sampling.py", line 993, in calc_conds_batch_wrapper
    return comfy.samplers.calc_cond_batch(model, conds, x_in, timestep, model_options)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "E:\ai\ComfyUI_windows_portable\ComfyUI\comfy\samplers.py", line 202, in calc_cond_batch
    c['control'] = control.get_control(input_x, timestep_, c, len(cond_or_uncond))
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "E:\ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Advanced-ControlNet\adv_control\utils.py", line 536, in get_control_inject
    return self.get_control_advanced(x_noisy, t, cond, batched_number)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "E:\ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Advanced-ControlNet\adv_control\control.py", line 32, in get_control_advanced
    return self.sliding_get_control(x_noisy, t, cond, batched_number)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "E:\ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Advanced-ControlNet\adv_control\control.py", line 37, in sliding_get_control
    control_prev = self.previous_controlnet.get_control(x_noisy, t, cond, batched_number)
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "E:\ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Advanced-ControlNet\adv_control\utils.py", line 536, in get_control_inject
    return self.get_control_advanced(x_noisy, t, cond, batched_number)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "E:\ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Advanced-ControlNet\adv_control\control.py", line 32, in get_control_advanced
    return self.sliding_get_control(x_noisy, t, cond, batched_number)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "E:\ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Advanced-ControlNet\adv_control\control.py", line 79, in sliding_get_control
    return self.control_merge(None, control, control_prev, output_dtype)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "E:\ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Advanced-ControlNet\adv_control\utils.py", line 643, in control_merge_inject
    x = control_output[i]
        ~~~~~~~~~~~~~~^^^

System Information

  • ComfyUI Version: v0.2.3
  • Arguments: ComfyUI\main.py --windows-standalone-build
  • OS: nt
  • Python Version: 3.11.9 (tags/v3.11.9:de54cf5, Apr 2 2024, 10:12:12) [MSC v.1938 64 bit (AMD64)]
  • Embedded Python: true
  • PyTorch Version: 2.4.1+cu124

Devices

  • Name: cuda:0 NVIDIA GeForce RTX 4070 Ti SUPER : cudaMallocAsync
    • Type: cuda
    • VRAM Total: 17170956288
    • VRAM Free: 10528683586
    • Torch VRAM Total: 4731174912
    • Torch VRAM Free: 69137986

Logs

2024-10-12 23:41:26,549 - root - INFO - Total VRAM 16376 MB, total RAM 32578 MB
2024-10-12 23:41:26,549 - root - INFO - pytorch version: 2.4.1+cu124
2024-10-12 23:41:26,555 - root - INFO - Set vram state to: NORMAL_VRAM
2024-10-12 23:41:26,555 - root - INFO - Device: cuda:0 NVIDIA GeForce RTX 4070 Ti SUPER : cudaMallocAsync
2024-10-12 23:41:32,712 - root - INFO - Using pytorch cross attention
2024-10-12 23:41:48,530 - root - INFO - [Prompt Server] web root: E:\ai\ComfyUI_windows_portable\ComfyUI\web
2024-10-12 23:41:48,562 - root - INFO - Adding extra search path checkpoints E:\ai\Stabel Difusan Webui\webui\models/Stable-diffusion
2024-10-12 23:41:48,562 - root - INFO - Adding extra search path configs E:\ai\Stabel Difusan Webui\webui\models/Stable-diffusion
2024-10-12 23:41:48,562 - root - INFO - Adding extra search path vae E:\ai\Stabel Difusan Webui\webui\models/VAE
2024-10-12 23:41:48,562 - root - INFO - Adding extra search path loras E:\ai\Stabel Difusan Webui\webui\models/Lora
2024-10-12 23:41:48,562 - root - INFO - Adding extra search path loras E:\ai\Stabel Difusan Webui\webui\models/LyCORIS
2024-10-12 23:41:48,562 - root - INFO - Adding extra search path upscale_models E:\ai\Stabel Difusan Webui\webui\models/ESRGAN
2024-10-12 23:41:48,562 - root - INFO - Adding extra search path upscale_models E:\ai\Stabel Difusan Webui\webui\models/RealESRGAN
2024-10-12 23:41:48,562 - root - INFO - Adding extra search path upscale_models E:\ai\Stabel Difusan Webui\webui\models/SwinIR
2024-10-12 23:41:48,562 - root - INFO - Adding extra search path embeddings E:\ai\Stabel Difusan Webui\webui\embeddings
2024-10-12 23:41:48,562 - root - INFO - Adding extra search path hypernetworks E:\ai\Stabel Difusan Webui\webui\models/hypernetworks
2024-10-12 23:41:48,563 - root - INFO - Adding extra search path controlnet E:\ai\Stabel Difusan Webui\webui\extensions\sd-webui-controlnet\models
2024-10-12 23:41:54,083 - root - WARNING - Traceback (most recent call last):
  File "E:\ai\ComfyUI_windows_portable\ComfyUI\nodes.py", line 2001, in load_custom_node
    module_spec.loader.exec_module(module)
  File "<frozen importlib._bootstrap_external>", line 936, in exec_module
  File "<frozen importlib._bootstrap_external>", line 1073, in get_code
  File "<frozen importlib._bootstrap_external>", line 1130, in get_data
FileNotFoundError: [Errno 2] No such file or directory: 'E:\\ai\\ComfyUI_windows_portable\\ComfyUI\\custom_nodes\\AVeryComfyNerd\\__init__.py'

2024-10-12 23:41:54,083 - root - WARNING - Cannot import E:\ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\AVeryComfyNerd module for custom nodes: [Errno 2] No such file or directory: 'E:\\ai\\ComfyUI_windows_portable\\ComfyUI\\custom_nodes\\AVeryComfyNerd\\__init__.py'
2024-10-12 23:42:32,720 - root - WARNING - Traceback (most recent call last):
  File "E:\ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-FaceSwap\install.py", line 27, in ensure_pip_packages
    import cython
ModuleNotFoundError: No module named 'cython'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "E:\ai\ComfyUI_windows_portable\ComfyUI\nodes.py", line 2001, in load_custom_node
    module_spec.loader.exec_module(module)
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "E:\ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-FaceSwap\__init__.py", line 2, in <module>
    install()
  File "E:\ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-FaceSwap\install.py", line 34, in install
    ensure_pip_packages()
  File "E:\ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-FaceSwap\install.py", line 31, in ensure_pip_packages
    subprocess.check_call(pip_install + ['-r', requirements_path])
  File "subprocess.py", line 413, in check_call
subprocess.CalledProcessError: Command '['E:\\ai\\ComfyUI_windows_portable\\python_embeded\\python.exe', '-s', '-m', 'pip', 'install', '-r', 'E:\\ai\\ComfyUI_windows_portable\\ComfyUI\\custom_nodes\\ComfyUI-FaceSwap\\requirements.txt']' returned non-zero exit status 1.

2024-10-12 23:42:32,720 - root - WARNING - Cannot import E:\ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-FaceSwap module for custom nodes: Command '['E:\\ai\\ComfyUI_windows_portable\\python_embeded\\python.exe', '-s', '-m', 'pip', 'install', '-r', 'E:\\ai\\ComfyUI_windows_portable\\ComfyUI\\custom_nodes\\ComfyUI-FaceSwap\\requirements.txt']' returned non-zero exit status 1.
2024-10-12 23:42:32,946 - root - WARNING - Traceback (most recent call last):
  File "E:\ai\ComfyUI_windows_portable\ComfyUI\nodes.py", line 2001, in load_custom_node
    module_spec.loader.exec_module(module)
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "E:\ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Inference-Core-Nodes\__init__.py", line 1, in <module>
    from inference_core_nodes import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS
ModuleNotFoundError: No module named 'inference_core_nodes'

2024-10-12 23:42:32,952 - root - WARNING - Cannot import E:\ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Inference-Core-Nodes module for custom nodes: No module named 'inference_core_nodes'
2024-10-12 23:42:33,065 - root - INFO - Total VRAM 16376 MB, total RAM 32578 MB
2024-10-12 23:42:33,065 - root - INFO - pytorch version: 2.4.1+cu124
2024-10-12 23:42:33,065 - root - INFO - Set vram state to: NORMAL_VRAM
2024-10-12 23:42:33,065 - root - INFO - Device: cuda:0 NVIDIA GeForce RTX 4070 Ti SUPER : cudaMallocAsync
2024-10-12 23:42:39,244 - root - WARNING - Traceback (most recent call last):
  File "E:\ai\ComfyUI_windows_portable\ComfyUI\nodes.py", line 2001, in load_custom_node
    module_spec.loader.exec_module(module)
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "E:\ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-reactor-node\__init__.py", line 23, in <module>
    from .nodes import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS
  File "E:\ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-reactor-node\nodes.py", line 10, in <module>
    from insightface.app.common import Face
ModuleNotFoundError: No module named 'insightface'

2024-10-12 23:42:39,244 - root - WARNING - Cannot import E:\ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-reactor-node module for custom nodes: No module named 'insightface'
2024-10-12 23:42:52,464 - root - WARNING - Traceback (most recent call last):
  File "E:\ai\ComfyUI_windows_portable\ComfyUI\nodes.py", line 2001, in load_custom_node
    module_spec.loader.exec_module(module)
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "E:\ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfy_vid2vid\__init__.py", line 8, in <module>
    from .sd import load_checkpoint_guess_config, load_lora_for_models
  File "E:\ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfy_vid2vid\sd.py", line 3, in <module>
    from comfy.sd import load_model_weights, ModelPatcher, VAE, CLIP, model_lora_keys_unet, model_lora_keys_clip
ImportError: cannot import name 'load_model_weights' from 'comfy.sd' (E:\ai\ComfyUI_windows_portable\ComfyUI\comfy\sd.py)

2024-10-12 23:42:52,464 - root - WARNING - Cannot import E:\ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfy_vid2vid module for custom nodes: cannot import name 'load_model_weights' from 'comfy.sd' (E:\ai\ComfyUI_windows_portable\ComfyUI\comfy\sd.py)
2024-10-12 23:42:53,486 - root - WARNING - Traceback (most recent call last):
  File "E:\ai\ComfyUI_windows_portable\ComfyUI\nodes.py", line 2001, in load_custom_node
    module_spec.loader.exec_module(module)
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "E:\ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\LCM_Inpaint-Outpaint_Comfy\__init__.py", line 1, in <module>
    from .LCM_Nodes import NODE_CLASS_MAPPINGS
  File "E:\ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\LCM_Inpaint-Outpaint_Comfy\LCM_Nodes.py", line 15, in <module>
    from .LCM.stable_diffusion_reference_img2img import StableDiffusionImg2ImgPipeline_reference
  File "E:\ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\LCM_Inpaint-Outpaint_Comfy\LCM\stable_diffusion_reference_img2img.py", line 23, in <module>
    from diffusers.loaders import FromSingleFileMixin, LoraLoaderMixin, TextualInversionLoaderMixin, IPAdapterMixin
ImportError: cannot import name 'IPAdapterMixin' from 'diffusers.loaders' (E:\ai\ComfyUI_windows_portable\python_embeded\Lib\site-packages\diffusers\loaders.py)

2024-10-12 23:42:53,486 - root - WARNING - Cannot import E:\ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\LCM_Inpaint-Outpaint_Comfy module for custom nodes: cannot import name 'IPAdapterMixin' from 'diffusers.loaders' (E:\ai\ComfyUI_windows_portable\python_embeded\Lib\site-packages\diffusers\loaders.py)
2024-10-12 23:42:54,628 - root - INFO - 
Import times for custom nodes:
2024-10-12 23:42:54,628 - root - INFO -    0.0 seconds: E:\ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_IPAdapter_plus
2024-10-12 23:42:54,644 - root - INFO -    0.0 seconds: E:\ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-VideoHelperSuite
2024-10-12 23:42:54,644 - root - INFO -    0.0 seconds: E:\ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\websocket_image_save.py
2024-10-12 23:42:54,644 - root - INFO -    0.0 seconds: E:\ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\efficiency-nodes-comfyui
2024-10-12 23:42:54,644 - root - INFO -    0.0 seconds: E:\ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_controlnet_aux
2024-10-12 23:42:54,644 - root - INFO -    0.0 seconds: E:\ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-post-processing-nodes
2024-10-12 23:42:54,644 - root - INFO -    0.0 seconds: E:\ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Impact-Pack
2024-10-12 23:42:54,644 - root - INFO -    0.0 seconds: E:\ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_TiledIPAdapter
2024-10-12 23:42:54,644 - root - INFO -    0.0 seconds: E:\ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-sampler-lcm-alternative
2024-10-12 23:42:54,644 - root - INFO -    0.0 seconds: E:\ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_Noise
2024-10-12 23:42:54,644 - root - INFO -    0.0 seconds (IMPORT FAILED): E:\ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Inference-Core-Nodes
2024-10-12 23:42:54,644 - root - INFO -    0.0 seconds: E:\ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_experiments
2024-10-12 23:42:54,644 - root - INFO -    0.0 seconds: E:\ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\image-resize-comfyui
2024-10-12 23:42:54,644 - root - INFO -    0.0 seconds: E:\ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\sd-dynamic-thresholding
2024-10-12 23:42:54,644 - root - INFO -    0.0 seconds: E:\ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\wlsh_nodes
2024-10-12 23:42:54,644 - root - INFO -    0.0 seconds: E:\ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_JPS-Nodes
2024-10-12 23:42:54,644 - root - INFO -    0.0 seconds: E:\ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\IPAdapter-ComfyUI
2024-10-12 23:42:54,644 - root - INFO -    0.0 seconds: E:\ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\stability-ComfyUI-nodes
2024-10-12 23:42:54,644 - root - INFO -    0.0 seconds: E:\ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_ADV_CLIP_emb
2024-10-12 23:42:54,644 - root - INFO -    0.0 seconds (IMPORT FAILED): E:\ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-reactor-node
2024-10-12 23:42:54,644 - root - INFO -    0.0 seconds: E:\ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_essentials
2024-10-12 23:42:54,644 - root - INFO -    0.0 seconds: E:\ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\Derfuu_ComfyUI_ModdedNodes
2024-10-12 23:42:54,644 - root - INFO -    0.0 seconds: E:\ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\StableZero123-comfyui
2024-10-12 23:42:54,644 - root - INFO -    0.0 seconds (IMPORT FAILED): E:\ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\AVeryComfyNerd
2024-10-12 23:42:54,644 - root - INFO -    0.0 seconds (IMPORT FAILED): E:\ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfy_vid2vid
2024-10-12 23:42:54,644 - root - INFO -    0.1 seconds: E:\ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_IPAdapter_plus.old
2024-10-12 23:42:54,644 - root - INFO -    0.1 seconds: E:\ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-IPAnimate
2024-10-12 23:42:54,644 - root - INFO -    0.1 seconds: E:\ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_jankhidiffusion
2024-10-12 23:42:54,644 - root - INFO -    0.1 seconds: E:\ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\steerable-motion
2024-10-12 23:42:54,644 - root - INFO -    0.1 seconds: E:\ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_UltimateSDUpscale
2024-10-12 23:42:54,644 - root - INFO -    0.1 seconds: E:\ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\rgthree-comfy
2024-10-12 23:42:54,644 - root - INFO -    0.1 seconds: E:\ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-animatediff
2024-10-12 23:42:54,644 - root - INFO -    0.1 seconds: E:\ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-KJNodes
2024-10-12 23:42:54,644 - root - INFO -    0.1 seconds: E:\ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-GenData-Pack
2024-10-12 23:42:54,644 - root - INFO -    0.1 seconds: E:\ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Advanced-ControlNet
2024-10-12 23:42:54,644 - root - INFO -    0.1 seconds: E:\ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Custom-Scripts
2024-10-12 23:42:54,644 - root - INFO -    0.1 seconds: E:\ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Frame-Interpolation
2024-10-12 23:42:54,644 - root - INFO -    0.1 seconds: E:\ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfy-image-saver
2024-10-12 23:42:54,644 - root - INFO -    0.2 seconds: E:\ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_Comfyroll_CustomNodes
2024-10-12 23:42:54,644 - root - INFO -    0.2 seconds: E:\ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\facerestore_cf
2024-10-12 23:42:54,644 - root - INFO -    0.4 seconds: E:\ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_segment_anything
2024-10-12 23:42:54,644 - root - INFO -    0.4 seconds: E:\ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Manager
2024-10-12 23:42:54,644 - root - INFO -    0.4 seconds: E:\ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_smZNodes
2024-10-12 23:42:54,644 - root - INFO -    0.6 seconds: E:\ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-AnimateDiff-Evolved
2024-10-12 23:42:54,644 - root - INFO -    0.8 seconds (IMPORT FAILED): E:\ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\LCM_Inpaint-Outpaint_Comfy
2024-10-12 23:42:54,644 - root - INFO -    0.9 seconds: E:\ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\was-node-suite-comfyui
2024-10-12 23:42:54,644 - root - INFO -    3.2 seconds: E:\ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-SUPIR
2024-10-12 23:42:54,644 - root - INFO -    5.7 seconds: E:\ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-N-Nodes
2024-10-12 23:42:54,644 - root - INFO -    7.9 seconds: E:\ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-art-venture
2024-10-12 23:42:54,644 - root - INFO -    8.6 seconds: E:\ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_FizzNodes
2024-10-12 23:42:54,644 - root - INFO -   10.8 seconds: E:\ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Allor
2024-10-12 23:42:54,644 - root - INFO -   18.9 seconds (IMPORT FAILED): E:\ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-FaceSwap
2024-10-12 23:42:54,644 - root - INFO - 
2024-10-12 23:42:54,654 - root - INFO - Starting server

2024-10-12 23:42:54,654 - root - INFO - To see the GUI go to: http://127.0.0.1:8188
2024-10-12 23:43:43,234 - root - INFO - got prompt
2024-10-12 23:44:30,709 - root - INFO - Using pytorch attention in VAE
2024-10-12 23:44:30,709 - root - INFO - Using pytorch attention in VAE
2024-10-12 23:44:43,980 - root - INFO - Requested to load AutoencoderKL
2024-10-12 23:44:43,980 - root - INFO - Loading 1 new model
2024-10-12 23:44:44,082 - root - INFO - loaded completely 0.0 159.55708122253418 True
2024-10-12 23:44:44,608 - root - WARNING - Warning torch.load doesn't support weights_only on this pytorch version, loading unsafely.
2024-10-12 23:44:56,754 - root - WARNING - Warning torch.load doesn't support weights_only on this pytorch version, loading unsafely.
2024-10-12 23:45:11,065 - root - INFO - model weight dtype torch.float16, manual cast: None
2024-10-12 23:45:11,066 - root - INFO - model_type EPS
2024-10-12 23:46:37,015 - root - INFO - Using pytorch attention in VAE
2024-10-12 23:46:37,015 - root - INFO - Using pytorch attention in VAE
2024-10-12 23:46:48,306 - root - INFO - Requested to load SD1ClipModel
2024-10-12 23:46:48,306 - root - INFO - Loading 1 new model
2024-10-12 23:46:48,456 - root - INFO - loaded completely 0.0 235.84423828125 True
2024-10-12 23:46:48,652 - root - WARNING - Warning torch.load doesn't support weights_only on this pytorch version, loading unsafely.
2024-10-12 23:47:04,883 - root - INFO - Requested to load ControlNet
2024-10-12 23:47:04,883 - root - INFO - Requested to load AnimateDiffModel
2024-10-12 23:47:04,884 - root - INFO - Requested to load BaseModel
2024-10-12 23:47:04,885 - root - INFO - Requested to load ControlNet
2024-10-12 23:47:04,885 - root - INFO - Loading 4 new models
2024-10-12 23:47:05,132 - root - INFO - loaded completely 0.0 689.0852355957031 True
2024-10-12 23:47:05,288 - root - INFO - loaded completely 0.0 795.6268310546875 True
2024-10-12 23:47:06,024 - root - INFO - loaded completely 0.0 1639.406135559082 True
2024-10-12 23:47:06,210 - root - INFO - loaded completely 0.0 689.0852355957031 True
2024-10-12 23:47:06,543 - root - ERROR - !!! Exception during processing !!! 0
2024-10-12 23:47:06,729 - root - ERROR - Traceback (most recent call last):
  File "E:\ai\ComfyUI_windows_portable\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 "E:\ai\ComfyUI_windows_portable\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 "E:\ai\ComfyUI_windows_portable\ComfyUI\execution.py", line 169, in _map_node_over_list
    process_inputs(input_dict, i)
  File "E:\ai\ComfyUI_windows_portable\ComfyUI\execution.py", line 158, in process_inputs
    results.append(getattr(obj, func)(**inputs))
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "E:\ai\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1437, in sample
    return common_ksampler(model, seed, steps, cfg, sampler_name, scheduler, positive, negative, latent_image, denoise=denoise)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "E:\ai\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1404, in common_ksampler
    samples = comfy.sample.sample(model, noise, steps, cfg, sampler_name, scheduler, positive, negative, latent_image,
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "E:\ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Impact-Pack\modules\impact\sample_error_enhancer.py", line 9, in informative_sample
    return original_sample(*args, **kwargs)  # This code helps interpret error messages that occur within exceptions but does not have any impact on other operations.
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "E:\ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-AnimateDiff-Evolved\animatediff\sampling.py", line 526, in motion_sample
    latents = orig_comfy_sample(model, noise, *args, **kwargs)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "E:\ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Advanced-ControlNet\adv_control\control_reference.py", line 47, in refcn_sample
    return orig_comfy_sample(model, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "E:\ai\ComfyUI_windows_portable\ComfyUI\comfy\sample.py", line 43, in sample
    samples = sampler.sample(noise, positive, negative, cfg=cfg, latent_image=latent_image, start_step=start_step, last_step=last_step, force_full_denoise=force_full_denoise, denoise_mask=noise_mask, sigmas=sigmas, callback=callback, disable_pbar=disable_pbar, seed=seed)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "E:\ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_smZNodes\smZNodes.py", line 1428, in KSampler_sample
    return _KSampler_sample(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "E:\ai\ComfyUI_windows_portable\ComfyUI\comfy\samplers.py", line 829, in sample
    return sample(self.model, noise, positive, negative, cfg, self.device, sampler, sigmas, self.model_options, latent_image=latent_image, denoise_mask=denoise_mask, callback=callback, disable_pbar=disable_pbar, seed=seed)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "E:\ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_smZNodes\smZNodes.py", line 1451, in sample
    return _sample(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "E:\ai\ComfyUI_windows_portable\ComfyUI\comfy\samplers.py", line 729, in sample
    return cfg_guider.sample(noise, latent_image, sampler, sigmas, denoise_mask, callback, disable_pbar, seed)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "E:\ai\ComfyUI_windows_portable\ComfyUI\comfy\samplers.py", line 716, in sample
    output = self.inner_sample(noise, latent_image, device, sampler, sigmas, denoise_mask, callback, disable_pbar, seed)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "E:\ai\ComfyUI_windows_portable\ComfyUI\comfy\samplers.py", line 695, in inner_sample
    samples = sampler.sample(self, sigmas, extra_args, callback, noise, latent_image, denoise_mask, disable_pbar)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "E:\ai\ComfyUI_windows_portable\ComfyUI\comfy\samplers.py", line 600, in sample
    samples = self.sampler_function(model_k, noise, sigmas, extra_args=extra_args, callback=k_callback, disable=disable_pbar, **self.extra_options)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "E:\ai\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\utils\_contextlib.py", line 116, in decorate_context
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
  File "E:\ai\ComfyUI_windows_portable\ComfyUI\comfy\k_diffusion\sampling.py", line 155, in sample_euler
    denoised = model(x, sigma_hat * s_in, **extra_args)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "E:\ai\ComfyUI_windows_portable\ComfyUI\comfy\samplers.py", line 299, in __call__
    out = self.inner_model(x, sigma, model_options=model_options, seed=seed)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "E:\ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_smZNodes\smZNodes.py", line 974, in __call__
    return self.predict_noise(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "E:\ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_smZNodes\smZNodes.py", line 1024, in predict_noise
    out = super().predict_noise(*args, **kwargs)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "E:\ai\ComfyUI_windows_portable\ComfyUI\comfy\samplers.py", line 685, in predict_noise
    return sampling_function(self.inner_model, x, timestep, self.conds.get("negative", None), self.conds.get("positive", None), self.cfg, model_options=model_options, seed=seed)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "E:\ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-AnimateDiff-Evolved\animatediff\sampling.py", line 635, in evolved_sampling_function
    cond_pred, uncond_pred = sliding_calc_conds_batch(model, [cond, uncond_], x, timestep, model_options)
                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "E:\ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-AnimateDiff-Evolved\animatediff\sampling.py", line 887, in sliding_calc_conds_batch
    sub_conds_out = calc_conds_batch_wrapper(model, sub_conds, sub_x, sub_timestep, model_options)
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "E:\ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-AnimateDiff-Evolved\animatediff\sampling.py", line 993, in calc_conds_batch_wrapper
    return comfy.samplers.calc_cond_batch(model, conds, x_in, timestep, model_options)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "E:\ai\ComfyUI_windows_portable\ComfyUI\comfy\samplers.py", line 202, in calc_cond_batch
    c['control'] = control.get_control(input_x, timestep_, c, len(cond_or_uncond))
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "E:\ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Advanced-ControlNet\adv_control\utils.py", line 536, in get_control_inject
    return self.get_control_advanced(x_noisy, t, cond, batched_number)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "E:\ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Advanced-ControlNet\adv_control\control.py", line 32, in get_control_advanced
    return self.sliding_get_control(x_noisy, t, cond, batched_number)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "E:\ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Advanced-ControlNet\adv_control\control.py", line 37, in sliding_get_control
    control_prev = self.previous_controlnet.get_control(x_noisy, t, cond, batched_number)
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "E:\ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Advanced-ControlNet\adv_control\utils.py", line 536, in get_control_inject
    return self.get_control_advanced(x_noisy, t, cond, batched_number)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "E:\ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Advanced-ControlNet\adv_control\control.py", line 32, in get_control_advanced
    return self.sliding_get_control(x_noisy, t, cond, batched_number)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "E:\ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Advanced-ControlNet\adv_control\control.py", line 79, in sliding_get_control
    return self.control_merge(None, control, control_prev, output_dtype)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "E:\ai\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Advanced-ControlNet\adv_control\utils.py", line 643, in control_merge_inject
    x = control_output[i]
        ~~~~~~~~~~~~~~^^^
KeyError: 0

2024-10-12 23:47:06,739 - root - INFO - Prompt executed in 203.49 seconds

Attached Workflow

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

{"last_node_id":117,"last_link_id":255,"nodes":[{"id":6,"type":"CLIPTextEncode","pos":{"0":337.32379150390625,"1":720.1986694335938},"size":{"0":399.56402587890625,"1":143.6069793701172},"flags":{},"order":13,"mode":0,"inputs":[{"name":"clip","type":"CLIP","link":229}],"outputs":[{"name":"CONDITIONING","type":"CONDITIONING","links":[236],"slot_index":0,"shape":3}],"properties":{"Node name for S&R":"CLIPTextEncode"},"widgets_values":["ugly, deformed, bad lighting, blurry, text, watermark, extra hands, bad quality, deformed hands, deformed fingers, nostalgic, drawing, painting, bad anatomy, worst quality, blurry, blurred, normal quality, bad focus, tripod, three legs, weird legs, short legs"],"color":"#322","bgcolor":"#533"},{"id":53,"type":"ImageScale","pos":{"0":-175,"1":-825},"size":{"0":315,"1":130},"flags":{},"order":14,"mode":0,"inputs":[{"name":"image","type":"IMAGE","link":230},{"name":"width","type":"INT","link":222,"slot_index":1,"widget":{"name":"width"}},{"name":"height","type":"INT","link":223,"slot_index":2,"widget":{"name":"height"}}],"outputs":[{"name":"IMAGE","type":"IMAGE","links":[86,87,212,215],"slot_index":0,"shape":3}],"properties":{"Node name for S&R":"ImageScale"},"widgets_values":["nearest-exact",320,234,"disabled"]},{"id":50,"type":"PreviewImage","pos":{"0":18,"1":-1506},"size":{"0":210,"1":246},"flags":{},"order":16,"mode":0,"inputs":[{"name":"images","type":"IMAGE","link":86}],"outputs":[],"properties":{"Node name for S&R":"PreviewImage"},"widgets_values":[]},{"id":56,"type":"VAEEncode","pos":{"0":671,"1":-829},"size":{"0":210,"1":46},"flags":{},"order":17,"mode":0,"inputs":[{"name":"pixels","type":"IMAGE","link":87},{"name":"vae","type":"VAE","link":88}],"outputs":[{"name":"LATENT","type":"LATENT","links":[208],"slot_index":0,"shape":3}],"properties":{"Node name for S&R":"VAEEncode"},"widgets_values":[]},{"id":7,"type":"KSampler","pos":{"0":1550,"1":-459},"size":{"0":315,"1":262},"flags":{"pinned":true},"order":24,"mode":0,"inputs":[{"name":"model","type":"MODEL","link":239},{"name":"positive","type":"CONDITIONING","link":254},{"name":"negative","type":"CONDITIONING","link":255},{"name":"latent_image","type":"LATENT","link":208},{"name":"seed","type":"INT","link":6,"widget":{"name":"seed"}}],"outputs":[{"name":"LATENT","type":"LATENT","links":[9],"slot_index":0,"shape":3}],"properties":{"Node name for S&R":"KSampler"},"widgets_values":[44444444,"fixed",20,7,"euler","normal",0.1],"color":"#223","bgcolor":"#335"},{"id":10,"type":"VAEDecode","pos":{"0":1983,"1":-473},"size":{"0":210,"1":46},"flags":{},"order":25,"mode":0,"inputs":[{"name":"samples","type":"LATENT","link":9},{"name":"vae","type":"VAE","link":10}],"outputs":[{"name":"IMAGE","type":"IMAGE","links":[130,226],"slot_index":0,"shape":3}],"properties":{"Node name for S&R":"VAEDecode"},"widgets_values":[]},{"id":12,"type":"SaveImage","pos":{"0":2465,"1":-749},"size":{"0":315,"1":270},"flags":{},"order":26,"mode":0,"inputs":[{"name":"images","type":"IMAGE","link":130}],"outputs":[],"properties":{},"widgets_values":["Images\\image"]},{"id":109,"type":"VHS_VideoCombine","pos":{"0":2472,"1":-352},"size":{"0":315,"1":218},"flags":{},"order":27,"mode":0,"inputs":[{"name":"images","type":"IMAGE","link":226},{"name":"audio","type":"VHS_AUDIO","link":null,"shape":7},{"name":"meta_batch","type":"VHS_BatchManager","link":null,"shape":7}],"outputs":[{"name":"Filenames","type":"VHS_FILENAMES","links":null,"shape":3}],"properties":{"Node name for S&R":"VHS_VideoCombine"},"widgets_values":{"frame_rate":8,"loop_count":0,"filename_prefix":"AnimateDiff","format":"image/gif","pingpong":false,"save_output":true,"videopreview":{"hidden":false,"paused":false,"params":{}}}},{"id":5,"type":"PrimitiveNode","pos":{"0":1257,"1":278},"size":{"0":285.6000061035156,"1":82},"flags":{},"order":0,"mode":0,"inputs":[],"outputs":[{"name":"INT","type":"INT","links":[6],"slot_index":0,"widget":{"name":"seed"}}],"title":"Primitive (I'm using this as seed)","properties":{"Run widget replace on values":false},"widgets_values":[44444444,"fixed"],"color":"#2a363b","bgcolor":"#3f5159"},{"id":115,"type":"ADE_ApplyAnimateDiffModelSimple","pos":{"0":143,"1":-493},"size":{"0":304.79998779296875,"1":134},"flags":{},"order":11,"mode":0,"inputs":[{"name":"motion_model","type":"MOTION_MODEL_ADE","link":238,"slot_index":0},{"name":"motion_lora","type":"MOTION_LORA","link":null,"shape":7},{"name":"scale_multival","type":"MULTIVAL","link":null,"shape":7},{"name":"effect_multival","type":"MULTIVAL","link":null,"shape":7},{"name":"ad_keyframes","type":"AD_KEYFRAMES","link":null,"shape":7},{"name":"per_block","type":"PER_BLOCK","link":null,"shape":7}],"outputs":[{"name":"M_MODELS","type":"M_MODELS","links":[232],"shape":3}],"properties":{"Node name for S&R":"ADE_ApplyAnimateDiffModelSimple"},"widgets_values":[""]},{"id":112,"type":"ADE_StandardUniformContextOptions","pos":{"0":152,"1":-301},"size":{"0":327.6000061035156,"1":222},"flags":{},"order":1,"mode":0,"inputs":[{"name":"prev_context","type":"CONTEXT_OPTIONS","link":null,"shape":7},{"name":"view_opts","type":"VIEW_OPTS","link":null,"shape":7}],"outputs":[{"name":"CONTEXT_OPTS","type":"CONTEXT_OPTIONS","links":[233],"shape":3}],"properties":{"Node name for S&R":"ADE_StandardUniformContextOptions"},"widgets_values":[16,1,4,"pyramid",false,0,1]},{"id":113,"type":"ADE_AnimateDiffSamplingSettings","pos":{"0":190,"1":-14},"size":{"0":315,"1":238},"flags":{},"order":2,"mode":0,"inputs":[{"name":"noise_layers","type":"NOISE_LAYERS","link":null,"shape":7},{"name":"iteration_opts","type":"ITERATION_OPTS","link":null,"shape":7},{"name":"custom_cfg","type":"CUSTOM_CFG","link":null,"shape":7},{"name":"sigma_schedule","type":"SIGMA_SCHEDULE","link":null,"shape":7},{"name":"image_inject","type":"IMAGE_INJECT","link":null,"widget":{"name":"seed_override"},"shape":7}],"outputs":[{"name":"settings","type":"SAMPLE_SETTINGS","links":[234],"shape":3}],"properties":{"Node name for S&R":"ADE_AnimateDiffSamplingSettings"},"widgets_values":[0,"FreeNoise","comfy",0,0,false,""]},{"id":111,"type":"ADE_UseEvolvedSampling","pos":{"0":845,"1":-367},"size":{"0":315,"1":118},"flags":{},"order":15,"mode":0,"inputs":[{"name":"model","type":"MODEL","link":240},{"name":"m_models","type":"M_MODELS","link":232,"slot_index":1,"shape":7},{"name":"context_options","type":"CONTEXT_OPTIONS","link":233,"slot_index":2,"shape":7},{"name":"sample_settings","type":"SAMPLE_SETTINGS","link":234,"slot_index":3,"shape":7}],"outputs":[{"name":"MODEL","type":"MODEL","links":[239],"slot_index":0,"shape":3}],"properties":{"Node name for S&R":"ADE_UseEvolvedSampling"},"widgets_values":["autoselect"]},{"id":92,"type":"PreviewImage","pos":{"0":1115,"1":-2430},"size":{"0":210,"1":246},"flags":{},"order":20,"mode":0,"inputs":[{"name":"images","type":"IMAGE","link":214}],"outputs":[],"properties":{"Node name for S&R":"PreviewImage"},"widgets_values":[]},{"id":103,"type":"PreviewImage","pos":{"0":1620,"1":-2427},"size":{"0":210,"1":246},"flags":{},"order":22,"mode":0,"inputs":[{"name":"images","type":"IMAGE","link":216}],"outputs":[],"properties":{"Node name for S&R":"PreviewImage"},"widgets_values":[]},{"id":97,"type":"ControlNetLoaderAdvanced","pos":{"0":1735.2440185546875,"1":-1902.2659912109375},"size":{"0":367.79998779296875,"1":58},"flags":{},"order":3,"mode":0,"inputs":[{"name":"timestep_keyframe","type":"TIMESTEP_KEYFRAME","link":null,"shape":7}],"outputs":[{"name":"CONTROL_NET","type":"CONTROL_NET","links":[253],"slot_index":0,"shape":3}],"properties":{"Node name for S&R":"ControlNetLoaderAdvanced"},"widgets_values":["control_v11p_sd15_openpose.pth"],"color":"#2a363b","bgcolor":"#3f5159"},{"id":100,"type":"DWPreprocessor","pos":{"0":1314,"1":-1785},"size":{"0":315,"1":198},"flags":{},"order":19,"mode":0,"inputs":[{"name":"image","type":"IMAGE","link":215}],"outputs":[{"name":"IMAGE","type":"IMAGE","links":[216,252],"slot_index":0,"shape":3},{"name":"POSE_KEYPOINT","type":"POSE_KEYPOINT","links":null,"shape":3}],"properties":{"Node name for S&R":"DWPreprocessor"},"widgets_values":["enable","enable","enable",512,"yolox_l.onnx","dw-ll_ucoco_384_bs5.torchscript.pt"]},{"id":70,"type":"ControlNetLoaderAdvanced","pos":{"0":679,"1":-1898},"size":{"0":367.79998779296875,"1":58},"flags":{},"order":4,"mode":0,"inputs":[{"name":"timestep_keyframe","type":"TIMESTEP_KEYFRAME","link":null,"shape":7}],"outputs":[{"name":"CONTROL_NET","type":"CONTROL_NET","links":[248],"slot_index":0,"shape":3}],"properties":{"Node name for S&R":"ControlNetLoaderAdvanced"},"widgets_values":["control_v11f1p_sd15_depth.pth"],"color":"#2a363b","bgcolor":"#3f5159"},{"id":102,"type":"MiDaS-DepthMapPreprocessor","pos":{"0":583,"1":-1716},"size":{"0":315,"1":106},"flags":{},"order":18,"mode":0,"inputs":[{"name":"image","type":"IMAGE","link":212}],"outputs":[{"name":"IMAGE","type":"IMAGE","links":[214,249],"slot_index":0,"shape":3}],"properties":{"Node name for S&R":"MiDaS-DepthMapPreprocessor"},"widgets_values":[6.283185307179586,0.1,512]},{"id":114,"type":"ACN_AdvancedControlNetApply","pos":{"0":967,"1":-1500},"size":{"0":355.20001220703125,"1":266},"flags":{},"order":21,"mode":0,"inputs":[{"name":"positive","type":"CONDITIONING","link":235},{"name":"negative","type":"CONDITIONING","link":236},{"name":"control_net","type":"CONTROL_NET","link":248},{"name":"image","type":"IMAGE","link":249},{"name":"mask_optional","type":"MASK","link":null,"shape":7},{"name":"timestep_kf","type":"TIMESTEP_KEYFRAME","link":null,"shape":7},{"name":"latent_kf_override","type":"LATENT_KEYFRAME","link":null,"shape":7},{"name":"weights_override","type":"CONTROL_NET_WEIGHTS","link":null,"shape":7},{"name":"model_optional","type":"MODEL","link":null,"shape":7}],"outputs":[{"name":"positive","type":"CONDITIONING","links":[246],"slot_index":0,"shape":3},{"name":"negative","type":"CONDITIONING","links":[247],"slot_index":1,"shape":3},{"name":"model_opt","type":"MODEL","links":null,"shape":3}],"properties":{"Node name for S&R":"ACN_AdvancedControlNetApply"},"widgets_values":[0.5,0,1],"color":"#2a363b","bgcolor":"#3f5159"},{"id":117,"type":"ACN_AdvancedControlNetApply","pos":{"0":1672,"1":-1507},"size":{"0":355.20001220703125,"1":266},"flags":{},"order":23,"mode":0,"inputs":[{"name":"positive","type":"CONDITIONING","link":246},{"name":"negative","type":"CONDITIONING","link":247},{"name":"control_net","type":"CONTROL_NET","link":253},{"name":"image","type":"IMAGE","link":252},{"name":"mask_optional","type":"MASK","link":null,"shape":7},{"name":"timestep_kf","type":"TIMESTEP_KEYFRAME","link":null,"shape":7},{"name":"latent_kf_override","type":"LATENT_KEYFRAME","link":null,"shape":7},{"name":"weights_override","type":"CONTROL_NET_WEIGHTS","link":null,"shape":7},{"name":"model_optional","type":"MODEL","link":null,"shape":7}],"outputs":[{"name":"positive","type":"CONDITIONING","links":[254],"slot_index":0,"shape":3},{"name":"negative","type":"CONDITIONING","links":[255],"slot_index":1,"shape":3},{"name":"model_opt","type":"MODEL","links":null,"shape":3}],"properties":{"Node name for S&R":"ACN_AdvancedControlNetApply"},"widgets_values":[1,0,1],"color":"#2a363b","bgcolor":"#3f5159"},{"id":116,"type":"ADE_LoadAnimateDiffModel","pos":{"0":-1200,"1":-323},"size":{"0":315,"1":58},"flags":{},"order":5,"mode":0,"inputs":[{"name":"ad_settings","type":"AD_SETTINGS","link":null,"shape":7}],"outputs":[{"name":"MOTION_MODEL","type":"MOTION_MODEL_ADE","links":[238],"shape":3}],"properties":{"Node name for S&R":"ADE_LoadAnimateDiffModel"},"widgets_values":["v3_sd15_mm.ckpt"]},{"id":110,"type":"CheckpointLoaderSimple","pos":{"0":-1228,"1":-161},"size":{"0":388.18182373046875,"1":98},"flags":{},"order":6,"mode":0,"inputs":[],"outputs":[{"name":"MODEL","type":"MODEL","links":[240],"slot_index":0,"shape":3},{"name":"CLIP","type":"CLIP","links":[228,229],"slot_index":1,"shape":3},{"name":"VAE","type":"VAE","links":null,"shape":3}],"properties":{"Node name for S&R":"CheckpointLoaderSimple"},"widgets_values":["DreamShaper_v8.safetensors"],"color":"#432","bgcolor":"#653"},{"id":2,"type":"VAELoader","pos":{"0":-1239,"1":41},"size":{"0":385.8948669433594,"1":58},"flags":{},"order":7,"mode":0,"inputs":[],"outputs":[{"name":"VAE","type":"VAE","links":[10,88],"slot_index":0,"shape":3}],"properties":{"Node name for S&R":"VAELoader"},"widgets_values":["vae-ft-mse-840000-ema-pruned.safetensors"],"color":"#332922","bgcolor":"#593930"},{"id":3,"type":"CLIPTextEncode","pos":{"0":354.595458984375,"1":523.1622924804688},"size":{"0":377.7811279296875,"1":124.52955627441406},"flags":{},"order":12,"mode":0,"inputs":[{"name":"clip","type":"CLIP","link":228}],"outputs":[{"name":"CONDITIONING","type":"CONDITIONING","links":[235],"slot_index":0,"shape":3}],"properties":{"Node name for S&R":"CLIPTextEncode"},"widgets_values":["A rich man in a black suit and a large gold chain around his neck dancing in a large golden mansion"],"color":"#232","bgcolor":"#353"},{"id":107,"type":"VHS_LoadVideoPath","pos":{"0":-1256,"1":-967},"size":[541.2608032226562,238],"flags":{},"order":8,"mode":0,"inputs":[{"name":"meta_batch","type":"VHS_BatchManager","link":null,"shape":7}],"outputs":[{"name":"IMAGE","type":"IMAGE","links":[230],"slot_index":0,"shape":3},{"name":"frame_count","type":"INT","links":null,"shape":3},{"name":"audio","type":"VHS_AUDIO","links":null,"shape":3},{"name":"video_info","type":"VHS_VIDEOINFO","links":null,"shape":3}],"properties":{"Node name for S&R":"VHS_LoadVideoPath"},"widgets_values":{"video":"C:\\Users\\Mantis\\Desktop\\S9OsOw.gif","force_rate":0,"force_size":"Disabled","custom_width":512,"custom_height":512,"frame_load_cap":0,"skip_first_frames":0,"select_every_nth":2,"videopreview":{"hidden":false,"paused":false,"params":{"frame_load_cap":0,"skip_first_frames":0,"force_rate":0,"filename":"C:\\Users\\Mantis\\Desktop\\S9OsOw.gif","type":"path","format":"image/gif","select_every_nth":2}}},"color":"#323","bgcolor":"#535"},{"id":104,"type":"PrimitiveNode","pos":{"0":-1229,"1":-667},"size":{"0":210,"1":82},"flags":{"collapsed":false},"order":9,"mode":0,"inputs":[],"outputs":[{"name":"INT","type":"INT","links":[222],"slot_index":0,"widget":{"name":"width"}}],"title":"Width","properties":{"Run widget replace on values":false},"widgets_values":[320,"fixed"],"color":"#332922","bgcolor":"#593930"},{"id":105,"type":"PrimitiveNode","pos":{"0":-1230,"1":-503},"size":{"0":210,"1":82},"flags":{"collapsed":false},"order":10,"mode":0,"inputs":[],"outputs":[{"name":"INT","type":"INT","links":[223],"slot_index":0,"widget":{"name":"height"}}],"title":"Height","properties":{"Run widget replace on values":false},"widgets_values":[234,"fixed"],"color":"#332922","bgcolor":"#593930"}],"links":[[6,5,0,7,4,"INT"],[9,7,0,10,0,"LATENT"],[10,2,0,10,1,"VAE"],[86,53,0,50,0,"IMAGE"],[87,53,0,56,0,"IMAGE"],[88,2,0,56,1,"VAE"],[130,10,0,12,0,"IMAGE"],[208,56,0,7,3,"LATENT"],[212,53,0,102,0,"IMAGE"],[214,102,0,92,0,"IMAGE"],[215,53,0,100,0,"IMAGE"],[216,100,0,103,0,"IMAGE"],[222,104,0,53,1,"INT"],[223,105,0,53,2,"INT"],[226,10,0,109,0,"IMAGE"],[228,110,1,3,0,"CLIP"],[229,110,1,6,0,"CLIP"],[230,107,0,53,0,"IMAGE"],[232,115,0,111,1,"M_MODELS"],[233,112,0,111,2,"CONTEXT_OPTIONS"],[234,113,0,111,3,"SAMPLE_SETTINGS"],[235,3,0,114,0,"CONDITIONING"],[236,6,0,114,1,"CONDITIONING"],[238,116,0,115,0,"MOTION_MODEL_ADE"],[239,111,0,7,0,"MODEL"],[240,110,0,111,0,"MODEL"],[246,114,0,117,0,"CONDITIONING"],[247,114,1,117,1,"CONDITIONING"],[248,70,0,114,2,"CONTROL_NET"],[249,102,0,114,3,"IMAGE"],[252,100,0,117,3,"IMAGE"],[253,97,0,117,2,"CONTROL_NET"],[254,117,0,7,1,"CONDITIONING"],[255,117,1,7,2,"CONDITIONING"]],"groups":[{"title":"Inputs","bounding":[-1403,-1082,677,1260],"color":"#8A8","font_size":24,"flags":{}},{"title":"Outputs","bounding":[2382,-932,491,983],"color":"#8AA","font_size":24,"flags":{}},{"title":"ControlNet","bounding":[521,-2058,1715,913],"color":"#b58b2a","font_size":24,"flags":{}},{"title":"Prompt","bounding":[203,398,697,533],"color":"#a1309b","font_size":24,"flags":{}},{"title":"Animate Diff Nodes","bounding":[130,-602,1122,872],"color":"#3f789e","font_size":24,"flags":{}}],"config":{},"extra":{"ds":{"scale":0.8140274938684064,"offset":[1030.5762303159947,505.25877827525505]}},"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