n8n-nodes-comfyui-text-to-audio
Version:
n8n node to integrate with ComfyUI stable diffusion workflows for text to audio conversion
16 lines • 469 B
JavaScript
module.exports = {
packageName: 'n8n-nodes-comfyui-text-to-audio',
productionOnly: true,
nodeTypes: {
"n8n-nodes-comfyui-text-to-audio": {
nodePath: 'dist/nodes/ComfyUI/ComfyuiTextToAudio.node.js',
type: 'file',
}
},
credentialTypes: {
"n8n-nodes-comfyui-text-to-audio": {
credPath: 'dist/credentials/ComfyUIApi.credentials.js',
type: 'file',
}
}
};