ComfyUI PuLID: Installation and Workflow made EASY!!!

Sdílet
Vložit
  • čas přidán 26. 08. 2024

Komentáře • 46

  • @IdgrafixCh
    @IdgrafixCh Před 3 dny

    Thanks for your clear and patient explanations! 🙏

  • @mohdfaizan5365
    @mohdfaizan5365 Před měsícem +3

    "Hey, thanks a lot for Creating this tutorial! Really appreciate your effort, you're awesome!👍"

  • @Nadine_Shmuffin_Vlog
    @Nadine_Shmuffin_Vlog Před 14 hodinami

    Thank you very much! You are best!!!

  • @grobknoblin5402
    @grobknoblin5402 Před 25 dny +1

    You are a hero dude! THANK YOU so much I would have never been able to do this without your help! you are awsome! I hope you are doing well youve earned my subscription! you explained everything so perfectly and went through so many things that would have slipped me up! one issue i had was where to put the pulid model and the unet loader model in comfy ui?

    • @CodeCraftersCorner
      @CodeCraftersCorner  Před 24 dny +2

      Thank you for watching and the sub!
      The models will go inside ComfyUI > models folder.
      Here, you will need to create a new folder and name it pulid. Place the pulid ip-adapter model here.
      The base model will go inside the checkpoints folder. Be sure to use SDXL ones as PuLID will only work with SDXL and not SD1.5 models.

    • @grobknoblin5402
      @grobknoblin5402 Před 24 dny +1

      @@CodeCraftersCorner Thank you so much i finally fixed it! I made sure I posted your video in 'latent vision's youtuube comment section so the people there could easily do his tutorial you are the best man!!!!!

    • @CodeCraftersCorner
      @CodeCraftersCorner  Před 24 dny +2

      Thanks for the update! Glad it worked for you, and I appreciate you sharing the video in the comments.

  • @dadekennedy9712
    @dadekennedy9712 Před měsícem +1

    Thank you for your super detailed videos!

  • @oncelife7499
    @oncelife7499 Před měsícem +1

    thank you
    I will watch the useful video and learn from it.
    I will support you~

  • @glibsonoran
    @glibsonoran Před měsícem +1

    Nice tutorial for a fairly complicated installation. Thx :)

  • @Im_JustKev
    @Im_JustKev Před měsícem +1

    Outstanding presentation. Thank you. 😀

  • @user-lb6cy9sx3j
    @user-lb6cy9sx3j Před 16 dny

    Thanks! Keep it up! 💪

  • @jeremyjones1525
    @jeremyjones1525 Před měsícem +1

    THANK YOU!

  • @viraartist
    @viraartist Před 7 dny

    Thank you🙂

  • @nguyenhai551
    @nguyenhai551 Před měsícem +1

    thank you

  • @itsmenord1993
    @itsmenord1993 Před měsícem +1

    thank you sir

  • @user-jn5rg2ny5x
    @user-jn5rg2ny5x Před 27 dny +1

    Bro, I can't get this model juggernautXL_4_Steps_Lightning.safetensors?

    • @CodeCraftersCorner
      @CodeCraftersCorner  Před 26 dny +1

      Hello, you should search for Juggernaut XL on civitai website. The model id is 133005. Once the page loads, just below the name, there are different models you can choose from. Download the one that says: V9+RDPhoto2-Lightning_4S

  • @olenatrifan7852
    @olenatrifan7852 Před 8 dny

    hii! thank you so much for the tutorial! for some reason I still have 4 missing nodes when loading a pipeline (missing pulidInsightFace, PulidModelLoader, PulidEvaClip, Apply Pulid). When I try pip install insightface it says, it's already installed..I assume it's not about individual components, can't find the solution

    • @CodeCraftersCorner
      @CodeCraftersCorner  Před 7 dny +1

      Can you try to update ComfyUI and the PuLID custom node manually. In your terminal, go to ComfyUI and type "git pull". Then go to custom node folder > pulid > type "git pull". Then try again.

    • @olenatrifan7852
      @olenatrifan7852 Před 6 dny

      @@CodeCraftersCorner thank you so much!

  • @pruebalandia5189
    @pruebalandia5189 Před 19 dny

    Could someone help me? I get this error after installing PuLID from Manager and I don't know how to solve it: "Cannot import F:\Comfyui\ComfyUI\custom_nodes\PuLID_ComfyUI module for custom nodes: Unable to import dependency onnxruntime."

    • @CodeCraftersCorner
      @CodeCraftersCorner  Před 18 dny

      Can you try to open the terminal in your ComfyUI folder: F:\Comfyui
      Type in this command: python_embeded\python.exe -m pip install onnxruntime
      press enter.
      See if the install and then start ComfyUI

  • @ZakariaNada
    @ZakariaNada Před 11 dny

    Thank you for the amazing tutorials, liked, subs and notif up! Can you please tell me what could be the problem, I installed PuLID node but it's says IMPORT FAILED, and that's the case for many other nodes. My comfy is pinokio integrated and I always update it and I tried the fix ''TRY FIX". Also for imported nodes When I try to generate it says: Numpy error.

    • @CodeCraftersCorner
      @CodeCraftersCorner  Před 10 dny

      Hello, can you check your terminal and see if you have any "module not found" error. Usually, the import will fail if you are missing some dependencies. Missing "Insightface module" is common or it can be the "filterpy" module.

    • @ZakariaNada
      @ZakariaNada Před 10 dny

      @@CodeCraftersCorner thanks, I fixed the issue by deleting everything and reinstalling it.

    • @CodeCraftersCorner
      @CodeCraftersCorner  Před 7 dny

      Glad you got it to work.

  • @daxgarduno3335
    @daxgarduno3335 Před měsícem

    how to install it if I don't have the portable version????

    • @CodeCraftersCorner
      @CodeCraftersCorner  Před měsícem +2

      Hello, most of the steps will be the same. You will have to replace part of the command with you python environment. Every time, I said "Python_embedded/python.exe", you have to use your virtual environment or conda environment python executable instead to run the command. Otherwise, it will be the same.

  • @ShubzGhuman
    @ShubzGhuman Před měsícem

    facexlib error never goes away, i tried everything

    • @CodeCraftersCorner
      @CodeCraftersCorner  Před měsícem

      Sorry to hear that! I understand it can be really frustrating. As a last resort, you might consider trying Python 3.10. However, this can lead to more complications with future updates.

    • @ShubzGhuman
      @ShubzGhuman Před měsícem

      @@CodeCraftersCorner yes i did it i was using pythoon 3.12 then i had to downgrade.

    • @CodeCraftersCorner
      @CodeCraftersCorner  Před měsícem

      @ShubzGhuman I see.

  • @yngeneer
    @yngeneer Před měsícem

    what about live portrait, isn't it better?

    • @深度伪造爱好者
      @深度伪造爱好者 Před měsícem +2

      Yes it's way far better

    • @CodeCraftersCorner
      @CodeCraftersCorner  Před měsícem +2

      I'll say better

    • @深度伪造爱好者
      @深度伪造爱好者 Před měsícem +1

      @@CodeCraftersCorner PuLID or libepotrait???
      Live potrait mix node one is superior

    • @CodeCraftersCorner
      @CodeCraftersCorner  Před měsícem +1

      They are for two different purposes though. LivePortrait will animate a static portrait while PuLID will create a new image with the face.

  • @cdrbroda
    @cdrbroda Před měsícem

    ValueError: Query/Key/Value should either all have the same dtype, or (in the quantized case) Key/Value should have dtype torch.int32
    query.dtype: torch.float32
    key.dtype : torch.float16
    value.dtype: torch.float16
    🤔

    • @CodeCraftersCorner
      @CodeCraftersCorner  Před měsícem

      You can try running ComfyUI with --force-fp16. Add it to the run_nvidia_gpu.bat (batch) file. It may or may not work though!