wiikoo's picture
Upload custom_nodes/rgthree-comfy/src_web/scripts_comfy/app.ts with huggingface_hub
e5f305e 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;