ComfyUI/tests
doctorpangloss a38968f098 Improvements to execution
- Validation errors that occur early in the lifecycle of prompt
   execution now get propagated to their callers in the
   EmbeddedComfyClient. This includes error messages about missing node
   classes.
 - The execution context now includes the node_id and the prompt_id
 - Latent previews are now sent with a node_id. This is not backwards
   compatible with old frontends.
 - Dependency execution errors are now modeled correctly.
 - Distributed progress encodes image previews with node and prompt IDs.
 - Typing for models
 - The frontend was updated to use node IDs with previews
 - Improvements to torch.compile experiments
 - Some controlnet_aux nodes were upstreamed
2024-10-10 19:30:18 -07:00
..
asyncio Fix aiohttp bugs 2024-09-30 13:12:53 -07:00
distributed API now supports fire-and-forget, checking on queue status; prefetch_count now expressly set to 1 for workers 2024-09-27 12:07:54 -07: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 Fix tests, improve distributed worker health check, add torch compile options 2024-09-13 18:10:11 -07: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 Disable flakey tests 2024-09-27 12:46:35 -07: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 API now supports fire-and-forget, checking on queue status; prefetch_count now expressly set to 1 for workers 2024-09-27 12:07:54 -07:00