Skip to content

Commit 265a583

Browse files
authored
Merge branch 'main' into feature/media-asset-history
2 parents a7ee88c + 6abff41 commit 265a583

File tree

146 files changed

+7156
-4710
lines changed

Some content is hidden

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

146 files changed

+7156
-4710
lines changed

.env_example

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ TEST_COMFYUI_DIR=/home/ComfyUI
2323
# Whether to enable minification of the frontend code.
2424
ENABLE_MINIFY=true
2525

26-
# Whether to disable proxying the `/templates` route. If true, allows you to
27-
# serve templates from the ComfyUI_frontend/public/templates folder (for
28-
# locally testing changes to templates). When false or nonexistent, the
29-
# templates are served via the normal method from the server's python site
26+
# Whether to disable proxying the `/templates` route. If true, allows you to
27+
# serve templates from the ComfyUI_frontend/public/templates folder (for
28+
# locally testing changes to templates). When false or nonexistent, the
29+
# templates are served via the normal method from the server's python site
3030
# packages.
3131
DISABLE_TEMPLATES_PROXY=false
3232

@@ -37,3 +37,8 @@ DISABLE_VUE_PLUGINS=false
3737
# Algolia credentials required for developing with the new custom node manager.
3838
ALGOLIA_APP_ID=4E0RO38HS8
3939
ALGOLIA_API_KEY=684d998c36b67a9a9fce8fc2d8860579
40+
41+
# Sentry ENV vars replace with real ones for debugging
42+
# SENTRY_AUTH_TOKEN=private-token # get from sentry
43+
# SENTRY_ORG=comfy-org
44+
# SENTRY_PROJECT=cloud-frontend-staging

.github/workflows/weekly-docs-check.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,4 +142,3 @@ jobs:
142142
documentation
143143
automated
144144
draft: true
145-
assignees: ${{ github.repository_owner }}

browser_tests/fixtures/utils/litegraphUtils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@ export class NodeReference {
503503
for (const position of clickPositions) {
504504
// Clear any selection first
505505
await this.comfyPage.canvas.click({
506-
position: { x: 50, y: 50 },
506+
position: { x: 250, y: 250 },
507507
force: true
508508
})
509509
await this.comfyPage.nextFrame()
10.9 KB
Loading
350 Bytes
Loading
8.88 KB
Loading
6.96 KB
Loading
6 Bytes
Loading
9.14 KB
Loading
9.69 KB
Loading

0 commit comments

Comments
 (0)