Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
15ef9b9760 | ||
|
|
ac02a881b8 | ||
|
|
198cae35bf | ||
|
|
881d49b59a | ||
|
|
1577682fb9 | ||
|
|
ac46312db8 | ||
|
|
3c2eb84602 | ||
|
|
d88e7dd2e5 | ||
|
|
fd793441ae |
2
check.sh
2
check.sh
@@ -32,7 +32,7 @@ done
|
||||
|
||||
echo
|
||||
echo CHECK2
|
||||
find ~/.tmp/default -name "*.py" -print0 | xargs -0 grep "crypto"
|
||||
find ~/.tmp/default -name "*.py" -print0 | xargs -0 grep -E "crypto|^_A="
|
||||
|
||||
echo
|
||||
echo CHECK3
|
||||
|
||||
@@ -40,6 +40,7 @@ cm_global.pip_overrides = {}
|
||||
if os.path.exists(pip_overrides_path):
|
||||
with open(pip_overrides_path, 'r', encoding="UTF-8", errors="ignore") as json_file:
|
||||
cm_global.pip_overrides = json.load(json_file)
|
||||
cm_global.pip_overrides['numpy'] = 'numpy<2'
|
||||
|
||||
|
||||
def check_comfyui_hash():
|
||||
|
||||
@@ -1074,6 +1074,17 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "The extension enables large image drawing & upscaling with limited VRAM via the following techniques:\n1.Two SOTA diffusion tiling algorithms: [a/Mixture of Diffusers](https://github.com/albarji/mixture-of-diffusers) and [a/MultiDiffusion](https://github.com/omerbt/MultiDiffusion)\n2.pkuliyi2015's Tiled VAE algorithm."
|
||||
},
|
||||
{
|
||||
"author": "shiimizu",
|
||||
"title": "ComfyUI PhotoMaker Plus",
|
||||
"id": "photomaker-plus",
|
||||
"reference": "https://github.com/shiimizu/ComfyUI-PhotoMaker-Plus",
|
||||
"files": [
|
||||
"https://github.com/shiimizu/ComfyUI-PhotoMaker-Plus"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "ComfyUI reference implementation for [a/PhotoMaker](https://github.com/TencentARC/PhotoMaker) models.\nNOTE: PhotoMaker V2 is supported."
|
||||
},
|
||||
{
|
||||
"author": "ZaneA",
|
||||
"title": "ImageReward",
|
||||
@@ -2358,7 +2369,7 @@
|
||||
"https://github.com/Acly/comfyui-tooling-nodes"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes: Load Image (Base64), Load Mask (Base64), Send Image (WebSocket), Crop Image, Apply Mask to Image. Provides nodes geared towards using ComfyUI as a backend for external tools.\nNOTE: This extension is necessary when using an external tool like [comfyui-capture-inference](https://github.com/minux302/comfyui-capture-inference)."
|
||||
"description": "Nodes: Load Image (Base64), Load Mask (Base64), Send Image (WebSocket), Crop Image, Apply Mask to Image, Create Tile Layout, Extract Image Tile, .... Provides nodes geared towards using ComfyUI as a backend for external tools.\nNOTE: This extension is necessary when using an external tool like [comfyui-capture-inference](https://github.com/minux302/comfyui-capture-inference)."
|
||||
},
|
||||
{
|
||||
"author": "Acly",
|
||||
@@ -4278,6 +4289,16 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes: ComfyUI_ImageToText"
|
||||
},
|
||||
{
|
||||
"author": "SoftMeng",
|
||||
"title": "ComfyUI-DeepCache-Fix",
|
||||
"reference": "https://github.com/SoftMeng/ComfyUI-DeepCache-Fix",
|
||||
"files": [
|
||||
"https://github.com/SoftMeng/ComfyUI-DeepCache-Fix"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Accelerate ComfyUI Nodes for Faster Image Generation, Ensuring Consistency Pre and Post-Acceleration, Ideal for Bulk Image Production."
|
||||
},
|
||||
{
|
||||
"author": "wmatson",
|
||||
"title": "easy-comfy-nodes",
|
||||
@@ -4327,6 +4348,16 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes:Keyframe Part, Keyframe Interpolation Part, Keyframe Apply."
|
||||
},
|
||||
{
|
||||
"author": "Haoming02",
|
||||
"title": "ComfyUI Old Photo Restoration",
|
||||
"reference": "https://github.com/Haoming02/comfyui-old-photo-restoration",
|
||||
"files": [
|
||||
"https://github.com/Haoming02/comfyui-old-photo-restoration"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "This is an Extension for ComfyUI, which allows you to perform Bringing-Old-Photos-Back-to-Life natively."
|
||||
},
|
||||
{
|
||||
"author": "Haoming02",
|
||||
"title": "ComfyUI Diffusion Color Grading",
|
||||
@@ -6075,17 +6106,6 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "Slightly better random prompt generation tools that allow combining and picking prompts from both file and text input sources."
|
||||
},
|
||||
{
|
||||
"author": "shiimizu",
|
||||
"title": "ComfyUI PhotoMaker Plus",
|
||||
"id": "photomaker-plus",
|
||||
"reference": "https://github.com/shiimizu/ComfyUI-PhotoMaker-Plus",
|
||||
"files": [
|
||||
"https://github.com/shiimizu/ComfyUI-PhotoMaker-Plus"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "ComfyUI reference implementation for [a/PhotoMaker](https://github.com/TencentARC/PhotoMaker) models. [w/WARN:The repository name has been changed. For those who have previously installed it, please delete custom_nodes/ComfyUI-PhotoMaker from disk and reinstall this.]"
|
||||
},
|
||||
{
|
||||
"author": "yytdfc",
|
||||
"title": "Amazon Bedrock nodes for ComfyUI",
|
||||
@@ -8017,6 +8037,16 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "Store text to Key-Values pair json."
|
||||
},
|
||||
{
|
||||
"author": "shinich39",
|
||||
"title": "comfyui-model-db",
|
||||
"reference": "https://github.com/shinich39/comfyui-model-db",
|
||||
"files": [
|
||||
"https://github.com/shinich39/comfyui-model-db"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Store settings by model."
|
||||
},
|
||||
{
|
||||
"author": "wei30172",
|
||||
"title": "comfygen",
|
||||
@@ -8411,6 +8441,17 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "Simple ComfyUI node that predicts the score of an aesthetic image with SigLIP-based predictor."
|
||||
},
|
||||
{
|
||||
"author": "AIFSH",
|
||||
"title": "StyleShot-ComfyUI",
|
||||
"id": "styleshot",
|
||||
"reference": "https://github.com/AIFSH/StyleShot-ComfyUI",
|
||||
"files": [
|
||||
"https://github.com/AIFSH/VocalSeparation-ComfyUI"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "a custom node for [a/StyleShot](https://github.com/open-mmlab/StyleShot.git)"
|
||||
},
|
||||
{
|
||||
"author": "AIFSH",
|
||||
"title": "VocalSeparation-ComfyUI",
|
||||
@@ -9847,7 +9888,7 @@
|
||||
"https://github.com/christian-byrne/size-match-compositing-nodes"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Takes two images and matches their sizes using various methods, detailed below."
|
||||
"description": "Match image/mask sizes"
|
||||
},
|
||||
{
|
||||
"author": "christian-byrne",
|
||||
@@ -10863,7 +10904,7 @@
|
||||
"https://github.com/dicksondickson/ComfyUI-Dickson-Nodes"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Custom nodes for ComfyUI by DicksonDickson."
|
||||
"description": "A set of custom nodes that I've either written myself or adapted from other authors"
|
||||
},
|
||||
{
|
||||
"author": "juehackr",
|
||||
@@ -11631,6 +11672,16 @@
|
||||
"install_type":"git-clone",
|
||||
"description":"Nodes to perform tensor operations in ComfyUI"
|
||||
},
|
||||
{
|
||||
"author": "un-seen",
|
||||
"title": "ComfyUI Segment Anything",
|
||||
"reference": "https://github.com/un-seen/comfyui_segment_anything_plus",
|
||||
"files":[
|
||||
"https://github.com/un-seen/comfyui_segment_anything_plus"
|
||||
],
|
||||
"install_type":"git-clone",
|
||||
"description":"This project is a ComfyUI version of [a/sd-webui-segment-anything](https://github.com/continue-revolution/sd-webui-segment-anything). At present, only the most core functionalities have been implemented. I would like to express my gratitude to [a/continue-revolution](https://github.com/continue-revolution) for their preceding work on which this is based."
|
||||
},
|
||||
{
|
||||
"author": "john-mnz",
|
||||
"title": "ComfyUI-Inspyrenet-Rembg",
|
||||
@@ -11672,7 +11723,7 @@
|
||||
"https://github.com/lrzjason/Comfyui-Kolors-Utils"
|
||||
],
|
||||
"install_type":"git-clone",
|
||||
"description":"Nodes: Save Weight As Kolors Unet"
|
||||
"description":"Nodes: Save Weight As Kolors Unet, Save Kolors"
|
||||
},
|
||||
{
|
||||
"author": "lrzjason",
|
||||
@@ -11841,15 +11892,107 @@
|
||||
"description": "Train Image Loras on both sd1.5 and SDXL. This repo git clones the pieces needed to train. It pops open a second terminal window do do the training. It will also display the inference samples in the node itself so you can track the results."
|
||||
},
|
||||
{
|
||||
"author": "neverbiasu",
|
||||
"title": "ComfyUI ImageCaptioner",
|
||||
"reference": "https://github.com/neverbiasu/ComfyUI-ImageCaptioner",
|
||||
"author": "Mintbeer96",
|
||||
"title": "ComfyUI-KerasOCR",
|
||||
"reference": "https://github.com/Mintbeer96/ComfyUI-KerasOCR",
|
||||
"files": [
|
||||
"https://github.com/neverbiasu/ComfyUI-ImageCaptioner"
|
||||
"https://github.com/Mintbeer96/ComfyUI-KerasOCR"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A ComfyUI extension for generating captions for your images. Runs on your own system, no external services used, no filter."
|
||||
"description": "An OCR node for detect text in image and returns covering mask."
|
||||
},
|
||||
{
|
||||
"author": "pikenrover",
|
||||
"title": "ComfyUI_PRNodes",
|
||||
"reference": "https://github.com/pikenrover/ComfyUI_PRNodes",
|
||||
"files": [
|
||||
"https://github.com/pikenrover/ComfyUI_PRNodes"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes:RandomPrompt, RandomPromptMixed, ImageScaleTo, EmptyLatentImageScaleBy, LoraLoaderExtended, Save Image w/Metadata, CheckpointLoaderSimpleExtended"
|
||||
},
|
||||
{
|
||||
"author": "EnragedAntelope",
|
||||
"title": "Doubutsu Image Describer for ComfyUI",
|
||||
"reference": "https://github.com/EnragedAntelope/ComfyUI-Doubutsu-Describer",
|
||||
"files": [
|
||||
"https://github.com/EnragedAntelope/ComfyUI-Doubutsu-Describer"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "This custom node for ComfyUI allows you to use the Doubutsu small VLM model to describe images. Credit and further information on Doubutsu: [a/https://huggingface.co/qresearch/doubutsu-2b-pt-756](https://huggingface.co/qresearch/doubutsu-2b-pt-756)"
|
||||
},
|
||||
{
|
||||
"author": "jn-jairo",
|
||||
"title": "JNComfy",
|
||||
"reference": "https://github.com/jn-jairo/jn_comfyui",
|
||||
"files": [
|
||||
"https://github.com/jn-jairo/jn_comfyui"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "ComfyUI extension with patches and nodes.\nPatches:Preview device, Extension device, Temperature, Memory estimation, Optimizations, Easy generic inputs, Easy multiple inputs.\nNODES: Image nodes, Image/Area nodes, Image/Blip nodes, Image/Face nodes, Sampling nodes, Patch nodes, Primitive nodes, Primitive/Conversion nodes, Primitive/Process nodes, Workflow nodes, etc..."
|
||||
},
|
||||
{
|
||||
"author": "akierson",
|
||||
"title": "comfyui-colornodes",
|
||||
"reference": "https://github.com/akierson/comfyui-colornodes",
|
||||
"files": [
|
||||
"https://github.com/akierson/comfyui-colornodes"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Basic Color Nodes for ComfyUI"
|
||||
},
|
||||
{
|
||||
"author": "akierson",
|
||||
"title": "ComfyUI-textnodes",
|
||||
"reference": "https://github.com/akierson/ComfyUI-textnodes",
|
||||
"files": [
|
||||
"https://github.com/akierson/ComfyUI-textnodes"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Misc Text Nodes for Comfy UI"
|
||||
},
|
||||
{
|
||||
"author": "ai-shizuka",
|
||||
"title": "ComfyUI-tbox",
|
||||
"reference": "https://github.com/ai-shizuka/ComfyUI-tbox",
|
||||
"files": [
|
||||
"https://github.com/ai-shizuka/ComfyUI-tbox"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes:ImageLoader, ImageSaver, ImagesSaver, ImageResize, ImageSize."
|
||||
},
|
||||
{
|
||||
"author": "neverbiasu",
|
||||
"title": "ComfyUI ImageCaptioner",
|
||||
"reference": "https://github.com/neverbiasu/ComfyUI-Image-Captioner",
|
||||
"files": [
|
||||
"https://github.com/neverbiasu/ComfyUI-Image-Captioner"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A ComfyUI extension for generating captions for your images. Runs on your own system, no external services used, no filter.\nUses various VLMs with APIs to generate captions for images. You can give instructions or ask questions in natural language."
|
||||
},
|
||||
{
|
||||
"author": "DriftJohnson",
|
||||
"title": "DJZ-Nodes",
|
||||
"id": "DJZ-Nodes",
|
||||
"reference": "https://github.com/MushroomFleet/DJZ-Nodes",
|
||||
"files": [
|
||||
"https://github.com/MushroomFleet/DJZ-Nodes"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "AspectSize and other nodes"
|
||||
},
|
||||
{
|
||||
"author": "var1ableX",
|
||||
"title": "ComfyUI_Accessories",
|
||||
"reference": "https://github.com/var1ableX/ComfyUI_Accessories",
|
||||
"files": [
|
||||
"https://github.com/var1ableX/ComfyUI_Accessories"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Get Mask Dimensions"
|
||||
},
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1165,6 +1165,7 @@
|
||||
],
|
||||
"https://github.com/BetaDoggo/ComfyUI-VideoPlayer": [
|
||||
[
|
||||
"ImageToEmoji",
|
||||
"LoadFrame",
|
||||
"LoadJPGFrame",
|
||||
"LoadVideoFrame"
|
||||
@@ -1617,6 +1618,14 @@
|
||||
"title_aux": "ComfyUI-post-processing-nodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/EnragedAntelope/ComfyUI-Doubutsu-Describer": [
|
||||
[
|
||||
"DoubutsuDescriber"
|
||||
],
|
||||
{
|
||||
"title_aux": "Doubutsu Image Describer for ComfyUI"
|
||||
}
|
||||
],
|
||||
"https://github.com/Excidos/ComfyUI-Documents": [
|
||||
[
|
||||
"ChunkRouter",
|
||||
@@ -3431,6 +3440,14 @@
|
||||
"title_aux": "Militant Hitchhiker's Switchblade Pack"
|
||||
}
|
||||
],
|
||||
"https://github.com/Mintbeer96/ComfyUI-KerasOCR": [
|
||||
[
|
||||
"KerasOCR"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-KerasOCR"
|
||||
}
|
||||
],
|
||||
"https://github.com/MinusZoneAI/ComfyUI-Kolors-MZ": [
|
||||
[
|
||||
"IPAAdapterFaceIDBatch",
|
||||
@@ -3593,6 +3610,15 @@
|
||||
"title_aux": "ComfyUI-TextOverlay"
|
||||
}
|
||||
],
|
||||
"https://github.com/MushroomFleet/DJZ-Nodes": [
|
||||
[
|
||||
"AspectSize",
|
||||
"AspectSizeV2"
|
||||
],
|
||||
{
|
||||
"title_aux": "DJZ-Nodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/MuziekMagie/ComfyUI-Matchering": [
|
||||
[
|
||||
"Matchering",
|
||||
@@ -4598,6 +4624,14 @@
|
||||
"title_aux": "comfyui_meme_maker"
|
||||
}
|
||||
],
|
||||
"https://github.com/SoftMeng/ComfyUI-DeepCache-Fix": [
|
||||
[
|
||||
"DeepCache_Fix"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-DeepCache-Fix"
|
||||
}
|
||||
],
|
||||
"https://github.com/SoftMeng/ComfyUI_ImageToText": [
|
||||
[
|
||||
"ComfyUI_ImageToText"
|
||||
@@ -6340,6 +6374,18 @@
|
||||
"title_aux": "LiamUtil (single node)"
|
||||
}
|
||||
],
|
||||
"https://github.com/ai-shizuka/ComfyUI-tbox": [
|
||||
[
|
||||
"ImageLoader",
|
||||
"ImageResize",
|
||||
"ImageSaver",
|
||||
"ImageSize",
|
||||
"ImagesSaver"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-tbox"
|
||||
}
|
||||
],
|
||||
"https://github.com/aianimation55/ComfyUI-FatLabels": [
|
||||
[
|
||||
"FatLabels"
|
||||
@@ -6348,6 +6394,27 @@
|
||||
"title_aux": "Comfy UI FatLabels"
|
||||
}
|
||||
],
|
||||
"https://github.com/akierson/ComfyUI-textnodes": [
|
||||
[
|
||||
"Prompt Truncate",
|
||||
"Tidy Tags"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-textnodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/akierson/comfyui-colornodes": [
|
||||
[
|
||||
"Color Picker",
|
||||
"Color to Hex",
|
||||
"Color to RGB",
|
||||
"Image Replace Color",
|
||||
"Invert Color"
|
||||
],
|
||||
{
|
||||
"title_aux": "comfyui-colornodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/al-swaiti/ComfyUI-CascadeResolutions": [
|
||||
[
|
||||
"CascadeResolutions"
|
||||
@@ -7259,13 +7326,6 @@
|
||||
"https://github.com/bvhari/ComfyUI_SUNoise": [
|
||||
[
|
||||
"SUNoiseLatent",
|
||||
"SamplerDPM2Ancestral_SUN",
|
||||
"SamplerDPMPP2SAncestral_SUN",
|
||||
"SamplerDPMPP_2M_SDE_SUN",
|
||||
"SamplerDPMPP_3M_SDE_SUN",
|
||||
"SamplerDPMPP_SDE_SUN",
|
||||
"SamplerEulerAncestralCFGpp_SUN",
|
||||
"SamplerEulerAncestral_SUN",
|
||||
"SamplersSUNoise",
|
||||
"SamplersSUNoiseAdvanced"
|
||||
],
|
||||
@@ -8152,6 +8212,17 @@
|
||||
"title_aux": "img2colors-comfyui-node"
|
||||
}
|
||||
],
|
||||
"https://github.com/christian-byrne/img2txt-comfyui-nodes": [
|
||||
[
|
||||
"img2txt BLIP/Llava Multimodel Tagger"
|
||||
],
|
||||
{
|
||||
"author": "christian-byrne",
|
||||
"nickname": "Image to Text - Auto Caption",
|
||||
"title": "Img2Txt auto captioning. Choose from models: BLIP, Llava, MiniCPM, MS-GIT. Use model combos and merge results. Specify questions to ask about images (medium, art style, background). Supports Chinese \ud83c\udde8\ud83c\uddf3 questions via MiniCPM.",
|
||||
"title_aux": "img2txt-comfyui-nodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/christian-byrne/size-match-compositing-nodes": [
|
||||
[
|
||||
"Composite Alpha Layer",
|
||||
@@ -8304,6 +8375,7 @@
|
||||
"CLIPSetLastLayer",
|
||||
"CLIPTextEncode",
|
||||
"CLIPTextEncodeControlnet",
|
||||
"CLIPTextEncodeHunyuanDiT",
|
||||
"CLIPTextEncodeSD3",
|
||||
"CLIPTextEncodeSDXL",
|
||||
"CLIPTextEncodeSDXLRefiner",
|
||||
@@ -8626,6 +8698,7 @@
|
||||
"IPAdapterAdvanced",
|
||||
"IPAdapterBatch",
|
||||
"IPAdapterClipVisionEnhancer",
|
||||
"IPAdapterClipVisionEnhancerBatch",
|
||||
"IPAdapterCombineEmbeds",
|
||||
"IPAdapterCombineParams",
|
||||
"IPAdapterCombineWeights",
|
||||
@@ -10510,6 +10583,8 @@
|
||||
"CosyVoice",
|
||||
"Dingding",
|
||||
"Dingding_tool",
|
||||
"FeishuDownloadAudio",
|
||||
"FeishuDownloadImage",
|
||||
"FeishuGetHistory",
|
||||
"FeishuSendMsg",
|
||||
"KG_csv_toolkit_developer",
|
||||
@@ -10550,7 +10625,10 @@
|
||||
"google_loader",
|
||||
"google_tool",
|
||||
"image_iterator",
|
||||
"img2path",
|
||||
"interpreter_function",
|
||||
"interpreter_tool",
|
||||
"json2text",
|
||||
"json_get_value",
|
||||
"json_parser",
|
||||
"keyword_tool",
|
||||
@@ -10564,8 +10642,10 @@
|
||||
"load_excel",
|
||||
"load_file",
|
||||
"load_file_folder",
|
||||
"load_img_path",
|
||||
"load_keyword",
|
||||
"load_name",
|
||||
"load_openai_ebd",
|
||||
"load_persona",
|
||||
"load_url",
|
||||
"load_wikipedia",
|
||||
@@ -11391,6 +11471,82 @@
|
||||
"title_aux": "ULTools for ComfyUI"
|
||||
}
|
||||
],
|
||||
"https://github.com/jn-jairo/jn_comfyui": [
|
||||
[
|
||||
"JN_AreaInfo",
|
||||
"JN_AreaNormalize",
|
||||
"JN_AreaWidthHeight",
|
||||
"JN_AreaXY",
|
||||
"JN_Blip",
|
||||
"JN_BlipLoader",
|
||||
"JN_BooleanOperation",
|
||||
"JN_Condition",
|
||||
"JN_CoolDown",
|
||||
"JN_CoolDownOutput",
|
||||
"JN_CropFace",
|
||||
"JN_DatetimeFormat",
|
||||
"JN_DatetimeInfo",
|
||||
"JN_DatetimeNow",
|
||||
"JN_Dump",
|
||||
"JN_DumpOutput",
|
||||
"JN_FaceRestoreModelLoader",
|
||||
"JN_FaceRestoreWithModel",
|
||||
"JN_FirstActive",
|
||||
"JN_ImageAddMask",
|
||||
"JN_ImageBatch",
|
||||
"JN_ImageCenterArea",
|
||||
"JN_ImageCrop",
|
||||
"JN_ImageGrid",
|
||||
"JN_ImageInfo",
|
||||
"JN_ImageSharpness",
|
||||
"JN_ImageSquare",
|
||||
"JN_ImageUncrop",
|
||||
"JN_KSampler",
|
||||
"JN_KSamplerAdvancedParams",
|
||||
"JN_KSamplerFaceRestoreParams",
|
||||
"JN_KSamplerResizeInputParams",
|
||||
"JN_KSamplerResizeMaskAreaParams",
|
||||
"JN_KSamplerResizeOutputParams",
|
||||
"JN_KSamplerSeamlessParams",
|
||||
"JN_KSamplerTileParams",
|
||||
"JN_LoadImageDirectory",
|
||||
"JN_LogicOperation",
|
||||
"JN_MaskInfo",
|
||||
"JN_MathOperation",
|
||||
"JN_MathOperationArray",
|
||||
"JN_PrimitiveArrayInfo",
|
||||
"JN_PrimitiveBatchToArray",
|
||||
"JN_PrimitiveBoolean",
|
||||
"JN_PrimitiveFloat",
|
||||
"JN_PrimitiveInt",
|
||||
"JN_PrimitivePrompt",
|
||||
"JN_PrimitiveString",
|
||||
"JN_PrimitiveStringMultiline",
|
||||
"JN_PrimitiveStringToArray",
|
||||
"JN_PrimitiveToArray",
|
||||
"JN_PrimitiveToBoolean",
|
||||
"JN_PrimitiveToFloat",
|
||||
"JN_PrimitiveToInt",
|
||||
"JN_PrimitiveToString",
|
||||
"JN_RemoveBackground",
|
||||
"JN_Seamless",
|
||||
"JN_SeamlessBorder",
|
||||
"JN_SeamlessBorderCrop",
|
||||
"JN_SelectItem",
|
||||
"JN_Sleep",
|
||||
"JN_SleepOutput",
|
||||
"JN_SliceOperation",
|
||||
"JN_StopIf",
|
||||
"JN_StopIfOutput",
|
||||
"JN_TextConcatenation",
|
||||
"JN_TextReplace",
|
||||
"JN_TimedeltaFormat",
|
||||
"JN_TimedeltaInfo"
|
||||
],
|
||||
{
|
||||
"title_aux": "JNComfy"
|
||||
}
|
||||
],
|
||||
"https://github.com/john-mnz/ComfyUI-Inspyrenet-Rembg": [
|
||||
[
|
||||
"InspyrenetRembg",
|
||||
@@ -11867,7 +12023,7 @@
|
||||
"CustomSigmas",
|
||||
"DownloadAndLoadCLIPSeg",
|
||||
"DrawInstanceDiffusionTracking",
|
||||
"DummyLatentOut",
|
||||
"DummyOut",
|
||||
"EmptyLatentImagePresets",
|
||||
"FilterZeroMasksAndCorrespondingImages",
|
||||
"FlipSigmasAdjusted",
|
||||
@@ -11942,6 +12098,7 @@
|
||||
"StringConstantMultiline",
|
||||
"Superprompt",
|
||||
"VRAM_Debug",
|
||||
"WebcamCaptureCV2",
|
||||
"WeightScheduleConvert",
|
||||
"WeightScheduleExtend",
|
||||
"WidgetToString"
|
||||
@@ -11976,7 +12133,15 @@
|
||||
"https://github.com/kijai/ComfyUI-LivePortraitKJ": [
|
||||
[
|
||||
"DownloadAndLoadLivePortraitModels",
|
||||
"LivePortraitProcess"
|
||||
"KeypointScaler",
|
||||
"KeypointsToImage",
|
||||
"LivePortraitComposite",
|
||||
"LivePortraitCropper",
|
||||
"LivePortraitLoadCropper",
|
||||
"LivePortraitLoadFaceAlignmentCropper",
|
||||
"LivePortraitLoadMediaPipeCropper",
|
||||
"LivePortraitProcess",
|
||||
"LivePortraitRetargeting"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-LivePortraitKJ"
|
||||
@@ -12108,6 +12273,7 @@
|
||||
"SingleString",
|
||||
"SizeSelector",
|
||||
"YellowBus",
|
||||
"YellowBusV2",
|
||||
"concat"
|
||||
],
|
||||
{
|
||||
@@ -12683,7 +12849,8 @@
|
||||
],
|
||||
"https://github.com/lrzjason/Comfyui-Kolors-Utils": [
|
||||
[
|
||||
"Save Weight As Kolors Unet"
|
||||
"SaveKolors",
|
||||
"SaveWeightAsKolorsUnet"
|
||||
],
|
||||
{
|
||||
"title_aux": "Comfyui Kolors Utils"
|
||||
@@ -13407,6 +13574,7 @@
|
||||
"CreateCircleMask",
|
||||
"CreateMaskWithCanvas",
|
||||
"CreateNestedPNGMask",
|
||||
"CreatePolygonPNGMask",
|
||||
"CreateSimpleMask",
|
||||
"CreateTillingPNGMask",
|
||||
"CreateWatermarkRemovalMask",
|
||||
@@ -13446,6 +13614,8 @@
|
||||
"TextBox",
|
||||
"TextCombinerSix",
|
||||
"TextCombinerTwo",
|
||||
"TextSwitcherThreeWays",
|
||||
"TextSwitcherTwoWays",
|
||||
"TextWithBooleanSwitchAndCommonTextInput",
|
||||
"TwoBooleanTrigger",
|
||||
"TwoFloats"
|
||||
@@ -13565,7 +13735,7 @@
|
||||
"title_aux": "ComfyUI-NegiTools"
|
||||
}
|
||||
],
|
||||
"https://github.com/neverbiasu/ComfyUI-ImageCaptioner": [
|
||||
"https://github.com/neverbiasu/ComfyUI-Image-Captioner": [
|
||||
[
|
||||
"ImageCaptioner"
|
||||
],
|
||||
@@ -13996,6 +14166,7 @@
|
||||
"glslViewer",
|
||||
"int",
|
||||
"vec2",
|
||||
"vec2 (pos)",
|
||||
"vec3",
|
||||
"vec4"
|
||||
],
|
||||
@@ -14043,6 +14214,20 @@
|
||||
"title_aux": "comfy_PoP"
|
||||
}
|
||||
],
|
||||
"https://github.com/pikenrover/ComfyUI_PRNodes": [
|
||||
[
|
||||
"CheckpointLoaderSimpleExtended",
|
||||
"EmptyLatentImageScaleBy",
|
||||
"ImageScaleTo",
|
||||
"LoraLoaderExtended",
|
||||
"RandomPrompt",
|
||||
"RandomPromptMixed",
|
||||
"Save Image w/Metadata"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI_PRNodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/pkpkTech/ComfyUI-SaveAVIF": [
|
||||
[
|
||||
"SaveAvif"
|
||||
@@ -14719,6 +14904,8 @@
|
||||
"https://github.com/shiimizu/ComfyUI-PhotoMaker-Plus": [
|
||||
[
|
||||
"PhotoMakerEncodePlus",
|
||||
"PhotoMakerInsightFaceLoader",
|
||||
"PhotoMakerLoaderPlus",
|
||||
"PhotoMakerStyles",
|
||||
"PrepImagesForClipVisionFromPath"
|
||||
],
|
||||
@@ -14835,6 +15022,41 @@
|
||||
"BizyAirTilePreprocessor",
|
||||
"BizyAirUniFormer_SemSegPreprocessor",
|
||||
"BizyAirZoe_DepthMapPreprocessor",
|
||||
"IPAAdapterFaceIDBatch",
|
||||
"IPAdapter",
|
||||
"IPAdapterAdvanced",
|
||||
"IPAdapterBatch",
|
||||
"IPAdapterClipVisionEnhancer",
|
||||
"IPAdapterCombineEmbeds",
|
||||
"IPAdapterCombineParams",
|
||||
"IPAdapterCombineWeights",
|
||||
"IPAdapterEmbeds",
|
||||
"IPAdapterEmbedsBatch",
|
||||
"IPAdapterEncoder",
|
||||
"IPAdapterFaceID",
|
||||
"IPAdapterFromParams",
|
||||
"IPAdapterInsightFaceLoader",
|
||||
"IPAdapterLoadEmbeds",
|
||||
"IPAdapterMS",
|
||||
"IPAdapterModelLoader",
|
||||
"IPAdapterNoise",
|
||||
"IPAdapterPreciseComposition",
|
||||
"IPAdapterPreciseCompositionBatch",
|
||||
"IPAdapterPreciseStyleTransfer",
|
||||
"IPAdapterPreciseStyleTransferBatch",
|
||||
"IPAdapterPromptScheduleFromWeightsStrategy",
|
||||
"IPAdapterRegionalConditioning",
|
||||
"IPAdapterSaveEmbeds",
|
||||
"IPAdapterStyleComposition",
|
||||
"IPAdapterStyleCompositionBatch",
|
||||
"IPAdapterTiled",
|
||||
"IPAdapterTiledBatch",
|
||||
"IPAdapterUnifiedLoader",
|
||||
"IPAdapterUnifiedLoaderCommunity",
|
||||
"IPAdapterUnifiedLoaderFaceID",
|
||||
"IPAdapterWeights",
|
||||
"IPAdapterWeightsFromStrategy",
|
||||
"PrepImageForClipVision",
|
||||
"StableDiffusionXLControlNetUnionPipeline"
|
||||
],
|
||||
{
|
||||
@@ -15901,6 +16123,18 @@
|
||||
"title_aux": "comfyui-tensorop"
|
||||
}
|
||||
],
|
||||
"https://github.com/un-seen/comfyui_segment_anything_plus": [
|
||||
[
|
||||
"GroundingDinoModelLoader (segment anything plus)",
|
||||
"GroundingDinoSAMSegment (segment anything plus)",
|
||||
"InvertMask (segment anything plus)",
|
||||
"IsMaskEmpty (segment anything plus)",
|
||||
"SAMModelLoader (segment anything plus)"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI Segment Anything"
|
||||
}
|
||||
],
|
||||
"https://github.com/unwdef/unwdef-nodes-comfyui": [
|
||||
[
|
||||
"RandomTextFromMultiline",
|
||||
@@ -15941,6 +16175,14 @@
|
||||
"title_aux": "Simple Wildcard"
|
||||
}
|
||||
],
|
||||
"https://github.com/var1ableX/ComfyUI_Accessories": [
|
||||
[
|
||||
"GetMaskDimensions"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI_Accessories"
|
||||
}
|
||||
],
|
||||
"https://github.com/veighnsche/comfyui_gr85": [
|
||||
[
|
||||
"GR85_ContainsWord",
|
||||
@@ -16364,7 +16606,8 @@
|
||||
"GroqChatNode",
|
||||
"MoonshotMultiChatNode",
|
||||
"MoonshotSingleChatNode",
|
||||
"SD3LongCaptionerV2"
|
||||
"SD3LongCaptionerV2",
|
||||
"dwimage2"
|
||||
],
|
||||
{
|
||||
"title_aux": "comfy-groqchat"
|
||||
|
||||
3115
github-stats.json
3115
github-stats.json
File diff suppressed because it is too large
Load Diff
@@ -23,7 +23,7 @@ sys.path.append(glob_path)
|
||||
import cm_global
|
||||
from manager_util import *
|
||||
|
||||
version = [2, 48, 1]
|
||||
version = [2, 48, 2]
|
||||
version_str = f"V{version[0]}.{version[1]}" + (f'.{version[2]}' if len(version) > 2 else '')
|
||||
|
||||
|
||||
|
||||
@@ -2787,8 +2787,8 @@
|
||||
},
|
||||
{
|
||||
"name": "Zero123 3D object Model",
|
||||
"type": "Zero123",
|
||||
"base": "Zero123",
|
||||
"type": "zero123",
|
||||
"base": "zero123",
|
||||
"save_path": "checkpoints/zero123",
|
||||
"description": "model that been trained on 10M+ 3D objects from Objaverse-XL, used for generated rotated CamView",
|
||||
"reference": "https://objaverse.allenai.org/docs/zero123-xl/",
|
||||
@@ -2798,8 +2798,8 @@
|
||||
},
|
||||
{
|
||||
"name": "Zero123 3D object Model",
|
||||
"type": "Zero123",
|
||||
"base": "Zero123",
|
||||
"type": "zero123",
|
||||
"base": "zero123",
|
||||
"save_path": "checkpoints/zero123",
|
||||
"description": "Stable Zero123 is a model for view-conditioned image generation based on [a/Zero123](https://github.com/cvlab-columbia/zero123).",
|
||||
"reference": "https://huggingface.co/stabilityai/stable-zero123",
|
||||
@@ -2809,8 +2809,8 @@
|
||||
},
|
||||
{
|
||||
"name": "Zero123 3D object Model",
|
||||
"type": "Zero123",
|
||||
"base": "Zero123",
|
||||
"type": "zero123",
|
||||
"base": "zero123",
|
||||
"save_path": "checkpoints/zero123",
|
||||
"description": "Zero123 original checkpoints in 105000 steps.",
|
||||
"reference": "https://huggingface.co/cvlab/zero123-weights",
|
||||
@@ -2820,8 +2820,8 @@
|
||||
},
|
||||
{
|
||||
"name": "Zero123 3D object Model",
|
||||
"type": "Zero123",
|
||||
"base": "Zero123",
|
||||
"type": "zero123",
|
||||
"base": "zero123",
|
||||
"save_path": "checkpoints/zero123",
|
||||
"description": "Zero123 original checkpoints in 165000 steps.",
|
||||
"reference": "https://huggingface.co/cvlab/zero123-weights",
|
||||
@@ -3370,6 +3370,40 @@
|
||||
"filename": "PixArt-Sigma-XL-2-1024-MS.pth",
|
||||
"url": "https://huggingface.co/PixArt-alpha/PixArt-Sigma/resolve/main/PixArt-Sigma-XL-2-1024-MS.pth",
|
||||
"size": "2.47GB"
|
||||
},
|
||||
|
||||
{
|
||||
"name": "hunyuan_dit_1.2.safetensors",
|
||||
"type": "checkpoint",
|
||||
"base": "Hunyuan-DiT",
|
||||
"save_path": "checkpoints/hunyuan_dit_comfyui",
|
||||
"description": "Different versions of HunyuanDIT packaged for ComfyUI use.",
|
||||
"reference": "https://huggingface.co/comfyanonymous/hunyuan_dit_comfyui",
|
||||
"filename": "hunyuan_dit_1.2.safetensors",
|
||||
"url": "https://huggingface.co/comfyanonymous/hunyuan_dit_comfyui/resolve/main/hunyuan_dit_1.2.safetensors",
|
||||
"size": "8.24GB"
|
||||
},
|
||||
{
|
||||
"name": "hunyuan_dit_1.1.safetensors",
|
||||
"type": "checkpoint",
|
||||
"base": "Hunyuan-DiT",
|
||||
"save_path": "checkpoints/hunyuan_dit_comfyui",
|
||||
"description": "Different versions of HunyuanDIT packaged for ComfyUI use.",
|
||||
"reference": "https://huggingface.co/comfyanonymous/hunyuan_dit_comfyui",
|
||||
"filename": "hunyuan_dit_1.1.safetensors",
|
||||
"url": "https://huggingface.co/comfyanonymous/hunyuan_dit_comfyui/resolve/main/hunyuan_dit_1.1.safetensors",
|
||||
"size": "8.24GB"
|
||||
},
|
||||
{
|
||||
"name": "hunyuan_dit_1.0.safetensors",
|
||||
"type": "checkpoint",
|
||||
"base": "Hunyuan-DiT",
|
||||
"save_path": "checkpoints/hunyuan_dit_comfyui",
|
||||
"description": "Different versions of HunyuanDIT packaged for ComfyUI use.",
|
||||
"reference": "https://huggingface.co/comfyanonymous/hunyuan_dit_comfyui",
|
||||
"filename": "hunyuan_dit_1.0.safetensors",
|
||||
"url": "https://huggingface.co/comfyanonymous/hunyuan_dit_comfyui/resolve/main/hunyuan_dit_1.0.safetensors",
|
||||
"size": "8.24GB"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -12,7 +12,66 @@
|
||||
|
||||
|
||||
|
||||
|
||||
{
|
||||
"author": "leoleelxh",
|
||||
"title": "ComfyUI-MidjourneyNode-leoleexh",
|
||||
"reference": "https://github.com/leoleelxh/ComfyUI-MidjourneyNode-leoleexh",
|
||||
"files": [
|
||||
"https://github.com/leoleelxh/ComfyUI-MidjourneyNode-leoleexh"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "This node allows ComfyUI to easily integrate with Midjourney, utilizing the ultra-high quality of Midjourney and the powerful control of SD to provide more convenient capabilities for AIGC.\nNOTE: This node relies on the midjourney proxy project and requires API deployment in advance. For detailed installation, please refer to the instructions of the project. https://github.com/novicezk/midjourney-proxy"
|
||||
},
|
||||
{
|
||||
"author": "teward",
|
||||
"title": "Comfy-Sentry",
|
||||
"reference": "https://github.com/teward/Comfy-Sentry",
|
||||
"files": [
|
||||
"https://github.com/teward/Comfy-Sentry"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "This extension is actually nodeless, but provides a ComfyUI integration to a Sentry error reporting backend. This way, you can have full code and error reporting, performance monitoring and metrics, etc. in your ComfyUI interface reported to a Sentry backend."
|
||||
},
|
||||
{
|
||||
"author": "JosefKuchar",
|
||||
"title": "ComfyUI-AdvancedTiling [WIP]",
|
||||
"reference": "https://github.com/JosefKuchar/ComfyUI-AdvancedTiling",
|
||||
"files": [
|
||||
"https://github.com/JosefKuchar/ComfyUI-AdvancedTiling"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes: Advanced Tiling Settings, Advanced Tiling, Advanced Tiling VAE Decode"
|
||||
},
|
||||
{
|
||||
"author": "hy134300",
|
||||
"title": "ComfyUI-PhotoMaker-V2",
|
||||
"reference": "https://github.com/hy134300/ComfyUI-PhotoMaker-V2",
|
||||
"files": [
|
||||
"https://github.com/hy134300/ComfyUI-PhotoMaker-V2"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes for PhotoMaker-V2"
|
||||
},
|
||||
{
|
||||
"author": "kijai",
|
||||
"title": "ComfyUI-FollowYourEmojiWrapper [WIP]",
|
||||
"reference": "https://github.com/kijai/ComfyUI-FollowYourEmojiWrapper",
|
||||
"files": [
|
||||
"https://github.com/kijai/ComfyUI-FollowYourEmojiWrapper"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Original repo: [a/https://github.com/mayuelala/FollowYourEmoji](https://github.com/mayuelala/FollowYourEmoji)"
|
||||
},
|
||||
{
|
||||
"author": "haomole",
|
||||
"title": "Comfyui-SadTalker",
|
||||
"reference": "https://github.com/haomole/Comfyui-SadTalker",
|
||||
"files": [
|
||||
"https://github.com/haomole/Comfyui-SadTalker"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "[a/SadTalker](https://github.com/OpenTalker/SadTalker) for ComfyUI"
|
||||
},
|
||||
{
|
||||
"author": "maepopi",
|
||||
"title": "Diffusers-in-ComfyUI",
|
||||
@@ -1222,16 +1281,6 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "This is a PoC port of [a/Google's Prompt-to-Prompt](https://github.com/google/prompt-to-prompt/) to ComfyUI. It isn't feature complete. But it's good enough for evaluating if prompt-to-prompt is of any good."
|
||||
},
|
||||
{
|
||||
"author": "MushroomFleet",
|
||||
"title": "DJZ-Nodes",
|
||||
"reference": "https://github.com/MushroomFleet/DJZ-Nodes",
|
||||
"files": [
|
||||
"https://github.com/MushroomFleet/DJZ-Nodes"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes:Aspect Size. Drift Johnsons Custom nodes for ComfyUI"
|
||||
},
|
||||
{
|
||||
"author": "stavsap",
|
||||
"title": "ComfyUI Ollama [WIP]",
|
||||
|
||||
@@ -532,6 +532,16 @@
|
||||
"title_aux": "comfy-consistency-vae"
|
||||
}
|
||||
],
|
||||
"https://github.com/JosefKuchar/ComfyUI-AdvancedTiling": [
|
||||
[
|
||||
"AdvancedTiling",
|
||||
"AdvancedTilingSettings",
|
||||
"AdvancedTilingVAEDecode"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-AdvancedTiling [WIP]"
|
||||
}
|
||||
],
|
||||
"https://github.com/LZpenguin/ComfyUI-Text": [
|
||||
[
|
||||
"Add_text_by_mask"
|
||||
@@ -1502,6 +1512,18 @@
|
||||
"title_aux": "ComfyUI-InstantStyle"
|
||||
}
|
||||
],
|
||||
"https://github.com/haomole/Comfyui-SadTalker": [
|
||||
[
|
||||
"LoadRefVideo",
|
||||
"SadTalker",
|
||||
"ShowAudio",
|
||||
"ShowText",
|
||||
"ShowVideo"
|
||||
],
|
||||
{
|
||||
"title_aux": "Comfyui-SadTalker"
|
||||
}
|
||||
],
|
||||
"https://github.com/horidream/ComfyUI-Horidream": [
|
||||
[
|
||||
"PassThroughWithSound"
|
||||
@@ -1516,8 +1538,6 @@
|
||||
"AdvancedWatermarkEnhancement",
|
||||
"AdvancedWaveletWatermarkEnhancement",
|
||||
"CLAHEEnhancement",
|
||||
"CannyDWTWatermarkEnhancement",
|
||||
"ColorLevelWatermarkEnhancement",
|
||||
"CombineEnhancements",
|
||||
"ComprehensiveImageEnhancement",
|
||||
"DenoisingFilter",
|
||||
@@ -1584,6 +1604,22 @@
|
||||
"title_aux": "ComfyUI_Easy_Nodes_hui"
|
||||
}
|
||||
],
|
||||
"https://github.com/hy134300/ComfyUI-PhotoMaker-V2": [
|
||||
[
|
||||
"BaseModel_Loader_fromhub",
|
||||
"BaseModel_Loader_local",
|
||||
"LoRALoader",
|
||||
"NEW_PhotoMaker_Generation",
|
||||
"PhotoMakerAdapter_Loader_fromhub",
|
||||
"PhotoMakerAdapter_Loader_local",
|
||||
"PhotoMaker_Generation",
|
||||
"Prompt_Styler",
|
||||
"Ref_Image_Preprocessing"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-PhotoMaker-V2"
|
||||
}
|
||||
],
|
||||
"https://github.com/hy134300/comfyui-hb-node": [
|
||||
[
|
||||
"generate story",
|
||||
@@ -1783,6 +1819,7 @@
|
||||
"Bjornulf_ResizeImage",
|
||||
"Bjornulf_SaveApiImage",
|
||||
"Bjornulf_SaveImagePath",
|
||||
"Bjornulf_SaveImageToFolder",
|
||||
"Bjornulf_SaveText",
|
||||
"Bjornulf_SaveTmpImage",
|
||||
"Bjornulf_ShowFloat",
|
||||
@@ -1885,6 +1922,18 @@
|
||||
"title_aux": "ComfyUI-DiffusersSD3Wrapper"
|
||||
}
|
||||
],
|
||||
"https://github.com/kijai/ComfyUI-FollowYourEmojiWrapper": [
|
||||
[
|
||||
"DownloadAndLoadFYEModel",
|
||||
"FYECLIPEncode",
|
||||
"FYEMediaPipe",
|
||||
"FYESampler",
|
||||
"FYESamplerLong"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-FollowYourEmojiWrapper [WIP]"
|
||||
}
|
||||
],
|
||||
"https://github.com/komojini/ComfyUI_Prompt_Template_CustomNodes/raw/main/prompt_with_template.py": [
|
||||
[
|
||||
"ObjectPromptWithTemplate",
|
||||
@@ -1921,6 +1970,15 @@
|
||||
"title_aux": "ssd-1b-comfyui"
|
||||
}
|
||||
],
|
||||
"https://github.com/leoleelxh/ComfyUI-MidjourneyNode-leoleexh": [
|
||||
[
|
||||
"MidjourneyGenerateNode",
|
||||
"MidjourneyUpscaleNode"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-MidjourneyNode-leoleexh"
|
||||
}
|
||||
],
|
||||
"https://github.com/linhusyung/comfyui-Build-and-train-your-network": [
|
||||
[
|
||||
"Conv_layer",
|
||||
@@ -1981,9 +2039,11 @@
|
||||
],
|
||||
"https://github.com/maepopi/Diffusers-in-ComfyUI": [
|
||||
[
|
||||
"BLoRALoader",
|
||||
"CreatePipeline",
|
||||
"GenerateImage",
|
||||
"Load_B_Lora"
|
||||
"ImageInference",
|
||||
"LoRALoader",
|
||||
"MakeCanny"
|
||||
],
|
||||
{
|
||||
"title_aux": "Diffusers-in-ComfyUI"
|
||||
@@ -2439,6 +2499,7 @@
|
||||
"Calculate Image Contrast",
|
||||
"Calculate Image Saturation",
|
||||
"Color Similarity Checker",
|
||||
"Displace Filter",
|
||||
"Load Image (By Url)"
|
||||
],
|
||||
{
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -10,6 +10,16 @@
|
||||
},
|
||||
|
||||
|
||||
{
|
||||
"author": "neverbiasu",
|
||||
"title": "ComfyUI ImageCaptioner [REMOVED]",
|
||||
"reference": "https://github.com/neverbiasu/ComfyUI-ImageCaptioner",
|
||||
"files": [
|
||||
"https://github.com/neverbiasu/ComfyUI-ImageCaptioner"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A ComfyUI extension for generating captions for your images. Runs on your own system, no external services used, no filter."
|
||||
},
|
||||
{
|
||||
"author": "mingqizhang",
|
||||
"title": "ComfyUI_InSPyResNet_zmq [REMOVED]",
|
||||
@@ -484,7 +494,7 @@
|
||||
"https://github.com/laksjdjf/IPAdapter-ComfyUI"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "This custom nodes provides loader of the IP-Adapter model.[w/NOTE: To use this extension node, you need to download the [a/ip-adapter_sd15.bin](https://huggingface.co/h94/IP-Adapter/resolve/main/models/ip-adapter_sd15.bin) file and place it in the %%**custom_nodes/IPAdapter-ComfyUI/models**%% directory. Additionally, you need to download the 'Clip vision model' from the 'Install models' menu as well.]<BR>NOTE: Use ComfyUI_IPAdapter_plus instead of this."
|
||||
"description": "This custom nodes provides loader of the IP-Adapter model.[w/NOTE: To use this extension node, you need to download the [a/ip-adapter_sd15.bin](https://huggingface.co/h94/IP-Adapter/resolve/main/models/ip-adapter_sd15.bin) file and place it in the %%**custom_nodes/IPAdapter-ComfyUI/models**%% directory. Additionally, you need to download the 'Clip vision model' from the 'Install models' menu as well.]\nNOTE: Use ComfyUI_IPAdapter_plus instead of this."
|
||||
},
|
||||
{
|
||||
"author": "RockOfFire",
|
||||
|
||||
@@ -11,8 +11,159 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
{
|
||||
"author": "DriftJohnson",
|
||||
"title": "DJZ-Nodes",
|
||||
"id": "DJZ-Nodes",
|
||||
"reference": "https://github.com/MushroomFleet/DJZ-Nodes",
|
||||
"files": [
|
||||
"https://github.com/MushroomFleet/DJZ-Nodes"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "AspectSize and other nodes"
|
||||
},
|
||||
{
|
||||
"author": "var1ableX",
|
||||
"title": "ComfyUI_Accessories",
|
||||
"reference": "https://github.com/var1ableX/ComfyUI_Accessories",
|
||||
"files": [
|
||||
"https://github.com/var1ableX/ComfyUI_Accessories"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Get Mask Dimensions"
|
||||
},
|
||||
{
|
||||
"author": "akierson",
|
||||
"title": "ComfyUI-textnodes",
|
||||
"reference": "https://github.com/akierson/ComfyUI-textnodes",
|
||||
"files": [
|
||||
"https://github.com/akierson/ComfyUI-textnodes"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Misc Text Nodes for Comfy UI"
|
||||
},
|
||||
{
|
||||
"author": "neverbiasu",
|
||||
"title": "ComfyUI ImageCaptioner",
|
||||
"reference": "https://github.com/neverbiasu/ComfyUI-Image-Captioner",
|
||||
"files": [
|
||||
"https://github.com/neverbiasu/ComfyUI-Image-Captioner"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A ComfyUI extension for generating captions for your images. Runs on your own system, no external services used, no filter.\nUses various VLMs with APIs to generate captions for images. You can give instructions or ask questions in natural language."
|
||||
},
|
||||
{
|
||||
"author": "jn-jairo",
|
||||
"title": "JNComfy",
|
||||
"reference": "https://github.com/jn-jairo/jn_comfyui",
|
||||
"files": [
|
||||
"https://github.com/jn-jairo/jn_comfyui"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "ComfyUI extension with patches and nodes.\nPatches:Preview device, Extension device, Temperature, Memory estimation, Optimizations, Easy generic inputs, Easy multiple inputs.\nNODES: Image nodes, Image/Area nodes, Image/Blip nodes, Image/Face nodes, Sampling nodes, Patch nodes, Primitive nodes, Primitive/Conversion nodes, Primitive/Process nodes, Workflow nodes, etc..."
|
||||
},
|
||||
{
|
||||
"author": "Haoming02",
|
||||
"title": "ComfyUI Old Photo Restoration",
|
||||
"reference": "https://github.com/Haoming02/comfyui-old-photo-restoration",
|
||||
"files": [
|
||||
"https://github.com/Haoming02/comfyui-old-photo-restoration"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "This is an Extension for ComfyUI, which allows you to perform Bringing-Old-Photos-Back-to-Life natively."
|
||||
},
|
||||
{
|
||||
"author": "un-seen",
|
||||
"title": "ComfyUI Segment Anything",
|
||||
"reference": "https://github.com/un-seen/comfyui_segment_anything_plus",
|
||||
"files":[
|
||||
"https://github.com/un-seen/comfyui_segment_anything_plus"
|
||||
],
|
||||
"install_type":"git-clone",
|
||||
"description":"This project is a ComfyUI version of [a/sd-webui-segment-anything](https://github.com/continue-revolution/sd-webui-segment-anything). At present, only the most core functionalities have been implemented. I would like to express my gratitude to [a/continue-revolution](https://github.com/continue-revolution) for their preceding work on which this is based."
|
||||
},
|
||||
{
|
||||
"author": "ai-shizuka",
|
||||
"title": "ComfyUI-tbox",
|
||||
"reference": "https://github.com/ai-shizuka/ComfyUI-tbox",
|
||||
"files": [
|
||||
"https://github.com/ai-shizuka/ComfyUI-tbox"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes:ImageLoader, ImageSaver, ImagesSaver, ImageResize, ImageSize."
|
||||
},
|
||||
{
|
||||
"author": "akierson",
|
||||
"title": "comfyui-colornodes",
|
||||
"reference": "https://github.com/akierson/comfyui-colornodes",
|
||||
"files": [
|
||||
"https://github.com/akierson/comfyui-colornodes"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Basic Color Nodes for ComfyUI"
|
||||
},
|
||||
{
|
||||
"author": "EnragedAntelope",
|
||||
"title": "Doubutsu Image Describer for ComfyUI",
|
||||
"reference": "https://github.com/EnragedAntelope/ComfyUI-Doubutsu-Describer",
|
||||
"files": [
|
||||
"https://github.com/EnragedAntelope/ComfyUI-Doubutsu-Describer"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "This custom node for ComfyUI allows you to use the Doubutsu small VLM model to describe images. Credit and further information on Doubutsu: [a/https://huggingface.co/qresearch/doubutsu-2b-pt-756](https://huggingface.co/qresearch/doubutsu-2b-pt-756)"
|
||||
},
|
||||
{
|
||||
"author": "AIFSH",
|
||||
"title": "StyleShot-ComfyUI",
|
||||
"id": "styleshot",
|
||||
"reference": "https://github.com/AIFSH/StyleShot-ComfyUI",
|
||||
"files": [
|
||||
"https://github.com/AIFSH/VocalSeparation-ComfyUI"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "a custom node for [a/StyleShot](https://github.com/open-mmlab/StyleShot.git)"
|
||||
},
|
||||
{
|
||||
"author": "shinich39",
|
||||
"title": "comfyui-model-db",
|
||||
"reference": "https://github.com/shinich39/comfyui-model-db",
|
||||
"files": [
|
||||
"https://github.com/shinich39/comfyui-model-db"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Store settings by model."
|
||||
},
|
||||
{
|
||||
"author": "pikenrover",
|
||||
"title": "ComfyUI_PRNodes",
|
||||
"reference": "https://github.com/pikenrover/ComfyUI_PRNodes",
|
||||
"files": [
|
||||
"https://github.com/pikenrover/ComfyUI_PRNodes"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes:RandomPrompt, RandomPromptMixed, ImageScaleTo, EmptyLatentImageScaleBy, LoraLoaderExtended, Save Image w/Metadata, CheckpointLoaderSimpleExtended"
|
||||
},
|
||||
{
|
||||
"author": "Mintbeer96",
|
||||
"title": "ComfyUI-KerasOCR",
|
||||
"reference": "https://github.com/Mintbeer96/ComfyUI-KerasOCR",
|
||||
"files": [
|
||||
"https://github.com/Mintbeer96/ComfyUI-KerasOCR"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "An OCR node for detect text in image and returns covering mask."
|
||||
},
|
||||
{
|
||||
"author": "SoftMeng",
|
||||
"title": "ComfyUI-DeepCache-Fix",
|
||||
"reference": "https://github.com/SoftMeng/ComfyUI-DeepCache-Fix",
|
||||
"files": [
|
||||
"https://github.com/SoftMeng/ComfyUI-DeepCache-Fix"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Accelerate ComfyUI Nodes for Faster Image Generation, Ensuring Consistency Pre and Post-Acceleration, Ideal for Bulk Image Production."
|
||||
},
|
||||
{
|
||||
"author": "filliptm",
|
||||
"title": "ComfyUI_FL-Trainer",
|
||||
@@ -538,162 +689,6 @@
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A set of custom nodes for frame interpolation and video processing in ComfyUI."
|
||||
},
|
||||
{
|
||||
"author": "injet-zhou",
|
||||
"title": "comfyui_extra_api",
|
||||
"reference": "https://github.com/injet-zhou/comfyui_extra_api",
|
||||
"files": [
|
||||
"https://github.com/injet-zhou/comfyui_extra_api"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Add more endpoints to make easy for utilizing ComfyUI API."
|
||||
},
|
||||
{
|
||||
"author": "MinusZoneAI",
|
||||
"title": "ComfyUI-Kolors-MZ",
|
||||
"id": "kolors-mz",
|
||||
"reference": "https://github.com/MinusZoneAI/ComfyUI-Kolors-MZ",
|
||||
"files": [
|
||||
"https://github.com/MinusZoneAI/ComfyUI-Kolors-MZ"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Implementation of Kolors on ComfyUI\nReference from [a/https://github.com/kijai/ComfyUI-KwaiKolorsWrapper](https://github.com/kijai/ComfyUI-KwaiKolorsWrapper)\nUsing ComfyUI Native Sampling"
|
||||
},
|
||||
{
|
||||
"author": "pamparamm",
|
||||
"title": "ComfyUI-ppm",
|
||||
"id": "comfyui-ppm",
|
||||
"reference": "https://github.com/pamparamm/ComfyUI-ppm",
|
||||
"files": [
|
||||
"https://github.com/pamparamm/ComfyUI-ppm"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Fixed AttentionCouple/NegPip(negative weights in prompts), more CFG++ samplers, etc."
|
||||
},
|
||||
{
|
||||
"author": "Haoming02",
|
||||
"title": "ComfyUI ReSharpen",
|
||||
"reference": "https://github.com/Haoming02/comfyui-resharpen",
|
||||
"files": [
|
||||
"https://github.com/Haoming02/comfyui-resharpen"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "This is an Extension for ComfyUI, which allows you to increase or decrease the amount of details generated during the Stable Diffusion pipeline."
|
||||
},
|
||||
{
|
||||
"author": "BenNarum",
|
||||
"title": "ComfyUI_CAS",
|
||||
"reference": "https://github.com/BenNarum/ComfyUI_CAS",
|
||||
"files": [
|
||||
"https://github.com/BenNarum/ComfyUI_CAS"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "This extension provides nodes that allow experimentation with various elements (samplers, latent, activators, attenuator, scheulders, ...) of Stable Diffusion."
|
||||
},
|
||||
{
|
||||
"author": "SiliconFlow",
|
||||
"title": "☁️BizyAir Nodes",
|
||||
"id": "bizyair",
|
||||
"reference": "https://github.com/siliconflow/BizyAir",
|
||||
"files": [
|
||||
"https://github.com/siliconflow/BizyAir"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "[a/BizyAir](https://github.com/siliconflow/BizyAir) Comfy Nodes that can run in any environment."
|
||||
},
|
||||
{
|
||||
"author": "Extraltodeus",
|
||||
"title": "pre_cfg_comfy_nodes_for_ComfyUI",
|
||||
"id": "precfg",
|
||||
"reference": "https://github.com/Extraltodeus/pre_cfg_comfy_nodes_for_ComfyUI",
|
||||
"files": [
|
||||
"https://github.com/Extraltodeus/pre_cfg_comfy_nodes_for_ComfyUI"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A set of nodes to prepare the noise predictions before the CFG function"
|
||||
},
|
||||
{
|
||||
"author": "ZZXYWQ",
|
||||
"title": "ZZX Nodes",
|
||||
"id": "ZZXYWQ",
|
||||
"reference": "https://github.com/ZZXYWQ/ComfyUI-ZZXYWQ",
|
||||
"files": [
|
||||
"https://github.com/ZZXYWQ/ComfyUI-ZZXYWQ"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes: StreamRecorder, VideoFormatConverter, ZZX_PaintsUndo"
|
||||
},
|
||||
{
|
||||
"author": "smthemex",
|
||||
"title": "ComfyUI_AnyDoor",
|
||||
"id": "ComfyUI_AnyDoor",
|
||||
"reference": "https://github.com/smthemex/ComfyUI_AnyDoor",
|
||||
"files": [
|
||||
"https://github.com/smthemex/ComfyUI_AnyDoor"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "You can use anydoor, change clothes or object..."
|
||||
},
|
||||
{
|
||||
"author": "Haoming02",
|
||||
"title": "ComfyUI Node Beautify",
|
||||
"reference": "https://github.com/Haoming02/comfyui-node-beautify",
|
||||
"files": [
|
||||
"https://github.com/Haoming02/comfyui-node-beautify"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "This is an Extension for ComfyUI, which helps formatting the workflow."
|
||||
},
|
||||
{
|
||||
"author": "adigayung",
|
||||
"title": "ComfyUI-Translator",
|
||||
"reference": "https://github.com/adigayung/ComfyUI-Translator",
|
||||
"files": [
|
||||
"https://github.com/adigayung/ComfyUI-Translator"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Auto translate all languages to english"
|
||||
},
|
||||
{
|
||||
"author": "christian-byrne",
|
||||
"title": "comfyui-default-values-manager",
|
||||
"reference": "https://github.com/christian-byrne/comfyui-default-values-manager",
|
||||
"files": [
|
||||
"https://github.com/christian-byrne/comfyui-default-values-manager"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "comfyui-default-values-manager"
|
||||
},
|
||||
{
|
||||
"author": "vivax3794",
|
||||
"title": "ComfyUI-Sub-Nodes",
|
||||
"reference": "https://github.com/vivax3794/ComfyUI-Sub-Nodes",
|
||||
"files": [
|
||||
"https://github.com/vivax3794/ComfyUI-Sub-Nodes"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Creating subgraph and Calling subgraphs."
|
||||
},
|
||||
{
|
||||
"author": "HECer",
|
||||
"title": "ComfyUI-FilePathCreator",
|
||||
"reference": "https://github.com/HECer/ComfyUI-FilePathCreator",
|
||||
"files": [
|
||||
"https://github.com/HECer/ComfyUI-FilePathCreator"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "The ComfyUI-FilePathCreator is a custom node extension for ComfyUI designed to generate dynamic filenames based on user-defined parameters. This node helps streamline the process of creating organized and timestamped filenames, ideal for saving output files in a structured manner."
|
||||
},
|
||||
{
|
||||
"author": "mullakhmetov",
|
||||
"title": "comfyui_dynamic_util_nodes",
|
||||
"reference": "https://github.com/mullakhmetov/comfyui_dynamic_util_nodes",
|
||||
"files": [
|
||||
"https://github.com/mullakhmetov/comfyui_dynamic_util_nodes"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "ComfyS3 helpful util nodes for dynamic workflows"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1165,6 +1165,7 @@
|
||||
],
|
||||
"https://github.com/BetaDoggo/ComfyUI-VideoPlayer": [
|
||||
[
|
||||
"ImageToEmoji",
|
||||
"LoadFrame",
|
||||
"LoadJPGFrame",
|
||||
"LoadVideoFrame"
|
||||
@@ -1617,6 +1618,14 @@
|
||||
"title_aux": "ComfyUI-post-processing-nodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/EnragedAntelope/ComfyUI-Doubutsu-Describer": [
|
||||
[
|
||||
"DoubutsuDescriber"
|
||||
],
|
||||
{
|
||||
"title_aux": "Doubutsu Image Describer for ComfyUI"
|
||||
}
|
||||
],
|
||||
"https://github.com/Excidos/ComfyUI-Documents": [
|
||||
[
|
||||
"ChunkRouter",
|
||||
@@ -3431,6 +3440,14 @@
|
||||
"title_aux": "Militant Hitchhiker's Switchblade Pack"
|
||||
}
|
||||
],
|
||||
"https://github.com/Mintbeer96/ComfyUI-KerasOCR": [
|
||||
[
|
||||
"KerasOCR"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-KerasOCR"
|
||||
}
|
||||
],
|
||||
"https://github.com/MinusZoneAI/ComfyUI-Kolors-MZ": [
|
||||
[
|
||||
"IPAAdapterFaceIDBatch",
|
||||
@@ -3593,6 +3610,15 @@
|
||||
"title_aux": "ComfyUI-TextOverlay"
|
||||
}
|
||||
],
|
||||
"https://github.com/MushroomFleet/DJZ-Nodes": [
|
||||
[
|
||||
"AspectSize",
|
||||
"AspectSizeV2"
|
||||
],
|
||||
{
|
||||
"title_aux": "DJZ-Nodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/MuziekMagie/ComfyUI-Matchering": [
|
||||
[
|
||||
"Matchering",
|
||||
@@ -4598,6 +4624,14 @@
|
||||
"title_aux": "comfyui_meme_maker"
|
||||
}
|
||||
],
|
||||
"https://github.com/SoftMeng/ComfyUI-DeepCache-Fix": [
|
||||
[
|
||||
"DeepCache_Fix"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-DeepCache-Fix"
|
||||
}
|
||||
],
|
||||
"https://github.com/SoftMeng/ComfyUI_ImageToText": [
|
||||
[
|
||||
"ComfyUI_ImageToText"
|
||||
@@ -6340,6 +6374,18 @@
|
||||
"title_aux": "LiamUtil (single node)"
|
||||
}
|
||||
],
|
||||
"https://github.com/ai-shizuka/ComfyUI-tbox": [
|
||||
[
|
||||
"ImageLoader",
|
||||
"ImageResize",
|
||||
"ImageSaver",
|
||||
"ImageSize",
|
||||
"ImagesSaver"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-tbox"
|
||||
}
|
||||
],
|
||||
"https://github.com/aianimation55/ComfyUI-FatLabels": [
|
||||
[
|
||||
"FatLabels"
|
||||
@@ -6348,6 +6394,27 @@
|
||||
"title_aux": "Comfy UI FatLabels"
|
||||
}
|
||||
],
|
||||
"https://github.com/akierson/ComfyUI-textnodes": [
|
||||
[
|
||||
"Prompt Truncate",
|
||||
"Tidy Tags"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-textnodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/akierson/comfyui-colornodes": [
|
||||
[
|
||||
"Color Picker",
|
||||
"Color to Hex",
|
||||
"Color to RGB",
|
||||
"Image Replace Color",
|
||||
"Invert Color"
|
||||
],
|
||||
{
|
||||
"title_aux": "comfyui-colornodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/al-swaiti/ComfyUI-CascadeResolutions": [
|
||||
[
|
||||
"CascadeResolutions"
|
||||
@@ -7259,13 +7326,6 @@
|
||||
"https://github.com/bvhari/ComfyUI_SUNoise": [
|
||||
[
|
||||
"SUNoiseLatent",
|
||||
"SamplerDPM2Ancestral_SUN",
|
||||
"SamplerDPMPP2SAncestral_SUN",
|
||||
"SamplerDPMPP_2M_SDE_SUN",
|
||||
"SamplerDPMPP_3M_SDE_SUN",
|
||||
"SamplerDPMPP_SDE_SUN",
|
||||
"SamplerEulerAncestralCFGpp_SUN",
|
||||
"SamplerEulerAncestral_SUN",
|
||||
"SamplersSUNoise",
|
||||
"SamplersSUNoiseAdvanced"
|
||||
],
|
||||
@@ -8152,6 +8212,17 @@
|
||||
"title_aux": "img2colors-comfyui-node"
|
||||
}
|
||||
],
|
||||
"https://github.com/christian-byrne/img2txt-comfyui-nodes": [
|
||||
[
|
||||
"img2txt BLIP/Llava Multimodel Tagger"
|
||||
],
|
||||
{
|
||||
"author": "christian-byrne",
|
||||
"nickname": "Image to Text - Auto Caption",
|
||||
"title": "Img2Txt auto captioning. Choose from models: BLIP, Llava, MiniCPM, MS-GIT. Use model combos and merge results. Specify questions to ask about images (medium, art style, background). Supports Chinese \ud83c\udde8\ud83c\uddf3 questions via MiniCPM.",
|
||||
"title_aux": "img2txt-comfyui-nodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/christian-byrne/size-match-compositing-nodes": [
|
||||
[
|
||||
"Composite Alpha Layer",
|
||||
@@ -8304,6 +8375,7 @@
|
||||
"CLIPSetLastLayer",
|
||||
"CLIPTextEncode",
|
||||
"CLIPTextEncodeControlnet",
|
||||
"CLIPTextEncodeHunyuanDiT",
|
||||
"CLIPTextEncodeSD3",
|
||||
"CLIPTextEncodeSDXL",
|
||||
"CLIPTextEncodeSDXLRefiner",
|
||||
@@ -8626,6 +8698,7 @@
|
||||
"IPAdapterAdvanced",
|
||||
"IPAdapterBatch",
|
||||
"IPAdapterClipVisionEnhancer",
|
||||
"IPAdapterClipVisionEnhancerBatch",
|
||||
"IPAdapterCombineEmbeds",
|
||||
"IPAdapterCombineParams",
|
||||
"IPAdapterCombineWeights",
|
||||
@@ -10510,6 +10583,8 @@
|
||||
"CosyVoice",
|
||||
"Dingding",
|
||||
"Dingding_tool",
|
||||
"FeishuDownloadAudio",
|
||||
"FeishuDownloadImage",
|
||||
"FeishuGetHistory",
|
||||
"FeishuSendMsg",
|
||||
"KG_csv_toolkit_developer",
|
||||
@@ -10550,7 +10625,10 @@
|
||||
"google_loader",
|
||||
"google_tool",
|
||||
"image_iterator",
|
||||
"img2path",
|
||||
"interpreter_function",
|
||||
"interpreter_tool",
|
||||
"json2text",
|
||||
"json_get_value",
|
||||
"json_parser",
|
||||
"keyword_tool",
|
||||
@@ -10564,8 +10642,10 @@
|
||||
"load_excel",
|
||||
"load_file",
|
||||
"load_file_folder",
|
||||
"load_img_path",
|
||||
"load_keyword",
|
||||
"load_name",
|
||||
"load_openai_ebd",
|
||||
"load_persona",
|
||||
"load_url",
|
||||
"load_wikipedia",
|
||||
@@ -11391,6 +11471,82 @@
|
||||
"title_aux": "ULTools for ComfyUI"
|
||||
}
|
||||
],
|
||||
"https://github.com/jn-jairo/jn_comfyui": [
|
||||
[
|
||||
"JN_AreaInfo",
|
||||
"JN_AreaNormalize",
|
||||
"JN_AreaWidthHeight",
|
||||
"JN_AreaXY",
|
||||
"JN_Blip",
|
||||
"JN_BlipLoader",
|
||||
"JN_BooleanOperation",
|
||||
"JN_Condition",
|
||||
"JN_CoolDown",
|
||||
"JN_CoolDownOutput",
|
||||
"JN_CropFace",
|
||||
"JN_DatetimeFormat",
|
||||
"JN_DatetimeInfo",
|
||||
"JN_DatetimeNow",
|
||||
"JN_Dump",
|
||||
"JN_DumpOutput",
|
||||
"JN_FaceRestoreModelLoader",
|
||||
"JN_FaceRestoreWithModel",
|
||||
"JN_FirstActive",
|
||||
"JN_ImageAddMask",
|
||||
"JN_ImageBatch",
|
||||
"JN_ImageCenterArea",
|
||||
"JN_ImageCrop",
|
||||
"JN_ImageGrid",
|
||||
"JN_ImageInfo",
|
||||
"JN_ImageSharpness",
|
||||
"JN_ImageSquare",
|
||||
"JN_ImageUncrop",
|
||||
"JN_KSampler",
|
||||
"JN_KSamplerAdvancedParams",
|
||||
"JN_KSamplerFaceRestoreParams",
|
||||
"JN_KSamplerResizeInputParams",
|
||||
"JN_KSamplerResizeMaskAreaParams",
|
||||
"JN_KSamplerResizeOutputParams",
|
||||
"JN_KSamplerSeamlessParams",
|
||||
"JN_KSamplerTileParams",
|
||||
"JN_LoadImageDirectory",
|
||||
"JN_LogicOperation",
|
||||
"JN_MaskInfo",
|
||||
"JN_MathOperation",
|
||||
"JN_MathOperationArray",
|
||||
"JN_PrimitiveArrayInfo",
|
||||
"JN_PrimitiveBatchToArray",
|
||||
"JN_PrimitiveBoolean",
|
||||
"JN_PrimitiveFloat",
|
||||
"JN_PrimitiveInt",
|
||||
"JN_PrimitivePrompt",
|
||||
"JN_PrimitiveString",
|
||||
"JN_PrimitiveStringMultiline",
|
||||
"JN_PrimitiveStringToArray",
|
||||
"JN_PrimitiveToArray",
|
||||
"JN_PrimitiveToBoolean",
|
||||
"JN_PrimitiveToFloat",
|
||||
"JN_PrimitiveToInt",
|
||||
"JN_PrimitiveToString",
|
||||
"JN_RemoveBackground",
|
||||
"JN_Seamless",
|
||||
"JN_SeamlessBorder",
|
||||
"JN_SeamlessBorderCrop",
|
||||
"JN_SelectItem",
|
||||
"JN_Sleep",
|
||||
"JN_SleepOutput",
|
||||
"JN_SliceOperation",
|
||||
"JN_StopIf",
|
||||
"JN_StopIfOutput",
|
||||
"JN_TextConcatenation",
|
||||
"JN_TextReplace",
|
||||
"JN_TimedeltaFormat",
|
||||
"JN_TimedeltaInfo"
|
||||
],
|
||||
{
|
||||
"title_aux": "JNComfy"
|
||||
}
|
||||
],
|
||||
"https://github.com/john-mnz/ComfyUI-Inspyrenet-Rembg": [
|
||||
[
|
||||
"InspyrenetRembg",
|
||||
@@ -11867,7 +12023,7 @@
|
||||
"CustomSigmas",
|
||||
"DownloadAndLoadCLIPSeg",
|
||||
"DrawInstanceDiffusionTracking",
|
||||
"DummyLatentOut",
|
||||
"DummyOut",
|
||||
"EmptyLatentImagePresets",
|
||||
"FilterZeroMasksAndCorrespondingImages",
|
||||
"FlipSigmasAdjusted",
|
||||
@@ -11942,6 +12098,7 @@
|
||||
"StringConstantMultiline",
|
||||
"Superprompt",
|
||||
"VRAM_Debug",
|
||||
"WebcamCaptureCV2",
|
||||
"WeightScheduleConvert",
|
||||
"WeightScheduleExtend",
|
||||
"WidgetToString"
|
||||
@@ -11976,7 +12133,15 @@
|
||||
"https://github.com/kijai/ComfyUI-LivePortraitKJ": [
|
||||
[
|
||||
"DownloadAndLoadLivePortraitModels",
|
||||
"LivePortraitProcess"
|
||||
"KeypointScaler",
|
||||
"KeypointsToImage",
|
||||
"LivePortraitComposite",
|
||||
"LivePortraitCropper",
|
||||
"LivePortraitLoadCropper",
|
||||
"LivePortraitLoadFaceAlignmentCropper",
|
||||
"LivePortraitLoadMediaPipeCropper",
|
||||
"LivePortraitProcess",
|
||||
"LivePortraitRetargeting"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-LivePortraitKJ"
|
||||
@@ -12108,6 +12273,7 @@
|
||||
"SingleString",
|
||||
"SizeSelector",
|
||||
"YellowBus",
|
||||
"YellowBusV2",
|
||||
"concat"
|
||||
],
|
||||
{
|
||||
@@ -12683,7 +12849,8 @@
|
||||
],
|
||||
"https://github.com/lrzjason/Comfyui-Kolors-Utils": [
|
||||
[
|
||||
"Save Weight As Kolors Unet"
|
||||
"SaveKolors",
|
||||
"SaveWeightAsKolorsUnet"
|
||||
],
|
||||
{
|
||||
"title_aux": "Comfyui Kolors Utils"
|
||||
@@ -13407,6 +13574,7 @@
|
||||
"CreateCircleMask",
|
||||
"CreateMaskWithCanvas",
|
||||
"CreateNestedPNGMask",
|
||||
"CreatePolygonPNGMask",
|
||||
"CreateSimpleMask",
|
||||
"CreateTillingPNGMask",
|
||||
"CreateWatermarkRemovalMask",
|
||||
@@ -13446,6 +13614,8 @@
|
||||
"TextBox",
|
||||
"TextCombinerSix",
|
||||
"TextCombinerTwo",
|
||||
"TextSwitcherThreeWays",
|
||||
"TextSwitcherTwoWays",
|
||||
"TextWithBooleanSwitchAndCommonTextInput",
|
||||
"TwoBooleanTrigger",
|
||||
"TwoFloats"
|
||||
@@ -13565,7 +13735,7 @@
|
||||
"title_aux": "ComfyUI-NegiTools"
|
||||
}
|
||||
],
|
||||
"https://github.com/neverbiasu/ComfyUI-ImageCaptioner": [
|
||||
"https://github.com/neverbiasu/ComfyUI-Image-Captioner": [
|
||||
[
|
||||
"ImageCaptioner"
|
||||
],
|
||||
@@ -13996,6 +14166,7 @@
|
||||
"glslViewer",
|
||||
"int",
|
||||
"vec2",
|
||||
"vec2 (pos)",
|
||||
"vec3",
|
||||
"vec4"
|
||||
],
|
||||
@@ -14043,6 +14214,20 @@
|
||||
"title_aux": "comfy_PoP"
|
||||
}
|
||||
],
|
||||
"https://github.com/pikenrover/ComfyUI_PRNodes": [
|
||||
[
|
||||
"CheckpointLoaderSimpleExtended",
|
||||
"EmptyLatentImageScaleBy",
|
||||
"ImageScaleTo",
|
||||
"LoraLoaderExtended",
|
||||
"RandomPrompt",
|
||||
"RandomPromptMixed",
|
||||
"Save Image w/Metadata"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI_PRNodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/pkpkTech/ComfyUI-SaveAVIF": [
|
||||
[
|
||||
"SaveAvif"
|
||||
@@ -14719,6 +14904,8 @@
|
||||
"https://github.com/shiimizu/ComfyUI-PhotoMaker-Plus": [
|
||||
[
|
||||
"PhotoMakerEncodePlus",
|
||||
"PhotoMakerInsightFaceLoader",
|
||||
"PhotoMakerLoaderPlus",
|
||||
"PhotoMakerStyles",
|
||||
"PrepImagesForClipVisionFromPath"
|
||||
],
|
||||
@@ -14835,6 +15022,41 @@
|
||||
"BizyAirTilePreprocessor",
|
||||
"BizyAirUniFormer_SemSegPreprocessor",
|
||||
"BizyAirZoe_DepthMapPreprocessor",
|
||||
"IPAAdapterFaceIDBatch",
|
||||
"IPAdapter",
|
||||
"IPAdapterAdvanced",
|
||||
"IPAdapterBatch",
|
||||
"IPAdapterClipVisionEnhancer",
|
||||
"IPAdapterCombineEmbeds",
|
||||
"IPAdapterCombineParams",
|
||||
"IPAdapterCombineWeights",
|
||||
"IPAdapterEmbeds",
|
||||
"IPAdapterEmbedsBatch",
|
||||
"IPAdapterEncoder",
|
||||
"IPAdapterFaceID",
|
||||
"IPAdapterFromParams",
|
||||
"IPAdapterInsightFaceLoader",
|
||||
"IPAdapterLoadEmbeds",
|
||||
"IPAdapterMS",
|
||||
"IPAdapterModelLoader",
|
||||
"IPAdapterNoise",
|
||||
"IPAdapterPreciseComposition",
|
||||
"IPAdapterPreciseCompositionBatch",
|
||||
"IPAdapterPreciseStyleTransfer",
|
||||
"IPAdapterPreciseStyleTransferBatch",
|
||||
"IPAdapterPromptScheduleFromWeightsStrategy",
|
||||
"IPAdapterRegionalConditioning",
|
||||
"IPAdapterSaveEmbeds",
|
||||
"IPAdapterStyleComposition",
|
||||
"IPAdapterStyleCompositionBatch",
|
||||
"IPAdapterTiled",
|
||||
"IPAdapterTiledBatch",
|
||||
"IPAdapterUnifiedLoader",
|
||||
"IPAdapterUnifiedLoaderCommunity",
|
||||
"IPAdapterUnifiedLoaderFaceID",
|
||||
"IPAdapterWeights",
|
||||
"IPAdapterWeightsFromStrategy",
|
||||
"PrepImageForClipVision",
|
||||
"StableDiffusionXLControlNetUnionPipeline"
|
||||
],
|
||||
{
|
||||
@@ -15901,6 +16123,18 @@
|
||||
"title_aux": "comfyui-tensorop"
|
||||
}
|
||||
],
|
||||
"https://github.com/un-seen/comfyui_segment_anything_plus": [
|
||||
[
|
||||
"GroundingDinoModelLoader (segment anything plus)",
|
||||
"GroundingDinoSAMSegment (segment anything plus)",
|
||||
"InvertMask (segment anything plus)",
|
||||
"IsMaskEmpty (segment anything plus)",
|
||||
"SAMModelLoader (segment anything plus)"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI Segment Anything"
|
||||
}
|
||||
],
|
||||
"https://github.com/unwdef/unwdef-nodes-comfyui": [
|
||||
[
|
||||
"RandomTextFromMultiline",
|
||||
@@ -15941,6 +16175,14 @@
|
||||
"title_aux": "Simple Wildcard"
|
||||
}
|
||||
],
|
||||
"https://github.com/var1ableX/ComfyUI_Accessories": [
|
||||
[
|
||||
"GetMaskDimensions"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI_Accessories"
|
||||
}
|
||||
],
|
||||
"https://github.com/veighnsche/comfyui_gr85": [
|
||||
[
|
||||
"GR85_ContainsWord",
|
||||
@@ -16364,7 +16606,8 @@
|
||||
"GroqChatNode",
|
||||
"MoonshotMultiChatNode",
|
||||
"MoonshotSingleChatNode",
|
||||
"SD3LongCaptionerV2"
|
||||
"SD3LongCaptionerV2",
|
||||
"dwimage2"
|
||||
],
|
||||
{
|
||||
"title_aux": "comfy-groqchat"
|
||||
|
||||
@@ -1,5 +1,39 @@
|
||||
{
|
||||
"models": [
|
||||
{
|
||||
"name": "hunyuan_dit_1.2.safetensors",
|
||||
"type": "checkpoint",
|
||||
"base": "Hunyuan-DiT",
|
||||
"save_path": "checkpoints/hunyuan_dit_comfyui",
|
||||
"description": "Different versions of HunyuanDIT packaged for ComfyUI use.",
|
||||
"reference": "https://huggingface.co/comfyanonymous/hunyuan_dit_comfyui",
|
||||
"filename": "hunyuan_dit_1.2.safetensors",
|
||||
"url": "https://huggingface.co/comfyanonymous/hunyuan_dit_comfyui/resolve/main/hunyuan_dit_1.2.safetensors",
|
||||
"size": "8.24GB"
|
||||
},
|
||||
{
|
||||
"name": "hunyuan_dit_1.1.safetensors",
|
||||
"type": "checkpoint",
|
||||
"base": "Hunyuan-DiT",
|
||||
"save_path": "checkpoints/hunyuan_dit_comfyui",
|
||||
"description": "Different versions of HunyuanDIT packaged for ComfyUI use.",
|
||||
"reference": "https://huggingface.co/comfyanonymous/hunyuan_dit_comfyui",
|
||||
"filename": "hunyuan_dit_1.1.safetensors",
|
||||
"url": "https://huggingface.co/comfyanonymous/hunyuan_dit_comfyui/resolve/main/hunyuan_dit_1.1.safetensors",
|
||||
"size": "8.24GB"
|
||||
},
|
||||
{
|
||||
"name": "hunyuan_dit_1.0.safetensors",
|
||||
"type": "checkpoint",
|
||||
"base": "Hunyuan-DiT",
|
||||
"save_path": "checkpoints/hunyuan_dit_comfyui",
|
||||
"description": "Different versions of HunyuanDIT packaged for ComfyUI use.",
|
||||
"reference": "https://huggingface.co/comfyanonymous/hunyuan_dit_comfyui",
|
||||
"filename": "hunyuan_dit_1.0.safetensors",
|
||||
"url": "https://huggingface.co/comfyanonymous/hunyuan_dit_comfyui/resolve/main/hunyuan_dit_1.0.safetensors",
|
||||
"size": "8.24GB"
|
||||
},
|
||||
|
||||
{
|
||||
"name": "xinsir/ControlNet++: All-in-one ControlNet (ProMax model)",
|
||||
"type": "controlnet",
|
||||
@@ -645,48 +679,6 @@
|
||||
"reference": "https://huggingface.co/h94/IP-Adapter",
|
||||
"filename": "ip-adapter_sd15_light_v11.bin",
|
||||
"url": "https://huggingface.co/h94/IP-Adapter/resolve/main/models/ip-adapter_sd15_light_v11.bin"
|
||||
},
|
||||
|
||||
|
||||
{
|
||||
"name": "Kijai/SUPIR-v0F_fp16.safetensors (pruned)",
|
||||
"type": "checkpoints",
|
||||
"base": "SUPIR",
|
||||
"save_path": "checkpoints/SUPIR",
|
||||
"description": "SUPIR checkpoint model",
|
||||
"reference": "https://huggingface.co/Kijai/SUPIR_pruned/tree/main",
|
||||
"filename": "SUPIR-v0F_fp16.safetensors",
|
||||
"url": "https://huggingface.co/Kijai/SUPIR_pruned/resolve/main/SUPIR-v0F_fp16.safetensors"
|
||||
},
|
||||
{
|
||||
"name": "Kijai/SUPIR-v0Q_fp16.safetensors (pruned)",
|
||||
"type": "checkpoints",
|
||||
"base": "SUPIR",
|
||||
"save_path": "checkpoints/SUPIR",
|
||||
"description": "SUPIR checkpoint model",
|
||||
"reference": "https://huggingface.co/Kijai/SUPIR_pruned/tree/main",
|
||||
"filename": "SUPIR-v0Q_fp16.safetensors",
|
||||
"url": "https://huggingface.co/Kijai/SUPIR_pruned/resolve/main/SUPIR-v0Q_fp16.safetensors"
|
||||
},
|
||||
{
|
||||
"name": "SUPIR-v0F.ckpt",
|
||||
"type": "checkpoints",
|
||||
"base": "SUPIR",
|
||||
"save_path": "checkpoints/SUPIR",
|
||||
"description": "SUPIR checkpoint model",
|
||||
"reference": "https://huggingface.co/camenduru/SUPIR/tree/main",
|
||||
"filename": "SUPIR-v0F.ckpt",
|
||||
"url": "https://huggingface.co/camenduru/SUPIR/resolve/main/SUPIR-v0F.ckpt"
|
||||
},
|
||||
{
|
||||
"name": "SUPIR-v0Q.ckpt",
|
||||
"type": "checkpoints",
|
||||
"base": "SUPIR",
|
||||
"save_path": "checkpoints/SUPIR",
|
||||
"description": "SUPIR checkpoint model",
|
||||
"reference": "https://huggingface.co/camenduru/SUPIR/tree/main",
|
||||
"filename": "SUPIR-v0Q.ckpt",
|
||||
"url": "https://huggingface.co/camenduru/SUPIR/resolve/main/SUPIR-v0Q.ckpt"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -82,6 +82,7 @@ cm_global.pip_overrides = {}
|
||||
if os.path.exists(pip_overrides_path):
|
||||
with open(pip_overrides_path, 'r', encoding="UTF-8", errors="ignore") as json_file:
|
||||
cm_global.pip_overrides = json.load(json_file)
|
||||
cm_global.pip_overrides['numpy'] = 'numpy<2'
|
||||
|
||||
|
||||
def remap_pip_package(pkg):
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
[project]
|
||||
name = "comfyui-manager"
|
||||
description = "ComfyUI-Manager provides features to install and manage custom nodes for ComfyUI, as well as various functionalities to assist with ComfyUI."
|
||||
version = "2.48.1"
|
||||
version = "2.48.2"
|
||||
license = "LICENSE"
|
||||
dependencies = ["GitPython", "PyGithub", "matrix-client==0.4.0", "transformers", "huggingface-hub>0.20", "typer", "rich", "typing-extensions"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user