{#if (config?.engine ?? 'automatic1111') === 'automatic1111'}
{$i18n.t('AUTOMATIC1111 Api Auth String')}
{:else if config?.engine === 'comfyui'}
{$i18n.t('ComfyUI Base URL')}
{$i18n.t('ComfyUI Workflow')}
{#if config.comfyui.COMFYUI_WORKFLOW}
{/if}
{$i18n.t('Make sure to export a workflow.json file as API format from ComfyUI.')}
{#if config.comfyui.COMFYUI_WORKFLOW}
{$i18n.t('ComfyUI Workflow Nodes')}
Prompt Node
Node Ids
"text"
Default
Model Node
Node Ids
"text"
Default
Image Size Node
Node Ids
"text"
Default
Image Steps Node
Node Ids
"text"
Default
Custom Node
Node Ids
Key
Value
{/if}
{:else if config?.engine === 'openai'}
{/if}