@comfyorg/comfyui-frontend-types 1.6.3 → 1.6.4
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 +5 -0
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -497,6 +497,11 @@ export declare class ComfyApp {
|
|
|
497
497
|
*/
|
|
498
498
|
refreshComboInNodes(): Promise<void>;
|
|
499
499
|
resetView(): void;
|
|
500
|
+
/**
|
|
501
|
+
* Frees memory allocated to image preview blobs for a specific node, by revoking the URLs associated with them.
|
|
502
|
+
* @param nodeId ID of the node to revoke all preview images of
|
|
503
|
+
*/
|
|
504
|
+
revokePreviews(nodeId: NodeId): void;
|
|
500
505
|
/**
|
|
501
506
|
* Clean current state
|
|
502
507
|
*/
|