ComfyUI/comfy/nodes
doctorpangloss 3ddec8ae90 Better support for process pool executors
- --panics-when=torch.cuda.OutOfMemory will now correctly panic and
   exit the worker, giving it time to reply that the execution failed
   and better dealing with irrecoverable out-of-memory errors
 - --executor-factory=ProcessPoolExecutor will use a process instead of
   a thread to execute comfyui workflows when using the worker. When
   this process panics and exits, it will be correctly replaced, making
   a more robust worker
2025-02-18 14:37:20 -08:00
..
__init__.py make the nodes organization more sane 2023-08-04 15:44:02 -07:00
base_nodes.py ImagePadForOutpaint now correctly returns a MaskBatch 2025-02-16 15:39:36 -08:00
common.py Merge branch 'master' of github.com:comfyanonymous/ComfyUI 2024-03-29 13:36:57 -07:00
package_typing.py Better support for process pool executors 2025-02-18 14:37:20 -08:00
package.py Updates to support Hunyuan Video 2024-12-25 22:39:12 -08:00
vanilla_node_importing.py Improve vanilla node importing and fix CUDA on CPU devices bug 2024-10-15 00:02:06 -07:00