File size: 604 Bytes
eb95123
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
db8c795
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
---
language:
- en
tags:
- ghibli style
- diffusion model
- natural-landscape
- image-generation
license: mit
size_categories:
- 1K<n<10K
task_categories:
- unconditional-image-generation
pretty_name: Ghibli Natural Landscape Dataset
---


# Dataset of natural landscapes in Ghibli style.
The dataset contains 4800 images with a resolution of 704x512, generated using the [**_Diffuser_**](https://github.com/huggingface/diffusers?tab=readme-ov-file) framework.
**Generation configuration:**
```python
MODEL_ID = "nitrosocke/Ghibli-Diffusion"
CFG_SCALE = 7
WIDTH = 704
HEIGHT = 512
SAMPLER = "Euler a"
```