Upload custom_nodes/rgthree-comfy/src_web/scripts_comfy/app.ts with huggingface_hub
Browse files
custom_nodes/rgthree-comfy/src_web/scripts_comfy/app.ts
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
import {ComfyApp} from "@comfyorg/frontend";
|
2 |
+
|
3 |
+
/**
|
4 |
+
* A dummy ComfyApp that we can import from our code, which we'll rewrite later to the comfyui
|
5 |
+
* hosted app.js
|
6 |
+
*/
|
7 |
+
export declare const app: ComfyApp;
|