--- license: mit task_categories: - text-to-image tags: - stable-diffusion - sdxl - dreambooth - lora language: - en size_categories: - n<1K --- # kuyen-dog-sdxl ## Dataset Description This is a DreamBooth training dataset for SDXL fine-tuning. The dataset contains 27 image-text pairs. ## Dataset Structure - **image**: Training images in RGB format - **text**: Corresponding captions/prompts for each image ## Usage This dataset is designed for use with SDXL DreamBooth training scripts. You can load it using: ```python from datasets import load_dataset dataset = load_dataset("t8ix/kuyen-dog-sdxl") ``` ## Training Details - Format: Image-text pairs - Image format: RGB - Text format: String captions - Intended use: SDXL DreamBooth LoRA training ## License This dataset is released under the MIT license.