TEMP refactor file passing
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import type { Progress, SerializedPrompt, SerializedPromptInputs, SerializedPromptInputsAll, SerializedPromptOutput, SerializedPromptOutputs } from "./components/ComfyApp";
|
||||
import type TypedEmitter from "typed-emitter";
|
||||
import EventEmitter from "events";
|
||||
import type { GalleryOutput, GalleryOutputEntry } from "./nodes/ComfyWidgetNodes";
|
||||
import type { ComfyExecutionResult, ComfyImageLocation } from "./nodes/ComfyWidgetNodes";
|
||||
import type { SerializedLGraph, UUID } from "@litegraph-ts/core";
|
||||
import type { SerializedLayoutState } from "./stores/layoutState";
|
||||
|
||||
@@ -63,7 +63,7 @@ export type ComfyPromptPNGInfo = {
|
||||
}
|
||||
|
||||
export type ComfyBoxPromptExtraData = ComfyUIPromptExtraData & {
|
||||
thumbnails?: GalleryOutputEntry[],
|
||||
thumbnails?: ComfyImageLocation[],
|
||||
}
|
||||
|
||||
export type ComfyUIPromptExtraData = {
|
||||
|
||||
Reference in New Issue
Block a user