update DB

This commit is contained in:
Dr.Lt.Data
2024-05-09 21:49:08 +09:00
parent 9074086dcf
commit 3d447e59a6
6 changed files with 455 additions and 221 deletions

View File

@@ -9,7 +9,26 @@
"description": "If you see this message, your ComfyUI-Manager is outdated.\nDev channel provides only the list of the developing nodes. If you want to find the complete node list, please go to the Default channel."
},
{
"author": "huchenlei",
"title": "ComfyUI-IC-Light [WIP]",
"reference": "https://github.com/huchenlei/ComfyUI-IC-Light",
"files": [
"https://github.com/huchenlei/ComfyUI-IC-Light"
],
"install_type": "git-clone",
"description": "ComfyUI-IC-Light"
},
{
"author": "kijai",
"title": "ComfyUI native implementation of IC-Light [WIP]",
"reference": "https://github.com/kijai/ComfyUI-IC-Light",
"files": [
"https://github.com/kijai/ComfyUI-IC-Light"
],
"install_type": "git-clone",
"description": "For now only works with the 8 channel models 'fc' and 'fcon':\n[a/https://huggingface.co/lllyasviel/ic-light/tree/main](https://huggingface.co/lllyasviel/ic-light/tree/main)\nThe patching is unfinished and probably has compability issues with other stuff, and won't unload properly."
},
{
"author": "kijai",
"title": "ComfyUI wrapper nodes for IC-light [WIP]",

View File

@@ -11,6 +11,37 @@
{
"author": "KewkLW",
"title": "ComfyUI-kewky_tools",
"id": "kewky-tools",
"reference": "https://github.com/KewkLW/ComfyUI-kewky_tools",
"files": [
"https://github.com/KewkLW/ComfyUI-kewky_tools"
],
"install_type": "git-clone",
"description": "Nodes:TensorDebugPlus, FormattedTextOutput"
},
{
"author": "Fihade",
"title": "IC-Light-ComfyUI-Node",
"reference": "https://github.com/Fihade/IC-Light-ComfyUI-Node",
"files": [
"https://github.com/Fihade/IC-Light-ComfyUI-Node"
],
"install_type": "git-clone",
"description": "Original repo: [a/https://github.com/lllyasviel/IC-Light](https://github.com/lllyasviel/IC-Light)\nModels: [a/https://huggingface.co/lllyasviel/ic-light/tree/main](https://huggingface.co/lllyasviel/ic-light/tree/main), [a/https://huggingface.co/digiplay/Photon_v1/tree/main](https://huggingface.co/digiplay/Photon_v1/tree/main)\nmodels go into ComfyUI/models/unet"
},
{
"author": "githubYiheng",
"title": "ComfyUI_GetFileNameFromURL",
"reference": "https://github.com/githubYiheng/ComfyUI_GetFileNameFromURL",
"files": [
"https://github.com/githubYiheng/ComfyUI_GetFileNameFromURL"
],
"install_type": "git-clone",
"description": "GetFileNameFromURL is a ComfyUI custom node that extracts the filename from a URL. It can handle various URLs and is capable of handling redirects."
},
{
"author": "cubiq",
"title": "PuLID_ComfyUI",
@@ -382,7 +413,8 @@
},
{
"author": "fofr",
"title": "Simswap Node for ComfyUI (ByteDance)",
"title": "ComfyUI-HyperSDXL1StepUnetScheduler (ByteDance)",
"id": "hypersdxl",
"reference": "https://github.com/fofr/ComfyUI-HyperSDXL1StepUnetScheduler",
"files": [
"https://github.com/fofr/ComfyUI-HyperSDXL1StepUnetScheduler"
@@ -393,6 +425,7 @@
{
"author": "TaiTair",
"title": "Simswap Node for ComfyUI",
"id": "simswap",
"reference": "https://github.com/TaiTair/comfyui-simswap",
"files": [
"https://github.com/TaiTair/comfyui-simswap"

View File

@@ -283,7 +283,8 @@
"LoadAudio",
"LoadSRT",
"PreViewAudio",
"XTTS_INFER"
"XTTS_INFER",
"XTTS_INFER_SRT"
],
{
"title_aux": "ComfyUI-XTTS"
@@ -595,7 +596,7 @@
"PIL2NHWCTensor"
],
{
"title_aux": "Comfyui-ergouzi-Nodes"
"title_aux": "ComfyUI-InstantIDUtils"
}
],
"https://github.com/BadCafeCode/masquerade-nodes-comfyui": [
@@ -657,6 +658,7 @@
[
"ComfyDeployWebscoketImageInput",
"ComfyDeployWebscoketImageOutput",
"ComfyUIDeployExternalBoolean",
"ComfyUIDeployExternalCheckpoint",
"ComfyUIDeployExternalImage",
"ComfyUIDeployExternalImageAlpha",
@@ -1470,6 +1472,16 @@
"title_aux": "ComfyUI Fictiverse Nodes"
}
],
"https://github.com/Fihade/IC-Light-ComfyUI-Node": [
[
"LoadICLightUnetDiffusers",
"diffusers_model_loader",
"iclight_diffusers_sampler"
],
{
"title_aux": "IC-Light-ComfyUI-Node"
}
],
"https://github.com/FizzleDorf/ComfyUI-AIT": [
[
"AIT_Unet_Loader",
@@ -2046,6 +2058,15 @@
"title_aux": "ComfyUI-Paint-by-Example"
}
],
"https://github.com/KewkLW/ComfyUI-kewky_tools": [
[
"FormattedTextOutput",
"TensorDebugPlus"
],
{
"title_aux": "ComfyUI-kewky_tools"
}
],
"https://github.com/KoreTeknology/ComfyUI-Universal-Styler": [
[
"Load Nai Styles Complex CSV",
@@ -7549,6 +7570,8 @@
"If ANY execute A else B",
"LatentTypeConversion",
"LoadRandomImage",
"MaskFromRGB",
"MaskFromRGB_KMeans",
"SaveImageAdvanced",
"VAEDecode_to_folder"
],
@@ -7819,7 +7842,7 @@
"HyperSDXL1StepUnetScheduler"
],
{
"title_aux": "Simswap Node for ComfyUI (ByteDance)"
"title_aux": "ComfyUI-HyperSDXL1StepUnetScheduler (ByteDance)"
}
],
"https://github.com/forever22777/comfyui-self-guidance": [
@@ -7973,6 +7996,14 @@
"title_aux": "Save Image with Generation Metadata"
}
],
"https://github.com/githubYiheng/ComfyUI_GetFileNameFromURL": [
[
"GetFileNameFromURL"
],
{
"title_aux": "ComfyUI_GetFileNameFromURL"
}
],
"https://github.com/glibsonoran/Plush-for-ComfyUI": [
[
"AdvPromptEnhancer",
@@ -12245,9 +12276,11 @@
"easy globalSeed",
"easy hiresFix",
"easy humanSegmentation",
"easy icLightApply",
"easy if",
"easy imageChooser",
"easy imageColorMatch",
"easy imageConcat",
"easy imageCount",
"easy imageCropFromMask",
"easy imageInsetCrop",
@@ -12262,6 +12295,7 @@
"easy imageSize",
"easy imageSizeByLongerSide",
"easy imageSizeBySide",
"easy imageSplitGrid",
"easy imageSplitList",
"easy imageSwitch",
"easy imageToBase64",
@@ -12549,6 +12583,7 @@
"ImageBatchOneOrMore",
"ImageConcanateOfUtils",
"IntAndIntAddOffsetLiteral",
"IntMultipleAddLiteral",
"LoadImageWithSwitch",
"ModifyTextGender"
],