From 4a06dd27097e83b9fbe024fb8590e20c1985baf2 Mon Sep 17 00:00:00 2001 From: Omer Lerinman Date: Tue, 14 Nov 2023 16:23:48 +0200 Subject: [PATCH] feat: add .gitmodules file with a pointer to git@github.com:uglabs/ComfyUI-to-Python-Extension.git --- .gitmodules | 4 ++++ ComfyUI-to-Python-Extension | 1 + 2 files changed, 5 insertions(+) create mode 100644 .gitmodules create mode 160000 ComfyUI-to-Python-Extension diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 00000000000..d9511849a43 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,4 @@ +[submodule "ComfyUI-to-Python-Extension"] + path = ComfyUI-to-Python-Extension + url = git@github.com:uglabs/ComfyUI-to-Python-Extension.git + branch = main diff --git a/ComfyUI-to-Python-Extension b/ComfyUI-to-Python-Extension new file mode 160000 index 00000000000..f3d9df07037 --- /dev/null +++ b/ComfyUI-to-Python-Extension @@ -0,0 +1 @@ +Subproject commit f3d9df070371c501c8db671e5bdd0ec4bd8906c7