+
+ {#each items[id] as item, i}
+ {#if item.widget.type == "combo"}
+
+
+
+ {:else if item.widget.type == "number"}
+
+
+
+ {:else if item.widget.type == "text"}
+
+
+
+ {/if}
+ {/each}
+
+ {/each}
+
+
+
diff --git a/src/lib/components/ComfyUIPane.svelte b/src/lib/components/ComfyUIPane.svelte
index 9d16af1..37f2197 100644
--- a/src/lib/components/ComfyUIPane.svelte
+++ b/src/lib/components/ComfyUIPane.svelte
@@ -1,22 +1,26 @@
-