Colab x Diffusers Tutorial: LoRAs, Image to Image, Sampler, etc - Stable Diffusion in Colab

Поділитися
Вставка
  • Опубліковано 25 сер 2024
  • We cover how to use LoRAs, output multiple images, change the sampler, and do image-to-image with HF Diffusers in Google Colab. Use this method to avoid the disconnect screen.
    Thanks to uPix for sponsoring this video: Generate AI selfies in just 1 click. Turn yourself into a superhero, anime character, and more!
    upix.app/
    Watch this video first if you haven't already:
    How to Run Stable Diffusion in Google Colab (Free) WITHOUT DISCONNECT
    • How to Run Stable Diff...
    Txt2img notebook:
    colab.research...
    Img2img notebook:
    colab.research...
    Discover thousands of AI Tools. Also available in 中文, español, 日本語:
    ai-search.io/
    Here's our equipment, in case you're wondering:
    GPU: RTX 4080 amzn.to/3OCOJ8e
    Secondary GPU: GTX 1080 (too old, would not recommend)
    Mic: Shure SM7B amzn.to/3DErjt1
    Secondary mic: Maono PD400x amzn.to/3Klhwvu
    Audio interface: Scarlett Solo amzn.to/3qELMeu
    CPU: i9 11900K amzn.to/3KmYs0b
    Mouse: Logi G502 amzn.to/44e7KCF
    If you found this helpful, consider supporting me here. Hopefully I can turn this from a side-hustle into a full-time thing!
    ko-fi.com/aise...

