Comfyui Tutorial: New Flux-NF4 for Low Vram

แชร์
ฝัง
  • เผยแพร่เมื่อ 17 ม.ค. 2025

ความคิดเห็น • 74

  • @ammarsoft3491
    @ammarsoft3491 2 หลายเดือนก่อน +1

    شكر أخي ومرحبا بناس عنابة

    • @cgpixel6745
      @cgpixel6745  2 หลายเดือนก่อน

      sahit khoya vive dz

    • @ammarsoft3491
      @ammarsoft3491 2 หลายเดือนก่อน

      @@cgpixel6745 vive dz

  • @erenyaegar-tx2dd
    @erenyaegar-tx2dd หลายเดือนก่อน +3

    KSampler
    Expected a cuda device, but got: cpu

    • @erenyaegar-tx2dd
      @erenyaegar-tx2dd หลายเดือนก่อน +1

      i have gpu enabled , rtx 3060

    • @cgpixel6745
      @cgpixel6745  หลายเดือนก่อน

      update comfyui and dependencies

  • @defidigest9
    @defidigest9 4 หลายเดือนก่อน +1

    where is the python_embedded folder? I don't see it in my comfyUI folder

    • @cgpixel6745
      @cgpixel6745  4 หลายเดือนก่อน

      in comfyui windows portable folder it should be there otherwise comfy wont work for ya

  • @jameskg-v9j
    @jameskg-v9j 2 หลายเดือนก่อน +1

    Missing Node Types
    When loading the graph, the following node types were not found
    SDXLEmptyLatentSizePicker+
    UltimateSDUpscale
    bro I have this issue, I searched but couldn't find yet

    • @cgpixel6745
      @cgpixel6745  2 หลายเดือนก่อน

      go to comfyui manager then click on install missing custom nodes then click on update all restart your comfyui and it should be done

  • @giovannigiorgio1536
    @giovannigiorgio1536 5 หลายเดือนก่อน +3

    Does anybody know how to solve this when trying to install requirements?:
    "'pip' is not recognized as an internal or external command,
    operable program or batch file."
    Thankx

    • @cgpixel6745
      @cgpixel6745  4 หลายเดือนก่อน +1

      Yes I know you need to install the git fonction in order to work try it on google

    • @giovannigiorgio1536
      @giovannigiorgio1536 4 หลายเดือนก่อน

      @@cgpixel6745 Thank you, it worked!

    • @giovannigiorgio1536
      @giovannigiorgio1536 4 หลายเดือนก่อน

      The solution:
      th-cam.com/video/jPRIzVZulhA/w-d-xo.htmlsi=KBMHB8TgdzlxlF24

    • @asialounge9473
      @asialounge9473 4 หลายเดือนก่อน

      @@cgpixel6745 I have the same problem, but I have Git installed...

  • @lettheworldsee8659
    @lettheworldsee8659 3 หลายเดือนก่อน +1

    thhanks for the tut , but i keep having an error : KSampler Allocation on device

    • @lettheworldsee8659
      @lettheworldsee8659 3 หลายเดือนก่อน

      i have 16GB RAM and 2060 6GB

    • @cgpixel6745
      @cgpixel6745  3 หลายเดือนก่อน +1

      @@lettheworldsee8659 try to update comfyui dependencies in comfyui root folder search for update folder

    • @lettheworldsee8659
      @lettheworldsee8659 3 หลายเดือนก่อน

      @@cgpixel6745 goona try that , thanks for your fast reply

  • @justingooligan7059
    @justingooligan7059 4 หลายเดือนก่อน +1

    good tut, ! i have the same card as you, it works but its painfully slow. the waiting throws me off and my creativity is in the toilet. im having so much fun with SDXL, and controlnets that i will stick to that until there is a more viable way to run this locally ( this day may never come lol ) thank you for the walkthrough .

    • @cgpixel6745
      @cgpixel6745  4 หลายเดือนก่อน

      First try to downgrade you pytorch to 2.3.1 if this doesn't work for you watch my tutorial bout forge it's way more faster than comfy

  • @aifid2228
    @aifid2228 4 หลายเดือนก่อน +1

    what other requirements are needed to run flux nf4? i meant the VAE and clip

    • @cgpixel6745
      @cgpixel6745  4 หลายเดือนก่อน

      you only need the NF4 model and to install nf4 loader, the model has its own VAE and clipvision integrated

    • @RodrigoAGJ
      @RodrigoAGJ 3 หลายเดือนก่อน

      ae.safetensor

  • @asialounge9473
    @asialounge9473 4 หลายเดือนก่อน +2

    Error: 'pip' is not recognized as an internal command...

    • @cgpixel6745
      @cgpixel6745  4 หลายเดือนก่อน

      you need to install the git function use this link git-scm.com/download/win then you can follow my installation steps

    • @themarlez
      @themarlez 4 หลายเดือนก่อน

      th-cam.com/video/dj5oOPaeIqI/w-d-xo.html

    • @adamirons5327
      @adamirons5327 4 หลายเดือนก่อน

      @@cgpixel6745 Greetings, i did this and i am still getting the error "Error: 'pip' is not recognized as an internal command..." i am wondering if there is something else that needs to be done...

    • @RodrigoAGJ
      @RodrigoAGJ 3 หลายเดือนก่อน

      @@adamirons5327 Find the Python Installation Path:
      Open the folder where Python is installed (e.g., C:\PythonXX or C:\Users\\AppData\Local\Programs\Python\PythonXX).
      Locate the Scripts folder, which should contain pip.exe (e.g., C:\PythonXX\Scripts).
      Add Python and pip to the PATH:
      Right-click This PC or My Computer, then select Properties.
      Click on Advanced System Settings and then Environment Variables.
      In the System variables section, find the Path variable, select it, and click Edit.
      Click New and add the path to the Python folder (e.g., C:\PythonXX\).
      Add another New entry for the Scripts folder (e.g., C:\PythonXX\Scripts).
      Click OK to save.
      Restart Command Prompt: After setting the PATH variable, close the command prompt and open it again. Then try running:
      bash
      Copy code
      pip --version
      If pip is correctly added, it should display the pip version.
      3. Upgrade pip (Optional):
      If pip is installed but outdated, you can upgrade it with:
      bash
      Copy code
      python -m pip install --upgrade pip

  • @DesignDesigns
    @DesignDesigns 4 หลายเดือนก่อน +1

    Thank you....

  • @phridays
    @phridays 5 หลายเดือนก่อน

    On 2:51 you have a search box that isn't part of comfy UI manager or any of the steps prior, how do I get that?

    • @cgpixel6745
      @cgpixel6745  5 หลายเดือนก่อน

      by double clicking its new comfyui interface that you can get when u update comfy

    • @robxsiq7744
      @robxsiq7744 5 หลายเดือนก่อน

      @@cgpixel6745 Gotta hold down your alt key while double clicking for the search to come up. important step. :)

  • @jesontotti1
    @jesontotti1 5 หลายเดือนก่อน +3

    Hi i try your tutorial, but i have 15 minutes for 1 generation. I have an Nvidia Geforce gtx 1070 with 8gb vram. Where i make mistakes?

    • @kargulo
      @kargulo 5 หลายเดือนก่อน

      @@jesontotti1 check pytorch version

  • @kalayan705
    @kalayan705 4 หลายเดือนก่อน

    can u share your workflow? thx for wonderfull tutorial

    • @cgpixel6745
      @cgpixel6745  4 หลายเดือนก่อน

      as i said in the tutorial its comfyui default workflow you only need to add NF4 checkpoint loader

    • @kalayan705
      @kalayan705 4 หลายเดือนก่อน +1

      @@cgpixel6745 ok

  • @francoisneko
    @francoisneko 5 หลายเดือนก่อน +1

    Are you able to generate with a Lora ? If yes, what is your generation time ?

    • @cgpixel6745
      @cgpixel6745  5 หลายเดือนก่อน +2

      i tried all flux lora but it didn't work and after some investigation i found that you need special nodes for flux lora. for the generation time it was between 1-2 min

    • @francoisneko
      @francoisneko 5 หลายเดือนก่อน

      @@cgpixel6745 1 or 2 minutes is quite good for your spec. Hopefully there will be more optimisations down the line !

  • @chito6724
    @chito6724 5 หลายเดือนก่อน +1

    Looks nice, what GPU was used and what was the average generation times? Would love to know how long 1024 X 1024 takes.

    • @cgpixel6745
      @cgpixel6745  5 หลายเดือนก่อน +2

      rtx 3060 with 6fb vram and the generation time is around 1min

  • @vikashchauhan9760
    @vikashchauhan9760 4 หลายเดือนก่อน

    CheckpointloaderNF4 is not showing in my nodes?? what to do?

    • @cgpixel6745
      @cgpixel6745  4 หลายเดือนก่อน

      it means you did not install it right just delet it and install it again

  •  5 หลายเดือนก่อน

    Can you please make a tutorial for ComfyUI GGUF loader too? Would appreciate a workflow, it's very confusing as a new user, thanks in advance.

    • @cgpixel6745
      @cgpixel6745  5 หลายเดือนก่อน

      Ok no problem just stay tuned

  • @kargulo
    @kargulo 5 หลายเดือนก่อน +1

    Hi , im able to run that but with my 16G vram is taking ages 5% in 4 min , so Im resigned using FLUX at all :) but thanks for good tutorial

    • @cgpixel6745
      @cgpixel6745  5 หลายเดือนก่อน +1

      its because you are using pytorch 2.4 you need to downgrade it and it should be fine same thing happened to me

    • @kargulo
      @kargulo 5 หลายเดือนก่อน

      @@cgpixel6745 will try . Thx

    • @kargulo
      @kargulo 5 หลายเดือนก่อน

      @@cgpixel6745 You was almost right , because in other way , I had 2.0.1 pytorch and when updated to 2.4 it rendering in around 100 - 250 sec. of course I changed resolution for 1072x1500 :)
      it OK , but could be better :)

  • @Best.Gaming.Futures
    @Best.Gaming.Futures 4 หลายเดือนก่อน +1

    where is json file?

    • @cgpixel6745
      @cgpixel6745  4 หลายเดือนก่อน

      there is no workflow for this tutorial since i am using the default comfy workflow at the exception checkpointloader NF4 that you can add easily

  • @zafiroanejo7598
    @zafiroanejo7598 4 หลายเดือนก่อน

    Thanks for the tutorial but i got an error :
    torch.OutOfMemoryError: Allocation on device
    Is it because of the 16gb RAM? Is there a way to fix this?

    • @cgpixel6745
      @cgpixel6745  4 หลายเดือนก่อน

      This happened to me sometimes from what I know the New pytorch version is the main reason try to downgrade it to 2.3.1 and what is your GPU vram ?

  • @marcoantonionunezcosinga7828
    @marcoantonionunezcosinga7828 5 หลายเดือนก่อน

    It looks great. Does the "Flux-NF4" model automatically perform its optimization or is there a way to regulate how much "VRAM" is going to be used, as is the case with "Forge"?🤔

    • @cgpixel6745
      @cgpixel6745  5 หลายเดือนก่อน

      yes it perform its own optimization not like forge where you can control the vram usage

  • @Sujal-ow7cj
    @Sujal-ow7cj 5 หลายเดือนก่อน +1

    will it run on 8gb, i have rx 6600 comfy ui installed

    • @cgpixel6745
      @cgpixel6745  5 หลายเดือนก่อน

      yes it will run mine is 6gb

    • @Sujal-ow7cj
      @Sujal-ow7cj 5 หลายเดือนก่อน

      @@cgpixel6745 thanks 😄

    • @Jadepulse-fx9jj
      @Jadepulse-fx9jj 5 หลายเดือนก่อน

      @@cgpixel6745 Will my gtx 1650 possibly run it?!

  • @phaylali
    @phaylali 4 หลายเดือนก่อน

    bro are you moroccan? lahja dyalk katbanli mghribi

    • @cgpixel6745
      @cgpixel6745  4 หลายเดือนก่อน +1

      Hello bro I a not Moroccan I am Algerian dzpower

    • @phaylali
      @phaylali 4 หลายเดือนก่อน

      @@cgpixel6745 mr7ba khoya , knt baghi n9olk bitsandbytes bnisba l AMD GPU , rah l3adab, s3ib bzaf o mkayakhdmch , walakin bnisba l nvidia kaykhdm direct , ida bghiti tkhdm flux b amd khask flux gguf

  • @kojakjako9986
    @kojakjako9986 5 หลายเดือนก่อน

    TY so much for this tuto ! But i have a problem i generate 250s/it with a 1660 super 6g et 32 g ram and i downgrade pytorch

    • @cgpixel6745
      @cgpixel6745  4 หลายเดือนก่อน

      It weird I can't tell you exactly because I am facing the same problem and I think it's related to comfyui update

  • @Hood_History_Club
    @Hood_History_Club 5 หลายเดือนก่อน +1

    doesnt work. ModuleNotFoundError: No module named 'gguf' Cant run ComfyUi. any help?
    You also said:
    Go into COMFY UI Manager. But I dont have that in mines and I just installed the latest version.
    You also said:
    You can to 'here' to the search bar. Without actually telling us how to open the search bar, it just appears on screen.
    You also said:
    Go into your ComfyUI Manager, as you went into the ComfyUI folder...do we go into the manager or the folder?
    Lastly why the hidden tricks in every video? You dont tell us how to install Flux in your example you already have it installed. You even start the video showing the checkpoint installed. WHat a joke

  • @Ai-dl2ut
    @Ai-dl2ut 5 หลายเดือนก่อน +1

    GGUF is better i also have same 6gb..work great than NF4

    • @cgpixel6745
      @cgpixel6745  5 หลายเดือนก่อน +2

      I will do a tutorial about that

    • @Ai-dl2ut
      @Ai-dl2ut 5 หลายเดือนก่อน

      @@cgpixel6745 thanks

  • @sevenseven31
    @sevenseven31 5 หลายเดือนก่อน

    50%& 50%

  • @nannan3347
    @nannan3347 5 หลายเดือนก่อน

    Why didn't you include a link to the ComfyUI workflow? Useless tutorial.

    • @cgpixel6745
      @cgpixel6745  4 หลายเดือนก่อน

      Thanks for the comments but adding one node to comfy default workflow is not that difficult don't you think?