From f53fee8e5a36576ae41b9b5fcd856cceef3b2924 Mon Sep 17 00:00:00 2001 From: DingVero Date: Tue, 7 Apr 2026 21:03:46 +0800 Subject: [PATCH] add gitmodules profile --- .gitmodules | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 .gitmodules diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..3e2c767 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,45 @@ +[submodule "python_server/model/Animation/AnimateDiff"] + path = python_server/model/Animation/AnimateDiff + url = https://github.com/guoyww/AnimateDiff.git + ignore = all + +[submodule "python_server/model/Depth/Depth-Anything-V2"] + path = python_server/model/Depth/Depth-Anything-V2 + url = https://github.com/DepthAnything/Depth-Anything-V2 + ignore = all + +[submodule "python_server/model/Depth/ZoeDepth"] + path = python_server/model/Depth/ZoeDepth + url = https://github.com/isl-org/ZoeDepth.git + ignore = all + +[submodule "python_server/model/Depth/DPT"] + path = python_server/model/Depth/DPT + url = https://github.com/isl-org/DPT.git + ignore = all + +[submodule "python_server/model/Depth/MiDaS"] + path = python_server/model/Depth/MiDaS + url = https://github.com/isl-org/MiDaS.git + ignore = all + +[submodule "python_server/model/Inpaint/ControlNet"] + path = python_server/model/Inpaint/ControlNet + url = https://github.com/lllyasviel/ControlNet.git + ignore = all + +[submodule "python_server/model/Inpaint/sdxl-inpaint"] + path = python_server/model/Inpaint/sdxl-inpaint + url = https://github.com/AyushUnleashed/sdxl-inpaint + ignore = all + +[submodule "python_server/model/Seg/Mask2Former"] + path = python_server/model/Seg/Mask2Former + url = https://github.com/facebookresearch/Mask2Former.git + ignore = all + +[submodule "python_server/model/Seg/segment-anything"] + path = python_server/model/Seg/segment-anything + url = https://github.com/facebookresearch/segment-anything.git + ignore = all +