КОМЕНТАРІ • 292

  • @shawnhaile4823
    @shawnhaile4823 7 місяців тому +11

    Oh my god!! This solves all my questions in mind from your last video on how to use collab. Thank you so much I learned a lot ❤🥰

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

      You’re welcome 😊

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

      is not working help me please
      RuntimeError: Found no NVIDIA driver on your system. Please check that you have an NVIDIA GPU and installed a driver from

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

      @@CreeperCommander it is working fine. you need to watch the first video of this tutorial so know how to run it.

  • @mellio19
    @mellio19 5 місяців тому +3

    cant wait for your episode on using ControlNets and AminateDiff workflow using diffusers inside of Colab 🙂

  • @jamiemunsey
    @jamiemunsey 4 місяці тому +2

    Ah these are the first videos that allowed me to do anything with stable diffusion (I own an intel mac so as far as I can tell Colab is my only free option). Echoing what other people are saying that I'd really love a video on using Animatediff with this system. Specifically, saw a video generated using 2 images (start and end frame) - would LOVE to know how to do that!

  • @joyady7879
    @joyady7879 5 місяців тому +6

    Can you please make a follow up tutorial on creating our own loras and using them? Thank you!

  • @Puttis
    @Puttis 7 місяців тому +2

    For those wondering how to add multiple loras I did some tests and one of the solutions that has worked for me is to fuse Lora models in the code prior to generating an image (doesn't work out well if you add it to the image generation code box)
    Repeat the code for each lora
    pipe.load_lora_weights("[your_lora_path]")
    pipe.fuse_lora(lora_scale=0.7)

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

      nice, thanks for sharing!

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

      did you find anything for clip skip ?

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

      @@mastermaxin1548 haven't looked

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

      @@Puttis so should we move the lora.path to the above code box as well? and i would imagine no changes to "prompt" command? please advice

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

      @@Puttis i tried your multiple loras code but it showed "The current API is supported for operating with a single LoRA file. You are trying to load and fuse more than one LoRA which is not well-supported."

  • @dollarproduction24
    @dollarproduction24 7 місяців тому +2

    Most awaited video ever. Thank you so much ❤❤

  • @pandoman7491
    @pandoman7491 7 місяців тому +1

    yes def one of the best series out there!

  • @warreathmariscal8603
    @warreathmariscal8603 5 місяців тому +6

    Hey! Great video. One question. I get an error on line:
    pipe.load_lora_weights(lora_path)
    the error says "PEFT backend is required for this method."
    I already tried installed peft and import it but still the same. Cant find anything about it.

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

    OMG!!! this is gold !!! this video explains everything!!!! thank you sooo much

  • @yujirokitami-uq8zr
    @yujirokitami-uq8zr 6 місяців тому

    Thank you so much for making this video! I was able to solve my problem I'd been struggling with.

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

    Excellent tutorial!! THANK YOU VERY MUCH!!!!

  • @captainspeedy108
    @captainspeedy108 5 місяців тому +5

    I am having trouble with the lora part. the path. its having trouble with finding the lora weights although had given a valid path to it
    ValueError: PEFT backend is required for this method.

  • @haniefsaintek-kr4gz
    @haniefsaintek-kr4gz 4 місяці тому +1

    Thank you verymuch, it's very helpful

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

    I love you. You are a life saver. Thank you so much for all of this.

  • @ChiyokoTin
    @ChiyokoTin 4 місяці тому +1

    How do I get it to show which seed it used and to save that in a filename?

  • @sammy57533
    @sammy57533 5 місяців тому +2

    hey bro, I am getting ''peft backend required'' what can I do, i installed and imported it, but still it shows. Any solutions?

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

    So many thanks for your kind sharing. This's very helpful 🥰

  • @user-kv9if4vy4m
    @user-kv9if4vy4m 3 місяці тому +1

    BIG trouble i cannot use the lora???why ??i have follow all your steps,but it jump out traceback, in

  • @adam_pbij_sanjik6207
    @adam_pbij_sanjik6207 5 місяців тому +6

    its not working anymore😢
    Have trouble to solve pipe.load_lora_weights(lora-path)
    raise valueerror("peft backend is required for this methode.")

    • @BV-mg1ek
      @BV-mg1ek 5 місяців тому +2

      I’m getting the same error, did you figure out how to solve it?

    • @Smokeywillz
      @Smokeywillz 5 місяців тому

      same error with loras (using SDXL), installed "peft" too and still doesnt work.@@BV-mg1ek

    • @ciaone03
      @ciaone03 4 місяці тому +1

      try adding !pip install -U peft transformers (in the first bracket)

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

      @@ciaone03 Bro you are perfect

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

      @@SeriusTr nah bro, u are

  • @keylanoslokj1806
    @keylanoslokj1806 7 місяців тому +1

    Best AI channel

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

      Thanks!

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

      @@theAIsearch what happens when you want bigger prompts in colab diffusion? Currently the limit is like 80 characters or something

  • @user-uf6ff9uh2b
    @user-uf6ff9uh2b 6 місяців тому +2

    Is there a way, how can i use a Civitai model, that no one added at Hugging face? Download or something else

    • @yujirokitami-uq8zr
      @yujirokitami-uq8zr 6 місяців тому +1

      What about adding it yourself?
      huggingface.co/docs/hub/en/models-uploading

    • @user-uf6ff9uh2b
      @user-uf6ff9uh2b 6 місяців тому

      @@yujirokitami-uq8zr Your instructions tell you how to simply upload files to Hugging Face. I'm interested in all the folders and stuff that are usually included in graphic models. Only a single safetensor is downloaded from Civitai, this is not enough

  • @alolalolgxaqvilo5821
    @alolalolgxaqvilo5821 7 місяців тому +1

    Best UA-camr ever

  • @no-name-dude21
    @no-name-dude21 2 місяці тому

    I need help. In my case, I need to make clip_skip=2. I found how to do it on hugging face, but I have a problem. The output is white noise instead of a picture (and I know it shouldn't be like that, plus this problem happens with different models without LoRas). It doesn't give any error, just the output is white.

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

    Thank you! This was very helpful.

  • @dimaskurnia6972
    @dimaskurnia6972 7 місяців тому +1

    Thank you, it's very helpful. Can you share the inpainting and depth2img tutorial too?

  • @alolalolgxaqvilo5821
    @alolalolgxaqvilo5821 7 місяців тому +3

    Plz do sdxl

  • @izuminayato8007
    @izuminayato8007 5 місяців тому +1

    I have problems lora not working

  • @user-vi1uw7zj1z
    @user-vi1uw7zj1z 6 місяців тому +1

    You are excellent trainer.
    The other question, if the lora was trained by myself but no trigger word, how to make this lora work?

  • @sup8988
    @sup8988 6 місяців тому +1

    Bro, the lora don't work, can you help me?

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

    How can we use ready seeds? I looked through the documentation but no matter what I tried I couldn't succeed.

  • @kunalbhooshan9667
    @kunalbhooshan9667 5 місяців тому +1

    How to remove pic from refrence

  • @twintailsandribbon
    @twintailsandribbon 5 місяців тому +2

    I encounter new problem, it says cross attention kwargs is deprecated

    • @Nonzerotonin
      @Nonzerotonin 5 місяців тому

      were you able to resolve?

    • @twintailsandribbon
      @twintailsandribbon 5 місяців тому

      @@Nonzerotonin nope, but it generate images, if you can't see the images, add a line of code that save the image

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

    Thank bro I hope you get a hundred thousand subscribers

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

    You're such a teacher bro lol. thanks

  • @commandokittykitty726
    @commandokittykitty726 2 дні тому

    How can i load loras from local disk indeed internet?

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

    cant upload lora on hugging face it says limited

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

    Great video! Is there a way to combine two images into one with the img2img diffusion?

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

    LoRAs aren't working, please help. It shows a PEFT error, i tried doing '!pip install peft' but that didn't fix it.

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

    how to fix this "Token indices sequence length is longer than the specified maximum sequence length for this model (83 > 77)"?

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

    Hey I get the outof memory error plsss tell me how to fix this

  • @mykesmith-uh7rc
    @mykesmith-uh7rc 4 місяці тому

    Could you make a tutorial on how to do it but with the XL model? Your tutorial has helped me a lot, but there is a Checkpoint that I would like to use, but it doesn't work because it is an XL, so I would need some help with that

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

    After following each steps in the previous video, the Colab window now displays a full disk space error, hindering the execution of new commands. What can I do to continue using it freely?

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

    I got a question about inpainting. While it does follow the mask just fine, it does seem to create it's own interpretation of the prompt without following the original image. I've tried changing the 'guidance' value but it still does it's own stuff.

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

    amazing as usual thank you.

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

      ok i played with this for a bit now and holy shit is it beautiful and that separation in the code so i dont have to load it all so FUCKING BEATIFUL
      even tho this will most likely be patched very soon but thank you so much for at least giving some of us the chance to use it

    • @theAIsearch
      @theAIsearch  7 місяців тому +1

      glad it worked for you!

  • @hereforyou7322
    @hereforyou7322 5 місяців тому

    u helped me a lot bro

  • @kapdsiheadoffice9240
    @kapdsiheadoffice9240 7 місяців тому +1

    hi, maybe you can add options like VAE, and Seed like on a1111 , thankssssssss

  • @ghidart365
    @ghidart365 7 місяців тому +1

    excellent video! thank you! I have another question, where can I find the necessary information to install extensions like Adetailer, control net, Faceswap and many more that are easily installed in Stable Diffusion Local? It would be great if you created a discord group where we can collaborate among all interested parties to improve this notebook and share information on this topic. Thanks again for your contribution to the community! 😊

    • @theAIsearch
      @theAIsearch  7 місяців тому +2

      you can try the add details lora: civitai.com/models/82098/add-more-details-detail-enhancer-tweaker-lora
      or try upscaling: github.com/huggingface/diffusers/issues/3429
      controlnet is here:huggingface.co/docs/diffusers/using-diffusers/controlnet
      I couldn't find any solution for faceswap w diffusers

  • @chrisholzworth6530
    @chrisholzworth6530 5 місяців тому

    I am having trouble with the lora part. This ia what the error is saying: ModuleNotFoundError Traceback (most recent call last)
    in ()
    1 import torch
    ----> 2 from diffusers import StableDiffusionPipeline
    3
    4 pipe = StableDiffusionPipeline.from_pretrained("emilianJR/epiCRealism", torch_dtype=torch.float16)
    5 pipe = pipe.to("cuda")
    ModuleNotFoundError: No module named 'diffusers'

  • @user-kp5oe8tu9g
    @user-kp5oe8tu9g 7 місяців тому

    How to increase the token limit? I managed to do it on stable diffusion 1.5, but the XL doesn't work.

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

    What about upscalers

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

    Thak you for the wonderful video. Can you tell how can we activate end key api in this build

  • @Indognesia
    @Indognesia 6 місяців тому +1

    Is it possible to add multiple loras?

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

    is there a way so instead of uploading to hugging face you upload the lora into google drive and the code read the lora from Google drive or nah?

  • @CreeperCommander
    @CreeperCommander 6 місяців тому +1

    is not working help me please
    RuntimeError: Found no NVIDIA driver on your system. Please check that you have an NVIDIA GPU and installed a driver from

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

      at the top, click runtime > change runtime type > t4 gpu

    • @2ez4bdayboy
      @2ez4bdayboy 3 місяці тому

      @@theAIsearch i clicked t4 gpu, but it says GPU usage limit reached...what should i do?

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

    Could you add an option to add checkpoint models?

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

    Loved the video. Is there a way to use seed. If yes than is there a way to reuse the image and seed to make changes to the generated images.

  • @2ez4bdayboy
    @2ez4bdayboy 3 місяці тому

    Hello i get error GPU Limit in Collab. Do you know how to solve it?

  • @calvingarry7974
    @calvingarry7974 5 місяців тому

    Hello Great Work. an you link docs to batch convertion i cant seem to find it

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

    How do I use a ControlNet model (other than the inpainting one) when inpainting??

  • @miked.7245
    @miked.7245 6 місяців тому

    I can't get the lora to work. even without changing the code and using your lora path with the_rock lora.

  • @HansVan-k4u
    @HansVan-k4u 3 дні тому

    Hi, im trying to use your collab with lora, but i get this error
    ValueError Traceback (most recent call last)
    in ()
    1 lora_path = "ai-tools-search/the-rock"
    ----> 2 pipe.load_lora_weights(lora_path)
    3
    4
    5 prompt = "th3r0ck, the rock, 8K, masterpiece, ultradetailed"

  • @theyellowarchitect4504
    @theyellowarchitect4504 7 місяців тому +1

    What are the GPU minimum specs for Stable Diffusion? (so I run it locally)
    Edit: It's 10 GB VRAM (with NVIDIA GPU), but there are forks where it can run with 6
    Anyway, thanks for the video, the whole workflow looks great!

    • @theAIsearch
      @theAIsearch  7 місяців тому +2

      glad you found the specs!

  • @ernestocarrera5858
    @ernestocarrera5858 5 місяців тому

    the new results are blurry, or with error, don't know if google did something.

  • @sup8988
    @sup8988 6 місяців тому +1

    I tried a lot of lora's and all of them not work, can you help me?

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

      I changed it a little and give me this error:
      ValueError Traceback (most recent call last)
      in ()
      1 lora_path = "ai-tools-search/the-rock"
      ----> 2 pipe.load_lora_weights(lora_path)
      3
      4
      5 prompt = "photo of th3r0ck , he is wearing a military clothes, military cap, in battleground destroyed city. dramatic lighting"
      /usr/local/lib/python3.10/dist-packages/diffusers/loaders/lora.py in load_lora_weights(self, pretrained_model_name_or_path_or_dict, adapter_name, **kwargs)
      105 """
      106 if not USE_PEFT_BACKEND:
      --> 107 raise ValueError("PEFT backend is required for this method.")
      108
      109 # First, ensure that the checkpoint is a compatible one and can be successfully loaded.
      The thing is that it happends me with every checkpoint, and the error value says: ValueError: PEFT backend is required for this method.

  • @Nonzerotonin
    @Nonzerotonin 5 місяців тому

    Does anyone reading comments know how to resolve "cross_attention_kwargs ['scale'] are not expected by AttnProcessor2_0 and will be ignored"?

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

    Can something be done to directly run models from civitai?

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

    Is there any way to apply another shaper and rescaling?

  • @user-wk5gh6ip6v
    @user-wk5gh6ip6v 7 місяців тому

    Love your videos. Can you show how to upscale your images on the next one?

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

      I haven't tried it but see this huggingface.co/docs/diffusers/en/api/pipelines/stable_diffusion/upscale

  • @personmuc943
    @personmuc943 7 місяців тому +1

    Thank you so much bro! Is it possible to install extensions like ControlNet with its models for this?

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

      yes see this huggingface.co/docs/diffusers/using-diffusers/controlnet

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

      @@theAIsearch That was so helpful man, thanks!

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

    thank you sir

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

    Great tutorial.. Love your growth mindset! Can you do a demo where you replicate a image 100% from CivitAI using all the components of the image plus the seed. This is something I still haven't been able to do

    • @theAIsearch
      @theAIsearch  7 місяців тому +1

      note that civitai images can be misleading, because some of them use img2img. even if you copy the same settings, if you don't have the base image, you won't get the same result.
      It's better if you tell me what exactly you're trying to achieve? if you want to get a similar to image, I would do img2img from the civitai image

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

    Thank you amazing video, I wonder if I can use stable video diffusion in this way

    • @theAIsearch
      @theAIsearch  7 місяців тому +1

      yes! huggingface.co/docs/diffusers/using-diffusers/svd

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

      ​@@theAIsearchThank you, I'm trying it right away 😅

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

    Thank you very much!! I wonder that can i add textual inversion into this model or there exists other way to achieve this gaol.

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

      I haven't tried it but see this: huggingface.co/docs/diffusers/en/training/text_inversion

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

    for nsfw images, the images are being blurred or deformed, this didin't happen before, maybe google put a lock or something?, face and n1ppl3s are covered or deformed.

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

    it seems that the final touch while swapping faces you didn't provide the exact final collab code in the description. Please can you help me to get the final things?

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

      this requires roop or reactor which isn't available for diffusers afaik

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

    why output show disrtoyed picture

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

    can we generate web design with it for ideas?

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

    Is there any way to use after detailer plugin

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

    Doesn't work ! Says cuda run out of memory even after: [import gc
    torch.cuda.empty_cache()
    gc.collect() ]This command 😢 what should i do? Plz help

    • @theAIsearch
      @theAIsearch  7 місяців тому +1

      try to disconnect/delete runtime and start again

    • @not4639
      @not4639 7 місяців тому +1

      Still didn't work 😢
      ​@@theAIsearch

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

    For those getting peft error while adding loras add "!pip install peft" to the top code block

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

      how do you import it

    • @nyr_Ea
      @nyr_Ea 5 місяців тому

      @@jenniferohunyon9871 the lora? He explained in the video...

    • @murtazahussain6689
      @murtazahussain6689 5 місяців тому

      @@jenniferohunyon9871 for loras the guy in the video explained pretty well just add !pip install peft
      With the pip install torch[diffusers] and stuff

    • @formiga_plays
      @formiga_plays 5 місяців тому

      bro i make the pip install and import but doesn't solve my error can u help me ?

  • @mtbax
    @mtbax 6 місяців тому +1

    bro please tell me how to add vae

    • @theAIsearch
      @theAIsearch  6 місяців тому +1

      try:
      vae = AutoencoderKL.from_pretrained("stabilityai/sd-vae-ft-mse").to("cuda")
      pipe.vae = vae
      assuming you named your pipeline pipe

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

      @@theAIsearch its not working it says AutoencoderKL" is not defined

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

    hi! thanks for video. can i ask why i receive "TypeError: argument of type 'NoneType' is not iterable" error when i try change model - checkpoint?

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

      please paste more of the error. it should say which line broke

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

    What about using colab as an API for making requests?

  • @iamakshatraj
    @iamakshatraj 7 місяців тому +1

    hey man really love watching your videos , they are so informative and so much to learn from , also just wanted to know if we could also use SDXL inpainting in google colab? and if we could i would really appreciate if you made a video about it

    • @theAIsearch
      @theAIsearch  7 місяців тому +1

      yes huggingface.co/diffusers/stable-diffusion-xl-1.0-inpainting-0.1

    • @iamakshatraj
      @iamakshatraj 7 місяців тому +1

      @@theAIsearch could you make a video bout it showing us how to implement it because I've tried doing it and it just doesn't work

  • @baconstudio4006
    @baconstudio4006 7 місяців тому +1

    how can i use a seed on this mode?

    • @ProfessorCode
      @ProfessorCode 5 місяців тому

      Hi, after some read of the documentation is very easy, just add this to define the seed.
      generator = torch.Generator("cuda").manual_seed(10)
      And then add the parameter in the pipe, like this:
      images= pipe(prompt, generator=generator ,height=h, width=w, num_images_per_prompt=num_images, num_inference_steps=steps, guidance_scale=guidance, negative_prompt=neg).images
      Hope it works.

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

    do you have workflow in comfyUI? do you have colab with different kinds of models to improve performance, particularly for video

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

      Unfortunately comfyui is a gui so it wouldn't work in the colab free plan

  • @flaxx_hidayatulloh
    @flaxx_hidayatulloh 5 місяців тому

    is it possible to use multiple loras? how to do it?

  • @user-fo6qc5oi9q
    @user-fo6qc5oi9q 6 місяців тому

    can you tell me how to do inpainting??

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

    Hey, love your video, I have question, can you use inpaint on this? Or maybe can you create the tutorial? I read the documentation, it said I need 2 images, original image and masked image, how do i get the masked image?

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

      see this: huggingface.co/docs/diffusers/using-diffusers/inpaint#create-a-mask-image

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

    A short question, when you put a lora and generate it, your lora work? I try someones and I didn't saw any effect

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

      yes. did you put any keyword to trigger the lora in the prompt?

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

      @@theAIsearch yes, I had tried all type of keyword, but I got nothing. Also, I tried use other people Lora but it still same

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

    How to improve image quality and such

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

    Thank you for the video and resources! - What about multiple LoRAs? Can we load more than one at a time and tweak their weight independently?

    • @theAIsearch
      @theAIsearch  7 місяців тому +1

      i haven't tried it, but see this medium.com/@natsunoyuki/using-civitai-loras-with-diffusers-e3ef3e47c413

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

      Thank you! You're amazing! @@theAIsearch

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

      Could you apply multiple Loras?

  • @user-qm3ld5cv5g
    @user-qm3ld5cv5g 5 місяців тому

    God bless you

  • @user-jy8nr7nf9u
    @user-jy8nr7nf9u 6 місяців тому

    does diffusers generate the similar picture to stable diffusion with the same prompt ?

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

      yes, If you use the same settings and seed, it should be a similar image

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

    Great tutorial! Can we upload our own models to Colab folder instead of hugging face?

    • @theAIsearch
      @theAIsearch  6 місяців тому +1

      i think so, but I haven't tried it

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

    bro is there a way to make an influencer with AI with this tools?... iam trying this days but iam trying to do it with colab because i need to help another friends to do the same and have a good income.... Another realistic checkpoints not work or said that is an error.... nobody in youtube teach how to make this influencers with colab or the colabs that were working are banned from google because the high requirements. I am just a seller on the internet but i like to learn new things, greetings from veracruz, mexico

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

    can you add control net

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

    Please make a full video on RVC V2 without using external gpu

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

      I'll need to see if that's possible. There's no clear documentation like diffusers

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

    make a tutorial on how to add control net if possible thank you🤩🤩

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

    I did not understand what code you have generated in chatgpt . And what is the code . 11:14 Please maintain in reply or give link

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

      Txt2img notebook:
      colab.research.google.com/drive/1sv9Nlleu09I5PB9CpB1kMq_nNFihYMJN?usp=sharing
      Img2img notebook:
      colab.research.google.com/drive/1DS2PL-JTIh6PGo_-9xQuXu8vbJGsBN_c?usp=sharing