That Arts Guy {Siddhant}
That Arts Guy {Siddhant}
  • 8
  • 106 651

Відео

How to correctly train your Stable Diffusion model
Переглядів 56 тис.Рік тому
So one day, I wake up and come across all these videos of people transforming themselves into beautiful AI art using "Lensa." I'm instantly captivated and think, "I want that," but unfortunately, I can't afford a Lensa subscription. So I decide to go with the next best option, "Stable Diffusion," and after watching a few tutorials, I take a shot at creating my own AI Avatar. I put in hours of s...
How this man created his own AI by Only using Chat GPT
Переглядів 862Рік тому
In this video, we'll explore the amazing story of Yohei, who created an AI program called Baby AGI without any prior coding knowledge. He relied solely on the power of ChatGPT . In just three days, he went from an idea to having a working program on GitHub. Join us to learn more about this incredible feat! All the relevant link: My Website : theaiisfuture.com/ Python : www.python.org/downloads/...
How to install Auto GPT || Auto GPT full step by step tutorial
Переглядів 1,8 тис.Рік тому
In this tutorial video, I, Siddhant gives a step-by-step guide on how to install and use Auto GPT, an AI that can use the internet to improve itself. Beginning by discussing the essential software you need to install before setting up Auto GPT, such as Git for Windows and Python version 3.10.10. I then guides you on how to download and install Auto GPT, including obtaining the necessary API key...
Turn Video into Animation using Stable Diffusion | How to Install + BEST Consistency Settings
Переглядів 46 тис.Рік тому
Hello, I'm Siddhant. This is how I turned a Marvel character into a Disney animated character, and you can do it too. It all started with a video from Corridor Crew SD VID that showed me the endless potential of AI. Since then, I have become hooked on this technology. I started by trying to install SD on my PC, then moved on to training my own Stable Diffusion Model to create my own AI avatar. ...
ChatGPT Plugins Explained in Less than 4 minutes
Переглядів 134Рік тому
Chat GPT underwent the biggest update ever since its release in November, and it's even bigger than GPT 4. It is so good that even Elon Musk is scared of it, who, if you don't know, actually owns the company that made Chat GPT. So, what has it done this time? Well, they are called plugins, which now allow Chat GPT 4 to access the internet and more. Not only can it now search for current informa...
why engineers are paid soo much
Переглядів 104Рік тому
Have you ever wondered why engineers are some of the highest-paid professionals? In this video, we'll explore the reasons behind this phenomenon. The video begins with an overview of the different types of engineering professions, from software engineering to mechanical engineering, and explains how these professionals are in high demand and command top salaries in the job market. About me : I'...
Do Not Install Stable Diffusion in Your PC
Переглядів 1,4 тис.Рік тому
So I tried to install this new AI Model on my PC called Stable Diffusion. Which for those who don't know, it is a deep learning text-to-image model that was released in 2022. This model can create highly detailed and realistic images from just a text command, just like other deep learning text-to-image models such as Dall-E and Midjourney. However, what sets this model apart is that it is free,...

