diff --git a/src/views/LinearView.vue b/src/views/LinearView.vue index c42bcff6e..6b43b6e81 100644 --- a/src/views/LinearView.vue +++ b/src/views/LinearView.vue @@ -60,9 +60,9 @@ const nodeDatas = computed(() => { }) const batchCountWidget = { - options: { step2: 1, precision: 1, min: 1, max: 100 }, + options: { precision: 0, min: 1, max: 99 }, value: 1, - name: t('Number of generations'), + name: t('Run count:'), type: 'number' } @@ -302,9 +302,9 @@ function handleCenterWheel(e: WheelEvent) { src="/assets/images/comfy-logo-mono.svg" /> - +
{{ useWorkflowStore().activeWorkflow?.filename }} @@ -317,27 +317,28 @@ function handleCenterWheel(e: WheelEvent) { class="border gap-2 h-full border-[var(--interface-stroke)] bg-comfy-menu-bg flex flex-col px-2" >
-
+