Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[](https://witbeam.net/slzx)
|
| 2 |
+
|
| 3 |
+
# Ghibli Image Generator Dataset
|
| 4 |
+
|
| 5 |
+
A curated dataset of high-quality image and prompt pairs designed for training and evaluating Ghibli-style AI image generation models.
|
| 6 |
+
|
| 7 |
+
## Dataset Summary
|
| 8 |
+
|
| 9 |
+
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.
|
| 10 |
+
|
| 11 |
+
- **Total Images**: 5,000+
|
| 12 |
+
- **Resolution**: 512x512 or higher
|
| 13 |
+
- **Format**: `.jpg` / `.png`
|
| 14 |
+
- **Metadata**: Prompt text in JSON / CSV
|
| 15 |
+
|
| 16 |
+
## Example Data
|
| 17 |
+
|
| 18 |
+
Each sample includes:
|
| 19 |
+
|
| 20 |
+
- `image`: A Ghibli-style generated or artistically curated image.
|
| 21 |
+
- `prompt`: A text description that aligns with the image content, suitable for prompt-based generative tasks.
|
| 22 |
+
|
| 23 |
+
```json
|
| 24 |
+
{
|
| 25 |
+
"image": "ghibli_0123.png",
|
| 26 |
+
"prompt": "A peaceful village with windmills and flying ships in the sky, soft lighting, Ghibli-style"
|
| 27 |
+
}
|