Spaces:
Runtime error
Runtime error
LittleApple-fp16
commited on
Commit
•
b7893ed
1
Parent(s):
4d09d1b
Update cyberharem/dataset/crawler.py
Browse files
cyberharem/dataset/crawler.py
CHANGED
@@ -135,7 +135,7 @@ DATASET_PVERSION = 'v1.4'
|
|
135 |
|
136 |
def crawl_dataset_to_huggingface(
|
137 |
source: Union[str, Character, BaseDataSource], repository: Optional[str] = None,
|
138 |
-
name: Optional[str] = None, limit: Optional[int] = 10000, min_images: int =
|
139 |
no_r18: bool = False, bg_color: str = 'white', drop_multi: bool = True, skip_preprocess: bool = False,
|
140 |
no_monochrome_check: bool = False,
|
141 |
repo_type: str = 'dataset', revision: str = 'main', path_in_repo: str = '.', private: bool = False,
|
|
|
135 |
|
136 |
def crawl_dataset_to_huggingface(
|
137 |
source: Union[str, Character, BaseDataSource], repository: Optional[str] = None,
|
138 |
+
name: Optional[str] = None, limit: Optional[int] = 10000, min_images: int = 450,
|
139 |
no_r18: bool = False, bg_color: str = 'white', drop_multi: bool = True, skip_preprocess: bool = False,
|
140 |
no_monochrome_check: bool = False,
|
141 |
repo_type: str = 'dataset', revision: str = 'main', path_in_repo: str = '.', private: bool = False,
|