Yuanzhi/aesthetics_prompts_laion
download with huggingface-cli download Yuanzhi/aesthetics_prompts_laion --repo-type=dataset --local-dir aesthetics Aesthetic6+, Aesthetic6.25+ & Aesthetic6.5+ prompts dataset for SiD-LSG training. Filtered from dclure/laion-aesthetics-12m-umap. All credits to the authors of SiD. from datasets import load_dataset import os dataset_dir = 'aesthetics' # ds = load_dataset("parquet", data_dir=dataset_dir, split='train') ds = load_dataset("aesthetics", data_files='train.parquet') # ds =… See the full description on the dataset page: https://huggingface.co/datasets/Yuanzhi/aesthetics_prompts_laion.
054
