Ianfr13's picture
add custom_node rgthree-comfy for canonical api_i2v workflow
8d6fabc verified
Raw
History Blame Contribute Delete
209 Bytes
import {ComfyApp} from "@comfyorg/frontend";
/**
* A dummy ComfyApp that we can import from our code, which we'll rewrite later to the comfyui
* hosted app.js
*/
export declare const app: ComfyApp;