Merge branch 'main' of github.com:Comfy-Org/ComfyUI_frontend into sno-deploy-ghpage

This commit is contained in:
snomiao
2025-10-15 20:37:28 +00:00
148 changed files with 4154 additions and 1438 deletions

View File

@@ -18,14 +18,14 @@ jobs:
uses: actions/checkout@v5
# Setup playwright environment
- name: Setup ComfyUI Server
uses: ./.github/actions/setup-comfyui-server
with:
launch_server: true
- name: Setup ComfyUI Frontend
uses: ./.github/actions/setup-frontend
with:
include_build_step: true
- name: Setup ComfyUI Server
uses: ./.github/actions/setup-comfyui-server
with:
launch_server: true
- name: Setup Playwright
uses: ./.github/actions/setup-playwright