Update README.md
Browse files
README.md
CHANGED
@@ -66,6 +66,32 @@ image = imgs.images[0]
|
|
66 |
image.save("output.png")
|
67 |
```
|
68 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
69 |
<!--
|
70 |
_Note: `JapaneseStableDiffusionPipeline` is almost same as diffusers' `StableDiffusionPipeline` but added some lines to initialize our models properly._
|
71 |
|
|
|
66 |
image.save("output.png")
|
67 |
```
|
68 |
|
69 |
+
### Generator Results comparison
|
70 |
+
<table><caption>Images</caption>
|
71 |
+
<thead>
|
72 |
+
<tr>
|
73 |
+
<th>Prompt</th>
|
74 |
+
<th colspan="1">English</th>
|
75 |
+
</tr>
|
76 |
+
</thead>
|
77 |
+
<tbody>
|
78 |
+
<tr>
|
79 |
+
<td>A cartoon character with a potted plant on his head<br/><br/>鉢植えの植物を頭に載せた漫画のキャラクター<br/><br/>一个头上戴着盆栽的卡通人物</td>
|
80 |
+
<td><img src="en_plant.jpg" alt="Girl in a jacket" width="500" height="500"></td>
|
81 |
+
</tr>
|
82 |
+
<tr>
|
83 |
+
<td>cartoon bird<br/><br/>漫画の鳥<br/><br/>卡通鸟</td>
|
84 |
+
<td><img src="en_bird.jpg" alt="Girl in a jacket" width="500" height="500"></td>
|
85 |
+
</tr>
|
86 |
+
</tbody>
|
87 |
+
<tfoot>
|
88 |
+
<tr>
|
89 |
+
<td>blue dragon illustration<br/><br/>ブルードラゴンのイラスト<br/><br/>蓝色的龙图</td>
|
90 |
+
<td><img src="en_blue_dragon.jpg" alt="Girl in a jacket" width="500" height="500"></td>
|
91 |
+
</tr>
|
92 |
+
</tfoot>
|
93 |
+
</table>
|
94 |
+
|
95 |
<!--
|
96 |
_Note: `JapaneseStableDiffusionPipeline` is almost same as diffusers' `StableDiffusionPipeline` but added some lines to initialize our models properly._
|
97 |
|