Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # ComfyUI Error Report
- ## Error Details
- - **Node Type:** MochiVAELoader
- - **Exception Type:** KeyError
- - **Exception Message:** 'blocks.0.0.weight'
- ## Stack Trace
- ```
- File "L:\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 "L:\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 "L:\AI\ComfyUI_windows_portable\ComfyUI\execution.py", line 169, in _map_node_over_list
- process_inputs(input_dict, i)
- File "L:\AI\ComfyUI_windows_portable\ComfyUI\execution.py", line 158, in process_inputs
- results.append(getattr(obj, func)(**inputs))
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "L:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-MochiWrapper\nodes.py", line 320, in loadmodel
- set_module_tensor_to_device(vae, name, dtype=dtype, device=offload_device, value=vae_sd[name])
- ~~~~~~^^^^^^
- ```
- ## System Information
- - **ComfyUI Version:** v0.2.7-7-g75a818c
- - **Arguments:** ComfyUI\main.py --windows-standalone-build
- - **OS:** nt
- - **Python Version:** 3.12.7 (tags/v3.12.7:0b05ead, Oct 1 2024, 03:06:41) [MSC v.1941 64 bit (AMD64)]
- - **Embedded Python:** true
- - **PyTorch Version:** 2.5.1+cu124
- ## Devices
- - **Name:** cuda:0 NVIDIA GeForce RTX 4080 : cudaMallocAsync
- - **Type:** cuda
- - **VRAM Total:** 17170956288
- - **VRAM Free:** 15778971648
- - **Torch VRAM Total:** 0
- - **Torch VRAM Free:** 0
- ## Logs
- ```
- 2024-11-08 17:18:25,661 - root - INFO - Total VRAM 16376 MB, total RAM 32509 MB
- 2024-11-08 17:18:25,661 - root - INFO - pytorch version: 2.5.1+cu124
- 2024-11-08 17:18:25,662 - root - INFO - Set vram state to: NORMAL_VRAM
- 2024-11-08 17:18:25,662 - root - INFO - Device: cuda:0 NVIDIA GeForce RTX 4080 : cudaMallocAsync
- 2024-11-08 17:18:26,970 - root - INFO - Using pytorch cross attention
- 2024-11-08 17:18:29,295 - root - INFO - [Prompt Server] web root: L:\AI\ComfyUI_windows_portable\ComfyUI\web
- 2024-11-08 17:18:32,837 - root - INFO -
- Import times for custom nodes:
- 2024-11-08 17:18:32,837 - root - INFO - 0.0 seconds: L:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\websocket_image_save.py
- 2024-11-08 17:18:32,838 - root - INFO - 0.0 seconds: L:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Unload-Model
- 2024-11-08 17:18:32,838 - root - INFO - 0.0 seconds: L:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\DJZ-Nodes
- 2024-11-08 17:18:32,838 - root - INFO - 0.0 seconds: L:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-MochiWrapper
- 2024-11-08 17:18:32,838 - root - INFO - 0.1 seconds: L:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Manager
- 2024-11-08 17:18:32,838 - root - INFO - 0.1 seconds: L:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_ExtraModels
- 2024-11-08 17:18:32,838 - root - INFO - 0.3 seconds: L:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-VideoHelperSuite
- 2024-11-08 17:18:32,838 - root - INFO - 2.3 seconds: L:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_Primere_Nodes
- 2024-11-08 17:18:32,838 - root - INFO -
- 2024-11-08 17:18:32,843 - root - INFO - Starting server
- 2024-11-08 17:18:32,844 - root - INFO - To see the GUI go to: http://127.0.0.1:8188
- 2024-11-08 17:21:51,010 - root - INFO - got prompt
- 2024-11-08 17:21:51,100 - root - ERROR - !!! Exception during processing !!! 'blocks.0.0.weight'
- 2024-11-08 17:21:51,102 - root - ERROR - Traceback (most recent call last):
- File "L:\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 "L:\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 "L:\AI\ComfyUI_windows_portable\ComfyUI\execution.py", line 169, in _map_node_over_list
- process_inputs(input_dict, i)
- File "L:\AI\ComfyUI_windows_portable\ComfyUI\execution.py", line 158, in process_inputs
- results.append(getattr(obj, func)(**inputs))
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "L:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-MochiWrapper\nodes.py", line 320, in loadmodel
- set_module_tensor_to_device(vae, name, dtype=dtype, device=offload_device, value=vae_sd[name])
- ~~~~~~^^^^^^
- KeyError: 'blocks.0.0.weight'
- 2024-11-08 17:21:51,103 - root - INFO - Prompt executed in 0.08 seconds
- 2024-11-08 17:22:00,425 - root - INFO - got prompt
- 2024-11-08 17:22:00,517 - root - ERROR - !!! Exception during processing !!! 'blocks.0.0.weight'
- 2024-11-08 17:22:00,518 - root - ERROR - Traceback (most recent call last):
- File "L:\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 "L:\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 "L:\AI\ComfyUI_windows_portable\ComfyUI\execution.py", line 169, in _map_node_over_list
- process_inputs(input_dict, i)
- File "L:\AI\ComfyUI_windows_portable\ComfyUI\execution.py", line 158, in process_inputs
- results.append(getattr(obj, func)(**inputs))
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "L:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-MochiWrapper\nodes.py", line 320, in loadmodel
- set_module_tensor_to_device(vae, name, dtype=dtype, device=offload_device, value=vae_sd[name])
- ~~~~~~^^^^^^
- KeyError: 'blocks.0.0.weight'
- 2024-11-08 17:22:00,519 - root - INFO - Prompt executed in 0.08 seconds
- 2024-11-08 17:22:07,485 - root - INFO - got prompt
- 2024-11-08 17:22:07,516 - root - ERROR - !!! Exception during processing !!! 'blocks.0.0.weight'
- 2024-11-08 17:22:07,517 - root - ERROR - Traceback (most recent call last):
- File "L:\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 "L:\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 "L:\AI\ComfyUI_windows_portable\ComfyUI\execution.py", line 169, in _map_node_over_list
- process_inputs(input_dict, i)
- File "L:\AI\ComfyUI_windows_portable\ComfyUI\execution.py", line 158, in process_inputs
- results.append(getattr(obj, func)(**inputs))
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "L:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-MochiWrapper\nodes.py", line 320, in loadmodel
- set_module_tensor_to_device(vae, name, dtype=dtype, device=offload_device, value=vae_sd[name])
- ~~~~~~^^^^^^
- KeyError: 'blocks.0.0.weight'
- 2024-11-08 17:22:07,517 - root - INFO - Prompt executed in 0.01 seconds
- 2024-11-08 17:22:10,916 - root - INFO - got prompt
- 2024-11-08 17:22:10,954 - root - ERROR - !!! Exception during processing !!! 'blocks.0.0.weight'
- 2024-11-08 17:22:10,954 - root - ERROR - Traceback (most recent call last):
- File "L:\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 "L:\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 "L:\AI\ComfyUI_windows_portable\ComfyUI\execution.py", line 169, in _map_node_over_list
- process_inputs(input_dict, i)
- File "L:\AI\ComfyUI_windows_portable\ComfyUI\execution.py", line 158, in process_inputs
- results.append(getattr(obj, func)(**inputs))
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "L:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-MochiWrapper\nodes.py", line 320, in loadmodel
- set_module_tensor_to_device(vae, name, dtype=dtype, device=offload_device, value=vae_sd[name])
- ~~~~~~^^^^^^
- KeyError: 'blocks.0.0.weight'
- 2024-11-08 17:22:10,955 - root - INFO - Prompt executed in 0.02 seconds
- 2024-11-08 17:22:16,378 - root - INFO - got prompt
- 2024-11-08 17:22:16,409 - root - ERROR - !!! Exception during processing !!! 'blocks.0.0.weight'
- 2024-11-08 17:22:16,409 - root - ERROR - Traceback (most recent call last):
- File "L:\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 "L:\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 "L:\AI\ComfyUI_windows_portable\ComfyUI\execution.py", line 169, in _map_node_over_list
- process_inputs(input_dict, i)
- File "L:\AI\ComfyUI_windows_portable\ComfyUI\execution.py", line 158, in process_inputs
- results.append(getattr(obj, func)(**inputs))
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "L:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-MochiWrapper\nodes.py", line 320, in loadmodel
- set_module_tensor_to_device(vae, name, dtype=dtype, device=offload_device, value=vae_sd[name])
- ~~~~~~^^^^^^
- KeyError: 'blocks.0.0.weight'
- 2024-11-08 17:22:16,410 - root - INFO - Prompt executed in 0.01 seconds
- 2024-11-08 17:22:23,212 - root - INFO - got prompt
- 2024-11-08 17:22:23,244 - root - ERROR - !!! Exception during processing !!! 'blocks.0.0.weight'
- 2024-11-08 17:22:23,245 - root - ERROR - Traceback (most recent call last):
- File "L:\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 "L:\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 "L:\AI\ComfyUI_windows_portable\ComfyUI\execution.py", line 169, in _map_node_over_list
- process_inputs(input_dict, i)
- File "L:\AI\ComfyUI_windows_portable\ComfyUI\execution.py", line 158, in process_inputs
- results.append(getattr(obj, func)(**inputs))
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "L:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-MochiWrapper\nodes.py", line 320, in loadmodel
- set_module_tensor_to_device(vae, name, dtype=dtype, device=offload_device, value=vae_sd[name])
- ~~~~~~^^^^^^
- KeyError: 'blocks.0.0.weight'
- 2024-11-08 17:22:23,245 - root - INFO - Prompt executed in 0.01 seconds
- 2024-11-08 17:27:13,790 - root - INFO - got prompt
- 2024-11-08 17:27:13,820 - root - ERROR - !!! Exception during processing !!! 'blocks.0.0.weight'
- 2024-11-08 17:27:13,821 - root - ERROR - Traceback (most recent call last):
- File "L:\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 "L:\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 "L:\AI\ComfyUI_windows_portable\ComfyUI\execution.py", line 169, in _map_node_over_list
- process_inputs(input_dict, i)
- File "L:\AI\ComfyUI_windows_portable\ComfyUI\execution.py", line 158, in process_inputs
- results.append(getattr(obj, func)(**inputs))
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "L:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-MochiWrapper\nodes.py", line 320, in loadmodel
- set_module_tensor_to_device(vae, name, dtype=dtype, device=offload_device, value=vae_sd[name])
- ~~~~~~^^^^^^
- KeyError: 'blocks.0.0.weight'
- 2024-11-08 17:27:13,822 - root - INFO - Prompt executed in 0.01 seconds
- 2024-11-08 17:27:57,212 - root - INFO - got prompt
- 2024-11-08 17:27:57,245 - root - ERROR - !!! Exception during processing !!! 'blocks.0.0.weight'
- 2024-11-08 17:27:57,245 - root - ERROR - Traceback (most recent call last):
- File "L:\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 "L:\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 "L:\AI\ComfyUI_windows_portable\ComfyUI\execution.py", line 169, in _map_node_over_list
- process_inputs(input_dict, i)
- File "L:\AI\ComfyUI_windows_portable\ComfyUI\execution.py", line 158, in process_inputs
- results.append(getattr(obj, func)(**inputs))
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "L:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-MochiWrapper\nodes.py", line 320, in loadmodel
- set_module_tensor_to_device(vae, name, dtype=dtype, device=offload_device, value=vae_sd[name])
- ~~~~~~^^^^^^
- KeyError: 'blocks.0.0.weight'
- 2024-11-08 17:27:57,247 - root - INFO - Prompt executed in 0.01 seconds
- 2024-11-08 17:28:27,513 - root - INFO - got prompt
- 2024-11-08 17:28:27,543 - root - ERROR - !!! Exception during processing !!! 'blocks.0.0.weight'
- 2024-11-08 17:28:27,543 - root - ERROR - Traceback (most recent call last):
- File "L:\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 "L:\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 "L:\AI\ComfyUI_windows_portable\ComfyUI\execution.py", line 169, in _map_node_over_list
- process_inputs(input_dict, i)
- File "L:\AI\ComfyUI_windows_portable\ComfyUI\execution.py", line 158, in process_inputs
- results.append(getattr(obj, func)(**inputs))
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "L:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-MochiWrapper\nodes.py", line 320, in loadmodel
- set_module_tensor_to_device(vae, name, dtype=dtype, device=offload_device, value=vae_sd[name])
- ~~~~~~^^^^^^
- KeyError: 'blocks.0.0.weight'
- 2024-11-08 17:28:27,543 - root - INFO - Prompt executed in 0.01 seconds
- 2024-11-08 17:28:45,104 - root - INFO - got prompt
- 2024-11-08 17:28:45,137 - root - ERROR - !!! Exception during processing !!! 'blocks.0.0.weight'
- 2024-11-08 17:28:45,138 - root - ERROR - Traceback (most recent call last):
- File "L:\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 "L:\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 "L:\AI\ComfyUI_windows_portable\ComfyUI\execution.py", line 169, in _map_node_over_list
- process_inputs(input_dict, i)
- File "L:\AI\ComfyUI_windows_portable\ComfyUI\execution.py", line 158, in process_inputs
- results.append(getattr(obj, func)(**inputs))
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "L:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-MochiWrapper\nodes.py", line 320, in loadmodel
- set_module_tensor_to_device(vae, name, dtype=dtype, device=offload_device, value=vae_sd[name])
- ~~~~~~^^^^^^
- KeyError: 'blocks.0.0.weight'
- 2024-11-08 17:28:45,139 - root - INFO - Prompt executed in 0.01 seconds
- 2024-11-08 17:28:51,489 - root - INFO - got prompt
- 2024-11-08 17:28:51,521 - root - ERROR - !!! Exception during processing !!! 'blocks.0.0.weight'
- 2024-11-08 17:28:51,521 - root - ERROR - Traceback (most recent call last):
- File "L:\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 "L:\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 "L:\AI\ComfyUI_windows_portable\ComfyUI\execution.py", line 169, in _map_node_over_list
- process_inputs(input_dict, i)
- File "L:\AI\ComfyUI_windows_portable\ComfyUI\execution.py", line 158, in process_inputs
- results.append(getattr(obj, func)(**inputs))
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "L:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-MochiWrapper\nodes.py", line 320, in loadmodel
- set_module_tensor_to_device(vae, name, dtype=dtype, device=offload_device, value=vae_sd[name])
- ~~~~~~^^^^^^
- KeyError: 'blocks.0.0.weight'
- 2024-11-08 17:28:51,522 - root - INFO - Prompt executed in 0.02 seconds
- 2024-11-08 17:28:58,265 - root - INFO - got prompt
- 2024-11-08 17:28:58,297 - root - ERROR - !!! Exception during processing !!! 'blocks.0.0.weight'
- 2024-11-08 17:28:58,298 - root - ERROR - Traceback (most recent call last):
- File "L:\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 "L:\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 "L:\AI\ComfyUI_windows_portable\ComfyUI\execution.py", line 169, in _map_node_over_list
- process_inputs(input_dict, i)
- File "L:\AI\ComfyUI_windows_portable\ComfyUI\execution.py", line 158, in process_inputs
- results.append(getattr(obj, func)(**inputs))
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "L:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-MochiWrapper\nodes.py", line 320, in loadmodel
- set_module_tensor_to_device(vae, name, dtype=dtype, device=offload_device, value=vae_sd[name])
- ~~~~~~^^^^^^
- KeyError: 'blocks.0.0.weight'
- 2024-11-08 17:28:58,299 - root - INFO - Prompt executed in 0.02 seconds
- 2024-11-08 17:29:08,041 - root - INFO - got prompt
- 2024-11-08 17:29:08,072 - root - ERROR - !!! Exception during processing !!! 'blocks.0.0.weight'
- 2024-11-08 17:29:08,072 - root - ERROR - Traceback (most recent call last):
- File "L:\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 "L:\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 "L:\AI\ComfyUI_windows_portable\ComfyUI\execution.py", line 169, in _map_node_over_list
- process_inputs(input_dict, i)
- File "L:\AI\ComfyUI_windows_portable\ComfyUI\execution.py", line 158, in process_inputs
- results.append(getattr(obj, func)(**inputs))
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "L:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-MochiWrapper\nodes.py", line 320, in loadmodel
- set_module_tensor_to_device(vae, name, dtype=dtype, device=offload_device, value=vae_sd[name])
- ~~~~~~^^^^^^
- KeyError: 'blocks.0.0.weight'
- 2024-11-08 17:29:08,073 - root - INFO - Prompt executed in 0.01 seconds
- 2024-11-08 17:29:20,580 - root - INFO - got prompt
- 2024-11-08 17:29:20,613 - root - ERROR - !!! Exception during processing !!! 'blocks.0.0.weight'
- 2024-11-08 17:29:20,614 - root - ERROR - Traceback (most recent call last):
- File "L:\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 "L:\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 "L:\AI\ComfyUI_windows_portable\ComfyUI\execution.py", line 169, in _map_node_over_list
- process_inputs(input_dict, i)
- File "L:\AI\ComfyUI_windows_portable\ComfyUI\execution.py", line 158, in process_inputs
- results.append(getattr(obj, func)(**inputs))
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "L:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-MochiWrapper\nodes.py", line 320, in loadmodel
- set_module_tensor_to_device(vae, name, dtype=dtype, device=offload_device, value=vae_sd[name])
- ~~~~~~^^^^^^
- KeyError: 'blocks.0.0.weight'
- 2024-11-08 17:29:20,614 - root - INFO - Prompt executed in 0.02 seconds
- 2024-11-08 17:29:37,566 - root - INFO - got prompt
- 2024-11-08 17:29:37,598 - root - ERROR - !!! Exception during processing !!! 'blocks.0.0.weight'
- 2024-11-08 17:29:37,598 - root - ERROR - Traceback (most recent call last):
- File "L:\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 "L:\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 "L:\AI\ComfyUI_windows_portable\ComfyUI\execution.py", line 169, in _map_node_over_list
- process_inputs(input_dict, i)
- File "L:\AI\ComfyUI_windows_portable\ComfyUI\execution.py", line 158, in process_inputs
- results.append(getattr(obj, func)(**inputs))
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "L:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-MochiWrapper\nodes.py", line 320, in loadmodel
- set_module_tensor_to_device(vae, name, dtype=dtype, device=offload_device, value=vae_sd[name])
- ~~~~~~^^^^^^
- KeyError: 'blocks.0.0.weight'
- 2024-11-08 17:29:37,599 - root - INFO - Prompt executed in 0.01 seconds
- 2024-11-08 17:32:46,710 - root - INFO - got prompt
- 2024-11-08 17:32:46,742 - root - ERROR - !!! Exception during processing !!! 'blocks.0.0.weight'
- 2024-11-08 17:32:46,743 - root - ERROR - Traceback (most recent call last):
- File "L:\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 "L:\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 "L:\AI\ComfyUI_windows_portable\ComfyUI\execution.py", line 169, in _map_node_over_list
- process_inputs(input_dict, i)
- File "L:\AI\ComfyUI_windows_portable\ComfyUI\execution.py", line 158, in process_inputs
- results.append(getattr(obj, func)(**inputs))
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "L:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-MochiWrapper\nodes.py", line 320, in loadmodel
- set_module_tensor_to_device(vae, name, dtype=dtype, device=offload_device, value=vae_sd[name])
- ~~~~~~^^^^^^
- KeyError: 'blocks.0.0.weight'
- 2024-11-08 17:32:46,743 - root - INFO - Prompt executed in 0.02 seconds
- ```
- ## Attached Workflow
- Please make sure that workflow does not contain any sensitive information such as API keys or passwords.
- ```
- {"last_node_id":22,"last_link_id":24,"nodes":[{"id":4,"type":"LoadImage","pos":{"0":26,"1":415},"size":{"0":315,"1":314.00006103515625},"flags":{},"order":0,"mode":0,"inputs":[],"outputs":[{"name":"IMAGE","type":"IMAGE","links":[2],"slot_index":0},{"name":"MASK","type":"MASK","links":null}],"properties":{"Node name for S&R":"LoadImage"},"widgets_values":["tmph541tsry.png","image"]},{"id":15,"type":"MochiSigmaSchedule","pos":{"0":880,"1":-21},"size":{"0":301.06195068359375,"1":186.0738983154297},"flags":{},"order":1,"mode":0,"inputs":[],"outputs":[{"name":"sigmas","type":"SIGMAS","links":[15],"slot_index":0}],"properties":{"Node name for S&R":"MochiSigmaSchedule"},"widgets_values":[30,0.025,15,0.6]},{"id":6,"type":"SaveAnimatedWEBP","pos":{"0":1608,"1":663},"size":{"0":795.66943359375,"1":577.5496215820312},"flags":{},"order":16,"mode":4,"inputs":[{"name":"images","type":"IMAGE","link":18}],"outputs":[],"properties":{},"widgets_values":["ComfyUI",24,true,80,"default"]},{"id":19,"type":"SaveLatent","pos":{"0":1244,"1":10},"size":{"0":294.1510314941406,"1":61.99391174316406},"flags":{},"order":15,"mode":0,"inputs":[{"name":"samples","type":"LATENT","link":22}],"outputs":[],"properties":{"Node name for S&R":"SaveLatent"},"widgets_values":["latents/ComfyUI"]},{"id":9,"type":"UnloadAllModels","pos":{"0":1252,"1":138},"size":{"0":210,"1":26},"flags":{},"order":13,"mode":0,"inputs":[{"name":"value","type":"*","link":9}],"outputs":[{"name":"*","type":"*","links":[16,22],"slot_index":0}],"properties":{"Node name for S&R":"UnloadAllModels"},"widgets_values":[]},{"id":21,"type":"DJZ-LoadLatent","pos":{"0":1239,"1":228},"size":{"0":315,"1":58},"flags":{},"order":2,"mode":4,"inputs":[],"outputs":[{"name":"LATENT","type":"LATENT","links":null}],"properties":{"Node name for S&R":"DJZ-LoadLatent"},"widgets_values":["latents\\ComfyUI_00001_.latent"]},{"id":2,"type":"MochiSampler","pos":{"0":874,"1":230},"size":{"0":315,"1":326},"flags":{},"order":12,"mode":0,"inputs":[{"name":"model","type":"MOCHIMODEL","link":3},{"name":"positive","type":"CONDITIONING","link":13},{"name":"negative","type":"CONDITIONING","link":14},{"name":"opt_sigmas","type":"SIGMAS","link":15,"shape":7},{"name":"samples","type":"LATENT","link":4,"shape":7},{"name":"fastercache","type":"FASTERCACHEARGS","link":null,"shape":7},{"name":"cfg_schedule","type":"FLOAT","link":24,"widget":{"name":"cfg_schedule"},"shape":7}],"outputs":[{"name":"samples","type":"LATENT","links":[9],"slot_index":0}],"properties":{"Node name for S&R":"MochiSampler"},"widgets_values":[848,480,43,30,7,0,"fixed",0]},{"id":1,"type":"MochiImageEncode","pos":{"0":467,"1":528},"size":{"0":315,"1":198},"flags":{},"order":8,"mode":0,"inputs":[{"name":"encoder","type":"MOCHIVAE","link":1},{"name":"images","type":"IMAGE","link":2}],"outputs":[{"name":"samples","type":"LATENT","links":[4],"slot_index":0}],"properties":{"Node name for S&R":"MochiImageEncode"},"widgets_values":[true,4,2,16,1,true]},{"id":22,"type":"Reroute","pos":{"0":769,"1":343.75128173828125},"size":[75,26],"flags":{},"order":3,"mode":0,"inputs":[{"name":"","type":"*","link":null,"widget":{"name":"value"}}],"outputs":[{"name":"","type":"*","links":[24]}],"properties":{"showOutputText":false,"horizontal":false}},{"id":3,"type":"MochiVAEEncoderLoader","pos":{"0":22,"1":207},"size":{"0":311.4483642578125,"1":82},"flags":{},"order":4,"mode":0,"inputs":[{"name":"torch_compile_args","type":"MOCHICOMPILEARGS","link":null,"shape":7}],"outputs":[{"name":"mochi_vae","type":"MOCHIVAE","links":[1],"slot_index":0}],"properties":{"Node name for S&R":"MochiVAEEncoderLoader"},"widgets_values":["mochi_preview_vae_encoder_bf16_.safetensors","bf16"]},{"id":8,"type":"MochiVAELoader","pos":{"0":890,"1":611},"size":{"0":279.7024230957031,"1":82},"flags":{},"order":5,"mode":0,"inputs":[{"name":"torch_compile_args","type":"MOCHICOMPILEARGS","link":null,"shape":7}],"outputs":[{"name":"mochi_vae","type":"MOCHIVAE","links":[17],"slot_index":0}],"properties":{"Node name for S&R":"MochiVAELoader"},"widgets_values":["mochi_preview_vae_encoder_bf16_.safetensors","bf16"]},{"id":11,"type":"CLIPTextEncode","pos":{"0":407,"1":273},"size":{"0":425.27801513671875,"1":180.6060791015625},"flags":{},"order":11,"mode":0,"inputs":[{"name":"clip","type":"CLIP","link":21}],"outputs":[{"name":"CONDITIONING","type":"CONDITIONING","links":[14],"slot_index":0}],"properties":{"Node name for S&R":"CLIPTextEncode"},"widgets_values":[""]},{"id":12,"type":"CLIPLoader","pos":{"0":23,"1":60},"size":{"0":315,"1":82},"flags":{},"order":6,"mode":0,"inputs":[],"outputs":[{"name":"CLIP","type":"CLIP","links":[19],"slot_index":0}],"properties":{"Node name for S&R":"CLIPLoader"},"widgets_values":["t5xxl_fp8_e4m3fn.safetensors","mochi"]},{"id":5,"type":"MochiModelLoader","pos":{"0":16,"1":-171},"size":{"0":315,"1":174},"flags":{},"order":7,"mode":0,"inputs":[{"name":"trigger","type":"CONDITIONING","link":null,"shape":7},{"name":"compile_args","type":"MOCHICOMPILEARGS","link":null,"shape":7}],"outputs":[{"name":"mochi_model","type":"MOCHIMODEL","links":[3],"slot_index":0}],"properties":{"Node name for S&R":"MochiModelLoader"},"widgets_values":["mochi_preview_fp8_scaled.safetensors","fp8_e4m3fn","sdpa",false,"default"]},{"id":17,"type":"OverrideCLIPDevice","pos":{"0":407,"1":-122},"size":{"0":315,"1":58},"flags":{},"order":9,"mode":0,"inputs":[{"name":"clip","type":"CLIP","link":19}],"outputs":[{"name":"CLIP","type":"CLIP","links":[20,21],"slot_index":0}],"properties":{"Node name for S&R":"OverrideCLIPDevice"},"widgets_values":["cuda:0"]},{"id":10,"type":"CLIPTextEncode","pos":{"0":428,"1":1},"size":{"0":424.04302978515625,"1":232.18507385253906},"flags":{},"order":10,"mode":0,"inputs":[{"name":"clip","type":"CLIP","link":20}],"outputs":[{"name":"CONDITIONING","type":"CONDITIONING","links":[13],"slot_index":0}],"properties":{"Node name for S&R":"CLIPTextEncode"},"widgets_values":["A potato explodes suddenly, sending bits of potato flying everywhere"]},{"id":20,"type":"VHS_VideoCombine","pos":{"0":1605,"1":-151},"size":[759.013671875,334],"flags":{},"order":17,"mode":0,"inputs":[{"name":"images","type":"IMAGE","link":23},{"name":"audio","type":"AUDIO","link":null,"shape":7},{"name":"meta_batch","type":"VHS_BatchManager","link":null,"shape":7},{"name":"vae","type":"VAE","link":null,"shape":7}],"outputs":[{"name":"Filenames","type":"VHS_FILENAMES","links":null}],"properties":{"Node name for S&R":"VHS_VideoCombine"},"widgets_values":{"frame_rate":24,"loop_count":0,"filename_prefix":"mochi-img2vid","format":"video/nvenc_h264-mp4","pix_fmt":"yuv420p","bitrate":10,"megabit":true,"save_metadata":true,"pingpong":false,"save_output":true,"videopreview":{"hidden":false,"paused":false,"params":{"filename":"mochi-img2vid_00002.mp4","subfolder":"","type":"output","format":"video/nvenc_h264-mp4","frame_rate":24},"muted":false}}},{"id":16,"type":"MochiDecodeSpatialTiling","pos":{"0":1246,"1":342},"size":{"0":311.5198059082031,"1":231.53453063964844},"flags":{},"order":14,"mode":0,"inputs":[{"name":"vae","type":"MOCHIVAE","link":17},{"name":"samples","type":"LATENT","link":16}],"outputs":[{"name":"images","type":"IMAGE","links":[18,23],"slot_index":0}],"properties":{"Node name for S&R":"MochiDecodeSpatialTiling"},"widgets_values":[true,4,2,16,1,28,true]}],"links":[[1,3,0,1,0,"MOCHIVAE"],[2,4,0,1,1,"IMAGE"],[3,5,0,2,0,"MOCHIMODEL"],[4,1,0,2,4,"LATENT"],[9,2,0,9,0,"*"],[13,10,0,2,1,"CONDITIONING"],[14,11,0,2,2,"CONDITIONING"],[15,15,0,2,3,"SIGMAS"],[16,9,0,16,1,"LATENT"],[17,8,0,16,0,"MOCHIVAE"],[18,16,0,6,0,"IMAGE"],[19,12,0,17,0,"CLIP"],[20,17,0,10,0,"CLIP"],[21,17,0,11,0,"CLIP"],[22,9,0,19,0,"LATENT"],[23,16,0,20,0,"IMAGE"],[24,22,0,2,6,"FLOAT"]],"groups":[],"config":{},"extra":{"ds":{"scale":1.015255979947743,"offset":[-31.86454508492685,15.393402002689806]}},"version":0.4}
- ```
- ## Additional Context
- (Please add any additional context or steps to reproduce the error here)
Advertisement
Add Comment
Please, Sign In to add comment