freeman333 commited on
Commit
9c2d7d5
·
verified ·
1 Parent(s): 3e97bf8

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -0
README.md ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [![ai ghibli style converter](https://i.imgur.com/dwt8Y5G.gif)](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
+ }