diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000000..c8f0748436 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,13 @@ +[submodule "taming-transformers"] + path = src/taming-transformers + url = https://github.com/CompVis/taming-transformers.git + ignore = dirty +[submodule "clip"] + path = src/clip + url = https://github.com/openai/CLIP.git + ignore = dirty +[submodule "k-diffusion"] + path = src/k-diffusion + url = https://github.com/lstein/k-diffusion.git + ignore = dirty + \ No newline at end of file