Spaces:
Runtime error
Runtime error
Commit ·
1273573
1
Parent(s): b1e406c
:construction: wip
Browse files- .gitmodules +9 -0
- CLIP +1 -0
- diffvg +1 -0
- taming-transformers +1 -0
.gitmodules
CHANGED
|
@@ -1,3 +1,12 @@
|
|
| 1 |
[submodule "pixray"]
|
| 2 |
path = pixray
|
| 3 |
url = https://github.com/dribnet/pixray
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
[submodule "pixray"]
|
| 2 |
path = pixray
|
| 3 |
url = https://github.com/dribnet/pixray
|
| 4 |
+
[submodule "CLIP"]
|
| 5 |
+
path = CLIP
|
| 6 |
+
url = https://github.com/openai/CLIP
|
| 7 |
+
[submodule "taming-transformers"]
|
| 8 |
+
path = taming-transformers
|
| 9 |
+
url = https://github.com/CompVis/taming-transformers.git
|
| 10 |
+
[submodule "diffvg"]
|
| 11 |
+
path = diffvg
|
| 12 |
+
url = https://github.com/pixray/diffvg.git
|
CLIP
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
Subproject commit 573315e83f07b53a61ff5098757e8fc885f1703e
|
diffvg
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
Subproject commit c40ec08730e0136546bf48426d20fde9235873b6
|
taming-transformers
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
Subproject commit 31216490efe8ae3604efbf9f1531ff5c70bd446a
|