|
|
@ -106,4 +106,13 @@ preds = model(inputs) |
|
|
|
|
|
|
|
ImageLoader.save_image(preds, './scaled_2x.png') # save the output 2x scaled image to `./scaled_2x.png` |
|
|
|
ImageLoader.save_compare(inputs, preds, './scaled_2x_compare.png') # save an output comparing the super-image with a bicubic scaling |
|
|
|
``` |
|
|
|
``` |
|
|
|
|
|
|
|
## Read More: |
|
|
|
|
|
|
|
Generating (cute) animals: [https://stable-diffusion-art.com/animals/](https://stable-diffusion-art.com/animals/) |
|
|
|
|
|
|
|
Generating realistic people: [https://stable-diffusion-art.com/realistic-people/#Negative_prompt](https://stable-diffusion-art.com/realistic-people/#Negative_prompt) |
|
|
|
|
|
|
|
Video generation using Stable Diffusion: [https://stable-diffusion-art.com/video-to-video/](https://stable-diffusion-art.com/video-to-video/) |
|
|
|
|
|
|
|