UNPKG

n8n-nodes-comfyui-media

Version:

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

6 lines (5 loc) 231 B
import { ComfyUIWorkflow, ImageInfo } from './types'; export declare class WorkflowService { static parse(workflowJson: string): ComfyUIWorkflow; static injectImage(workflow: ComfyUIWorkflow, imageInfo: ImageInfo): void; }