nit
This commit is contained in:
parent
5f4ce27bd5
commit
76e54065f1
|
@ -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: |
|
||||
|
|
|
@ -34,7 +34,7 @@ UnetWrapperFunction = Callable[[UnetApplyFunction, UnetParams], torch.Tensor]
|
|||
|
||||
|
||||
__all__ = [
|
||||
UnetWrapperFunction.__name__,
|
||||
"UnetWrapperFunction",
|
||||
UnetApplyConds.__name__,
|
||||
UnetParams.__name__,
|
||||
UnetApplyFunction.__name__,
|
||||
|
|
Loading…
Reference in New Issue