mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
13 lines
383 B
Plaintext
13 lines
383 B
Plaintext
[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
|
|
|