UNPKG

n8n-nodes-comfyui-media

Version:

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

9 lines (8 loc) 287 B
import { IApiClient } from "./apiClient"; export declare class Poller { private api; private apiUrl; private headers; constructor(api: IApiClient, apiUrl: string, headers: Record<string, string>); waitForCompletion(promptId: string, timeout: number): Promise<any>; }