Datasets:
Size:
10K<n<100K
License:
Fix data_files
Browse files- nhentai.py +1 -0
nhentai.py
CHANGED
@@ -82,6 +82,7 @@ class Nhentai(imagefolder.ImageFolder):
|
|
82 |
NhentaiConfig(
|
83 |
name="nhentai",
|
84 |
description="Default configuration for nhentai dataset",
|
|
|
85 |
)
|
86 |
]
|
87 |
DEFAULT_CONFIG_NAME = "nhentai"
|
|
|
82 |
NhentaiConfig(
|
83 |
name="nhentai",
|
84 |
description="Default configuration for nhentai dataset",
|
85 |
+
data_dir="data"
|
86 |
)
|
87 |
]
|
88 |
DEFAULT_CONFIG_NAME = "nhentai"
|