abinthomasonline
commited on
Commit
·
3a82bbf
1
Parent(s):
123d311
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,24 @@
|
|
1 |
---
|
2 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
task_categories:
|
4 |
+
- text-to-image
|
5 |
+
- image-to-image
|
6 |
+
- unconditional-image-generation
|
7 |
+
tags:
|
8 |
+
- art
|
9 |
+
pretty_name: stained
|
10 |
+
size_categories:
|
11 |
+
- n<1K
|
12 |
---
|
13 |
+
# Stained Glass Art Dataset for Diffusion Models
|
14 |
+
|
15 |
+
## Overview
|
16 |
+
This dataset consists of 21 high-resolution images of stained glass art, accompanied by corresponding captions. It is designed for fine-tuning diffusion models using techniques such as textual inversion and dreambooth. The dataset is intended to facilitate research and experimentation in generating stained glass art-inspired images.
|
17 |
+
|
18 |
+
## Dataset Structure
|
19 |
+
- **Images:** The stained glass art images are stored in the "images" directory, with filenames ranging from "0.jpg" to "20.jpg."
|
20 |
+
- **Captions:** Captions for each image are provided in the "captions.csv" file located in the dataset's root directory. The captions contain placeholders for adjectives and a custom token to represent stained glass art. For example: "A {adjective} {token} of a puppy."
|
21 |
+
- **Adjective Placeholders:** During training, the {adjective} placeholder in the captions can be randomly selected from the following list: `["good", "cropped", "clean", "bright", "cool", "nice", "small", "large", "dark", "weird"]`.
|
22 |
+
- **Token Placeholder:** The {token} placeholder represents the custom token that needs to be trained to capture the unique art style of stained glass. This token is a key element in generating realistic stained glass art-inspired images.
|
23 |
+
|
24 |
+
|