jejunepixels commited on
Commit
2e7d146
·
verified ·
1 Parent(s): 5282c2e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +130 -3
README.md CHANGED
@@ -1,3 +1,130 @@
1
- ---
2
- license: cc0-1.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc0-1.0
3
+ language:
4
+ - en
5
+ tags:
6
+ - art
7
+ - painting
8
+ - hammershoi
9
+ - danish
10
+ - lora-training
11
+ - flux
12
+ - diffusion
13
+ - text-to-image
14
+ task_categories:
15
+ - text-to-image
16
+ size_categories:
17
+ - n<1K
18
+ ---
19
+
20
+ # Dataset Card for Hammershoi Training Dataset
21
+
22
+ A curated dataset of **244 image-caption pairs** based on the works of Danish painter **Vilhelm Hammershøi** (1864–1916), created for fine-tuning text-to-image diffusion models. Used to train the [Hammershoi Flux1 LoRA](https://huggingface.co/jejunepixels/Hammershoi-Flux1-LoRA).
23
+
24
+ ## Dataset Details
25
+
26
+ ### Dataset Description
27
+
28
+ A structured image-caption dataset of cropped and framed reproductions from Hammershøi's paintings, annotated with detailed captions designed for LoRA training. Each image is paired with a structured caption describing category, framing, lighting, subject, and style tags. The dataset covers portraits, interiors, landscapes, and exterior architectural details from Hammershøi's body of work.
29
+
30
+ - **Curated by:** [jejunepixels](https://huggingface.co/jejunepixels)
31
+ - **Language(s):** English
32
+ - **License:** CC0 1.0
33
+
34
+ ### Dataset Sources
35
+
36
+ - **Model trained on this dataset:** [jejunepixels/Hammershoi-Flux1-LoRA](https://huggingface.co/jejunepixels/Hammershoi-Flux1-LoRA)
37
+ - **Demo:** [jejunepixels/Hammershoi-Flux1-Space](https://huggingface.co/spaces/jejunepixels/Hammershoi-Flux1-Space)
38
+
39
+ ## Uses
40
+
41
+ ### Direct Use
42
+
43
+ This dataset is intended for fine-tuning text-to-image diffusion models (such as FLUX.1-dev) using LoRA or similar techniques. It can be used to train models that generate images in the style of Vilhelm Hammershøi — characterised by muted palettes, quiet domestic interiors, and introspective figures.
44
+
45
+ ### Out-of-Scope Use
46
+
47
+ This dataset is not suitable for training face recognition systems or models intended to generate photorealistic images of real people. The images are paintings, not photographs.
48
+
49
+ ## Dataset Structure
50
+
51
+ Each record in `metadata.jsonl` contains:
52
+
53
+ | Field | Description |
54
+ |---|---|
55
+ | `file_name` | Image filename (e.g. `portrait001.png`) |
56
+ | `caption` | Full training caption starting with trigger word `hmrsh` |
57
+ | `category` | `portrait painting`, `interior painting`, or `landscape painting` |
58
+ | `lighting` | Lighting condition used in caption |
59
+ | `composition` | Framing used in caption |
60
+ | `width` | Image width in pixels |
61
+ | `height` | Image height in pixels |
62
+ | `source` | Source institution |
63
+ | `source_url` | Original image URL |
64
+
65
+ **Caption format:**
66
+ ```
67
+ hmrsh, [category], [framing], [lighting], [subject description], oil on canvas, danish symbolism, muted palette
68
+ ```
69
+
70
+ **Resolution buckets used in training:**
71
+
72
+ | Resolution | Count | Orientation |
73
+ |---|---|---|
74
+ | 896×1152 | 59 | Portrait |
75
+ | 1024×1024 | 56 | Square |
76
+ | 768×1344 | 25 | Tall portrait |
77
+ | 1344×768 | 5 | Wide/cinematic |
78
+
79
+ ## Dataset Creation
80
+
81
+ ### Curation Rationale
82
+
83
+ This dataset was created to train a style LoRA capable of generating images in the distinctive aesthetic of Vilhelm Hammershøi. The structured caption format — with explicit fields for category, framing, lighting, and subject — was designed to give users fine-grained control over generated outputs at inference time.
84
+
85
+ ### Source Data
86
+
87
+ #### Data Collection and Processing
88
+
89
+ Images were sourced from open-access museum collections as high-resolution reproductions of Hammershøi's original paintings. Each painting was cropped into multiple image tiles at different framings (wide, medium, close up, extreme close up) to maximise the variety of compositional examples. Captions were written manually for each crop, following a consistent structured format.
90
+
91
+ #### Who are the source data producers?
92
+
93
+ The original artworks were created by **Vilhelm Hammershøi** (1864–1916). Digital reproductions were provided by open-access museum collections:
94
+
95
+ | Institution | URL |
96
+ |---|---|
97
+ | SMK Open — Statens Museum for Kunst | [open.smk.dk](https://open.smk.dk) |
98
+ | Wikimedia Commons | [commons.wikimedia.org](https://commons.wikimedia.org) |
99
+ | Nationalmuseum (Sweden) | [nationalmuseum.se](https://www.nationalmuseum.se) |
100
+ | The Metropolitan Museum of Art | [metmuseum.org](https://www.metmuseum.org) |
101
+
102
+ ### Annotations
103
+
104
+ #### Annotation process
105
+
106
+ Captions were written manually for each image crop following a fixed schema: `hmrsh, [category], [framing], [lighting], [subject description], oil on canvas, danish symbolism, muted palette`. Category, framing, and lighting values were chosen from a controlled vocabulary to ensure consistency across the dataset.
107
+
108
+ #### Who are the annotators?
109
+
110
+ Captions were written by [jejunepixels](https://huggingface.co/jejunepixels).
111
+
112
+ #### Personal and Sensitive Information
113
+
114
+ This dataset contains no personal or sensitive information. All subjects depicted are figures in 19th-century paintings.
115
+
116
+ ## Bias, Risks, and Limitations
117
+
118
+ The dataset reflects the subject matter of Hammershøi's existing body of work, which predominantly depicts white European women in domestic interior settings. Models trained on this dataset will reflect this bias and may not generalise well to diverse subjects or settings outside this aesthetic. The dataset covers a single artist's style and is not intended as a general-purpose art dataset.
119
+
120
+ ### Recommendations
121
+
122
+ Users training on this dataset should be aware that outputs will reflect Hammershøi's characteristic aesthetic: muted greys, quiet interiors, and solitary figures. For broader stylistic range, supplement with additional training data.
123
+
124
+ ## Dataset Card Authors
125
+
126
+ [jejunepixels](https://huggingface.co/jejunepixels)
127
+
128
+ ## Dataset Card Contact
129
+
130
+ Contact via the [Hugging Face community tab](https://huggingface.co/datasets/jejunepixels/Hammershoi-Training-Dataset/discussions).