Initial ComfyUI implementation with updated wrapper

This commit is contained in:
Rob Ballantyne
2025-08-19 17:59:20 +01:00
parent cd946b0a9f
commit 8797b504af
7 changed files with 517 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
from lib.test_utils import test_load_cmd, test_args
from .data_types import ComfyWorkflowData
WORKER_ENDPOINT = "/generate/sync"
if __name__ == "__main__":
test_load_cmd(ComfyWorkflowData, WORKER_ENDPOINT, arg_parser=test_args)