feat: comfyui integration

This commit is contained in:
Timothy J. Baek 2024-03-23 17:01:13 -07:00
parent 862c96fcef
commit 98624a406f
4 changed files with 315 additions and 8 deletions

View file

@ -323,6 +323,7 @@
class="w-full rounded-lg py-2 px-4 text-sm dark:text-gray-300 dark:bg-gray-850 outline-none"
bind:value={selectedModel}
placeholder={$i18n.t('Select a model')}
required
>
{#if !selectedModel}
<option value="" disabled selected>{$i18n.t('Select a model')}</option>