I've wanted to make a Stable Diffusion UI ever since the model became public, but didn't know where to start as I'm not used to Python, but now you've given me a great start! Thanks!
@@NicholasRenotte Hi Nick I have tried to complete the project but when i get to the end and ready to deploy I get this raise EnvironmentError( OSError: There was a specific connection error when trying to load CompVis/stable-diffusion-v1-4: (Request ID: eYm7eENfp-7CbfSsEEf53)..
Hey Nicholas, I have been away from AI since almost a year now but this video is sort of pushing me to start looking back into it. Awesome one mate !! Let us catch up for a coffee some day in city.
hey Nick! I believe that the code link in the description is a link to another project of yours. Absolutely amazing video as always, keep up the good work. Cheers!
hey nick thank you for bringing content like these .This is really so helpful .How to learn everything about diffusion models.How it works.tech behind it and how it works.make a small diffusion model from scartch.
I absolutely love your videos my friend. You’ll be absolutely BLOWN away at the implementation this AI can achieve. My page has over 10 animations created with SD, and if you’re not interested, just check out all the other pages that use SD to create animations. What a world we live in. Truly insane!
In this episode, a text-to-image generation app using stable diffusion and P kinter is built with a 15 minute time limit. Dependencies are imported and an app is created. ✦ Build a text-to-image generation app using Stable Diffusion and P kinter 00:00 ✦ Create a UI using stable diffusion pipeline and tkinter 02:06 ✦ Creating a placeholder for an image and a button 04:27 ✦ Creating a generate function and configuring text for a button 06:40 ✦ Setting up and using a GPU for image generation 09:06 ✦ Working on GPU for space trip landing. 11:16 ✦ Generating text with deep learning models 13:58 ✦ Create and save 3D images with open source software. 16:54
That's awesome. I like the video and learning more from you. Thanks for that wonderful video. I share your videos with my students 😀 keep it up. Thanks Nicholas
Yeahh finally you did it! I'm curious about where you learn all bunch of stuff? What are your recourses? How long preparation it takes to make a tutorial video for example?
A lot of it is just random googling and reading! I normally give myself one to two days to learn the code and then a day to do the challenge and record.
This is awesome. But I agree with some of the comments that I wish you would slow down and just reach this stuff. It’s awesome and we can follow along. But while you are an awesome coder … your an even better educator
I like your videos from the instructional aspect. However honestly I don't care of you google it or stack it or copy paste from notepad. Who cares? Just explain how it works and teach us. We are not trying to give you a grade based on speed or copy paste.
@@NicholasRenotte that's fine man. I guess I'm older than the average in this group. So the other guys may like the challenging aspect you are doing. Although my comment got 10 likes so I'm not quite sure... In real life, nobody is going to check if you used Google and actually there is a value showing how to search for help real-time cause everyone will learn from that part too. But hey. As I said. Your content is great and you do have lots of positive energy. Up-to you if you want to keep the timer and no internet check. My 1 cent 😀
He obviously had to learn all of this stuff and check the documentation beforehand anyway so it doesn’t really make much of a difference. He’s just going off memory from what he coded beforehand right? Pretty sure the 15 minute thing is just a fun/gimicky way of showing that it doesn’t have to take long to do something cool
Hahahaha, true, I think I just get too hyped up in the moment and forget to pause and do stuff. I completely forgot to turn on the RGB lights on my desk as well normally they're the red and blue ones from prev code that challenges
Woh You are Amazing And your content is massive ❤ everyone is Impressed When you challenge yourself for building new things in less time with accuracy I want this type of confidence to improve myself and Do something new 😌thanks Nic for providing a lot of knowledge craziness about ML and AI ❤️😌 it will help us
@Nicholas Renotte So the error is in 3.4 Build train and test Partition after I wrote res = preprocessing_twin(*example) I got a type error= preprocessing_twin takes 2 positional arguments but 3 were giving
Astonishing brother, learned many things, Could you please share how you got the image text pairs dataset Also please tell me which one is better STABLE DIFFUSION or GAN
getting an error in line number 18 the error is prompt = ctk.CTkEntrym(height=40, width=512, text_font=("Arial", 20), text_color="black", fg_color="white")
I am a lot confused with the virtual environment and global enviroments in pyhton, it is becoming so hard to import a specific verison of a module in a pyton project. Please make a video on working with virtual enviroments and how to keep them usefull everytime like you as a pro.
Hello there , amazing tutorial , but i have a question that i am stuck with , what is the Auth_Token in the api file , is it python auth token for the enviroment or what ? I have been away from Python for a while now , so i am confused i would appreciat your hlep , cheers
How do you get bigger images? I found that the model didn't perform very well doing things like nature and scenery and when I tried to do a pick a image normal screen size I ran out of memory
@@NicholasRenotte yes It would be helpful for me if you make a video on it ✌️ we can use it to predict next frame of an moving object in video.. or if possible make a video any model which could predict next frame. For example if there is a man running on the road and you are tracking his motion if any object like a pole or a car comes in front of it a normal object tracking model wont detect the person whereas a next frame prediction model would predict its location
1. Create a new python file called authtoken.py 2. To that add a variable called auth_token 3. Get your user token from hugging face and set the auth_token variable to that value Should look like this auth_token="ahjkhkjhkh
Good afternoon sir I saw one of your video on facial recognition then as I was programming I came across an error that I couldn't fix I wanted to ask for a way to contact so we can discuss about the error
@@NicholasRenotte So the error is in 3.4 Build train and test Partition after I wrote res = preprocessing_twin(*example) I got a type error= preprocessing_twin takes 2 positional arguments but 3 were giving
Nick, your videos are amazing, but I was wondering if you would be willing to release the requirements.txt for the environments you run? I was able to follow the instructions of this challenge but then I face an error where torch says it is not compiled with cuda. I would like to make sure my versions are stable, and utilizing the requirements you have would help in troubleshooting.
@@NicholasRenotte Wanted to reply back that the requirements did the trick! I had an issue with torchvision, and your requirements.txt helped me troubleshoot how to properly install it. Thank you. Please consider releasing the requirements when you do future projects, and possibly past ones if you don't mind. I haven't been able to complete the TFOD course due to continuous errors on dependencies, even beyond the error handling you included, and don't know where to properly troubleshoot. Having a perspective of the environments you run in and version of python helps a great deal.
Hello Nicholas, please build an app that can generate a talk video from an image and text like in D-ID. Thank you very much. Your work is awesome, I can learn a lot.
Hi Souradeep, you need to enter master=app argument as per the documentation of customtkinter. This is how i did and it worked for me ``` prompt = ctk.CTkEntry(master=app, height=40, width=512, text_color="black", fg_color="white") ```
Hi, I'm getting the same error, were you able to solve it? I'm guessing it has something to do with stabletk , it's the virtual environment ig?? Please reply
Hey @Nicholas Renotte, Thank you for this model. Its interesting how you were able to complete within 15 min. I tried this model on my system but got into few errors. Searched on Stackoverflow and on your github repo but did not find help. Could you please help with this error. Error: Potential NSFW content was detected in one or more images. A black image will be returned instead. Try again with a different prompt and/or seed. If anyone else know how to resolve. Let me know. Danke.
Hey Nicholas can you please post a video about using aws recognition for real time object detection and triggering a raspberry pi when certain objects are detected using aws lambda, I really would like to know if its even possible and if yes how it can be done.
Hey Nick! I watched your video and I really like it. However, I have a problem with cuda. The error is "out of memory". Can you help with it, please? I've already checked a lot of websites to solve it,but nothing helped.
Hey Nick how can I run this code in the CPU without GPU, when I am trying to run code in the CPU getting a lot of errors can you create a video on how we can run it on the CPU
nice....i have a simple problem....like if i have simple input and output data..... do python will intuitive enough write linear search algorithm for me if yes how? frankly speaking i have no knowledge in ai but can this happen....
@@NicholasRenotte yes thanks actually i don't have any knowledge in ai....thanks please can you make video on that....like if i give a simple table of 2,4,.... can python intuitive that code....???
ok sir, Polycoder can do it, but how? how to install it? and use no one is teaching that? i thing you have capability to uncover secret of polycoder and contribute to that......
Can you create anything like Virtual Dress Mode for users on a Website/App using GANs or at least give a little bit of info regarding on how to build such a neural network it will be very much helpful.
@@NicholasRenotte Thank you very much and can you make a detailed video on it because i think it is a very important topic and there will be very much to learn from it.
Code it here team: github.com/nicknochnack/StableDiffusionApp
@@ShineSincere check the github repo, I updated it to include the file. You just need to get your token from Hugging Face hub
I've wanted to make a Stable Diffusion UI ever since the model became public, but didn't know where to start as I'm not used to Python, but now you've given me a great start! Thanks!
Hey Nick. You're my favourite UA-camr of all time. Thank you so much for sharing your knowledge with us. I have learnt so much from you.
Oh that means a ton to hear @Rohit! I'm so glad you're enjoying it!
@@NicholasRenotte Hi Nick I have tried to complete the project but when i get to the end and ready to deploy I get this raise EnvironmentError(
OSError: There was a specific connection error when trying to load CompVis/stable-diffusion-v1-4:
(Request ID: eYm7eENfp-7CbfSsEEf53)..
You have to be my best youtuber yet. You push me to do more daily, you are an inspiration Nicholas !!
That means a ton @Atunrase!! Keep at it!!
@@NicholasRenotte 😁💯💯
Is there a way to deploy this project??
Hey Nicholas,
I have been away from AI since almost a year now but this video is sort of pushing me to start looking back into it. Awesome one mate !!
Let us catch up for a coffee some day in city.
VARUN! Hell yes, whenever you're ready let's do it!
@@NicholasRenotte What city is that? I'd like to link up and discuss a business opportunity. I need a good dev!
wow thats an awesome idea for a video !!!
PS: you are a really great youtuber i enjoy your content a lot
Thank you so much @Noah!!
Woohooo! You did it!!! AMAZING!! Super impressive work Nick!
WE MADE IT MARY!!!! 😂😂
hey Nick! I believe that the code link in the description is a link to another project of yours. Absolutely amazing video as always, keep up the good work. Cheers!
Updated, thanks a mil @Egemen!
Awesome work as always, Nich!
hey nick thank you for bringing content like these .This is really so helpful .How to learn everything about diffusion models.How it works.tech behind it and how it works.make a small diffusion model from scartch.
Hey Nick. Thank you very much for your content. I really like your videos and they helps me understand more and more about ML!
I'm so glad you're enjoying them @Gabriel!
Thanks for looking into this particular field!
Anytime @Fustigate!! glad you enjoyed it!
I absolutely love your videos my friend. You’ll be absolutely BLOWN away at the implementation this AI can achieve. My page has over 10 animations created with SD, and if you’re not interested, just check out all the other pages that use SD to create animations. What a world we live in. Truly insane!
Sweet!!
I like how you deliver the content. Good job dude
In this episode, a text-to-image generation app using stable diffusion and P kinter is built with a 15 minute time limit. Dependencies are imported and an app is created.
✦
Build a text-to-image generation app using Stable Diffusion and P kinter
00:00
✦
Create a UI using stable diffusion pipeline and tkinter
02:06
✦
Creating a placeholder for an image and a button
04:27
✦
Creating a generate function and configuring text for a button
06:40
✦
Setting up and using a GPU for image generation
09:06
✦
Working on GPU for space trip landing.
11:16
✦
Generating text with deep learning models
13:58
✦
Create and save 3D images with open source software.
16:54
I enjoy your videos Nick! Thank you so much for the hard work and sharing
BRO I HAVE FOUND DIAMOND WHILE I WAS SEARCHING FOR GOLD ---- THANK YOU FOR THE GREAT CONTENT
Ohhhhhh man, thank you soooooo much!!
Bravo Brave coach!!
Some of us might be needing a slow step by step explanation, so as to be on the same page
🙏 🙏 🙏 will probably do a walkthrough on a live stream!
@@NicholasRenotte that would be much appreciated by the community
Thank you Sir!
@@NicholasRenotte that would be much appreciated by the community
Thank you Sir!
That's awesome. I like the video and learning more from you. Thanks for that wonderful video. I share your videos with my students 😀 keep it up. Thanks Nicholas
Thanks so much @Hanem!!
Woah!! That's incredible. Great as always.
Thanks a mil @Prabhu!
Love your content, keep it up brotha 💎
SATORI DIGITAL!!! Thanks a million for checking it out :)
Such a Great idea and execution sir, big help for the project 🙌✨
I enjoy this very much. I didn't know we can Text To Image in this way.
🙏🙏🙏 pretty cool right?!
Yeahh finally you did it! I'm curious about where you learn all bunch of stuff? What are your recourses? How long preparation it takes to make a tutorial video for example?
A lot of it is just random googling and reading! I normally give myself one to two days to learn the code and then a day to do the challenge and record.
Keep going what you doin! Learning a lot from you :)
This is awesome. But I agree with some of the comments that I wish you would slow down and just reach this stuff. It’s awesome and we can follow along. But while you are an awesome coder … your an even better educator
I like your videos from the instructional aspect. However honestly I don't care of you google it or stack it or copy paste from notepad. Who cares? Just explain how it works and teach us. We are not trying to give you a grade based on speed or copy paste.
Thanks a mil @Angels Mobile! I add those constraints to make it challenging for myself as well, forces me to push myself to do better for you guys!
@@NicholasRenotte that's fine man. I guess I'm older than the average in this group. So the other guys may like the challenging aspect you are doing. Although my comment got 10 likes so I'm not quite sure... In real life, nobody is going to check if you used Google and actually there is a value showing how to search for help real-time cause everyone will learn from that part too.
But hey. As I said. Your content is great and you do have lots of positive energy. Up-to you if you want to keep the timer and no internet check. My 1 cent 😀
@@domehouse79 ?
He obviously had to learn all of this stuff and check the documentation beforehand anyway so it doesn’t really make much of a difference. He’s just going off memory from what he coded beforehand right? Pretty sure the 15 minute thing is just a fun/gimicky way of showing that it doesn’t have to take long to do something cool
@@NicholasRenotteplease help me out with the authtoken library it's not working on my python I've tried everything
Congrats you did it man🎉🎉🎉🎉
WE did it!! Thanks a mil @huzi!!
@@NicholasRenotte really love the work you put in with ur vids, keep it up man you’re doing an excellent job ❤️
Congrats on completing it! Another cool video. I think you are a bit harsh to yourself - i mean loading the model etc shouldn't "consume" the time :D
Hahahaha, true, I think I just get too hyped up in the moment and forget to pause and do stuff. I completely forgot to turn on the RGB lights on my desk as well normally they're the red and blue ones from prev code that challenges
This is very entertaining and exciting content, thank you so much for sharing such great work with us
Love these challenges!
🙏🙏🙏
genius bro! i like your contents!
Thank you so much for sharing your knowledge with us. I have learn so much from you.
good work king, love you
This made my day!!! Thanks a lot!
Thanks a mil for watching it @StarDust, ya made my day tuning in!!
Woh You are Amazing And your content is massive ❤ everyone is Impressed When you challenge yourself for building new things in less time with accuracy I want this type of confidence to improve myself and Do something new 😌thanks Nic for providing a lot of knowledge craziness about ML and AI ❤️😌 it will help us
I'm so glad you enjoyed it @Vivek!! Also love that you love my slight craziness LOL, gotta keep it fun!!
@@NicholasRenotte yehh bro please provide this type contant i love it brooooh
Also, would be interested in a discord bit code that episode! lol
The video is amazing. learned a lot. Thanks for making it.
Amazing stuff man. You did it within the time frame! Let's celebrate with an amazon gift card 😂
I was soooooo tempted to just give it away for fun @Wesley!! Might add it to the pot for the next one?!
@@NicholasRenotte Nah its fine 😂
Awesome Nick👍👋👋 maybe u can generate that Mercedes win an F1 race😉
LOL you’re breaking my heart Henk 😂 maybe next season?! or the one after that?!
Thanks a ton ❤
did anyone else find difficulties to run this code?? I can't generate any images its showing me error:'sample'
@Nicholas Renotte So the error is in 3.4 Build train and test Partition after I wrote res = preprocessing_twin(*example) I got a type error= preprocessing_twin takes 2 positional arguments but 3 were giving
So pls how do I fix the error thanks
He Nicholas! Thanks for your great videos, it would be awesome if you made a video about making your own difussion model.
Awesome mate!
Cheers @Bass!
Astonishing brother, learned many things,
Could you please share how you got the image text pairs dataset
Also please tell me which one is better STABLE DIFFUSION or GAN
Hei bro, the link was for the Titanic and not for the Stable.
Inspirational 🔥
which extension need to install
please tell full setup like how you create stable bud and how we publish file
I couldn't find the module "authtoken" to install. Which is the link to it?
Check out the Github repo, I updated it to show how to set it up!
where in repo? sorry I cant find it
Can you make a Traffic Sign Detection video next time sir? I really appreciated all of your works. Thank you.
You got it!
That was really inspiring. I learned a lot from this video and I hope everyone else do too.
You are great, God bless you and continue to give you wisdom
That was exhilarating!
well done ! thank you for sharing this !
getting an error in line number 18 the error is prompt = ctk.CTkEntrym(height=40, width=512, text_font=("Arial", 20), text_color="black", fg_color="white")
Text_font = only use font
Hey Nick you are awesome man. I have learned so many crazy things from you. Can this will run on CPU?
Thanks a mil @Daud! Sure can it'll just take longer to generate.
Amazing! I almost thought that you gonna lose this challenge. lol.
LOL for once I was like nottt todayyy!
I am a lot confused with the virtual environment and global enviroments in pyhton, it is becoming so hard to import a specific verison of a module in a pyton project. Please make a video on working with virtual enviroments and how to keep them usefull everytime like you as a pro.
Are you a god ?🤧
Hello there , amazing tutorial , but i have a question that i am stuck with , what is the Auth_Token in the api file , is it python auth token for the enviroment or what ? I have been away from Python for a while now , so i am confused i would appreciat your hlep , cheers
How do you get bigger images? I found that the model didn't perform very well doing things like nature and scenery and when I tried to do a pick a image normal screen size I ran out of memory
you're my role model
Hahahah best video Ive seen about python, fun anxious and exciting!!
bro your big brain I have a question how do you know to work with which liberay in .py
A lot of it is research and experimentation!
This is called Stable diffusion SOTA model
Wow🔥🔥🔥
Ayyyy, thanks a mil @Anush!!
I am not able to connect the cuda n pytorch.. Struggling since hours to get that done.. Please help me
Hello Nicholas, Can you please make a video on recurrent yolo on any custom data.. please 🥺🥺🥺
Recurrent YOLO? That's a thing? Let me take a look!!
@@NicholasRenotte yes It would be helpful for me if you make a video on it ✌️ we can use it to predict next frame of an moving object in video.. or if possible make a video any model which could predict next frame. For example if there is a man running on the road and you are tracking his motion if any object like a pole or a car comes in front of it a normal object tracking model wont detect the person whereas a next frame prediction model would predict its location
This is amazing. That's it. 👌
Hi, i tried this and i have one error, i honestly installed all the packages, but it gives me the error that the master argument is missing
do you have nvdia driver ?
@@rajvinus No.
@@pavwlik which graphics card you have in your pc
@@rajvinus amd rx6750XT, i have newest drivers.
Hey, Nick, Great Video. Learned something new! I've a question, Is there any way to do it, if you don't have a GPU support on your pc???
You can definitely do it, it'll just take a lot longer to generate!
He already coded this earlier so he already knew everything...
Remember criticisms make u stronger and hungrier
Amazing video as always… I’m not able to install some of those libraries while following the video.. where to find Authtoken?
1. Create a new python file called authtoken.py
2. To that add a variable called auth_token
3. Get your user token from hugging face and set the auth_token variable to that value
Should look like this auth_token="ahjkhkjhkh
What are the basic software requirements for this project?
Can you share the instructions?
Hello there was an error where it showing no module found named authtoken
Good afternoon sir I saw one of your video on facial recognition then as I was programming I came across an error that I couldn't fix I wanted to ask for a way to contact so we can discuss about the error
Shoot me the error here! Happy to help!
@@NicholasRenotte So the error is in 3.4 Build train and test Partition after I wrote res = preprocessing_twin(*example) I got a type error= preprocessing_twin takes 2 positional arguments but 3 were giving
@@NicholasRenotte thanks for your responses
@@NicholasRenotte I sent the screenshot to your Facebook my name is Paul Alo
Nick, your videos are amazing, but I was wondering if you would be willing to release the requirements.txt for the environments you run? I was able to follow the instructions of this challenge but then I face an error where torch says it is not compiled with cuda. I would like to make sure my versions are stable, and utilizing the requirements you have would help in troubleshooting.
Just added it to the github repo for you! Let me know how you go.
@@NicholasRenotte Wanted to reply back that the requirements did the trick! I had an issue with torchvision, and your requirements.txt helped me troubleshoot how to properly install it. Thank you.
Please consider releasing the requirements when you do future projects, and possibly past ones if you don't mind. I haven't been able to complete the TFOD course due to continuous errors on dependencies, even beyond the error handling you included, and don't know where to properly troubleshoot. Having a perspective of the environments you run in and version of python helps a great deal.
Can you share the instructions please?
Hello sir i am not able to inastall authtoken and costumtkinter please someone should help me out
Hello Nicholas, please build an app that can generate a talk video from an image and text like in D-ID. Thank you very much. Your work is awesome, I can learn a lot.
Hi Nick,
I am getting the below error :
prompt = ctk.CTkEntry(height=40, width=512, text_font=("Arial", 20), text_color="black", fg_color="white")
TypeError: CTkEntry.__init__() missing 1 required positional argument: 'master'
I also go that error, trying to figure it out TypeError: CTkEntry.__init__() missing 1 required positional argument: 'master'
Hi Souradeep, you need to enter master=app argument as per the documentation of customtkinter. This is how i did and it worked for me ``` prompt = ctk.CTkEntry(master=app, height=40, width=512, text_color="black", fg_color="white") ```
@@Kshitij-dr7qe Thank you for the reply. I will check and let you know
Hi, I'm getting the same error, were you able to solve it? I'm guessing it has something to do with stabletk , it's the virtual environment ig?? Please reply
amazing work.
nice one!!
Whats Kind of real world apps we can make using Stables Diffusion
Hey @Nicholas Renotte,
Thank you for this model. Its interesting how you were able to complete within 15 min.
I tried this model on my system but got into few errors. Searched on Stackoverflow and on your github repo but did not find help. Could you please help with this error.
Error:
Potential NSFW content was detected in one or more images. A black image will be returned instead. Try again with a different prompt and/or seed.
If anyone else know how to resolve. Let me know.
Danke.
hey
got same error ..did you find the way to overcome?
What if I would like to get more images and not only one?
Hey Nicholas can you please post a video about using aws recognition for real time object detection and triggering a raspberry pi when certain objects are detected using aws lambda, I really would like to know if its even possible and if yes how it can be done.
Thanks for this great content.Which version of python was used for this project?
Hey Nick! I watched your video and I really like it. However, I have a problem with cuda. The error is "out of memory". Can you help with it, please? I've already checked a lot of websites to solve it,but nothing helped.
Can I use API JSON which I fetch or extract it from a video instead of text?
Would likely be a different use case if trying to pass in video or a frame as an input!
Hey Nick how can I run this code in the CPU without GPU, when I am trying to run code in the CPU getting a lot of errors can you create a video on how we can run it on the CPU
Can you please tell about the dataset you used for this
nice....i have a simple problem....like if i have simple input and output data..... do python will intuitive enough write linear search algorithm for me if yes how? frankly speaking i have no knowledge in ai but can this happen....
Depends what your output looks like, but you could use a number of ml modules to help you out!
@@NicholasRenotte yes thanks actually i don't have any knowledge in ai....thanks please can you make video on that....like if i give a simple table of 2,4,.... can python intuitive that code....???
ok sir, Polycoder can do it, but how? how to install it? and use no one is teaching that? i thing you have capability to uncover secret of polycoder and contribute to that......
congrats for completing this lol....but howdo you make those text animations also
LOL a ton of final cut pro and After Effects 😅
Can you create anything like Virtual Dress Mode for users on a Website/App using GANs or at least give a little bit of info regarding on how to build such a neural network it will be very much helpful.
You got it!!
@@NicholasRenotte Thank you very much and can you make a detailed video on it because i think it is a very important topic and there will be very much to learn from it.
RuntimeError: "LayerNormKernelImpl" not implemented for 'Half'
if anyone knows how to resolve this please help
Good but how to create 3d realistic image without using api and other website using this type ai model code
Hey nick can you create a video on how to integrate with replicate stable diffusion using node js
How to make it work using device="mps", since I am working on MacOS and CUDA is not enabled
i love bro i hope you still make vidois in future more an more thank you
Hi) Did you download the AI model beforehand or you just connected with API?
I am getting init error in entry label and button it is asking for master can someone please tell what to do