add gitmodules profile
This commit is contained in:
45
.gitmodules
vendored
Normal file
45
.gitmodules
vendored
Normal file
@@ -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
|
||||||
|
|
||||||
Reference in New Issue
Block a user