Update README.md
Browse files
README.md
CHANGED
@@ -292,6 +292,9 @@ image = imgs.images[0]
|
|
292 |
|
293 |
image.save("output.png")
|
294 |
```
|
|
|
|
|
|
|
295 |
|
296 |
<!--
|
297 |
_Note: `JapaneseStableDiffusionPipeline` is almost same as diffusers' `StableDiffusionPipeline` but added some lines to initialize our models properly._
|
|
|
292 |
|
293 |
image.save("output.png")
|
294 |
```
|
295 |
+
### Generator Results comparison
|
296 |
+
[https://github.com/svjack/Stable-Diffusion-Pokemon](https://github.com/svjack/Stable-Diffusion-Pokemon)
|
297 |
+
|
298 |
|
299 |
<!--
|
300 |
_Note: `JapaneseStableDiffusionPipeline` is almost same as diffusers' `StableDiffusionPipeline` but added some lines to initialize our models properly._
|