UmeAiRT ComfyUI auto installer
I'm sharing with you my installation script, which automatically provides ComfyUI, workflows, FLUX model, ...
With a few questions at the beginning of the script, only the desired elements will be downloaded.
Prerequisites :
What's included :
ComfyUI :
portable version pytorch 2.8.0+cu129,
ComfyUI Manager,
all custom nodes used in my workflows.
Workflow :
TXT to IMG.json: Basic text-to-image generation.IMG to IMG.json: Basic image-to-image generation.INPAINT.json: For modifying or replacing part of an image (inpainting).OUTPAINT.json: For extending an image beyond its original borders (outpainting).KONTEXT.json: For contextual editing and generation.ControlNet
CtrlNet Canny.json: Guides generation using Canny edges.CtrlNet Depth.json: Guides generation using a depth map.CtrlNet HED.json: Guides generation using soft edges (HED).CtrlNet Openpose.json: Guides generation from a skeletal pose.
Tools
LoRA.json: Example of how to use a LoRA with FLUX models.Upscale.json
Models : (base,gguf,nunchaku)
Flux1-dev,
Flux1-fill,
Flux1-Kontext.
Clips :
ViT-L-14-TEXT-detail-improved-hiT-GmP-TE-only-HF,
Clip_l,
t5xxl_fp8_e4m3fn.safetensors.
ControlNet :
Canny,
Depth,
Hed,
OpenPose.
Upscale Model :
Custom Nodes included :
Description
Node auto installer and ComfyUI update during script
FAQ
Comments (3)
Hello, thank you for your work.
But I have two questions
In my case, this script unzips and puts everything directly to the System 32 folder. Is there any way to correctly change the installation folder or add some request for the destination folder at the beginning of the script launch?
Also - Outside the Comfi_UI folder, does it install only 7zip - or some any software/files, and if so, where exactly?
Thanks.
If this happens in the “System 32” folder, you are running the script as an administrator or your UAC is deactivated. To solve this problem, first open a terminal in the script folder, then run the script.
https://s3.amazonaws.com/i.snag.gy/7qj0nh.jpg
https://s3.amazonaws.com/i.snag.gy/WVuBs9.jpg
(Sorry for french windows ^^")
Apart from 7zip, there is also git for windows to install.
@UmeAiRT yes, that's right, UAC is disabled.
Thanks for the tip with the terminal window, yes, sure, i should have remembered that, my mistake, sorry)) Actually, I did it easier - I just cut and paste that folder from System32 to correct destination.
Btw, script sipmly close terminal window after Lora processing, i.e. practically at the end, but without any message.
But, anyway, Comfy UI starts and seems to be working (well, at least it's starting and shows interface,)
Thank you very much for this script.