КОМЕНТАРІ

  • @maybeinactive
    @maybeinactive 2 години тому

    This is such a well editied video I love this

  • @ponkarta2012
    @ponkarta2012 6 днів тому

    Thanks for sharing, it's very useful for me. Then i wanna become the 1111 subscriber of your channel .

  • @artwithsin
    @artwithsin 13 днів тому

    i rarely comment but you're goat

  • @surajitmondal75376
    @surajitmondal75376 13 днів тому

    Is this a type of finetuning? I mean will i get all the feachers into my model of that model i used from civit ai?

  • @vishalsonawane2053
    @vishalsonawane2053 28 днів тому

    Nicely explained !

  • @gagandwaz6823
    @gagandwaz6823 Місяць тому

    This is one of the very best tutorials I have watched on this topic.

  • @MarcDanielLigaray
    @MarcDanielLigaray Місяць тому

    <ipython-input-47-5e1f3c536c71> in <cell line: 3>() index error how do i fix this type of error pls respond

  • @MarcDanielLigaray
    @MarcDanielLigaray Місяць тому

    how do i re install the entire colab file ? ive tried and tried but its so difficult pls help

  • @williamwherewhatwho6177
    @williamwherewhatwho6177 2 місяці тому

    The tutorial is great but it does unfortunately not work anymore. Breaking changes in the dependencies :/

    • @C9BER
      @C9BER Місяць тому

      noooooo

  • @rhinosdesigns291
    @rhinosdesigns291 2 місяці тому

    hi lad, i have this issue : ImportError: cannot import name 'cached_download' from 'huggingface_hub' and cant fiw it, i tried many things, but still get that issue, im running on facehub 26 i think. and forums say its uncompatible with manythings, yet ive tried downgrading it to 24.1, 23.5 and 25.1 still the same issue, if not jax or compatibility issues. idk if you can help but if yes please do so. ive been on my pc for around 4 hours trying to figure this out.

  • @K-A_Z_A-K_S_URALA
    @K-A_Z_A-K_S_URALA 2 місяці тому

    tell me the settings for the rtx 3060 12gig webui/bat video card/// thnx bro

  • @fuzzymks
    @fuzzymks 2 місяці тому

    For all of you getting the "python3: can't open file '/content/train_dreambooth.py': [Errno 2] No such file or directory" error... In the video, he blazes past the section called "Install Requirements" but doesn't say much about it. I guess there was the assumption that people would know to click the little play arrow on each section in order...Since there was no click in the video, I skipped it. Apparently this is wrong. Please click the play button beside Install Requirements, as this installs the necessary binaries to get this to run...Just sayin'

    • @fuzzymks
      @fuzzymks 2 місяці тому

      Actually, there's a lot more going on here than just missing installations. After running the installation, I received some version errors on torchaudio and torchvision. I added lines to upgrade both of these. That made things happy. I then ran the script to start the training, and received an error about huggingface caching not working. I followed the path, edited the file to remove caching (which was removed in that last version) and reran the script. Now I received an error about Jax having some depreciated something, so tried the same trick and added a line to installer to install an older version. This broke things real good (lots of dependencies broken), so I removed it and reran the installer. This seemed to do something to get the training script to run, but now there is a mountain of errors that seem to be 404 errors on the huggingface website. It appears that whatever this script was doing, it was referencing objects on huggingface that have been removed. I give up. FAIL.

  • @sithummarasighe5465
    @sithummarasighe5465 2 місяці тому

    ua-cam.com/video/eh1LOS7TFZ8/v-deo.html 1000 iq bro

  • @SyntheticSoundAI
    @SyntheticSoundAI 3 місяці тому

    For the Settings and Run part, could I train using any model I want? Including Flux? The model name used in the video is now deprecated.

  • @timmaltby7798
    @timmaltby7798 3 місяці тому

    Great Tutorial. I thought Andrew Kramer's After effects tutorials were good, but you out did him.

  • @KADstudioArchitect
    @KADstudioArchitect 4 місяці тому

    Very nice video, I get totally without Speaker, bravo

  • @christopherbrown1187
    @christopherbrown1187 4 місяці тому

    thanks mr poo in loo

  • @mcardielv23
    @mcardielv23 4 місяці тому

    I don't know if someone write you this already but I think when you change the words in # commented lines around 4:56 this will not affect. This lines are there to show you if you want to add more concepts to the training :)

  • @UsmanAfridi-AI
    @UsmanAfridi-AI 5 місяців тому

    Great video. I cant imagine the work you have put up on this one video, especially the video editing.

  • @AyazUS-b1h
    @AyazUS-b1h 5 місяців тому

    this colab is not working.giving dependency error

  • @diewlaylomei
    @diewlaylomei 6 місяців тому

    this is hilarious as fuck!!! ahhahah

  • @peterkabuikamau7060
    @peterkabuikamau7060 6 місяців тому

    This is the best video l've seen so far...

  • @SuperRockerbilly
    @SuperRockerbilly 7 місяців тому

    Thanks for this great tutorial. However I'm stuck, after adding my images to the folder and adjusting the max train steps prompt, trying to run it, I get an error message saying "python3: can't open file '/content/train_dreambooth.py': [Errno 2] No such file or directory" Any advice? Thanks

    • @trevortfilms
      @trevortfilms 6 місяців тому

      same, anyone find the fix yet?

    • @DoktorSus
      @DoktorSus 3 години тому

      @@trevortfilms Ey, idk if this still matters to you, he did not show that at the top of the colab you need to press "install requirements" (it's the one of the first headlines)

  • @alyxyxzy
    @alyxyxzy 7 місяців тому

    Will it crash if i try this on mobile?

  • @ChenHaziza
    @ChenHaziza 8 місяців тому

    may 2024 it doesn't work

  • @surajkhan5834
    @surajkhan5834 9 місяців тому

    bro how to use this model as call of rest api, should i push this model to hugging face??

  • @VulgarTruth
    @VulgarTruth 9 місяців тому

    Siddhant how can I contact you?

  • @VulgarTruth
    @VulgarTruth 9 місяців тому

    Oi. I have £1000-£1300 to spend on a laptop / Mac for stable diffusion.. what to choose? Bring me the horizon ❤❤..

    • @ThatArtsGuySiddhant-tk4jb
      @ThatArtsGuySiddhant-tk4jb 9 місяців тому

      No 😅. It's not about which laptop to choose, but how powerful your GPU is. To run SD, you need quite a powerful GPU, which itself could cost between $1,000 and $2,000. Therefore, it might make more sense for you to just get a Google Colab subscription. For a small cost of $10 a month, you can use a world-class GPU. Then, even a $200 PC would work. I myself have been running this whole thing on Google Colab.

  • @mikeirvin2233
    @mikeirvin2233 10 місяців тому

    Getting this error, however I have uninstalled torch 2.2.2 and installed 2.2.1 using both pip and conda. Conda list only shows 2.2.1 installed, however i keep getting this error.... Any suggestions? torchaudio 2.2.1+cu121 requires torch==2.2.1, but you have torch 2.2.2 which is incompatible. torchtext 0.17.1 requires torch==2.2.1, but you have torch 2.2.2 which is incompatible. torchvision 0.17.1+cu121 requires torch==2.2.1, but you have torch 2.2.2 which is incompatible.

  • @Metrionix
    @Metrionix 10 місяців тому

    Just wanna say, man... your style is great. These how-to videos are usually a snooze-fest, but you make it entertaining. You'll definitely be my go-to guy from now on.

  • @baheth3elmy16
    @baheth3elmy16 10 місяців тому

    You need to update your video. COLAB no longer works. I have seen almost all the videos on the same topic and tried the COLABs they suggested. Google COLAB does not work any longer. You will do everything and at the end when you execute the training, it will return an error on CUDA setup.

  • @TrevorMery
    @TrevorMery 10 місяців тому

    I'm getting an error at 9:32. huggingface_hub.utils._validators.HFValidationError: Repo id must use alphanumeric chars or '-', '_', '.', '--' and '..' are forbidden, '-' and '.' cannot start or end the name, max length is 96: ''.

  • @3051suryanarayananbkrist
    @3051suryanarayananbkrist 10 місяців тому

    Bro for dreambooth only required 3 to 5 images. But I have only 1 image😅(of other person) now how can gather other images of that person he is not famous and he is a small school teacher

    • @ThatArtsGuySiddhant-tk4jb
      @ThatArtsGuySiddhant-tk4jb 10 місяців тому

      Ask him bro😅

    • @3051suryanarayananbkrist
      @3051suryanarayananbkrist 10 місяців тому

      @@ThatArtsGuySiddhant-tk4jb bro how to i train a different persons in one model in different GPU because after first training model GPU runtime out after some or using different GPU how to i second person and the photo required is of my principle thanks for your reply please also reply me for this 🙏🙏

  • @hariharan-z9i
    @hariharan-z9i 11 місяців тому

    i am facing error on python code : Traceback (most recent call last): File "/content/train_dreambooth.py", line 18, in <module> from accelerate import Accelerator ModuleNotFoundError: No module named 'accelerate'

  • @DennisAH
    @DennisAH 11 місяців тому

    Someone who makes a video about training your own AI and then tells people that installing Stable diffusion on a local PC is a bad decision, is clearly a SCAM. Stop making videos, please.

  • @Jnaathra
    @Jnaathra 11 місяців тому

    4070 TI Super now available with 16GB of VRAM for around 800 US. Still not cheap, but not thousands either. Go nuts with local install.

  • @WackFPV
    @WackFPV 11 місяців тому

    wait hold up, how the fart did you get it to run on google like that... thats cool...

  • @skroudge
    @skroudge 11 місяців тому

    I want accurate animation by this

  • @aiblogsmsrajput4319
    @aiblogsmsrajput4319 11 місяців тому

    How to do that for multiple classes??

  • @MissMisha-yx1gb
    @MissMisha-yx1gb 11 місяців тому

    python3: can't open file '/content/train_dreambooth.py': [Errno 2] No such file or directory

  • @nihar334
    @nihar334 11 місяців тому

    Hey, do you take commissions?

  • @tanmaypatil1078
    @tanmaypatil1078 Рік тому

    huggingface_hub.utils._validators.HFValidationError: Repo id must use alphanumeric chars or '-', '_', '.', '--' and '..' are forbidden, '-' and '.' cannot start or end the name, max length is 96: ''. this error comes whiles doing the traiing step

  • @Abstractor21
    @Abstractor21 Рік тому

    don't use it please, i just wasted my time... lol

  • @dhanisthsarawagi5395
    @dhanisthsarawagi5395 Рік тому

    I have a labeled dataset means I have a folder consisting of subfolders named according to the type of pattern they consist and another folder for the background so how to train with a dataset which have multiple sub-datasets and I want realistic images like texture of cloth should be generated so which model is best suited

  • @--Dipanshu--
    @--Dipanshu-- Рік тому

    Very nice video dude

  • @RobertJene
    @RobertJene Рік тому

    I hope you build a PC with a good PC. I do lots of stuff with Stable Diffusion on my PC, and I stumbled on this video today. Having a PC you can do it yourself on opens up so many possibilities.

  • @pastuh
    @pastuh Рік тому

    01:15-01:25 Simple and best explanation :X

  • @ptb3567
    @ptb3567 Рік тому

    insta id or discord server bhi banao please 😅

  • @niloytesla
    @niloytesla Рік тому

    bro new video dalni hein ki nehi?

  • @DanicaCidosa
    @DanicaCidosa Рік тому

    "python3: can't open file '/content/train_dreambooth.py': [Errno 2] No such file or directory" what do I do if this happens?

    • @INFiniteBEing-dh3el
      @INFiniteBEing-dh3el 11 місяців тому

      Get python 3.10.6 only nothing above that

    • @WhiplashSL
      @WhiplashSL Місяць тому

      @@INFiniteBEing-dh3el I have Python 3.10.6, and it's still giving me that error.