ComfyUI/tests/unit
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
..
app_test Merge branch 'master' of github.com:comfyanonymous/ComfyUI 2025-01-28 13:45:51 -08:00
comfy_test Merge branch 'master' of github.com:comfyanonymous/ComfyUI 2025-01-16 09:58:02 -08:00
folder_paths_test Merge branch 'master' of github.com:comfyanonymous/ComfyUI 2024-09-23 12:50:31 -07:00
prompt_server_test Merge branch 'master' of github.com:comfyanonymous/ComfyUI 2024-12-09 15:54:37 -08:00
server Merge branch 'master' of github.com:comfyanonymous/ComfyUI 2025-01-16 09:58:02 -08:00
utils Merge branch 'master' of github.com:comfyanonymous/ComfyUI 2025-01-28 13:45:51 -08:00
__init__.py
test_arithmetic_nodes.py
test_base_nodes.py ImagePadForOutpaint now correctly returns a MaskBatch 2025-02-16 15:39:36 -08:00
test_colormap_nodes.py
test_compositing_nodes.py
test_ideogram_nodes.py Native Ideogram support 2025-01-22 10:32:04 -08:00
test_language_nodes.py
test_openapi_nodes.py
test_panics.py Better support for process pool executors 2025-02-18 14:37:20 -08:00
test_process_pool.py Better support for process pool executors 2025-02-18 14:37:20 -08:00
test_regular_expression_nodes.py Quality of life improvements 2025-02-12 14:12:10 -08:00
test_string_nodes.py Quality of life improvements 2025-02-12 14:12:10 -08:00
test_svg.py
test_user_manager.py Merge branch 'master' of github.com:comfyanonymous/ComfyUI 2024-11-18 13:12:31 -08:00
test_validate_node_input.py Update ComfyUI and fix tests 2024-12-09 19:45:17 -08:00
test_validation.py Better support for process pool executors 2025-02-18 14:37:20 -08:00