You didn't mention how you uploaded the images for training the model, lets say I want to train the model on my pet, I thought that was the whole point of this video.
@@TechNbags i get an error about wget: ModuleNotFoundError Traceback (most recent call last) in () 6 import ipywidgets as widgets 7 from io import BytesIO ----> 8 import wget 9 10 with capture.capture_output() as cap: ModuleNotFoundError: No module named 'wget'
I appreciate the tips and tricks shared here to make the process more accessible. It's amazing how advancements in cloud computing and open-source frameworks are democratizing AI development.
00:04 Learn to train AI image models on a budget 02:19 Stable diffusion is an open source model for generating diverse and high quality samples. 04:56 AI image models are expensive to train due to infrastructure costs. 07:23 Training AI models for specific styles or subjects 10:12 Training your own AI image models is necessary for specific objects or mascots. 13:14 Using Google collab for AI training with strong GPU access. 15:53 Training AI image models with a small dataset 18:05 Training your own AI image models improves results 20:22 Using in painting to improve generated images 22:30 AI image models need manual touch-ups for best results 24:43 Training AI image models for diverse collections of people and avatars
Thanks a lot, works really well but google collab keeps disconnecting after 1 or 2 generation of image telling that you can't use it for this. Can you run the code on your local computer ? If yes, How ? Thanks
Missing a lot of steppes, especially how to do basic operations with images. I've encountered at least 3 issues on that, which seems not letting me to go further & seems b'coz of that I don't have things like shown in step 10 & step 11. Also every time I'm clicking "play" on any cell it prompting google login window again & again even if I logged in & allowed/permitted everything through it. I would rly like to have detailed video about step by step setup with deep explanation on every step instead of introduction of what popular AI platforms are. I would like to get video about how to set all this stuff on own PC & use own hardware/GPU(S).
I have this error when trying to generate images in Stable Diffusion locally: Error: Could not load the stable-diffusion model! Reason: Unknown model! No config file path specified in context.model_configs for the "stable-diffusion" model! I read somewhere that yaml file is missing. Where can I find it?
I have a question for those who where able to do it, is there a way to have the same gradio interface in hugging face with the same amount of options and sliders etc., when I uploaded my model it is just a simple text input with no sliders or any way to change the batch size, width,etc.
i didnt got it how to use this google colab thing, in end saud "something went wrong" and i have no idea why...i tried all you showed and said in the video, but for someone who has no idea bout all this, its not detailed enought :(
After a few minutes of playing with my models I always get a "Connection errored out." message in the test web page. Is this because I am not paying for google colab or some other thing I am missing ?
how can I use this code locally? To connect to my local paths with files, not google drive? Experiencing disconnections that don't let me finish execution of code blocks
many humans do this ..mate.. it's called dyslexia, many suffer mild forms. even in hearing.. imagine if you hear rhythm reversed sporadically.. id' show up as spastic dancing.. thus the term "white ppl can't dance".. it afflicts that demographic, just a tiny example.
You didn't mention how you uploaded the images for training the model, lets say I want to train the model on my pet, I thought that was the whole point of this video.
right? wtf
i can’t believe this clickbait useless content is on github official channel
I actually thought that I had missed this part so I watched the video a second time. I didn't see/hear it mentioned.
Idk how this video is recommended at all, it should have been 20 seconds long
I think the last part "testing the model" dont work anymore...
Where do you put your images ? I didn’t see in the Colab notebook.
you run the cell "Instance Images" by clicking on the play button then there is a button to select your images on your computer
@@TechNbags i get an error about wget:
ModuleNotFoundError Traceback (most recent call last)
in ()
6 import ipywidgets as widgets
7 from io import BytesIO
----> 8 import wget
9
10 with capture.capture_output() as cap:
ModuleNotFoundError: No module named 'wget'
@@radactivi Same.
Awesome video! one thing I haven't figured out: at what point and how do you feed you prepared images to the training / fine-tuning session?
I appreciate the tips and tricks shared here to make the process more accessible. It's amazing how advancements in cloud computing and open-source frameworks are democratizing AI development.
00:04 Learn to train AI image models on a budget
02:19 Stable diffusion is an open source model for generating diverse and high quality samples.
04:56 AI image models are expensive to train due to infrastructure costs.
07:23 Training AI models for specific styles or subjects
10:12 Training your own AI image models is necessary for specific objects or mascots.
13:14 Using Google collab for AI training with strong GPU access.
15:53 Training AI image models with a small dataset
18:05 Training your own AI image models improves results
20:22 Using in painting to improve generated images
22:30 AI image models need manual touch-ups for best results
24:43 Training AI image models for diverse collections of people and avatars
Thanks a lot, works really well but google collab keeps disconnecting after 1 or 2 generation of image telling that you can't use it for this. Can you run the code on your local computer ? If yes, How ? Thanks
Great talk, Maxime!
1:34 1:36
Thanks. Can’t wait to try some of these techniques.
What should be in the model path and model link in the colab notebook
Thnx i was looking for a way to train ai with my own cartoon characters and now i can work so much faster❤
I want to create a model for text to image for fighting poses.
Is there a way to rent space in the cloud to train a model?
Brillaint video... really clear and clarifies a lot of information
Missing a lot of steppes, especially how to do basic operations with images. I've encountered at least 3 issues on that, which seems not letting me to go further & seems b'coz of that I don't have things like shown in step 10 & step 11. Also every time I'm clicking "play" on any cell it prompting google login window again & again even if I logged in & allowed/permitted everything through it. I would rly like to have detailed video about step by step setup with deep explanation on every step instead of introduction of what popular AI platforms are. I would like to get video about how to set all this stuff on own PC & use own hardware/GPU(S).
I have this error when trying to generate images in Stable Diffusion locally:
Error: Could not load the stable-diffusion model! Reason: Unknown model! No config file path specified in context.model_configs for the "stable-diffusion" model!
I read somewhere that yaml file is missing. Where can I find it?
Any videos on how to train text to video model ? Any help is appreciated. Thank you !
I have a question for those who where able to do it, is there a way to have the same gradio interface in hugging face with the same amount of options and sliders etc., when I uploaded my model it is just a simple text input with no sliders or any way to change the batch size, width,etc.
Thanks
this was an awesome demo! i am definitely doing this, thank you!
Anyone have an idea why mine is running very slow or stops at a certain point while running the cell after cell?
i didnt got it how to use this google colab thing, in end saud "something went wrong" and i have no idea why...i tried all you showed and said in the video, but for someone who has no idea bout all this, its not detailed enought :(
After a few minutes of playing with my models I always get a "Connection errored out." message in the test web page. Is this because I am not paying for google colab or some other thing I am missing ?
I have the same and I'm wondering if it's the same, did you find a solution ?
were having a weird error and it wont run, it has the issue; TypeError: list indices must be integers or slices, not str
Bro, this helps me sooo much!!❤ Thank you so much ❗
how can I use this code locally? To connect to my local paths with files, not google drive? Experiencing disconnections that don't let me finish execution of code blocks
thank you and helped alot ! RESPECT
this is awesome
Thanks!
hi I am facing this issue: from pyngrok import ngrok, conf, kindly let me know how to solve it
cannot run "TEST THE MODEL"
links?
Wanted to see you make ground truths for your images.
Model Download fails with a ModuleNotFoundError
Belgium is indeed known for its waffles
Legend!
Its ChatGPT mate. Not GTP.
i also notice that
I had one job: reading it off the slide.
many humans do this ..mate.. it's called dyslexia, many suffer mild forms. even in hearing.. imagine if you hear rhythm reversed sporadically.. id' show up as spastic dancing.. thus the term "white ppl can't dance".. it afflicts that demographic, just a tiny example.
Thank you so much! this is what i pay my internet bills for
😎💙🙏🏽
Did you manage to do it ?
I give you 10 seconds to answer.