File size: 837 Bytes
b639269
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
---
license: cc-by-nc-sa-4.0
size_categories:
- 100K<n<1M
tags:
- music
- images
- MIDI
- MIDI images
- MIDI music
- diffusion
pretty_name: midiimages
language:
- en
task_categories:
- text-to-image
- image-to-image
---

***

# A dataset of MIDI images designed for use with diffusion models

![MIDI_Images_Logo.png](https://cdn-uploads.huggingface.co/production/uploads/5f57ea2d3f32f12a3c0692e6/bnMmFDayNlnmVFmuFQcEF.png)

***

# Installation

```python
import shutil
from huggingface_hub import hf_hub_download

hf_hub_download(repo_id="asigalov61/MIDI-Images", 
                repo_type="dataset", 
                filename="MIDI-Images-Dataset-CC-BY-NC-SA.zip",
                local_dir="."
                )

shutil.unpack_archive("MIDI-Images-Dataset-CC-BY-NC-SA.zip", ".")
```

***

### Project Los Angeles
### Tegridy Code 2024