UNPKG

n8n-nodes-comfyui-image-to-image

Version:

n8n nodes to integrate with ComfyUI for image transformations, video generation, and audio generation using stable diffusion workflows

9 lines (8 loc) 294 B
import { ICredentialType, INodeProperties, ICredentialTestRequest } from 'n8n-workflow'; export declare class ComfyUIApi implements ICredentialType { name: string; displayName: string; documentationUrl: string; properties: INodeProperties[]; test: ICredentialTestRequest; }