ComfyUI-WorkflowCheckpointing

ComfyUI-WorkflowCheckpointing
★ 11

检查点断点续传本地与网络存储Salad 集成
在工作流执行过程中自动创建检查点,支持本地或Salad云存储,允许在取消或崩溃后重排队并从最近进度恢复,减少计算损失。
💡 长时间运行或崩溃时自动保存并恢复工作流进度。
🍴 4 Forks💻 Python🔄 2024-10-17
📦
网盘下载
复制链接后前往夸克网盘下载
https://pan.quark.cn/s/e00a65475347
📄 README

ComfyUI-WorkflowCheckpointing

Automatically creates checkpoints during workflow execution. If If an workflow is canceled or ComfyUI crashes mid-execution, then these checkpoints are used when the workflow is re-queued to resume execution with minimal progress loss.

Configuration

By default, checkpoints are saved localy to a checkpoint folder.

Networked checkpoints backed by the Salad Simple Storage Service can be enabled by setting the SALAD_ORGANIZATION environment variable. When deployed to salad, authentication is automatically pulled, but an api key can be applied when testing locally by setting SALAD_API_KEY

If a request sent to /prompt contains a client_id. It is utilized to allow independent caching of executions by multiple users.

To facilitate testing FORCE_CRASH_AT can be set to an integer to terminate workflow execution at a given sampling step