mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-11 06:40:48 +08:00
- 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 |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| cuda_malloc.py | ||
| execution.py | ||
| extra_model_paths.py | ||
| folder_paths_pre.py | ||
| folder_paths.py | ||
| latent_preview_image_encoding.py | ||
| latent_preview.py | ||
| main_pre.py | ||
| main.py | ||
| new_updater.py | ||
| openapi_gen.py | ||
| server.py | ||
| worker.py | ||