mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-11 14:50:49 +08:00
- --panics-when=torch.cuda.OutOfMemory will now correctly panic and exit the worker, giving it time to reply that the execution failed and better dealing with irrecoverable out-of-memory errors - --executor-factory=ProcessPoolExecutor will use a process instead of a thread to execute comfyui workflows when using the worker. When this process panics and exits, it will be correctly replaced, making a more robust worker |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| abstract_prompt_queue.py | ||
| cvpickle.py | ||
| deprecation.py | ||
| executor_types.py | ||
| file_output_path.py | ||
| files.py | ||
| folder_path_types.py | ||
| images_types.py | ||
| make_mutable.py | ||
| module_property.py | ||
| outputs_types.py | ||
| platform_path.py | ||
| plugins.py | ||
| queue_types.py | ||
| tensor_types.py | ||