freeman333's picture
Update README.md
79bad66 verified
[![ai ghibli style converter](https://i.imgur.com/dwt8Y5G.gif)](https://witbeam.net/slzc)
# Ghibli Image Generator Dataset
A curated dataset of high-quality image and prompt pairs designed for training and evaluating Ghibli-style AI image generation models.
## Dataset Summary
The **Ghibli Image Generator** dataset contains stylized image-prompt pairs inspired by Studio Ghibli’s signature art style. This dataset is intended to support training of diffusion models, fine-tuning of image generators, or style-transfer experiments.
- **Total Images**: 5,000+
- **Resolution**: 512x512 or higher
- **Format**: `.jpg` / `.png`
- **Metadata**: Prompt text in JSON / CSV
## Example Data
Each sample includes:
- `image`: A Ghibli-style generated or artistically curated image.
- `prompt`: A text description that aligns with the image content, suitable for prompt-based generative tasks.
```json
{
"image": "ghibli_0123.png",
"prompt": "A peaceful village with windmills and flying ships in the sky, soft lighting, Ghibli-style"
}