From 12af5248fd987e94b8a5a0152e5a833200bdbed8 Mon Sep 17 00:00:00 2001 From: bonlime Date: Mon, 23 Sep 2024 16:41:12 +0300 Subject: [PATCH] Update .gitmodules to make shallow copy --- .gitmodules | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitmodules b/.gitmodules index 657cf28b..894e93a3 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,12 +1,16 @@ [submodule "repositories/sd-scripts"] path = repositories/sd-scripts url = https://github.com/kohya-ss/sd-scripts.git + shallow = true [submodule "repositories/leco"] path = repositories/leco url = https://github.com/p1atdev/LECO + shallow = true [submodule "repositories/batch_annotator"] path = repositories/batch_annotator url = https://github.com/ostris/batch-annotator + shallow = true [submodule "repositories/ipadapter"] path = repositories/ipadapter url = https://github.com/tencent-ailab/IP-Adapter.git + shallow = true