From 9c49c1640ad1585aec837021003e259d06b3d8de Mon Sep 17 00:00:00 2001 From: Anindya Maiti Date: Mon, 25 Sep 2023 16:53:05 -0500 Subject: [PATCH] Update 'README.md' --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f165073..4cb207b 100644 --- a/README.md +++ b/README.md @@ -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 -``` \ No newline at end of file +``` + +## 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/) +