diff --git a/src/app.html b/src/app.html index 0020cbe9..ad1a35ff 100644 --- a/src/app.html +++ b/src/app.html @@ -17,7 +17,7 @@ // CSS vars (fallback for devices where env(safe-area-inset-*) misses // system bars or gesture areas). Re-runs on resize/visibility change // so rotation and keyboard transitions refresh the values. - (function () { + ;(function () { function apply() { try { var bridge = window.AndroidBridge diff --git a/src/lib/components/settings/ImageModelSelect.svelte b/src/lib/components/settings/ImageModelSelect.svelte index a0b850fb..cb3bdee3 100644 --- a/src/lib/components/settings/ImageModelSelect.svelte +++ b/src/lib/components/settings/ImageModelSelect.svelte @@ -113,7 +113,14 @@ {/if} {:else if filteredModels.length === 0} -
No models available
+No models available
+ {#if showRefreshButton && onRefresh} + + {/if} ++ Upload and confirm a workflow before saving. +
+ {/if} ++ ✓ {workflowFileName ?? 'Workflow loaded'} ({Object.keys( + profileCustomWorkflow.workflow, + ).length} nodes) +
+
+ Prompt → {profileCustomWorkflow.positivePromptPath}
+
+ Seed → {profileCustomWorkflow.seedPath}
+
+ Negative → {profileCustomWorkflow.negativePromptPath}
+
+ No negative prompt node detected (ignored). +
+ {/if} ++ Multiple prompt nodes found. Select the one to use as the positive prompt: +
+ {#each workflowAmbiguousNodes as node (node.nodeId)} + + {/each} +
+ python main.py --enable-cors-header
+
+ .json file that this app can read.
+ {workflowError}
+ {/if} ++ Leave empty to auto-detect the first text encoder found in ComfyUI. +
++ Leave empty to auto-detect the first VAE found in ComfyUI. +
+