Transform Your Selfie into a Stunning AI Avatar with Stable Diffusion - Better than Lensa for Free
Added 2022-12-15 22:00:39 +0000 UTCIn this video, I will show you how to make your own Lensa app-like magic avatars without using any third-party apps. Our method ensures 100% privacy, unlike uploading your personal photos to external apps and platforms. I am sure you have seen many people sharing their magic avatars on social media. While these paid apps use free open-source AI models, they still require payment. Additionally, AI image generation apps may keep your private photos and use them as they please. Instead of paying and trusting the goodwill of these paid apps, we will use these open-source public AI models ourselves. I will provide step-by-step instructions, so even those with no technical expertise can follow along. We will be using Google's Colab, a free AI platform that offers access to a powerful GPU at no cost. Therefore, this tutorial can even be completed on a mobile phone without a PC. All you need is a Gmail account. Once we train the open-source image generation model Stable Diffusion with Dreambooth by using our own portrait images, the possibilities are endless. Unlike other applications, the method I will demonstrate does not impose any limitations on image generation. You will be able to freely compose any kind of image as many times as you desire. You can not only generate your own avatars, but also any other images you want, such as highly detailed car images or landscapes.
Google colab link : https://colab.research.google.com/github/ShivamShrirao/diffusers/blob/main/examples/dreambooth/DreamBooth_Stable_Diffusion.ipynb
The modified code of Run for generating images section in google colab. Just copy below code and replace the code on Google Colab. If you can't make join our discord and ask for help. You can also message me from Patreon.
Download the attachment file and copy paste it into Run for generating images section
Comments
Thanks. I also added commands as txt file now. So you can just download
Furkan Gözükara
2023-02-12 00:30:51 +0000 UTCHey Eric I had this issue with the indentation error. You need to indent the line: "os.mkdir(path. You can use the tab key :)
Jon
2023-02-11 23:34:26 +0000 UTCThank you so much for becoming a patron. uploaded command as attachment. please download it and copy paste it
Furkan Gözükara
2023-02-11 22:19:13 +0000 UTCHi, I just tried your code and I get this error: File "", line 37 os.mkdir(path) ^ IndentationError: expected an indented block
Eric
2023-02-11 21:42:07 +0000 UTCHi Jon. Thank you so much becoming a patron. This code will run as long as you run it and will continue generating images. Please join discord and hopefully I can help you more there
Furkan Gözükara
2023-02-11 09:42:00 +0000 UTCHi I tried running this code by it was executing for over an 1hr... is it normal? how long should it take?
Jon
2023-02-11 08:57:11 +0000 UTC