ComfyUI/tests
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
..
asyncio Fix aiohttp bugs 2024-09-30 13:12:53 -07:00
distributed Tweaks to distributed queueing 2024-11-14 15:08:59 -08:00
downloader Add image tracing to SVG support using vtrace, python skia. The Skia library can be used for additional drawing tasks 2024-08-28 14:49:19 -07:00
inference Better support for process pool executors 2025-02-18 14:37:20 -08:00
issues Improving MLLM/VLLM support and fixing bugs 2025-02-05 14:02:28 -08:00
library Improve automated test coverage 2024-07-05 11:11:21 -07:00
quantization Improvements to execution 2024-10-10 19:30:18 -07:00
unit Better support for process pool executors 2025-02-18 14:37:20 -08:00
__init__.py Ci quality workflows (#1423) 2023-09-18 23:18:06 -04:00
absolute_import_checker.py Fix pylint issue with hydit, fix absolute versus relative imports 2024-08-16 13:06:33 -07:00
conftest.py Add ruff rule for empty line with trailing whitespace. 2024-12-28 05:23:08 -05:00