mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-12 07:10:52 +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 | ||
| cuda_malloc.py | ||
| execution.py | ||
| extra_model_paths.py | ||
| folder_paths.py | ||
| folder_paths.pyi | ||
| latent_preview_image_encoding.py | ||
| latent_preview.py | ||
| main_pre.py | ||
| main.py | ||
| new_updater.py | ||
| openapi_gen.py | ||
| server.py | ||
| worker.py | ||