Upload concepts_list.json with huggingface_hub
Browse files- concepts_list.json +8 -0
concepts_list.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[
|
| 2 |
+
{
|
| 3 |
+
"instance_prompt": "photo of an african traditional warrior",
|
| 4 |
+
"class_prompt": "photo of an an african warrior",
|
| 5 |
+
"instance_data_dir": "/content/drive/MyDrive/africanwarrior",
|
| 6 |
+
"class_data_dir": "/content/data/warrior"
|
| 7 |
+
}
|
| 8 |
+
]
|