takarajordan commited on
Commit
1fe2b08
1 Parent(s): ed9d501

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +50 -3
README.md CHANGED
@@ -1,3 +1,50 @@
1
- ---
2
- license: cc-by-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ ---
4
+
5
+ # Sumi-e no Kurozuappu Ink Painting Closeups
6
+
7
+ ## Dataset Description
8
+
9
+ This dataset contains 1,250 synthetically generated images of Japanese Sumi-e ink paintings. The images were created to explore the capabilities of diffusion models in replicating the nuanced art style of traditional Japanese ink painting. The dataset is ideal for those interested in niche artistic model creation, generating LORAs, or simply enjoying and sharing these artistic expressions.
10
+
11
+ ## Dataset Structure
12
+
13
+ - **image**: The image data (Sumi-e ink painting close-ups).
14
+ - **seed**: Random seed used for image generation.
15
+ - **positive_prompt**: Prompt used to guide the generation towards desired features.
16
+ - **negative_prompt**: Prompt used to avoid undesired features in the images.
17
+ - **model**: Model utilized for generating the images.
18
+ - **steps**: Number of iterations used by the model during generation.
19
+ - **cfg**: Configuration parameters applied during generation.
20
+ - **sampler_name**: Sampler algorithm used in the process.
21
+ - **scheduler**: Scheduling algorithm or method employed.
22
+ - **denoise**: Denoising level applied to the final images.
23
+
24
+ ## Usage
25
+
26
+ This dataset is open for any type of use, including but not limited to:
27
+ - Sharing the images.
28
+ - Creating LORAs (Low-Rank Adaptation of Large Language Models).
29
+ - Building niche artistic models based on Sumi-e art style.
30
+
31
+ ## Licensing
32
+
33
+ This dataset is shared under the [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/) license. No warranties or guarantees are provided.
34
+
35
+ ## Citation
36
+
37
+ If you use this dataset, please cite it as follows:
38
+
39
+ ```
40
+ @dataset{takara-ai_sumi-e_no_kurozuappu_2024,
41
+ author = {Takara.ai},
42
+ title = {Sumi-e no Kurozuappu Ink Painting Closeups},
43
+ year = {2024},
44
+ url = {https://huggingface.co/datasets/takara-ai/Sumi-e_no_kurozuappu_ink_painting_closeups}
45
+ }
46
+ ```
47
+
48
+ ## Disclaimer
49
+
50
+ This dataset is offered with no warranties or guarantees. Use it at your own discretion.