We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 177a5a0 commit 1e78979Copy full SHA for 1e78979
.github/workflows/test-comfyui-frontend.yml
@@ -69,13 +69,11 @@ jobs:
69
npm ci
70
npm install ../litegraph
71
npm run build
72
- rm -rf ../ComfyUI/web/*
73
- mv dist/* ../ComfyUI/web/
74
working-directory: ComfyUI_frontend
75
76
- name: Start ComfyUI server
77
run: |
78
- python main.py --cpu --multi-user &
+ python main.py --cpu --multi-user --front-end-root ../ComfyUI_frontend/dist &
79
wait-for-it --service 127.0.0.1:8188 -t 600
80
working-directory: ComfyUI
81
0 commit comments