UNPKG

n8n-nodes-comfyui-media

Version:

n8n node to integrate with ComfyUI stable diffusion workflows for image to video conversion

9 lines (8 loc) 228 B
export interface IApiClient { request<T>(options: any): Promise<T>; } export declare class N8nApiClient implements IApiClient { private helpers; constructor(helpers: any); request<T>(options: any): Promise<T>; }