ComfyUI/comfy/component_model
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
abstract_prompt_queue.py Improve API return values and tracing reports 2024-05-08 15:52:17 -07:00
deprecation.py Improve model downloading from Hugging Face Hub 2024-07-09 12:57:33 -07:00
executor_types.py Improvements to execution 2024-10-10 19:30:18 -07:00
file_output_path.py Merge with upstream and fix tests 2024-06-10 10:01:08 -07:00
files.py Further modifications to paths 2024-08-05 17:06:18 -07:00
folder_path_types.py Fix #23 2024-10-04 21:10:19 -07:00
images_types.py Improved support for ControlNet workflows with depth 2024-03-26 22:32:15 -07:00
make_mutable.py Improved support for distributed queues 2024-02-08 14:55:07 -08:00
module_property.py Fix #20 base path can now be set before folder paths are initialized, although all of this really has to be reworked 2024-08-29 18:02:36 -07:00
plugins.py Fix pylint issue with hydit, fix absolute versus relative imports 2024-08-16 13:06:33 -07:00
queue_types.py Improve API return values and tracing reports 2024-05-08 15:52:17 -07:00
tensor_types.py Add noise to specific channels in a latent 2024-09-23 08:51:48 -07:00