Datasets:
Edward Kim
commited on
Commit
•
16cce7f
1
Parent(s):
6a3875f
edited readme
Browse files
README.md
CHANGED
@@ -9,6 +9,7 @@ The following repository mimics the size and class structure of the original Ima
|
|
9 |
|
10 |
Here is an excerpt from `classes.txt`:
|
11 |
|
|
|
12 |
0 tench, Tinca tinca
|
13 |
1 goldfish, Carassius auratus
|
14 |
2 great white shark, white shark, man-eater, man-eating shark, Carcharodon caharias
|
@@ -19,20 +20,20 @@ Here is an excerpt from `classes.txt`:
|
|
19 |
7 cock
|
20 |
8 hen
|
21 |
9 ostrich, Struthio camelus
|
|
|
22 |
|
23 |
Each category contains approximately 1300 images generated with the text prompt "A photo of {}" using seeds ranging from 1 to 1300. Stable diffusion v1.5 was used to generate all the images using the UniPCMultistepScheduler with 20 inference steps and the safety checker turned off. Images are 512x512 in resolution.
|
24 |
|
25 |
Below are some randomly sampled images from the dataset:
|
26 |
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
*Class 894, Seed 250*
|
38 |
|
|
|
9 |
|
10 |
Here is an excerpt from `classes.txt`:
|
11 |
|
12 |
+
```plaintext
|
13 |
0 tench, Tinca tinca
|
14 |
1 goldfish, Carassius auratus
|
15 |
2 great white shark, white shark, man-eater, man-eating shark, Carcharodon caharias
|
|
|
20 |
7 cock
|
21 |
8 hen
|
22 |
9 ostrich, Struthio camelus
|
23 |
+
```
|
24 |
|
25 |
Each category contains approximately 1300 images generated with the text prompt "A photo of {}" using seeds ranging from 1 to 1300. Stable diffusion v1.5 was used to generate all the images using the UniPCMultistepScheduler with 20 inference steps and the safety checker turned off. Images are 512x512 in resolution.
|
26 |
|
27 |
Below are some randomly sampled images from the dataset:
|
28 |
|
29 |
+
<table>
|
30 |
+
<tr>
|
31 |
+
<td><img src="seed_29.jpg" alt="Sample Image 1"><br>Class 115, Seed 29</td>
|
32 |
+
<td><img src="seed_0.jpg" alt="Sample Image 2"><br>Class 220, Seed 0</td>
|
33 |
+
</tr>
|
34 |
+
<tr>
|
35 |
+
<td><img src="seed_509.jpg" alt="Sample Image 3"><br>Class 714, Seed 509</td>
|
36 |
+
<td><img src="seed_250.jpg" alt="Sample Image 4"><br>Class 894, Seed 250</td>
|
37 |
+
</tr>
|
38 |
+
</table>
|
|
|
39 |
|