AngelBottomless commited on
Commit
d1b052b
·
verified ·
1 Parent(s): 7dc9fef

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -71,10 +71,11 @@ subdf.to_parquet('metadata-2007.parquet')
71
  To simplify downloading specific entries, use the **[CheeseChaser](https://github.com/deepghs/cheesechaser)** library:
72
 
73
  ```python
74
- from cheesechaser.datapool import DanbooruNewestDataPool
 
75
  from cheesechaser.query import DanbooruIdQuery
76
 
77
- pool = DanbooruNewestDataPool()
78
  #my_waifu_ids = DanbooruIdQuery(['surtr_(arknights)', 'solo'])
79
  # above is only available when Danbooru is accessible, if not, use following:
80
  import pandas as pd
 
71
  To simplify downloading specific entries, use the **[CheeseChaser](https://github.com/deepghs/cheesechaser)** library:
72
 
73
  ```python
74
+ #%pip install cheesechaser # >=0.2.0
75
+ from cheesechaser.datapool import Danbooru2024SfwDataPool
76
  from cheesechaser.query import DanbooruIdQuery
77
 
78
+ pool = Danbooru2024SfwDataPool()
79
  #my_waifu_ids = DanbooruIdQuery(['surtr_(arknights)', 'solo'])
80
  # above is only available when Danbooru is accessible, if not, use following:
81
  import pandas as pd