Update README.md
Browse files
README.md
CHANGED
@@ -67,6 +67,9 @@ image.save("output.png")
|
|
67 |
```
|
68 |
|
69 |
### Generator Results comparison
|
|
|
|
|
|
|
70 |
<table><caption>Images</caption>
|
71 |
<thead>
|
72 |
<tr>
|
@@ -77,7 +80,7 @@ image.save("output.png")
|
|
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="
|
81 |
</tr>
|
82 |
<tr>
|
83 |
<td>cartoon bird<br/><br/>漫画の鳥<br/><br/>卡通鸟</td>
|
@@ -91,6 +94,7 @@ image.save("output.png")
|
|
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._
|
|
|
67 |
```
|
68 |
|
69 |
### Generator Results comparison
|
70 |
+
[https://github.com/svjack/Stable-Diffusion-Pokemon](https://github.com/svjack/Stable-Diffusion-Pokemon)
|
71 |
+
|
72 |
+
<!--
|
73 |
<table><caption>Images</caption>
|
74 |
<thead>
|
75 |
<tr>
|
|
|
80 |
<tbody>
|
81 |
<tr>
|
82 |
<td>A cartoon character with a potted plant on his head<br/><br/>鉢植えの植物を頭に載せた漫画のキャラクター<br/><br/>一个头上戴着盆栽的卡通人物</td>
|
83 |
+
<td><img src="https://github.com/svjack/Stable-Diffusion-Pokemon/blob/main/imgs/en_bird.jpg" alt="Girl in a jacket" width="500" height="500"></td>
|
84 |
</tr>
|
85 |
<tr>
|
86 |
<td>cartoon bird<br/><br/>漫画の鳥<br/><br/>卡通鸟</td>
|
|
|
94 |
</tr>
|
95 |
</tfoot>
|
96 |
</table>
|
97 |
+
-->
|
98 |
|
99 |
<!--
|
100 |
_Note: `JapaneseStableDiffusionPipeline` is almost same as diffusers' `StableDiffusionPipeline` but added some lines to initialize our models properly._
|