Rename ComfyWorkflow to ComfyWorkflowJSON (#91)

This commit is contained in:
Chenlei Hu
2024-07-05 21:04:32 -04:00
committed by GitHub
parent d6b2d5fb4f
commit 84c939cf71
4 changed files with 14 additions and 9 deletions

View File

@@ -1,4 +1,4 @@
import { ComfyWorkflow } from "types/comfyWorkflow";
import { ComfyWorkflowJSON } from "types/comfyWorkflow";
import {
HistoryTaskItem,
PendingTaskItem,
@@ -13,7 +13,7 @@ interface QueuePromptRequestBody {
prompt: Record<number, any>;
extra_data: {
extra_pnginfo: {
workflow: ComfyWorkflow;
workflow: ComfyWorkflowJSON;
};
};
front?: boolean;