Skip to content

jakechai/ComfyUI-JakeUpgrade

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

ComfyUI Jake Upgrade

A ComfyUI workflow customization by Jake.

If you like what I share, please support me with PayPal.

Installation

  1. git clone https://github.com/jakechai/ComfyUI-JakeUpgrade into the custom_nodes folder

    • e.g. custom_nodes\ComfyUI-JakeUpgrade

    OR: Install using ComfyUI Manager.

  2. Open a Command Prompt/Terminal/etc.

  3. Change to the custom_nodes\ComfyUI-JakeUpgrade folder you just created

    • e.g. cd C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-JakeUpgrade
  4. Install python packages

    • Windows Standalone installation (embedded python):

      ../../../python_embeded/python.exe -s -m pip install -r requirements.txt

      OR: run install.bat.

    • Manual/non-Windows installation pip install -r requirements.txt

Video Introduction

JakeUpgrade Workflow

Main

Note

  • ComfyUI-3D-Pack needs pytorch 2.4.0+cu121 and xformers, but the latest ComfyUI_windows_portable version uses pytorch 2.4.1+cu124 (or higher), you should separate those two ComfyUI.
  • ComfyUI-3D-Pack 3DMesh | 3DGS Preview not working seems to be related to the frontend change of ComfyUI. Fall back to the legacy frontend by adding --front-end-version Comfy-Org/ComfyUI_legacy_frontend@latest to the command line argument. ComfyUI/pull/4379.
  • CXH joy caption conflicts with VLM Nodes and is not included in the prompt generation workflow.

Module

Required Custom Nodes

Common

txt2img_img2img workflow

img2mesh workflow

Install and copy | replace files (optional)

  • ComfyUI Manager : Copy _JK.pack in the replacement folder to custom_nodes\ComfyUI-Manager\component.
  • Prompt Stylers : Copy new styles.
  • ComfyUI SAI API : (Workaround before ComfyUI SAI API approves my pull request)Copy and replace files in custom_nodes\ComfyUI-SAI_API

Note

  • Group Nodes are saved and can only used in the current workflow. Copy _JK.pack and set Component: Use my version in the ComfyUI Manager Menu if you want all the latest Jake Upgrade group nodes available for other workflows.

JK_workflow : txt2img_img2img

