Buckets:
| import type {ComfyApp, IStringWidget, IComboWidget, IWidget, LGraphNode} from "@comfyorg/frontend"; | |
| type ComfyWidgetFn<WidgetType extends IWidget> = ( | |
| node: LGraphNode, | |
| inputName: string, | |
| inputData: any, | |
| app: ComfyApp, | |
| ) => {widget: WidgetType}; | |
| /** | |
| * A dummy ComfyWidgets that we can import from our code, which we'll rewrite later to the comfyui | |
| * hosted widgets.js | |
| */ | |
| export declare const ComfyWidgets: { | |
| COMBO: ComfyWidgetFn<IComboWidget>; | |
| STRING: ComfyWidgetFn<IStringWidget>; | |
| [key: string]: ComfyWidgetFn<IWidget>; | |
| }; | |
Xet Storage Details
- Size:
- 543 Bytes
- Xet hash:
- 3f62409895f432fcf4f5b57b1f2377c9b66e3010b13fe463198d5004cc77581f
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.