Upload 3 files
Browse files- conditioning_images.zip +3 -0
- images.zip +3 -0
- train.jsonl +4 -0
conditioning_images.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3dad6acf005d9cd9cc3c4204c220221fda9c622f4b8ef88aa1eb30496c7d27b1
|
3 |
+
size 24404
|
images.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:211bc6be242253eae8c5c522b99ec89cbafbb5b497f3155de84a5bdb50939543
|
3 |
+
size 286108
|
train.jsonl
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{"text": "three image", "image": "images/3.png", "conditioning_image": "conditioning_images/3.png"}
|
2 |
+
{"text": "zero image", "image": "images/0.png", "conditioning_image": "conditioning_images/0.png"}
|
3 |
+
{"text": "two image", "image": "images/2.png", "conditioning_image": "conditioning_images/2.png"}
|
4 |
+
{"text": "one image", "image": "images/1.png", "conditioning_image": "conditioning_images/1.png"}
|