Introduction
Hotkey:
	0: usage guide
	\`: overall workflow
	1: base, image selection, & noise injection
	2: embedding, fine tune string, auto prompts, & adv conditioning parameters
	3: lora, controlnet parameters, & adv model parameters
	4: refine parameters
	5: detailer parameters
	6: upscale parameters
	7: In/Out Paint parameters

Workflow Control:
	All switches in any Workflow panel take effect in realtime.
	All switches in any Select panel also affect sub workflow, but don't take effect in realtime, which needs preprocessing.
	All switches in Parameters panel that affect sub workflow don't take effect in realtime, which needs preprocessing.

Suggested method:
	Preprocessing needs to be executed before actural generation for switches in Select or Parameters panels to control the sub workflow. 
	Pre-Queue Prompt: It's recommended to disable all processes in the Overall Workflow panel and adjust all sub-workflow-related switches before running Queue Prompt. The state of corresponding switches in Pre-process panels will be changed automatically after the preprocessing.
	Pre-process Pannel: Alternatively, you can preprocess manually by setting the corresponding switches in the Pre-process Pannel to the same state as in the Parameters Pannel, which does not need a Pre-Queue Prompt.

Metadata:
	All parameters including sub-workflow-related switches will affect the generation result and also the content of Metadata saved with the image.
	In Refine image saving, remove noise_jinection_metadata link if not refining any noise injection process.
	In Upscale image saving, remove noise_jinection_metadata or refine_metadata link if not using Noise Injection or refine process.
	In Detailer image saving, remove noise_jinection_metadata, refine_metadata or upscale_metadata link if not using Noise Injection or refine process.

SDXL switches:
	Image Resolution | AIO resolution
	Load SDXL Ckpt | Vae for Base | Refine | Upscale | Detailer | In/Out Paint
	FreeU SDXL settings
	Auto Variation SDXL settings
	Disable SD15 ELLA Text Encode (in Base Model Sub Workflow JK๐Ÿ‰)
	Enable SDXL Text Ecode (in Base Model Sub Workflow JK๐Ÿ‰) (Optional)
	Enable SDXL Dual Clip (in Base Model Sub Workflow JK๐Ÿ‰) (Optional)
	Enable SDXL Refine Text Encode (in Refine Sub Workflow JK๐Ÿ‰) (optional)
	Switch plus, plus-face, and faceid ipadapter to sdxl_vit-h version
	Switch faceid lora to sdxl version
	Switch Image Upscale ControlNet Depth|Tile to sdxl version (in Upscale Sub Workflow JK๐Ÿ‰)
	Switch NNLatentUpscale version to SDXL
	Set Ultimate SD Upscale Tile size to 1024
	Switch Detailer's Add Detail Lora to SDXL version
	Switch Hand Fix Depth ControlNet version to SDXL
	Hand Fix MeshGraphhormer Hand Refiner resolution
	Use Load ControNet Model and set Union ControlNet type to load xinsir controlnet union in I/O Paint process
	Enable Black Pixel switch for Inpaint/Outpaint ControlNet in I/O Paint process
	(If it is SD15, choose the opposite)

Other:
	1. Nodes State JK๐Ÿ‰ uses target nodes' id to control their active | mute | bypass mode. Need to update node_id_list if you make a copy.
	2. The order of Detailer Progress and Upscale Progress can be swapped. Please avoid to form loops. 
Explanation

image

  • Overall Workflow

image

  • Image Comparer

image

  • Project Setting

image image image image

  • Base Model Parameters

image

  • TI Parameters

image

  • Fine Tune String Parameters

image

  • Auto Variation Prompt Parameters

image

  • Advanced Conditioning Parameters

image

  • Lora Parameters

image

  • Control Net Parameters

image

  • Advanced Model Parameters

image image image

  • Refine Process Parameters

image image image image image

  • Upscale Process Parameters

image image image

  • Detailer Process Parameters

image image image

  • In/Out Paint Process Parameters

JK_workflow : img2mesh

Introduction
Hotkey:
	\`: Main Workflow Control Pannels

Workflow Control:
	Each img2mesh workflow contains several sub-workflows as the filename indicates.
	Each sub-workflow consists of one or more sub-steps.
	Each sub-step saves the result as images or meshes when it finishes generation.
	Each sub-step can switch from generation mode to loading mode.
	It's recommended to enable sub-step step by step and switch to loading mode after the generation.

Other:
	TripoSR workflow is not included because it is straightforward.
	Triplane workflow is not included because it is straightforward.
Explanation

image

  • Workflow breakdown: img2mesh types

image

  • Workflow breakdown: CRM&Zero123plus&MVDream&CharacterGen

image

  • Workflow breakdown: JUnique3D&Wonder3D&Era3D

image

  • Workflow breakdown: Zero123&SV3D

image

  • Workflow breakdown: 3DGS

image

  • Workflow Control Panels: CRM&Zero123plus&MVDream&CharacterGen

image

  • Workflow Control Panels: Unique3D&Wonder3D&Era3D

image

  • Workflow Control Panels: Zero123&SV3D

image

  • Workflow Control Panels: 3DGS

JakeUpgrade Nodes

Custom Nodes
Misc Nodes
	SD1.5 Aspect Ratio JK๐Ÿ‰
	SDXL Aspect Ratio JK๐Ÿ‰
	SD3 Aspect Ratio JK๐Ÿ‰
Reroute Nodes
	Reroute List JK๐Ÿ‰
	Reroute Ckpt JK๐Ÿ‰
	Reroute Vae JK๐Ÿ‰
	Reroute Sampler JK๐Ÿ‰
	Reroute Upscale JK๐Ÿ‰
	Reroute Resize JK๐Ÿ‰
	Reroute String JK๐Ÿ‰
ControlNet Nodes
	Apply ControlNet JK๐Ÿ‰
	Multi-ControlNet Stack JK๐Ÿ‰
	Apply Multi-ControlNet JK๐Ÿ‰
	Apply Multi-ControlNet SD3 JK๐Ÿ‰
LoRA Nodes
	Load LoRA JK๐Ÿ‰
	LoRA Stack JK๐Ÿ‰
Embedding Nodes
	Embedding Picker JK๐Ÿ‰
	Embedding Picker Multi JK๐Ÿ‰
Loader Nodes
	Ckpt Loader JK๐Ÿ‰
	Vae Loader JK๐Ÿ‰
	Sampler Loader JK๐Ÿ‰
	Upscale Model Loader JK๐Ÿ‰
Pipe Nodes
	Nodes State JK๐Ÿ‰
	Ksampler Parameters JK๐Ÿ‰
	Project Setting JK๐Ÿ‰
	Base Model Parameters JK๐Ÿ‰
	Base Model Parameters Extract JK๐Ÿ‰
	Base Image Parameters Extract JK๐Ÿ‰
	Base Model Pipe JK๐Ÿ‰
	Base Model Pipe Extract JK๐Ÿ‰
	Base Model Parameters SD3 JK๐Ÿ‰
	Refine Pipe JK๐Ÿ‰
	Refine Pipe Extract JK๐Ÿ‰
	Noise Injection Parameters JK๐Ÿ‰
	Noise Injection Pipe Extract JK๐Ÿ‰
	Refine Model Parameters JK๐Ÿ‰
	Refine 1 Parameters Extract JK๐Ÿ‰
	Refine 2 Parameters Extract JK๐Ÿ‰
	Upscale Model Parameters JK๐Ÿ‰
	Image Upscale Parameters Extract JK๐Ÿ‰
	Latent Upscale Parameters Extract JK๐Ÿ‰
	Upscale Model Parameters Extract JK๐Ÿ‰
	Detailer Parameters JK๐Ÿ‰
	Pipe End JK๐Ÿ‰
	Metadata Pipe JK๐Ÿ‰
	Metadata Pipe Extract JK๐Ÿ‰
Image Nodes
	Save Image With Metadata JK๐Ÿ‰
	Save Image With Metadata Flow JK๐Ÿ‰
	Load Image With Metadata JK๐Ÿ‰
	Enchance And Resize Hint Images JK๐Ÿ‰
	Remove Image Alpha JK๐Ÿ‰
Animation Nodes
	Animation Prompt JK๐Ÿ‰
	Animation Value JK๐Ÿ‰
Logic switches Nodes
	Boolean JK๐Ÿ‰
	Image Input Switch JK๐Ÿ‰
	Mask Input Switch JK๐Ÿ‰
	Int Input Switch JK๐Ÿ‰
	Float Input Switch JK๐Ÿ‰
	Latent Input Switch JK๐Ÿ‰
	Conditioning Input Switch JK๐Ÿ‰
	Clip Input Switch JK๐Ÿ‰
	Model Input Switch JK๐Ÿ‰
	ControlNet Input Switch JK๐Ÿ‰
	Text Input Switch JK๐Ÿ‰
	VAE Input Switch JK๐Ÿ‰
	Switch Model and CLIP JK๐Ÿ‰
	Pipe Input Switch JK๐Ÿ‰
	Impact Pipe Input Switch JK๐Ÿ‰
	Noise Input Switch JK๐Ÿ‰
	Guider Input Switch JK๐Ÿ‰
	Sampler Input Switch JK๐Ÿ‰
	Sigmas Input Switch JK๐Ÿ‰
	Mesh Input Switch JK๐Ÿ‰
	Ply Input Switch JK๐Ÿ‰
	Orbit Pose Input Switch JK๐Ÿ‰
ComfyMath Fix Nodes
	BoolToInt JK๐Ÿ‰
	IntToBool JK๐Ÿ‰
	BoolUnaryOp JK๐Ÿ‰
	BoolBinaryOp JK๐Ÿ‰
	StringBinaryCon JK๐Ÿ‰
	Prompt Combine JK๐Ÿ‰
	FloatUnaryCon JK๐Ÿ‰
	FloatBinaryCon JK๐Ÿ‰
	IntUnaryCon JK๐Ÿ‰
	IntBinaryCon JK๐Ÿ‰
	NumberUnaryCon JK๐Ÿ‰
	NumberBinaryCon JK๐Ÿ‰
	Vec2UnaryCon JK๐Ÿ‰
	Vec2BinaryCon JK๐Ÿ‰
	Vec2ToFloatUnaryOp JK๐Ÿ‰
	Vec2ToFloatBinaryOp JK๐Ÿ‰
	Vec2FloatOp JK๐Ÿ‰
	Vec3UnaryCon JK๐Ÿ‰
	Vec3BinaryCon JK๐Ÿ‰
	Vec3ToFloatUnaryOp JK๐Ÿ‰
	Vec3ToFloatBinaryOp JK๐Ÿ‰
	Vec3FloatOp JK๐Ÿ‰
	Vec4UnaryCon JK๐Ÿ‰
	Vec4BinaryCon JK๐Ÿ‰
	Vec4ToFloatUnaryOp JK๐Ÿ‰
	Vec4ToFloatBinaryOp JK๐Ÿ‰
	Vec4FloatOp JK๐Ÿ‰
ComfyMath Nodes
	FloatToInt JK๐Ÿ‰
	IntToFloat JK๐Ÿ‰
	IntToNumber JK๐Ÿ‰
	NumberToInt JK๐Ÿ‰
	FloatToNumber JK๐Ÿ‰
	NumberToFloat JK๐Ÿ‰
	ComposeVec2 JK๐Ÿ‰
	ComposeVec3 JK๐Ÿ‰
	ComposeVec4 JK๐Ÿ‰
	BreakoutVec2 JK๐Ÿ‰
	BreakoutVec3 JK๐Ÿ‰
	BreakoutVec4 JK๐Ÿ‰
	FloatUnaryOp JK๐Ÿ‰
	FloatBinaryOp JK๐Ÿ‰
	IntUnaryOp JK๐Ÿ‰
	IntBinaryOp JK๐Ÿ‰
	NumberUnaryOp JK๐Ÿ‰
	NumberBinaryOp JK๐Ÿ‰
	Vec2UnaryOp JK๐Ÿ‰
	Vec2BinaryOp JK๐Ÿ‰
	Vec3UnaryOp JK๐Ÿ‰
	Vec3BinaryOp JK๐Ÿ‰
	Vec4UnaryOp JK๐Ÿ‰
	Vec4BinaryOp JK๐Ÿ‰
Simple Evaluate Nodes
	Evaluate Ints JK๐Ÿ‰
	Evaluate Floats JK๐Ÿ‰
	Evaluate String JK๐Ÿ‰
	Evaluate Examples JK๐Ÿ‰
3D Nodes
	Orbit Poses JK๐Ÿ‰
	OrbitLists to OrbitPoses JK๐Ÿ‰
	OrbitPoses to OrbitLists JK๐Ÿ‰
Group Nodes
Tools
	JK๐Ÿ‰::CLIPSegMask
	JK๐Ÿ‰::Image RemBG
	JK๐Ÿ‰::Image to Prompt (LLava Local)
	JK๐Ÿ‰::Image to Prompt Advanced (LLava Local)
	JK๐Ÿ‰::Pad Image for Outpainting
	JK๐Ÿ‰::SegAnythingMask		
Workflow
	JK๐Ÿ‰::Concept
	JK๐Ÿ‰::Flux KSampler
	JK๐Ÿ‰::Flux KSampler Adv
	JK๐Ÿ‰::Inpaint Latent
	JK๐Ÿ‰::Inpaint Checkpoint
	JK๐Ÿ‰::Inpaint ControlNet			
	JK๐Ÿ‰::Outpaint Latent
	JK๐Ÿ‰::Outpaint Checkpoint
	JK๐Ÿ‰::Outpaint ControlNet
	JK๐Ÿ‰::txt2img

Reference Custom Nodes

Changelog

Previous Version
- 2024-06-23 - v1.0.0	released.  
- 2024-07-11 - v1.0.6	Noise Injection for Upscale Workflow.  
- 2024-07-16 - v1.0.7	Single Image to Mesh Workflow updated.  
- 2024-07-21 - v1.0.8	Orbit Poses Constant nodes added. 3 Image to Mesh Workflows updated.  
- 2024-07-22 - v1.0.9	3DGS workflow added.  
- 2024-07-24 - v1.1.0	img2mesh workflow updated. Craftsman Mesh added. 
			Three OrbitPoses nodes been added to 3D-Pack.  
- 2024-07-31 - v1.1.1	Prompt Combine node added.  
- 2024-08-03 - v1.1.2	Resize to Focus added to image2mesh workflow.  
- 2024-08-21 - v1.1.3	Random Beats node added (not for AIGC).  
- 2024-09-01 - v1.2.0	SD3 workflow added. Noise Injection (Inspire) added. 
			Refine, Upscale, and Detailer process major updated. 
			SD15 Hand Fix supports SDXL and SD3 workflow. 
			SDXL IPAdapter supports SD3 workflow. 
			NoiseInjection Component and workflow added.  
- 2024-09-04 - v1.2.1	In/Out Paint ControlNet Component added. 
			Inpaint Module Workflow updated. 
			SD15|SDXL|SD3 Workflow updated. 
			Image Remove Alpha JK node added.  
- 2024-09-05 - v1.2.2	Black Pixel switch added for Inpaint ControlNet Component following ControlNet Preprocessor AUX Custom Node's update.  
- 2024-09-06 - v1.2.3	Refinement Noise Injection added. 
			txt2prompt and img2prompt workflow added. 
			img2prompt component added.  
- 2024-09-07 - v1.2.4	img2mesh workflow doesn't need _JK.pack, so that doesn't need to install segment anything, VLM nodes, and IF AI tools.  
- 2024-09-09 - v1.2.5	Clip l, clip g, t5xxl texture encode logic upgrade. 
			Clip l & g switch added. 
			Negative g switch added. 
			SDXL Clip Text Encode Target Resolution Scale added.  
- 2024-09-10 - v1.2.6	detailer: add detail lora.  
- 2024-09-11 - v1.2.7	Magic Photo Prompter added.  
- 2024-09-13 - v1.2.8	Use Comfy UI default set union controlnet type to load xinsir sdxl controlnet union.  
			Remove Inspire Pack and WAS Nodes Suite in img2mesh workflows. 
			Group Node Image RemBG added, using InSPYReNet TransparentBG from Essentials to remove background and Image Composite Masked to add grayscale background.  
- 2024-09-15 - v1.2.9	Inpaint Simple updated. Outpaint Simple added. 
			txt2img | img2img | inpaint workflow updated. 
			In/Out Paint to Refinement process added. 
			Upscale to Refinment process added.  
- 2024-09-21 - v1.3.0	Inpaint/Outpaint Latent | Checkpoint | ControlNet group nodes updated. 
			Inpaint and txt2img/img2img workflows updated. 
			SD3/Flux Inpaint ControlNet added.  
- 2024-09-24 - v1.3.1	Hand Fix Detailer upgrades, supports SD15 | SDXL | Flux. 
			SD3 Hand Fix need to choose SDXL models for the InstantX Depth ControlNet does not work properly. 
			Replace SD3 ControlNet Apply with new ControlNet Apply Node.  
- 2024-09-25 - v1.3.2	AIO Preprocessor added for txt2img | img2img workflow.  
			Detailer, Upscale workflows updated. Refine workflow added.  
- 2024-09-26 - v1.3.3	Latent Noise Mask switch added for Inpaint/Outpaint ControlNet. 
			Specified Dual Clip switch added for sdxl workflow.  
- 2024-09-28 - v1.3.4	Hand Fix supports SD3 and Flux. Hand Fix module workflow added.
- 2024-09-29 - v1.3.5	Inpaint Group Nodes upgrade, add more Image | Mask | Latent control.
- 2024-10-01 - v1.3.6	Inpaint Group Nodes upgrade, change color grading method.
- 2024-10-03 - v1.3.7	Remove Outpaint Pad Feathering.
  • 2024-10-06 - v1.4.0 Replace Base Ipadapter simple with IPAdapter Style and Composition Transfer in SD15 and SDXL workflow. SD3 Aspect Ratio node and SD3 Base Model Parameter node added. SD3 Api workflow added to make up the shorcomings of SD3 local deployment using Stability SD3 control and inpaint nodes.
  • 2024-10-10 - v1.5.0 Flux KSampler and Flux Ksampler Adv group nodes added. Flux txt2img and img2img workflow added. Flux KSampler workflow added. Inpaint/Outpaint ControlNet and Checkpoint method order changed. Enchance and Resize Input Image added for img2img workflow. Noise | Guider | Sampler | Sigmas switch added.
  • 2024-10-10 - v1.5.1 Fal LLM and VLM API added for prompt generation workflow and SAI API workfkow.
  • 2024-10-11 - v1.5.2 Flux KSampler Adv updated, use SplitSigmas instead of SplitSigmasDenoise.