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,6 +1,6 @@
import type { ComfyWorkflow } from "/types/comfyWorkflow";
import type { ComfyWorkflowJSON } from "/types/comfyWorkflow";
export const defaultGraph: ComfyWorkflow = {
export const defaultGraph: ComfyWorkflowJSON = {
last_node_id: 9,
last_link_id: 9,
nodes: [