ComfyUI/comfy/client
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
..
__init__.py Improved API support 2024-02-07 14:20:21 -08:00
aio_client.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
client_types.py Improved testing of API nodes 2024-03-22 22:04:35 -07:00
embedded_comfy_client.py Improvements to execution 2024-10-10 19:30:18 -07:00
sdxl_with_refiner_workflow.py Merge upstream 2024-03-11 09:32:57 -07:00