@comfyorg/comfyui-frontend-types 1.43.11 → 1.43.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +1 -0
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -1379,6 +1379,7 @@ export declare class ComfyApp {
|
|
|
1379
1379
|
deferWarnings?: boolean;
|
|
1380
1380
|
}): Promise<void>;
|
|
1381
1381
|
private runMissingModelPipeline;
|
|
1382
|
+
private runMissingMediaPipeline;
|
|
1382
1383
|
graphToPrompt(graph?: LGraph): Promise<{
|
|
1383
1384
|
workflow: ComfyWorkflowJSON;
|
|
1384
1385
|
output: ComfyApiWorkflow;
|