thecrake

Untitled

Nov 8th, 2024
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 39.62 KB | None | 0 0
  1.  
  2. # ComfyUI Error Report
  3. ## Error Details
  4. - **Node Type:** MochiVAELoader
  5. - **Exception Type:** KeyError
  6. - **Exception Message:** 'blocks.0.0.weight'
  7. ## Stack Trace
  8. ```
  9. File "L:\AI\ComfyUI_windows_portable\ComfyUI\execution.py", line 323, in execute
  10. 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)
  11. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  12.  
  13. File "L:\AI\ComfyUI_windows_portable\ComfyUI\execution.py", line 198, in get_output_data
  14. 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)
  15. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  16.  
  17. File "L:\AI\ComfyUI_windows_portable\ComfyUI\execution.py", line 169, in _map_node_over_list
  18. process_inputs(input_dict, i)
  19.  
  20. File "L:\AI\ComfyUI_windows_portable\ComfyUI\execution.py", line 158, in process_inputs
  21. results.append(getattr(obj, func)(**inputs))
  22. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  23.  
  24. File "L:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-MochiWrapper\nodes.py", line 320, in loadmodel
  25. set_module_tensor_to_device(vae, name, dtype=dtype, device=offload_device, value=vae_sd[name])
  26. ~~~~~~^^^^^^
  27.  
  28. ```
  29. ## System Information
  30. - **ComfyUI Version:** v0.2.7-7-g75a818c
  31. - **Arguments:** ComfyUI\main.py --windows-standalone-build
  32. - **OS:** nt
  33. - **Python Version:** 3.12.7 (tags/v3.12.7:0b05ead, Oct 1 2024, 03:06:41) [MSC v.1941 64 bit (AMD64)]
  34. - **Embedded Python:** true
  35. - **PyTorch Version:** 2.5.1+cu124
  36. ## Devices
  37.  
  38. - **Name:** cuda:0 NVIDIA GeForce RTX 4080 : cudaMallocAsync
  39. - **Type:** cuda
  40. - **VRAM Total:** 17170956288
  41. - **VRAM Free:** 15778971648
  42. - **Torch VRAM Total:** 0
  43. - **Torch VRAM Free:** 0
  44.  
  45. ## Logs
  46. ```
  47. 2024-11-08 17:18:25,661 - root - INFO - Total VRAM 16376 MB, total RAM 32509 MB
  48. 2024-11-08 17:18:25,661 - root - INFO - pytorch version: 2.5.1+cu124
  49. 2024-11-08 17:18:25,662 - root - INFO - Set vram state to: NORMAL_VRAM
  50. 2024-11-08 17:18:25,662 - root - INFO - Device: cuda:0 NVIDIA GeForce RTX 4080 : cudaMallocAsync
  51. 2024-11-08 17:18:26,970 - root - INFO - Using pytorch cross attention
  52. 2024-11-08 17:18:29,295 - root - INFO - [Prompt Server] web root: L:\AI\ComfyUI_windows_portable\ComfyUI\web
  53. 2024-11-08 17:18:32,837 - root - INFO -
  54. Import times for custom nodes:
  55. 2024-11-08 17:18:32,837 - root - INFO - 0.0 seconds: L:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\websocket_image_save.py
  56. 2024-11-08 17:18:32,838 - root - INFO - 0.0 seconds: L:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Unload-Model
  57. 2024-11-08 17:18:32,838 - root - INFO - 0.0 seconds: L:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\DJZ-Nodes
  58. 2024-11-08 17:18:32,838 - root - INFO - 0.0 seconds: L:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-MochiWrapper
  59. 2024-11-08 17:18:32,838 - root - INFO - 0.1 seconds: L:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Manager
  60. 2024-11-08 17:18:32,838 - root - INFO - 0.1 seconds: L:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_ExtraModels
  61. 2024-11-08 17:18:32,838 - root - INFO - 0.3 seconds: L:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-VideoHelperSuite
  62. 2024-11-08 17:18:32,838 - root - INFO - 2.3 seconds: L:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_Primere_Nodes
  63. 2024-11-08 17:18:32,838 - root - INFO -
  64. 2024-11-08 17:18:32,843 - root - INFO - Starting server
  65.  
  66. 2024-11-08 17:18:32,844 - root - INFO - To see the GUI go to: http://127.0.0.1:8188
  67. 2024-11-08 17:21:51,010 - root - INFO - got prompt
  68. 2024-11-08 17:21:51,100 - root - ERROR - !!! Exception during processing !!! 'blocks.0.0.weight'
  69. 2024-11-08 17:21:51,102 - root - ERROR - Traceback (most recent call last):
  70. File "L:\AI\ComfyUI_windows_portable\ComfyUI\execution.py", line 323, in execute
  71. 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)
  72. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  73. File "L:\AI\ComfyUI_windows_portable\ComfyUI\execution.py", line 198, in get_output_data
  74. 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)
  75. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  76. File "L:\AI\ComfyUI_windows_portable\ComfyUI\execution.py", line 169, in _map_node_over_list
  77. process_inputs(input_dict, i)
  78. File "L:\AI\ComfyUI_windows_portable\ComfyUI\execution.py", line 158, in process_inputs
  79. results.append(getattr(obj, func)(**inputs))
  80. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  81. File "L:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-MochiWrapper\nodes.py", line 320, in loadmodel
  82. set_module_tensor_to_device(vae, name, dtype=dtype, device=offload_device, value=vae_sd[name])
  83. ~~~~~~^^^^^^
  84. KeyError: 'blocks.0.0.weight'
  85.  
  86. 2024-11-08 17:21:51,103 - root - INFO - Prompt executed in 0.08 seconds
  87. 2024-11-08 17:22:00,425 - root - INFO - got prompt
  88. 2024-11-08 17:22:00,517 - root - ERROR - !!! Exception during processing !!! 'blocks.0.0.weight'
  89. 2024-11-08 17:22:00,518 - root - ERROR - Traceback (most recent call last):
  90. File "L:\AI\ComfyUI_windows_portable\ComfyUI\execution.py", line 323, in execute
  91. 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)
  92. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  93. File "L:\AI\ComfyUI_windows_portable\ComfyUI\execution.py", line 198, in get_output_data
  94. 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)
  95. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  96. File "L:\AI\ComfyUI_windows_portable\ComfyUI\execution.py", line 169, in _map_node_over_list
  97. process_inputs(input_dict, i)
  98. File "L:\AI\ComfyUI_windows_portable\ComfyUI\execution.py", line 158, in process_inputs
  99. results.append(getattr(obj, func)(**inputs))
  100. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  101. File "L:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-MochiWrapper\nodes.py", line 320, in loadmodel
  102. set_module_tensor_to_device(vae, name, dtype=dtype, device=offload_device, value=vae_sd[name])
  103. ~~~~~~^^^^^^
  104. KeyError: 'blocks.0.0.weight'
  105.  
  106. 2024-11-08 17:22:00,519 - root - INFO - Prompt executed in 0.08 seconds
  107. 2024-11-08 17:22:07,485 - root - INFO - got prompt
  108. 2024-11-08 17:22:07,516 - root - ERROR - !!! Exception during processing !!! 'blocks.0.0.weight'
  109. 2024-11-08 17:22:07,517 - root - ERROR - Traceback (most recent call last):
  110. File "L:\AI\ComfyUI_windows_portable\ComfyUI\execution.py", line 323, in execute
  111. 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)
  112. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  113. File "L:\AI\ComfyUI_windows_portable\ComfyUI\execution.py", line 198, in get_output_data
  114. 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)
  115. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  116. File "L:\AI\ComfyUI_windows_portable\ComfyUI\execution.py", line 169, in _map_node_over_list
  117. process_inputs(input_dict, i)
  118. File "L:\AI\ComfyUI_windows_portable\ComfyUI\execution.py", line 158, in process_inputs
  119. results.append(getattr(obj, func)(**inputs))
  120. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  121. File "L:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-MochiWrapper\nodes.py", line 320, in loadmodel
  122. set_module_tensor_to_device(vae, name, dtype=dtype, device=offload_device, value=vae_sd[name])
  123. ~~~~~~^^^^^^
  124. KeyError: 'blocks.0.0.weight'
  125.  
  126. 2024-11-08 17:22:07,517 - root - INFO - Prompt executed in 0.01 seconds
  127. 2024-11-08 17:22:10,916 - root - INFO - got prompt
  128. 2024-11-08 17:22:10,954 - root - ERROR - !!! Exception during processing !!! 'blocks.0.0.weight'
  129. 2024-11-08 17:22:10,954 - root - ERROR - Traceback (most recent call last):
  130. File "L:\AI\ComfyUI_windows_portable\ComfyUI\execution.py", line 323, in execute
  131. 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)
  132. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  133. File "L:\AI\ComfyUI_windows_portable\ComfyUI\execution.py", line 198, in get_output_data
  134. 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)
  135. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  136. File "L:\AI\ComfyUI_windows_portable\ComfyUI\execution.py", line 169, in _map_node_over_list
  137. process_inputs(input_dict, i)
  138. File "L:\AI\ComfyUI_windows_portable\ComfyUI\execution.py", line 158, in process_inputs
  139. results.append(getattr(obj, func)(**inputs))
  140. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  141. File "L:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-MochiWrapper\nodes.py", line 320, in loadmodel
  142. set_module_tensor_to_device(vae, name, dtype=dtype, device=offload_device, value=vae_sd[name])
  143. ~~~~~~^^^^^^
  144. KeyError: 'blocks.0.0.weight'
  145.  
  146. 2024-11-08 17:22:10,955 - root - INFO - Prompt executed in 0.02 seconds
  147. 2024-11-08 17:22:16,378 - root - INFO - got prompt
  148. 2024-11-08 17:22:16,409 - root - ERROR - !!! Exception during processing !!! 'blocks.0.0.weight'
  149. 2024-11-08 17:22:16,409 - root - ERROR - Traceback (most recent call last):
  150. File "L:\AI\ComfyUI_windows_portable\ComfyUI\execution.py", line 323, in execute
  151. 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)
  152. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  153. File "L:\AI\ComfyUI_windows_portable\ComfyUI\execution.py", line 198, in get_output_data
  154. 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)
  155. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  156. File "L:\AI\ComfyUI_windows_portable\ComfyUI\execution.py", line 169, in _map_node_over_list
  157. process_inputs(input_dict, i)
  158. File "L:\AI\ComfyUI_windows_portable\ComfyUI\execution.py", line 158, in process_inputs
  159. results.append(getattr(obj, func)(**inputs))
  160. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  161. File "L:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-MochiWrapper\nodes.py", line 320, in loadmodel
  162. set_module_tensor_to_device(vae, name, dtype=dtype, device=offload_device, value=vae_sd[name])
  163. ~~~~~~^^^^^^
  164. KeyError: 'blocks.0.0.weight'
  165.  
  166. 2024-11-08 17:22:16,410 - root - INFO - Prompt executed in 0.01 seconds
  167. 2024-11-08 17:22:23,212 - root - INFO - got prompt
  168. 2024-11-08 17:22:23,244 - root - ERROR - !!! Exception during processing !!! 'blocks.0.0.weight'
  169. 2024-11-08 17:22:23,245 - root - ERROR - Traceback (most recent call last):
  170. File "L:\AI\ComfyUI_windows_portable\ComfyUI\execution.py", line 323, in execute
  171. 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)
  172. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  173. File "L:\AI\ComfyUI_windows_portable\ComfyUI\execution.py", line 198, in get_output_data
  174. 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)
  175. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  176. File "L:\AI\ComfyUI_windows_portable\ComfyUI\execution.py", line 169, in _map_node_over_list
  177. process_inputs(input_dict, i)
  178. File "L:\AI\ComfyUI_windows_portable\ComfyUI\execution.py", line 158, in process_inputs
  179. results.append(getattr(obj, func)(**inputs))
  180. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  181. File "L:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-MochiWrapper\nodes.py", line 320, in loadmodel
  182. set_module_tensor_to_device(vae, name, dtype=dtype, device=offload_device, value=vae_sd[name])
  183. ~~~~~~^^^^^^
  184. KeyError: 'blocks.0.0.weight'
  185.  
  186. 2024-11-08 17:22:23,245 - root - INFO - Prompt executed in 0.01 seconds
  187. 2024-11-08 17:27:13,790 - root - INFO - got prompt
  188. 2024-11-08 17:27:13,820 - root - ERROR - !!! Exception during processing !!! 'blocks.0.0.weight'
  189. 2024-11-08 17:27:13,821 - root - ERROR - Traceback (most recent call last):
  190. File "L:\AI\ComfyUI_windows_portable\ComfyUI\execution.py", line 323, in execute
  191. 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)
  192. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  193. File "L:\AI\ComfyUI_windows_portable\ComfyUI\execution.py", line 198, in get_output_data
  194. 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)
  195. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  196. File "L:\AI\ComfyUI_windows_portable\ComfyUI\execution.py", line 169, in _map_node_over_list
  197. process_inputs(input_dict, i)
  198. File "L:\AI\ComfyUI_windows_portable\ComfyUI\execution.py", line 158, in process_inputs
  199. results.append(getattr(obj, func)(**inputs))
  200. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  201. File "L:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-MochiWrapper\nodes.py", line 320, in loadmodel
  202. set_module_tensor_to_device(vae, name, dtype=dtype, device=offload_device, value=vae_sd[name])
  203. ~~~~~~^^^^^^
  204. KeyError: 'blocks.0.0.weight'
  205.  
  206. 2024-11-08 17:27:13,822 - root - INFO - Prompt executed in 0.01 seconds
  207. 2024-11-08 17:27:57,212 - root - INFO - got prompt
  208. 2024-11-08 17:27:57,245 - root - ERROR - !!! Exception during processing !!! 'blocks.0.0.weight'
  209. 2024-11-08 17:27:57,245 - root - ERROR - Traceback (most recent call last):
  210. File "L:\AI\ComfyUI_windows_portable\ComfyUI\execution.py", line 323, in execute
  211. 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)
  212. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  213. File "L:\AI\ComfyUI_windows_portable\ComfyUI\execution.py", line 198, in get_output_data
  214. 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)
  215. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  216. File "L:\AI\ComfyUI_windows_portable\ComfyUI\execution.py", line 169, in _map_node_over_list
  217. process_inputs(input_dict, i)
  218. File "L:\AI\ComfyUI_windows_portable\ComfyUI\execution.py", line 158, in process_inputs
  219. results.append(getattr(obj, func)(**inputs))
  220. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  221. File "L:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-MochiWrapper\nodes.py", line 320, in loadmodel
  222. set_module_tensor_to_device(vae, name, dtype=dtype, device=offload_device, value=vae_sd[name])
  223. ~~~~~~^^^^^^
  224. KeyError: 'blocks.0.0.weight'
  225.  
  226. 2024-11-08 17:27:57,247 - root - INFO - Prompt executed in 0.01 seconds
  227. 2024-11-08 17:28:27,513 - root - INFO - got prompt
  228. 2024-11-08 17:28:27,543 - root - ERROR - !!! Exception during processing !!! 'blocks.0.0.weight'
  229. 2024-11-08 17:28:27,543 - root - ERROR - Traceback (most recent call last):
  230. File "L:\AI\ComfyUI_windows_portable\ComfyUI\execution.py", line 323, in execute
  231. 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)
  232. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  233. File "L:\AI\ComfyUI_windows_portable\ComfyUI\execution.py", line 198, in get_output_data
  234. 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)
  235. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  236. File "L:\AI\ComfyUI_windows_portable\ComfyUI\execution.py", line 169, in _map_node_over_list
  237. process_inputs(input_dict, i)
  238. File "L:\AI\ComfyUI_windows_portable\ComfyUI\execution.py", line 158, in process_inputs
  239. results.append(getattr(obj, func)(**inputs))
  240. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  241. File "L:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-MochiWrapper\nodes.py", line 320, in loadmodel
  242. set_module_tensor_to_device(vae, name, dtype=dtype, device=offload_device, value=vae_sd[name])
  243. ~~~~~~^^^^^^
  244. KeyError: 'blocks.0.0.weight'
  245.  
  246. 2024-11-08 17:28:27,543 - root - INFO - Prompt executed in 0.01 seconds
  247. 2024-11-08 17:28:45,104 - root - INFO - got prompt
  248. 2024-11-08 17:28:45,137 - root - ERROR - !!! Exception during processing !!! 'blocks.0.0.weight'
  249. 2024-11-08 17:28:45,138 - root - ERROR - Traceback (most recent call last):
  250. File "L:\AI\ComfyUI_windows_portable\ComfyUI\execution.py", line 323, in execute
  251. 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)
  252. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  253. File "L:\AI\ComfyUI_windows_portable\ComfyUI\execution.py", line 198, in get_output_data
  254. 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)
  255. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  256. File "L:\AI\ComfyUI_windows_portable\ComfyUI\execution.py", line 169, in _map_node_over_list
  257. process_inputs(input_dict, i)
  258. File "L:\AI\ComfyUI_windows_portable\ComfyUI\execution.py", line 158, in process_inputs
  259. results.append(getattr(obj, func)(**inputs))
  260. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  261. File "L:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-MochiWrapper\nodes.py", line 320, in loadmodel
  262. set_module_tensor_to_device(vae, name, dtype=dtype, device=offload_device, value=vae_sd[name])
  263. ~~~~~~^^^^^^
  264. KeyError: 'blocks.0.0.weight'
  265.  
  266. 2024-11-08 17:28:45,139 - root - INFO - Prompt executed in 0.01 seconds
  267. 2024-11-08 17:28:51,489 - root - INFO - got prompt
  268. 2024-11-08 17:28:51,521 - root - ERROR - !!! Exception during processing !!! 'blocks.0.0.weight'
  269. 2024-11-08 17:28:51,521 - root - ERROR - Traceback (most recent call last):
  270. File "L:\AI\ComfyUI_windows_portable\ComfyUI\execution.py", line 323, in execute
  271. 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)
  272. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  273. File "L:\AI\ComfyUI_windows_portable\ComfyUI\execution.py", line 198, in get_output_data
  274. 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)
  275. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  276. File "L:\AI\ComfyUI_windows_portable\ComfyUI\execution.py", line 169, in _map_node_over_list
  277. process_inputs(input_dict, i)
  278. File "L:\AI\ComfyUI_windows_portable\ComfyUI\execution.py", line 158, in process_inputs
  279. results.append(getattr(obj, func)(**inputs))
  280. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  281. File "L:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-MochiWrapper\nodes.py", line 320, in loadmodel
  282. set_module_tensor_to_device(vae, name, dtype=dtype, device=offload_device, value=vae_sd[name])
  283. ~~~~~~^^^^^^
  284. KeyError: 'blocks.0.0.weight'
  285.  
  286. 2024-11-08 17:28:51,522 - root - INFO - Prompt executed in 0.02 seconds
  287. 2024-11-08 17:28:58,265 - root - INFO - got prompt
  288. 2024-11-08 17:28:58,297 - root - ERROR - !!! Exception during processing !!! 'blocks.0.0.weight'
  289. 2024-11-08 17:28:58,298 - root - ERROR - Traceback (most recent call last):
  290. File "L:\AI\ComfyUI_windows_portable\ComfyUI\execution.py", line 323, in execute
  291. 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)
  292. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  293. File "L:\AI\ComfyUI_windows_portable\ComfyUI\execution.py", line 198, in get_output_data
  294. 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)
  295. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  296. File "L:\AI\ComfyUI_windows_portable\ComfyUI\execution.py", line 169, in _map_node_over_list
  297. process_inputs(input_dict, i)
  298. File "L:\AI\ComfyUI_windows_portable\ComfyUI\execution.py", line 158, in process_inputs
  299. results.append(getattr(obj, func)(**inputs))
  300. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  301. File "L:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-MochiWrapper\nodes.py", line 320, in loadmodel
  302. set_module_tensor_to_device(vae, name, dtype=dtype, device=offload_device, value=vae_sd[name])
  303. ~~~~~~^^^^^^
  304. KeyError: 'blocks.0.0.weight'
  305.  
  306. 2024-11-08 17:28:58,299 - root - INFO - Prompt executed in 0.02 seconds
  307. 2024-11-08 17:29:08,041 - root - INFO - got prompt
  308. 2024-11-08 17:29:08,072 - root - ERROR - !!! Exception during processing !!! 'blocks.0.0.weight'
  309. 2024-11-08 17:29:08,072 - root - ERROR - Traceback (most recent call last):
  310. File "L:\AI\ComfyUI_windows_portable\ComfyUI\execution.py", line 323, in execute
  311. 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)
  312. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  313. File "L:\AI\ComfyUI_windows_portable\ComfyUI\execution.py", line 198, in get_output_data
  314. 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)
  315. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  316. File "L:\AI\ComfyUI_windows_portable\ComfyUI\execution.py", line 169, in _map_node_over_list
  317. process_inputs(input_dict, i)
  318. File "L:\AI\ComfyUI_windows_portable\ComfyUI\execution.py", line 158, in process_inputs
  319. results.append(getattr(obj, func)(**inputs))
  320. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  321. File "L:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-MochiWrapper\nodes.py", line 320, in loadmodel
  322. set_module_tensor_to_device(vae, name, dtype=dtype, device=offload_device, value=vae_sd[name])
  323. ~~~~~~^^^^^^
  324. KeyError: 'blocks.0.0.weight'
  325.  
  326. 2024-11-08 17:29:08,073 - root - INFO - Prompt executed in 0.01 seconds
  327. 2024-11-08 17:29:20,580 - root - INFO - got prompt
  328. 2024-11-08 17:29:20,613 - root - ERROR - !!! Exception during processing !!! 'blocks.0.0.weight'
  329. 2024-11-08 17:29:20,614 - root - ERROR - Traceback (most recent call last):
  330. File "L:\AI\ComfyUI_windows_portable\ComfyUI\execution.py", line 323, in execute
  331. 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)
  332. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  333. File "L:\AI\ComfyUI_windows_portable\ComfyUI\execution.py", line 198, in get_output_data
  334. 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)
  335. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  336. File "L:\AI\ComfyUI_windows_portable\ComfyUI\execution.py", line 169, in _map_node_over_list
  337. process_inputs(input_dict, i)
  338. File "L:\AI\ComfyUI_windows_portable\ComfyUI\execution.py", line 158, in process_inputs
  339. results.append(getattr(obj, func)(**inputs))
  340. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  341. File "L:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-MochiWrapper\nodes.py", line 320, in loadmodel
  342. set_module_tensor_to_device(vae, name, dtype=dtype, device=offload_device, value=vae_sd[name])
  343. ~~~~~~^^^^^^
  344. KeyError: 'blocks.0.0.weight'
  345.  
  346. 2024-11-08 17:29:20,614 - root - INFO - Prompt executed in 0.02 seconds
  347. 2024-11-08 17:29:37,566 - root - INFO - got prompt
  348. 2024-11-08 17:29:37,598 - root - ERROR - !!! Exception during processing !!! 'blocks.0.0.weight'
  349. 2024-11-08 17:29:37,598 - root - ERROR - Traceback (most recent call last):
  350. File "L:\AI\ComfyUI_windows_portable\ComfyUI\execution.py", line 323, in execute
  351. 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)
  352. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  353. File "L:\AI\ComfyUI_windows_portable\ComfyUI\execution.py", line 198, in get_output_data
  354. 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)
  355. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  356. File "L:\AI\ComfyUI_windows_portable\ComfyUI\execution.py", line 169, in _map_node_over_list
  357. process_inputs(input_dict, i)
  358. File "L:\AI\ComfyUI_windows_portable\ComfyUI\execution.py", line 158, in process_inputs
  359. results.append(getattr(obj, func)(**inputs))
  360. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  361. File "L:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-MochiWrapper\nodes.py", line 320, in loadmodel
  362. set_module_tensor_to_device(vae, name, dtype=dtype, device=offload_device, value=vae_sd[name])
  363. ~~~~~~^^^^^^
  364. KeyError: 'blocks.0.0.weight'
  365.  
  366. 2024-11-08 17:29:37,599 - root - INFO - Prompt executed in 0.01 seconds
  367. 2024-11-08 17:32:46,710 - root - INFO - got prompt
  368. 2024-11-08 17:32:46,742 - root - ERROR - !!! Exception during processing !!! 'blocks.0.0.weight'
  369. 2024-11-08 17:32:46,743 - root - ERROR - Traceback (most recent call last):
  370. File "L:\AI\ComfyUI_windows_portable\ComfyUI\execution.py", line 323, in execute
  371. 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)
  372. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  373. File "L:\AI\ComfyUI_windows_portable\ComfyUI\execution.py", line 198, in get_output_data
  374. 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)
  375. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  376. File "L:\AI\ComfyUI_windows_portable\ComfyUI\execution.py", line 169, in _map_node_over_list
  377. process_inputs(input_dict, i)
  378. File "L:\AI\ComfyUI_windows_portable\ComfyUI\execution.py", line 158, in process_inputs
  379. results.append(getattr(obj, func)(**inputs))
  380. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  381. File "L:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-MochiWrapper\nodes.py", line 320, in loadmodel
  382. set_module_tensor_to_device(vae, name, dtype=dtype, device=offload_device, value=vae_sd[name])
  383. ~~~~~~^^^^^^
  384. KeyError: 'blocks.0.0.weight'
  385.  
  386. 2024-11-08 17:32:46,743 - root - INFO - Prompt executed in 0.02 seconds
  387. ```
  388. ## Attached Workflow
  389. Please make sure that workflow does not contain any sensitive information such as API keys or passwords.
  390. ```
  391. {"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}
  392. ```
  393.  
  394. ## Additional Context
  395. (Please add any additional context or steps to reproduce the error here)
  396.  
Advertisement
Add Comment
Please, Sign In to add comment