UNPKG

n8n-nodes-hjhcomfyui

Version:

n8n node to integrate with ComfyUI stable diffusion workflows

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