n8n-nodes-comfyui-all 2.1.6 → 2.1.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" fill="none">
|
|
2
|
+
<!-- Background gradient circle -->
|
|
3
|
+
<defs>
|
|
4
|
+
<linearGradient id="bgGradient" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
5
|
+
<stop offset="0%" style="stop-color:#FF6B6B;stop-opacity:1" />
|
|
6
|
+
<stop offset="100%" style="stop-color:#EE5A6F;stop-opacity:1" />
|
|
7
|
+
</linearGradient>
|
|
8
|
+
<linearGradient id="nodeGradient" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
9
|
+
<stop offset="0%" style="stop-color:#FFE66D;stop-opacity:1" />
|
|
10
|
+
<stop offset="100%" style="stop-color:#FFB347;stop-opacity:1" />
|
|
11
|
+
</linearGradient>
|
|
12
|
+
</defs>
|
|
13
|
+
|
|
14
|
+
<!-- Main background circle with gradient -->
|
|
15
|
+
<circle cx="32" cy="32" r="30" fill="url(#bgGradient)" opacity="0.15"/>
|
|
16
|
+
|
|
17
|
+
<!-- Outer ring -->
|
|
18
|
+
<circle cx="32" cy="32" r="28" fill="none" stroke="url(#bgGradient)" stroke-width="2" opacity="0.8"/>
|
|
19
|
+
|
|
20
|
+
<!-- Neural network nodes (representing AI) -->
|
|
21
|
+
<!-- Top row nodes -->
|
|
22
|
+
<circle cx="20" cy="18" r="4" fill="url(#nodeGradient)" stroke="#FF6B6B" stroke-width="1.5"/>
|
|
23
|
+
<circle cx="32" cy="14" r="4" fill="url(#nodeGradient)" stroke="#FF6B6B" stroke-width="1.5"/>
|
|
24
|
+
<circle cx="44" cy="18" r="4" fill="url(#nodeGradient)" stroke="#FF6B6B" stroke-width="1.5"/>
|
|
25
|
+
|
|
26
|
+
<!-- Middle row nodes -->
|
|
27
|
+
<circle cx="16" cy="32" r="4" fill="url(#nodeGradient)" stroke="#FF6B6B" stroke-width="1.5"/>
|
|
28
|
+
<circle cx="32" cy="32" r="6" fill="#FFF" stroke="#FF6B6B" stroke-width="2.5"/>
|
|
29
|
+
<circle cx="48" cy="32" r="4" fill="url(#nodeGradient)" stroke="#FF6B6B" stroke-width="1.5"/>
|
|
30
|
+
|
|
31
|
+
<!-- Bottom row nodes -->
|
|
32
|
+
<circle cx="20" cy="46" r="4" fill="url(#nodeGradient)" stroke="#FF6B6B" stroke-width="1.5"/>
|
|
33
|
+
<circle cx="32" cy="50" r="4" fill="url(#nodeGradient)" stroke="#FF6B6B" stroke-width="1.5"/>
|
|
34
|
+
<circle cx="44" cy="46" r="4" fill="url(#nodeGradient)" stroke="#FF6B6B" stroke-width="1.5"/>
|
|
35
|
+
|
|
36
|
+
<!-- Neural connections (lines between nodes) -->
|
|
37
|
+
<!-- Top to middle connections -->
|
|
38
|
+
<line x1="20" y1="18" x2="16" y2="32" stroke="#FF6B6B" stroke-width="1.5" opacity="0.6"/>
|
|
39
|
+
<line x1="20" y1="18" x2="32" y2="32" stroke="#FF6B6B" stroke-width="1.5" opacity="0.6"/>
|
|
40
|
+
<line x1="32" y1="14" x2="32" y2="32" stroke="#FF6B6B" stroke-width="1.5" opacity="0.6"/>
|
|
41
|
+
<line x1="44" y1="18" x2="48" y2="32" stroke="#FF6B6B" stroke-width="1.5" opacity="0.6"/>
|
|
42
|
+
<line x1="44" y1="18" x2="32" y2="32" stroke="#FF6B6B" stroke-width="1.5" opacity="0.6"/>
|
|
43
|
+
|
|
44
|
+
<!-- Middle to bottom connections -->
|
|
45
|
+
<line x1="16" y1="32" x2="20" y2="46" stroke="#FF6B6B" stroke-width="1.5" opacity="0.6"/>
|
|
46
|
+
<line x1="16" y1="32" x2="32" y2="50" stroke="#FF6B6B" stroke-width="1.5" opacity="0.6"/>
|
|
47
|
+
<line x1="32" y1="32" x2="20" y2="46" stroke="#FF6B6B" stroke-width="1.5" opacity="0.6"/>
|
|
48
|
+
<line x1="32" y1="32" x2="32" y2="50" stroke="#FF6B6B" stroke-width="1.5" opacity="0.6"/>
|
|
49
|
+
<line x1="32" y1="32" x2="44" y2="46" stroke="#FF6B6B" stroke-width="1.5" opacity="0.6"/>
|
|
50
|
+
<line x1="48" y1="32" x2="44" y2="46" stroke="#FF6B6B" stroke-width="1.5" opacity="0.6"/>
|
|
51
|
+
<line x1="48" y1="32" x2="32" y2="50" stroke="#FF6B6B" stroke-width="1.5" opacity="0.6"/>
|
|
52
|
+
|
|
53
|
+
<!-- Center icon - AI/Sparkle symbol -->
|
|
54
|
+
<circle cx="32" cy="32" r="2.5" fill="#FF6B6B"/>
|
|
55
|
+
|
|
56
|
+
<!-- Decorative corner accents -->
|
|
57
|
+
<path d="M 8 12 L 8 8 L 12 8" stroke="#FF6B6B" stroke-width="2" fill="none" stroke-linecap="round"/>
|
|
58
|
+
<path d="M 52 12 L 52 8 L 56 8" stroke="#FF6B6B" stroke-width="2" fill="none" stroke-linecap="round" transform="rotate(90 54 10)"/>
|
|
59
|
+
<path d="M 8 52 L 8 56 L 12 56" stroke="#FF6B6B" stroke-width="2" fill="none" stroke-linecap="round" transform="rotate(-90 10 54)"/>
|
|
60
|
+
<path d="M 52 52 L 52 56 L 56 56" stroke="#FF6B6B" stroke-width="2" fill="none" stroke-linecap="round" transform="rotate(180 54 54)"/>
|
|
61
|
+
</svg>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "n8n-nodes-comfyui-all",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.7",
|
|
4
4
|
"description": "n8n community nodes for ComfyUI workflow execution with dynamic parameter support",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"n8n-community-node-package",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
},
|
|
23
23
|
"main": "dist/index.js",
|
|
24
24
|
"scripts": {
|
|
25
|
-
"build": "tsc",
|
|
25
|
+
"build": "tsc && cp nodes/ComfyUi/comfyui.svg dist/nodes/ComfyUi/",
|
|
26
26
|
"dev": "tsc --watch",
|
|
27
27
|
"format": "prettier nodes --write",
|
|
28
28
|
"lint": "eslint nodes package.json",
|