Edward Kim commited on
Commit
16cce7f
1 Parent(s): 6a3875f

edited readme

Browse files
Files changed (1) hide show
  1. README.md +12 -11
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
- ![Sample Image 1](seed_29.jpg)
28
- *Class 115, Seed 29*
29
-
30
- ![Sample Image 2](seed_0.jpg)
31
- *Class 220, Seed 0*
32
-
33
- ![Sample Image 3](seed_509.jpg)
34
- *Class 714, Seed 509*
35
-
36
- ![Sample Image 4](seed_250.jpg)
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