{#each Object.entries(prompt) as [nodeID, inputs], i} {@const classType = inputs.class_type} {@const filtered = Object.entries(inputs.inputs).filter((i) => !isInputLink(i[1]))} {#if filtered.length > 0}
{#each filtered as [inputName, input]}
handleCopy(nodeID, inputName, input)}> {#if copiedNodeID === nodeID && copiedInputName === inputName}
{:else}
{/if}
{#if isInputLink(input)} Link {input[0]} -> {input[1]} {:else if typeof input === "object"}
{:else if isMultiline(input)} {@const lines = Math.max(countNewLines(input), input.length / splitLength)}
{:else}
{/if}
{/each}
{/if} {/each}
{#if comfyBoxImages.length > 0}
Output type: {litegraphType}
{#if receiveTargets.length > 0}
sendOutput(e.detail.workflow, e.detail.targetNode)} /> {:else}
No receive output targets found across all workflows.
{/if}
{/if}
{#if images.length > 0}
{/if}