Skip to content

Commit 6499cfb

Browse files
authored
Merge branch 'main' into austin/dynamic-widgets
2 parents 6d0712a + 14d94da commit 6499cfb

File tree

110 files changed

+7953
-885
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

110 files changed

+7953
-885
lines changed

apps/desktop-ui/src/views/ServerStartView.vue

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,10 @@
8585
</template>
8686

8787
<script setup lang="ts">
88-
import {
89-
InstallStage,
90-
type InstallStageInfo,
91-
type InstallStageName,
92-
ProgressStatus
88+
import { InstallStage, ProgressStatus } from '@comfyorg/comfyui-electron-types'
89+
import type {
90+
InstallStageInfo,
91+
InstallStageName
9392
} from '@comfyorg/comfyui-electron-types'
9493
import type { Terminal } from '@xterm/xterm'
9594
import Button from 'primevue/button'
424 Bytes
Loading

browser_tests/tests/nodeHelp.spec.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import {
22
comfyExpect as expect,
33
comfyPageFixture as test
44
} from '../fixtures/ComfyPage'
5+
import { fitToViewInstant } from '../helpers/fitToView'
56

67
// TODO: there might be a better solution for this
78
// Helper function to pan canvas and select node
@@ -516,6 +517,7 @@ This is English documentation.
516517
)
517518

518519
await comfyPage.loadWorkflow('default')
520+
await fitToViewInstant(comfyPage)
519521

520522
// Select KSampler first
521523
const ksamplerNodes = await comfyPage.getNodeRefsByType('KSampler')
176 Bytes
Loading
780 Bytes
Loading
777 Bytes
Loading
-34 Bytes
Loading
842 Bytes
Loading
955 Bytes
Loading
818 Bytes
Loading

0 commit comments

Comments
 (0)