Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Allocation on device error - Using SteerableMotion #84

Open
EKAPPPAEKAPPA opened this issue Sep 6, 2024 · 0 comments
Open

Allocation on device error - Using SteerableMotion #84

EKAPPPAEKAPPA opened this issue Sep 6, 2024 · 0 comments

Comments

@EKAPPPAEKAPPA
Copy link

EKAPPPAEKAPPA commented Sep 6, 2024

Hello, I'm getting this issue everytime i try and render with SteerableMotion. (Trying to follow the workflow on the repo)

ComfyUI Version: v0.2.2
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+cu121
Devices
Name: cuda:0 NVIDIA GeForce GTX 1660 Ti : cudaMallocAsync
Type: cuda
VRAM Total: 6442123264
VRAM Free: 5286920192
Torch VRAM Total: 67108864
Torch VRAM Free: 33554432

Here is the Log:

ComfyUI Error Report

Error Details

  • Node Type: BatchCreativeInterpolation
  • Exception Type: torch.OutOfMemoryError
  • Exception Message: Allocation on device

Stack Trace

File "C:\Program Files\StableDiffusion Manny ComfyUI\ComfyUI_windows_portable\ComfyUI\execution.py", line 317, in execute
output_data, output_ui, has_subgraph = get_output_data(obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

File "C:\Program Files\StableDiffusion Manny ComfyUI\ComfyUI_windows_portable\ComfyUI\execution.py", line 192, in get_output_data
return_values = _map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

File "C:\Program Files\StableDiffusion Manny ComfyUI\ComfyUI_windows_portable\ComfyUI\execution.py", line 169, in _map_node_over_list
process_inputs(input_dict, i)

File "C:\Program Files\StableDiffusion Manny ComfyUI\ComfyUI_windows_portable\ComfyUI\execution.py", line 158, in process_inputs
results.append(getattr(obj, func)(**inputs))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^

File "C:\Program Files\StableDiffusion Manny ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\steerable-motion\SteerableMotion.py", line 552, in combined_function
model, *_ = ipadapter_application.apply_ipadapter(model=model, ipadapter=ipadapter, image=torch.cat(bin.imageBatch, dim=0), weight=[x * base_ipa_advanced_settings["ipa_weight"] for x in bin.weight_schedule], weight_type=base_ipa_advanced_settings["ipa_weight_type"], start_at=base_ipa_advanced_settings["ipa_starts_at"], end_at=base_ipa_advanced_settings["ipa_ends_at"], clip_vision=clip_vision,image_negative=negative_noise,embeds_scaling=base_ipa_advanced_settings["ipa_embeds_scaling"], encode_batch_size=1, image_schedule=bin.image_schedule)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

File "C:\Program Files\StableDiffusion Manny ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\steerable-motion\imports\ComfyUI_IPAdapter_plus\IPAdapterPlus.py", line 688, in apply_ipadapter
work_model = model.clone()
^^^^^^^^^^^^^

File "C:\Program Files\StableDiffusion Manny ComfyUI\ComfyUI_windows_portable\ComfyUI\comfy\model_patcher.py", line 143, in clone
n.model_options = copy.deepcopy(self.model_options)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

File "copy.py", line 146, in deepcopy

File "copy.py", line 231, in _deepcopy_dict

File "copy.py", line 146, in deepcopy

File "copy.py", line 231, in _deepcopy_dict

File "copy.py", line 146, in deepcopy

File "copy.py", line 231, in _deepcopy_dict

File "copy.py", line 146, in deepcopy

File "copy.py", line 231, in _deepcopy_dict

File "copy.py", line 172, in deepcopy

File "copy.py", line 271, in _reconstruct

File "copy.py", line 146, in deepcopy

File "copy.py", line 231, in _deepcopy_dict

File "copy.py", line 146, in deepcopy

File "copy.py", line 206, in _deepcopy_list

File "copy.py", line 146, in deepcopy

File "copy.py", line 231, in _deepcopy_dict

File "copy.py", line 172, in deepcopy

File "copy.py", line 271, in _reconstruct

File "copy.py", line 146, in deepcopy

File "copy.py", line 231, in _deepcopy_dict

File "copy.py", line 172, in deepcopy

File "copy.py", line 297, in _reconstruct

File "copy.py", line 172, in deepcopy

File "copy.py", line 271, in _reconstruct

File "copy.py", line 146, in deepcopy

File "copy.py", line 231, in _deepcopy_dict

File "copy.py", line 172, in deepcopy

File "copy.py", line 297, in _reconstruct

File "copy.py", line 172, in deepcopy

File "copy.py", line 271, in _reconstruct

File "copy.py", line 146, in deepcopy

File "copy.py", line 231, in _deepcopy_dict

File "copy.py", line 172, in deepcopy

File "copy.py", line 297, in _reconstruct

File "copy.py", line 172, in deepcopy

File "copy.py", line 271, in _reconstruct

File "copy.py", line 146, in deepcopy

File "copy.py", line 231, in _deepcopy_dict

File "copy.py", line 172, in deepcopy

File "copy.py", line 297, in _reconstruct

File "copy.py", line 153, in deepcopy

File "C:\Program Files\StableDiffusion Manny ComfyUI\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\nn\parameter.py", line 59, in deepcopy
result = type(self)(self.data.clone(memory_format=torch.preserve_format), self.requires_grad)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2024-09-06 14:36:22,654 - root - INFO - Total VRAM 6144 MB, total RAM 16232 MB
2024-09-06 14:36:22,654 - root - INFO - pytorch version: 2.4.1+cu121
2024-09-06 14:36:22,662 - root - INFO - Set vram state to: NORMAL_VRAM
2024-09-06 14:36:22,663 - root - INFO - Device: cuda:0 NVIDIA GeForce GTX 1660 Ti : cudaMallocAsync
2024-09-06 14:36:25,808 - root - INFO - Using pytorch cross attention
2024-09-06 14:36:27,281 - root - INFO - [Prompt Server] web root: C:\Program Files\StableDiffusion Manny ComfyUI\ComfyUI_windows_portable\ComfyUI\web
2024-09-06 14:36:29,151 - root - WARNING - Traceback (most recent call last):
File "C:\Program Files\StableDiffusion Manny ComfyUI\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1993, in load_custom_node
module_spec.loader.exec_module(module)
File "", line 940, in exec_module
File "", line 241, in call_with_frames_removed
File "C:\Program Files\StableDiffusion Manny ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-IG-Nodes_init
.py", line 13, in
from .nodes.interpolate import *
File "C:\Program Files\StableDiffusion Manny ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-IG-Nodes\nodes\interpolate.py", line 13, in
from ..motion_predictor import MotionPredictor
File "C:\Program Files\StableDiffusion Manny ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-IG-Nodes\motion_predictor_init_.py", line 2, in
from .motion_predictor import MotionPredictor
File "C:\Program Files\StableDiffusion Manny ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-IG-Nodes\motion_predictor\motion_predictor.py", line 5, in
from diffusers import DiffusionPipeline
ModuleNotFoundError: No module named 'diffusers'

2024-09-06 14:36:29,151 - root - WARNING - Cannot import C:\Program Files\StableDiffusion Manny ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-IG-Nodes module for custom nodes: No module named 'diffusers'
2024-09-06 14:36:29,217 - root - INFO - Total VRAM 6144 MB, total RAM 16232 MB
2024-09-06 14:36:29,218 - root - INFO - pytorch version: 2.4.1+cu121
2024-09-06 14:36:29,219 - root - INFO - Set vram state to: NORMAL_VRAM
2024-09-06 14:36:29,219 - root - INFO - Device: cuda:0 NVIDIA GeForce GTX 1660 Ti : cudaMallocAsync
2024-09-06 14:36:30,207 - root - INFO -
Import times for custom nodes:
2024-09-06 14:36:30,207 - root - INFO - 0.0 seconds: C:\Program Files\StableDiffusion Manny ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\websocket_image_save.py
2024-09-06 14:36:30,207 - root - INFO - 0.0 seconds: C:\Program Files\StableDiffusion Manny ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\extended-saveimage-comfyui
2024-09-06 14:36:30,207 - root - INFO - 0.0 seconds: C:\Program Files\StableDiffusion Manny ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_ADV_CLIP_emb
2024-09-06 14:36:30,207 - root - INFO - 0.0 seconds: C:\Program Files\StableDiffusion Manny ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\masquerade-nodes-comfyui
2024-09-06 14:36:30,208 - root - INFO - 0.0 seconds: C:\Program Files\StableDiffusion Manny ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_IPAdapter_plus
2024-09-06 14:36:30,208 - root - INFO - 0.0 seconds: C:\Program Files\StableDiffusion Manny ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\steerable-motion
2024-09-06 14:36:30,208 - root - INFO - 0.0 seconds: C:\Program Files\StableDiffusion Manny ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Frame-Interpolation
2024-09-06 14:36:30,208 - root - INFO - 0.0 seconds: C:\Program Files\StableDiffusion Manny ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\save-image-extended-comfyui
2024-09-06 14:36:30,208 - root - INFO - 0.0 seconds: C:\Program Files\StableDiffusion Manny ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Advanced-ControlNet
2024-09-06 14:36:30,209 - root - INFO - 0.0 seconds: C:\Program Files\StableDiffusion Manny ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\efficiency-nodes-comfyui
2024-09-06 14:36:30,209 - root - INFO - 0.0 seconds: C:\Program Files\StableDiffusion Manny ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_essentials
2024-09-06 14:36:30,209 - root - INFO - 0.0 seconds: C:\Program Files\StableDiffusion Manny ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-AnimateDiff-Evolved
2024-09-06 14:36:30,209 - root - INFO - 0.0 seconds: C:\Program Files\StableDiffusion Manny ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-dream-project
2024-09-06 14:36:30,209 - root - INFO - 0.0 seconds: C:\Program Files\StableDiffusion Manny ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-KJNodes
2024-09-06 14:36:30,209 - root - INFO - 0.1 seconds (IMPORT FAILED): C:\Program Files\StableDiffusion Manny ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-IG-Nodes
2024-09-06 14:36:30,210 - root - INFO - 0.1 seconds: C:\Program Files\StableDiffusion Manny ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Impact-Pack
2024-09-06 14:36:30,210 - root - INFO - 0.1 seconds: C:\Program Files\StableDiffusion Manny ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfy_mtb
2024-09-06 14:36:30,210 - root - INFO - 0.2 seconds: C:\Program Files\StableDiffusion Manny ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-VideoHelperSuite
2024-09-06 14:36:30,210 - root - INFO - 0.2 seconds: C:\Program Files\StableDiffusion Manny ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_FizzNodes
2024-09-06 14:36:30,210 - root - INFO - 0.4 seconds: C:\Program Files\StableDiffusion Manny ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Manager
2024-09-06 14:36:30,210 - root - INFO - 0.5 seconds: C:\Program Files\StableDiffusion Manny ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-AdvancedLivePortrait
2024-09-06 14:36:30,211 - root - INFO - 0.7 seconds: C:\Program Files\StableDiffusion Manny ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Allor
2024-09-06 14:36:30,211 - root - INFO -
2024-09-06 14:36:30,219 - root - INFO - Starting server

2024-09-06 14:36:30,220 - root - INFO - To see the GUI go to: http://127.0.0.1:8188
2024-09-06 14:36:50,014 - asyncio - ERROR - Exception in callback _ProactorBasePipeTransport._call_connection_lost(None)
handle: <Handle _ProactorBasePipeTransport._call_connection_lost(None)>
Traceback (most recent call last):
File "asyncio\events.py", line 84, in _run
File "asyncio\proactor_events.py", line 165, in call_connection_lost
ConnectionResetError: [WinError 10054] An existing connection was forcibly closed by the remote host
2024-09-06 14:37:22,897 - root - INFO - got prompt
2024-09-06 14:37:22,909 - root - ERROR - Failed to validate prompt for output 207:
2024-09-06 14:37:22,909 - root - ERROR - * Get Image Size 658:
2024-09-06 14:37:22,909 - root - ERROR - - Required input is missing: image
2024-09-06 14:37:22,909 - root - ERROR - * CheckpointLoaderSimple 461:
2024-09-06 14:37:22,910 - root - ERROR - - Value not in list: ckpt_name: 'Realistic_Vision_V5.0.safetensors' not in ['flux1-dev-fp8.safetensors', 'flux1-schnell-fp8.safetensors']
2024-09-06 14:37:22,910 - root - ERROR - * IPAdapterModelLoader 369:
2024-09-06 14:37:22,910 - root - ERROR - - Value not in list: ipadapter_file: 'ip-adapter-plus_sd15.bin' not in ['ip-adapter_sdxl_vit-h.safetensors']
2024-09-06 14:37:22,910 - root - ERROR - * CLIPVisionLoader 370:
2024-09-06 14:37:22,910 - root - ERROR - - Value not in list: clip_name: 'SD1.5/pytorch_model.bin' not in ['CLIP-ViT-H-14-laion2B-s32B-b79K.safetensors']
2024-09-06 14:37:22,911 - root - ERROR - * ImageResize+ 604:
2024-09-06 14:37:22,911 - root - ERROR - - Value not in list: method: 'False' not in ['stretch', 'keep proportion', 'fill / crop', 'pad']
2024-09-06 14:37:22,911 - root - ERROR - - Required input is missing: image
2024-09-06 14:37:22,911 - root - ERROR - * VAELoader 458:
2024-09-06 14:37:22,911 - root - ERROR - - Value not in list: vae_name: 'vae-ft-mse-840000-ema-pruned.safetensors' not in ['taesd', 'taesdxl', 'taesd3', 'taef1']
2024-09-06 14:37:22,912 - root - ERROR - Output will be ignored
2024-09-06 14:37:22,912 - root - ERROR - Failed to validate prompt for output 436:
2024-09-06 14:37:22,912 - root - ERROR - Output will be ignored
2024-09-06 14:37:22,949 - root - ERROR - Failed to validate prompt for output 281:
2024-09-06 14:37:22,949 - root - ERROR - Output will be ignored
2024-09-06 14:37:22,949 - root - ERROR - Failed to validate prompt for output 389:
2024-09-06 14:37:22,950 - root - ERROR - Output will be ignored
2024-09-06 14:37:22,950 - root - WARNING - invalid prompt: {'type': 'prompt_outputs_failed_validation', 'message': 'Prompt outputs failed validation', 'details': '', 'extra_info': {}}
2024-09-06 14:37:39,393 - root - INFO - got prompt
2024-09-06 14:37:39,405 - root - ERROR - Failed to validate prompt for output 207:
2024-09-06 14:37:39,406 - root - ERROR - * Get Image Size 658:
2024-09-06 14:37:39,406 - root - ERROR - - Required input is missing: image
2024-09-06 14:37:39,406 - root - ERROR - * ImageResize+ 604:
2024-09-06 14:37:39,407 - root - ERROR - - Value not in list: method: 'False' not in ['stretch', 'keep proportion', 'fill / crop', 'pad']
2024-09-06 14:37:39,407 - root - ERROR - - Required input is missing: image
2024-09-06 14:37:39,407 - root - ERROR - Output will be ignored
2024-09-06 14:37:39,407 - root - ERROR - Failed to validate prompt for output 436:
2024-09-06 14:37:39,407 - root - ERROR - Output will be ignored
2024-09-06 14:37:39,446 - root - ERROR - Failed to validate prompt for output 281:
2024-09-06 14:37:39,446 - root - ERROR - Output will be ignored
2024-09-06 14:37:39,446 - root - ERROR - Failed to validate prompt for output 389:
2024-09-06 14:37:39,447 - root - ERROR - Output will be ignored
2024-09-06 14:37:39,447 - root - WARNING - invalid prompt: {'type': 'prompt_outputs_failed_validation', 'message': 'Prompt outputs failed validation', 'details': '', 'extra_info': {}}
2024-09-06 14:38:44,152 - root - INFO - got prompt
2024-09-06 14:38:44,165 - root - ERROR - Failed to validate prompt for output 207:
2024-09-06 14:38:44,165 - root - ERROR - * VHS_LoadImagesPath 672:
2024-09-06 14:38:44,165 - root - ERROR - - Custom validation failed for node: directory - Directory 'input/test_tom_fire/' cannot be found.
2024-09-06 14:38:44,166 - root - ERROR - - Custom validation failed for node: image_load_cap - Directory 'input/test_tom_fire/' cannot be found.
2024-09-06 14:38:44,166 - root - ERROR - - Custom validation failed for node: skip_first_images - Directory 'input/test_tom_fire/' cannot be found.
2024-09-06 14:38:44,166 - root - ERROR - - Custom validation failed for node: select_every_nth - Directory 'input/test_tom_fire/' cannot be found.
2024-09-06 14:38:44,166 - root - ERROR - - Custom validation failed for node: unique_id - Directory 'input/test_tom_fire/' cannot be found.
2024-09-06 14:38:44,166 - root - ERROR - * ImageResize+ 604:
2024-09-06 14:38:44,166 - root - ERROR - - Value not in list: method: 'False' not in ['stretch', 'keep proportion', 'fill / crop', 'pad']
2024-09-06 14:38:44,167 - root - ERROR - Output will be ignored
2024-09-06 14:38:44,167 - root - ERROR - Failed to validate prompt for output 436:
2024-09-06 14:38:44,167 - root - ERROR - Output will be ignored
2024-09-06 14:38:44,204 - root - ERROR - Failed to validate prompt for output 281:
2024-09-06 14:38:44,205 - root - ERROR - Output will be ignored
2024-09-06 14:38:44,205 - root - ERROR - Failed to validate prompt for output 389:
2024-09-06 14:38:44,205 - root - ERROR - Output will be ignored
2024-09-06 14:38:44,205 - root - WARNING - invalid prompt: {'type': 'prompt_outputs_failed_validation', 'message': 'Prompt outputs failed validation', 'details': '', 'extra_info': {}}
2024-09-06 14:40:56,446 - root - INFO - got prompt
2024-09-06 14:40:56,459 - root - ERROR - Failed to validate prompt for output 207:
2024-09-06 14:40:56,459 - root - ERROR - * VHS_LoadImagesPath 672:
2024-09-06 14:40:56,459 - root - ERROR - - Custom validation failed for node: directory - Directory 'input/test_tom_fire/' cannot be found.
2024-09-06 14:40:56,460 - root - ERROR - - Custom validation failed for node: image_load_cap - Directory 'input/test_tom_fire/' cannot be found.
2024-09-06 14:40:56,460 - root - ERROR - - Custom validation failed for node: skip_first_images - Directory 'input/test_tom_fire/' cannot be found.
2024-09-06 14:40:56,460 - root - ERROR - - Custom validation failed for node: select_every_nth - Directory 'input/test_tom_fire/' cannot be found.
2024-09-06 14:40:56,460 - root - ERROR - - Custom validation failed for node: unique_id - Directory 'input/test_tom_fire/' cannot be found.
2024-09-06 14:40:56,460 - root - ERROR - Output will be ignored
2024-09-06 14:40:56,461 - root - ERROR - Failed to validate prompt for output 436:
2024-09-06 14:40:56,461 - root - ERROR - Output will be ignored
2024-09-06 14:40:56,498 - root - ERROR - Failed to validate prompt for output 281:
2024-09-06 14:40:56,498 - root - ERROR - Output will be ignored
2024-09-06 14:40:56,498 - root - ERROR - Failed to validate prompt for output 389:
2024-09-06 14:40:56,499 - root - ERROR - Output will be ignored
2024-09-06 14:40:56,499 - root - WARNING - invalid prompt: {'type': 'prompt_outputs_failed_validation', 'message': 'Prompt outputs failed validation', 'details': '', 'extra_info': {}}
2024-09-06 14:41:50,654 - root - INFO - got prompt
2024-09-06 14:41:50,731 - root - WARNING - WARNING: DreamInputInt.IS_CHANGED() got an unexpected keyword argument 'value'
2024-09-06 14:41:50,732 - root - WARNING - WARNING: DreamInputInt.IS_CHANGED() got an unexpected keyword argument 'value'
2024-09-06 14:41:57,901 - root - INFO - model weight dtype torch.float8_e4m3fn, manual cast: torch.float32
2024-09-06 14:41:57,921 - root - INFO - model_type FLUX
2024-09-06 14:42:25,667 - root - INFO - Using pytorch attention in VAE
2024-09-06 14:42:25,713 - root - INFO - Using pytorch attention in VAE
2024-09-06 14:42:31,666 - root - INFO - Requested to load FluxClipModel

2024-09-06 14:42:31,666 - root - INFO - Loading 1 new model
2024-09-06 14:42:31,686 - root - INFO - loaded completely 0.0 4777.53759765625 True
2024-09-06 14:44:51,473 - root - INFO - got prompt
2024-09-06 14:45:49,279 - root - INFO - Requested to load CLIPVisionModelProjection
2024-09-06 14:45:49,279 - root - INFO - Loading 1 new model
2024-09-06 14:45:49,288 - root - INFO - loaded completely 0.0 1208.09814453125 True
2024-09-06 14:47:04,594 - root - ERROR - !!! Exception during processing !!! Allocation on device
2024-09-06 14:47:04,648 - root - ERROR - Traceback (most recent call last):
File "C:\Program Files\StableDiffusion Manny ComfyUI\ComfyUI_windows_portable\ComfyUI\execution.py", line 317, in execute
output_data, output_ui, has_subgraph = get_output_data(obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Program Files\StableDiffusion Manny ComfyUI\ComfyUI_windows_portable\ComfyUI\execution.py", line 192, in get_output_data
return_values = _map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Program Files\StableDiffusion Manny ComfyUI\ComfyUI_windows_portable\ComfyUI\execution.py", line 169, in map_node_over_list
process_inputs(input_dict, i)
File "C:\Program Files\StableDiffusion Manny ComfyUI\ComfyUI_windows_portable\ComfyUI\execution.py", line 158, in process_inputs
results.append(getattr(obj, func)(**inputs))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Program Files\StableDiffusion Manny ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\steerable-motion\SteerableMotion.py", line 552, in combined_function
model, *
= ipadapter_application.apply_ipadapter(model=model, ipadapter=ipadapter, image=torch.cat(bin.imageBatch, dim=0), weight=[x * base_ipa_advanced_settings["ipa_weight"] for x in bin.weight_schedule], weight_type=base_ipa_advanced_settings["ipa_weight_type"], start_at=base_ipa_advanced_settings["ipa_starts_at"], end_at=base_ipa_advanced_settings["ipa_ends_at"], clip_vision=clip_vision,image_negative=negative_noise,embeds_scaling=base_ipa_advanced_settings["ipa_embeds_scaling"], encode_batch_size=1, image_schedule=bin.image_schedule)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Program Files\StableDiffusion Manny ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\steerable-motion\imports\ComfyUI_IPAdapter_plus\IPAdapterPlus.py", line 688, in apply_ipadapter
work_model = model.clone()
^^^^^^^^^^^^^
File "C:\Program Files\StableDiffusion Manny ComfyUI\ComfyUI_windows_portable\ComfyUI\comfy\model_patcher.py", line 143, in clone
n.model_options = copy.deepcopy(self.model_options)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "copy.py", line 146, in deepcopy
File "copy.py", line 231, in _deepcopy_dict
File "copy.py", line 146, in deepcopy
File "copy.py", line 231, in _deepcopy_dict
File "copy.py", line 146, in deepcopy
File "copy.py", line 231, in _deepcopy_dict
File "copy.py", line 146, in deepcopy
File "copy.py", line 231, in _deepcopy_dict
File "copy.py", line 172, in deepcopy
File "copy.py", line 271, in _reconstruct
File "copy.py", line 146, in deepcopy
File "copy.py", line 231, in _deepcopy_dict
File "copy.py", line 146, in deepcopy
File "copy.py", line 206, in _deepcopy_list
File "copy.py", line 146, in deepcopy
File "copy.py", line 231, in _deepcopy_dict
File "copy.py", line 172, in deepcopy
File "copy.py", line 271, in _reconstruct
File "copy.py", line 146, in deepcopy
File "copy.py", line 231, in _deepcopy_dict
File "copy.py", line 172, in deepcopy
File "copy.py", line 297, in _reconstruct
File "copy.py", line 172, in deepcopy
File "copy.py", line 271, in _reconstruct
File "copy.py", line 146, in deepcopy
File "copy.py", line 231, in _deepcopy_dict
File "copy.py", line 172, in deepcopy
File "copy.py", line 297, in _reconstruct
File "copy.py", line 172, in deepcopy
File "copy.py", line 271, in _reconstruct
File "copy.py", line 146, in deepcopy
File "copy.py", line 231, in _deepcopy_dict
File "copy.py", line 172, in deepcopy
File "copy.py", line 297, in _reconstruct
File "copy.py", line 172, in deepcopy
File "copy.py", line 271, in _reconstruct
File "copy.py", line 146, in deepcopy
File "copy.py", line 231, in _deepcopy_dict
File "copy.py", line 172, in deepcopy
File "copy.py", line 297, in _reconstruct
File "copy.py", line 153, in deepcopy
File "C:\Program Files\StableDiffusion Manny ComfyUI\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\nn\parameter.py", line 59, in deepcopy
result = type(self)(self.data.clone(memory_format=torch.preserve_format), self.requires_grad)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
torch.OutOfMemoryError: Allocation on device

2024-09-06 14:47:04,655 - root - ERROR - Got an OOM, unloading all loaded models.
2024-09-06 14:47:04,684 - root - INFO - Prompt executed in 313.98 seconds
2024-09-06 15:02:42,327 - asyncio - ERROR - Exception in callback _ProactorBasePipeTransport._call_connection_lost(None)
handle: <Handle _ProactorBasePipeTransport._call_connection_lost(None)>
Traceback (most recent call last):
File "asyncio\events.py", line 84, in _run
File "asyncio\proactor_events.py", line 165, in _call_connection_lost
ConnectionResetError: [WinError 10054] An existing connection was forcibly closed by the remote host
2024-09-06 15:05:12,050 - root - INFO - got prompt
2024-09-06 15:05:12,097 - root - ERROR - Failed to validate prompt for output 706:
2024-09-06 15:05:12,098 - root - ERROR - * PromptSchedule 721:
2024-09-06 15:05:12,098 - root - ERROR - - Required input is missing: current_frame
2024-09-06 15:05:12,098 - root - ERROR - * PromptSchedule 720:
2024-09-06 15:05:12,098 - root - ERROR - - Required input is missing: current_frame
2024-09-06 15:05:12,099 - root - ERROR - Output will be ignored
2024-09-06 15:05:12,099 - root - ERROR - Failed to validate prompt for output 723:
2024-09-06 15:05:12,099 - root - ERROR - Output will be ignored
2024-09-06 15:05:12,099 - root - ERROR - Failed to validate prompt for output 710:
2024-09-06 15:05:12,100 - root - ERROR - Output will be ignored
2024-09-06 15:05:12,110 - root - WARNING - WARNING: DreamInputInt.IS_CHANGED() got an unexpected keyword argument 'value'
2024-09-06 15:05:12,110 - root - WARNING - WARNING: DreamInputInt.IS_CHANGED() got an unexpected keyword argument 'value'
2024-09-06 15:05:12,171 - root - INFO - Prompt executed in 0.07 seconds
2024-09-06 15:05:56,969 - root - INFO - got prompt
2024-09-06 15:05:57,026 - root - ERROR - Failed to validate prompt for output 706:
2024-09-06 15:05:57,026 - root - ERROR - * PromptSchedule 724:
2024-09-06 15:05:57,027 - root - ERROR - - Required input is missing: current_frame
2024-09-06 15:05:57,027 - root - ERROR - * PromptSchedule 725:
2024-09-06 15:05:57,027 - root - ERROR - - Required input is missing: current_frame
2024-09-06 15:05:57,027 - root - ERROR - Output will be ignored
2024-09-06 15:05:57,028 - root - ERROR - Failed to validate prompt for output 723:
2024-09-06 15:05:57,028 - root - ERROR - Output will be ignored
2024-09-06 15:05:57,028 - root - ERROR - Failed to validate prompt for output 710:
2024-09-06 15:05:57,028 - root - ERROR - Output will be ignored
2024-09-06 15:05:57,038 - root - WARNING - WARNING: DreamInputInt.IS_CHANGED() got an unexpected keyword argument 'value'
2024-09-06 15:05:57,038 - root - WARNING - WARNING: DreamInputInt.IS_CHANGED() got an unexpected keyword argument 'value'
2024-09-06 15:05:57,092 - root - INFO - Prompt executed in 0.06 seconds
2024-09-06 15:06:31,529 - root - INFO - got prompt
2024-09-06 15:06:31,575 - root - ERROR - Failed to validate prompt for output 706:
2024-09-06 15:06:31,575 - root - ERROR - * PromptSchedule 724:
2024-09-06 15:06:31,576 - root - ERROR - - Required input is missing: current_frame
2024-09-06 15:06:31,576 - root - ERROR - * PromptSchedule 725:
2024-09-06 15:06:31,576 - root - ERROR - - Required input is missing: current_frame
2024-09-06 15:06:31,576 - root - ERROR - Output will be ignored
2024-09-06 15:06:31,576 - root - ERROR - Failed to validate prompt for output 723:
2024-09-06 15:06:31,577 - root - ERROR - Output will be ignored
2024-09-06 15:06:31,577 - root - ERROR - Failed to validate prompt for output 710:
2024-09-06 15:06:31,577 - root - ERROR - Output will be ignored
2024-09-06 15:06:31,584 - root - WARNING - WARNING: DreamInputInt.IS_CHANGED() got an unexpected keyword argument 'value'
2024-09-06 15:06:31,584 - root - WARNING - WARNING: DreamInputInt.IS_CHANGED() got an unexpected keyword argument 'value'
2024-09-06 15:06:31,638 - root - INFO - Prompt executed in 0.06 seconds
2024-09-06 15:06:35,334 - root - INFO - got prompt
2024-09-06 15:06:35,378 - root - ERROR - Failed to validate prompt for output 706:
2024-09-06 15:06:35,378 - root - ERROR - * PromptSchedule 724:
2024-09-06 15:06:35,378 - root - ERROR - - Required input is missing: current_frame
2024-09-06 15:06:35,378 - root - ERROR - * PromptSchedule 725:
2024-09-06 15:06:35,378 - root - ERROR - - Required input is missing: current_frame
2024-09-06 15:06:35,379 - root - ERROR - Output will be ignored
2024-09-06 15:06:35,379 - root - ERROR - Failed to validate prompt for output 723:
2024-09-06 15:06:35,379 - root - ERROR - Output will be ignored
2024-09-06 15:06:35,379 - root - ERROR - Failed to validate prompt for output 710:
2024-09-06 15:06:35,379 - root - ERROR - Output will be ignored
2024-09-06 15:06:35,386 - root - WARNING - WARNING: DreamInputInt.IS_CHANGED() got an unexpected keyword argument 'value'
2024-09-06 15:06:35,387 - root - WARNING - WARNING: DreamInputInt.IS_CHANGED() got an unexpected keyword argument 'value'
2024-09-06 15:06:35,441 - root - INFO - Prompt executed in 0.06 seconds
2024-09-06 15:06:44,279 - root - INFO - got prompt
2024-09-06 15:06:44,323 - root - ERROR - Failed to validate prompt for output 706:
2024-09-06 15:06:44,323 - root - ERROR - * PromptSchedule 724:
2024-09-06 15:06:44,323 - root - ERROR - - Required input is missing: current_frame
2024-09-06 15:06:44,324 - root - ERROR - * PromptSchedule 725:
2024-09-06 15:06:44,324 - root - ERROR - - Required input is missing: current_frame
2024-09-06 15:06:44,324 - root - ERROR - Output will be ignored
2024-09-06 15:06:44,324 - root - ERROR - Failed to validate prompt for output 723:
2024-09-06 15:06:44,324 - root - ERROR - Output will be ignored
2024-09-06 15:06:44,325 - root - ERROR - Failed to validate prompt for output 710:
2024-09-06 15:06:44,325 - root - ERROR - Output will be ignored
2024-09-06 15:06:44,331 - root - WARNING - WARNING: DreamInputInt.IS_CHANGED() got an unexpected keyword argument 'value'
2024-09-06 15:06:44,331 - root - WARNING - WARNING: DreamInputInt.IS_CHANGED() got an unexpected keyword argument 'value'
2024-09-06 15:06:44,389 - root - INFO - Prompt executed in 0.06 seconds
2024-09-06 15:07:09,217 - root - INFO - got prompt
2024-09-06 15:07:09,451 - root - ERROR - Failed to validate prompt for output 706:
2024-09-06 15:07:09,452 - root - ERROR - * PromptSchedule 724:
2024-09-06 15:07:09,452 - root - ERROR - - Required input is missing: current_frame
2024-09-06 15:07:09,452 - root - ERROR - * PromptSchedule 725:
2024-09-06 15:07:09,452 - root - ERROR - - Required input is missing: current_frame
2024-09-06 15:07:09,453 - root - ERROR - Output will be ignored
2024-09-06 15:07:09,453 - root - ERROR - Failed to validate prompt for output 723:
2024-09-06 15:07:09,453 - root - ERROR - Output will be ignored
2024-09-06 15:07:09,453 - root - ERROR - Failed to validate prompt for output 710:
2024-09-06 15:07:09,453 - root - ERROR - Output will be ignored
2024-09-06 15:07:09,460 - root - WARNING - WARNING: DreamInputInt.IS_CHANGED() got an unexpected keyword argument 'value'
2024-09-06 15:07:09,461 - root - WARNING - WARNING: DreamInputInt.IS_CHANGED() got an unexpected keyword argument 'value'
2024-09-06 15:07:09,535 - root - INFO - Prompt executed in 0.08 seconds
2024-09-06 15:07:14,810 - asyncio - ERROR - Exception in callback _ProactorBasePipeTransport._call_connection_lost(None)
handle: <Handle _ProactorBasePipeTransport._call_connection_lost(None)>
Traceback (most recent call last):
File "asyncio\events.py", line 84, in _run
File "asyncio\proactor_events.py", line 165, in _call_connection_lost
ConnectionResetError: [WinError 10054] An existing connection was forcibly closed by the remote host
2024-09-06 15:08:19,800 - root - INFO - got prompt
2024-09-06 15:08:19,815 - root - ERROR - Failed to validate prompt for output 207:
2024-09-06 15:08:19,815 - root - ERROR - * ImageResize+ 604:
2024-09-06 15:08:19,815 - root - ERROR - - Value not in list: method: 'False' not in ['stretch', 'keep proportion', 'fill / crop', 'pad']
2024-09-06 15:08:19,816 - root - ERROR - Output will be ignored
2024-09-06 15:08:19,816 - root - ERROR - Failed to validate prompt for output 436:
2024-09-06 15:08:19,817 - root - ERROR - Output will be ignored
2024-09-06 15:08:19,854 - root - ERROR - Failed to validate prompt for output 281:
2024-09-06 15:08:19,854 - root - ERROR - Output will be ignored
2024-09-06 15:08:19,854 - root - ERROR - Failed to validate prompt for output 389:
2024-09-06 15:08:19,854 - root - ERROR - Output will be ignored
2024-09-06 15:08:19,855 - root - WARNING - invalid prompt: {'type': 'prompt_outputs_failed_validation', 'message': 'Prompt outputs failed validation', 'details': '', 'extra_info': {}}
2024-09-06 15:08:28,663 - root - INFO - got prompt
2024-09-06 15:08:28,744 - root - WARNING - WARNING: DreamInputInt.IS_CHANGED() got an unexpected keyword argument 'value'
2024-09-06 15:08:28,744 - root - WARNING - WARNING: DreamInputInt.IS_CHANGED() got an unexpected keyword argument 'value'
2024-09-06 15:12:26,288 - root - ERROR - !!! Exception during processing !!! Allocation on device
2024-09-06 15:12:26,321 - root - ERROR - Traceback (most recent call last):
File "C:\Program Files\StableDiffusion Manny ComfyUI\ComfyUI_windows_portable\ComfyUI\execution.py", line 317, in execute
output_data, output_ui, has_subgraph = get_output_data(obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Program Files\StableDiffusion Manny ComfyUI\ComfyUI_windows_portable\ComfyUI\execution.py", line 192, in get_output_data
return_values = _map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Program Files\StableDiffusion Manny ComfyUI\ComfyUI_windows_portable\ComfyUI\execution.py", line 169, in map_node_over_list
process_inputs(input_dict, i)
File "C:\Program Files\StableDiffusion Manny ComfyUI\ComfyUI_windows_portable\ComfyUI\execution.py", line 158, in process_inputs
results.append(getattr(obj, func)(**inputs))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Program Files\StableDiffusion Manny ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\steerable-motion\SteerableMotion.py", line 552, in combined_function
model, *
= ipadapter_application.apply_ipadapter(model=model, ipadapter=ipadapter, image=torch.cat(bin.imageBatch, dim=0), weight=[x * base_ipa_advanced_settings["ipa_weight"] for x in bin.weight_schedule], weight_type=base_ipa_advanced_settings["ipa_weight_type"], start_at=base_ipa_advanced_settings["ipa_starts_at"], end_at=base_ipa_advanced_settings["ipa_ends_at"], clip_vision=clip_vision,image_negative=negative_noise,embeds_scaling=base_ipa_advanced_settings["ipa_embeds_scaling"], encode_batch_size=1, image_schedule=bin.image_schedule)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Program Files\StableDiffusion Manny ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\steerable-motion\imports\ComfyUI_IPAdapter_plus\IPAdapterPlus.py", line 688, in apply_ipadapter
work_model = model.clone()
^^^^^^^^^^^^^
File "C:\Program Files\StableDiffusion Manny ComfyUI\ComfyUI_windows_portable\ComfyUI\comfy\model_patcher.py", line 143, in clone
n.model_options = copy.deepcopy(self.model_options)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "copy.py", line 146, in deepcopy
File "copy.py", line 231, in _deepcopy_dict
File "copy.py", line 146, in deepcopy
File "copy.py", line 231, in _deepcopy_dict
File "copy.py", line 146, in deepcopy
File "copy.py", line 231, in _deepcopy_dict
File "copy.py", line 146, in deepcopy
File "copy.py", line 231, in _deepcopy_dict
File "copy.py", line 172, in deepcopy
File "copy.py", line 271, in _reconstruct
File "copy.py", line 146, in deepcopy
File "copy.py", line 231, in _deepcopy_dict
File "copy.py", line 146, in deepcopy
File "copy.py", line 206, in _deepcopy_list
File "copy.py", line 146, in deepcopy
File "copy.py", line 231, in _deepcopy_dict
File "copy.py", line 172, in deepcopy
File "copy.py", line 271, in _reconstruct
File "copy.py", line 146, in deepcopy
File "copy.py", line 231, in _deepcopy_dict
File "copy.py", line 172, in deepcopy
File "copy.py", line 297, in _reconstruct
File "copy.py", line 172, in deepcopy
File "copy.py", line 271, in _reconstruct
File "copy.py", line 146, in deepcopy
File "copy.py", line 231, in _deepcopy_dict
File "copy.py", line 172, in deepcopy
File "copy.py", line 297, in _reconstruct
File "copy.py", line 172, in deepcopy
File "copy.py", line 271, in _reconstruct
File "copy.py", line 146, in deepcopy
File "copy.py", line 231, in _deepcopy_dict
File "copy.py", line 172, in deepcopy
File "copy.py", line 297, in _reconstruct
File "copy.py", line 172, in deepcopy
File "copy.py", line 271, in _reconstruct
File "copy.py", line 146, in deepcopy
File "copy.py", line 231, in _deepcopy_dict
File "copy.py", line 172, in deepcopy
File "copy.py", line 297, in _reconstruct
File "copy.py", line 153, in deepcopy
File "C:\Program Files\StableDiffusion Manny ComfyUI\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\nn\parameter.py", line 59, in deepcopy
result = type(self)(self.data.clone(memory_format=torch.preserve_format), self.requires_grad)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
torch.OutOfMemoryError: Allocation on device

2024-09-06 15:12:26,326 - root - ERROR - Got an OOM, unloading all loaded models.
2024-09-06 15:12:26,376 - root - INFO - Prompt executed in 237.66 seconds

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