6DammK9's picture
Update README.md
c21ec27 verified
metadata
license: mit
task_categories:
  - image-classification
  - zero-shot-image-classification
  - text-to-image
language:
  - en
  - ja
tags:
  - art
  - anime
  - not-for-all-audiences
size_categories:
  - 1M<n<10M
annotations_creators:
  - no-annotation
source_datasets:
  - danbooru

E621 2024 SDXL VAE latents in 1k tar

Extra: 12.5M Merged dataset for both danbooru and e621

#250225: Relative to --train_data_dir="/tmp/dataset"
FOLDER_A = "danbooru/"
FOLDER_B = "e621/"

merged = {}

def cast_a(k):
    return f"{FOLDER_A}{k}"

def cast_b(k):
    return f"{FOLDER_B}{k}"
  • One of the best apporach is create a nested folder like /tmp/dataset/danbooru and /tmp/dataset/e621. Kohyas (torch.data.DataLoader) will support localized path.