ComfyUI/comfy/distributed
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
distributed_progress.py Improvements to execution 2024-10-10 19:30:18 -07:00
distributed_prompt_client.py Merge upstream 2024-03-11 09:32:57 -07:00
distributed_prompt_queue.py Merge branch 'execution_model_inversion' of github.com:guill/ComfyUI into pr-execution 2024-07-19 17:49:41 -07:00
distributed_prompt_worker.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
distributed_types.py Support ProcessPoolExecutor to improve memory management 2024-09-04 17:03:22 -07:00
history.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
process_pool_executor.py Improve language and compositing nodes 2024-09-05 21:56:04 -07:00
server_stub.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