1
mirror of https://github.com/comfyanonymous/ComfyUI.git synced 2025-08-02 15:04:50 +08:00

[Developer Experience] Add node typing (#5676)

* [Developer Experience] Add node typing

* Shim StrEnum

* nit

* nit

* nit
This commit is contained in:
Chenlei Hu
2024-12-04 12:01:00 -08:00
committed by GitHub
parent f7695b5f9e
commit 48272448ad
9 changed files with 366 additions and 6 deletions

View File

@@ -28,7 +28,7 @@ jobs:
- name: Start ComfyUI server
run: |
python main.py --cpu 2>&1 | tee console_output.log &
wait-for-it --service 127.0.0.1:8188 -t 600
wait-for-it --service 127.0.0.1:8188 -t 30
working-directory: ComfyUI
- name: Check for unhandled exceptions in server log
run: |