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)..
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 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!
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.
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
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
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.
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
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
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")
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
@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
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.
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.
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
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
Hey Nick, awesome tutorial! Do you know if it's possible to do this same thing using Intel CPUs? I've tried specifying 'cpu' as my device but am getting some errors.
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
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.
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
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
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
Hey Nick, Your Get the Code is referring to the Titanic project, not the Text to image one. Can you please check and update it or can you share the direct link of this project excited to get my hands wet in this modle. Thanks for the great tutorial.
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.
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.
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.
Which python Version does it need and is it mandatory a GPU computer to run this or installing torch without GPU option will be okay also it can't import many classes what shall I do please help me out?
Hi! I found your video searching for a way to add a simple Login page to my Local Stable Diffusion PC. It's impossible to find something like this! Can you do some tip about it? Thanks. Sorry for my english.
Hi great video it is really informative. I am trying this out for a project . But I have an issue I created an auth token but I don't know how to import it . Can you plz guide me through it . Thanks alot .
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 man! such a great work. I wanted to make similar type of thing but only for car specific thing. Can you please help me where I can find model for cars.
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 RUclipsr 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??
BRO I HAVE FOUND DIAMOND WHILE I WAS SEARCHING FOR GOLD ---- THANK YOU FOR THE GREAT CONTENT
Ohhhhhh man, thank you soooooo much!!
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
Woohooo! You did it!!! AMAZING!! Super impressive work Nick!
WE MADE IT MARY!!!! 😂😂
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!!
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!!
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!
Thanks for looking into this particular field!
Anytime @Fustigate!! glad you enjoyed it!
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
Awesome work as always, Nich!
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
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!
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!
Hei bro, the link was for the Titanic and not for the Stable.
I like how you deliver the content. Good job dude
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.
Also, would be interested in a discord bit code that episode! lol
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
I enjoy this very much. I didn't know we can Text To Image in this way.
🙏🙏🙏 pretty cool right?!
did anyone else find difficulties to run this code?? I can't generate any images its showing me error:'sample'
Woah!! That's incredible. Great as always.
Thanks a mil @Prabhu!
which extension need to install
please tell full setup like how you create stable bud and how we publish file
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
Can you make a Traffic Sign Detection video next time sir? I really appreciated all of your works. Thank you.
You got it!
you're my role model
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?
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!
genius bro! i like your contents!
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
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
@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
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 :)
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!
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?
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.
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
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 ❤️
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
good work king, love you
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
Hey Nick, awesome tutorial! Do you know if it's possible to do this same thing using Intel CPUs? I've tried specifying 'cpu' as my device but am getting some errors.
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
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.
Amazing! I almost thought that you gonna lose this challenge. lol.
LOL for once I was like nottt todayyy!
I enjoy your videos Nick! Thank you so much for the hard work and sharing
Love your content, keep it up brotha 💎
SATORI DIGITAL!!! Thanks a million for checking it out :)
He already coded this earlier so he already knew everything...
Remember criticisms make u stronger and hungrier
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 😂
This is called Stable diffusion SOTA model
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!!
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?!
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!
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
I am not able to connect the cuda n pytorch.. Struggling since hours to get that done.. Please help me
Such a Great idea and execution sir, big help for the project 🙌✨
That was exhilarating!
He Nicholas! Thanks for your great videos, it would be awesome if you made a video about making your own difussion model.
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
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!
What was the terminal use
Hello there was an error where it showing no module found named authtoken
That was really inspiring. I learned a lot from this video and I hope everyone else do too.
Thank you so much for sharing your knowledge with us. I have learn so much from you.
Hey Nick, Your Get the Code is referring to the Titanic project, not the Text to image one. Can you please check and update it or can you share the direct link of this project excited to get my hands wet in this modle. Thanks for the great tutorial.
Cheers Mahesh, updated!
Can you plz share the instructions about this project?
congrats for completing this lol....but howdo you make those text animations also
LOL a ton of final cut pro and After Effects 😅
AssertionError: Torch not compiled with CUDA enabled. I am getting this error can you pls help me.
cuda relates to nvidia graphics cards, you can change it to "cpu" instead
Can you please tell about the dataset you used for this
Have a question If I learn ai will I be able to learn ethical hacking at same time
I don't know too much about ethical hacking but given enough time I guess you should be able to!
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?
I couldn't find the module "authtoken" to install. Which is the link to it? Need Help!
Updated the github repo, you can get it from Hugging Face settings, I included a link in there!
@@NicholasRenotte Thanks Man! You are amazing!
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......
Thanks a ton ❤
Hello sir i am not able to inastall authtoken and costumtkinter please someone should help me out
Thanks for this great content.Which version of python was used for this project?
Hi, I'm getting an error in line 17 (where prompt=ctk.CTkEntry) ctk.CTkEntry._init_() missing..
What should i do
Did u get .....same error here
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.
Hi Nicholas , what changes should we make to make it run on CPU ? Thank you
device = torch.device("cuda:0" if torch.cuda.is_available() else "cpu") I guess
i have a doubt:how the hell do i install the ctk library in vsc??
Please help me!
Exception has occurred: TypeError
__init__() missing 1 required positional argument: 'master'
File "/home/asdwa/Python/Ki/BilderKi/StableDiffusionApp-main/app.py", line 17, in
prompt = ctk.CTkEntry(height=40, width=512, text_font=("Arial", 20), text_color="black", fg_color="white")
before height just type master = app, height = 40, ...... continued
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.
Hey Nick, the get the code link is seems wrong. It's mapping to Titanic code. Just letting you know :)
Thanks a mil @Ahmet, yeah that's my bad included the right link in the comments :)
Love these challenges!
🙏🙏🙏
module 'torch' has no 'float16' memberpylint(e1101:no-member) . Can you help?
torch_dtype=torch.float16 (error text)
The video is amazing. learned a lot. Thanks for making it.
Which python Version does it need and is it mandatory a GPU computer to run this or installing torch without GPU option will be okay also it can't import many classes what shall I do please help me out?
What if I would like to get more images and not only one?
Can you share some way of making this into an api and running on heroku rather than my own pc?
Awesome mate!
Cheers @Bass!
Hi! I found your video searching for a way to add a simple Login page to my Local Stable Diffusion PC.
It's impossible to find something like this!
Can you do some tip about it?
Thanks. Sorry for my english.
Hi) Did you download the AI model beforehand or you just connected with API?
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.
How do i get the authtoken??
I liked this. Is it possible to use my picture and mix with Ai scenes using this approach? Signing a big fan.
Apparently it is: huggingface.co/spaces/fffiloni/stable-diffusion-inpainting i haven't tried it yet though @Geraldo!
Hi great video it is really informative. I am trying this out for a project . But I have an issue I created an auth token but I don't know how to import it . Can you plz guide me through it . Thanks alot .
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 man!
such a great work.
I wanted to make similar type of thing but only for car specific thing. Can you please help me where I can find model for cars.