update DB

This commit is contained in:
Dr.Lt.Data 2024-04-08 23:41:41 +09:00
parent d24134d1fa
commit b738abbe39
6 changed files with 456 additions and 316 deletions

View File

@ -611,6 +611,16 @@
"install_type": "git-clone",
"description": "Nodes: ExLlama Loader, ExLlama Generator.\nUsed to load 4-bit GPTQ Llama/2 models. You can find a lot of them over at [a/https://huggingface.co/TheBloke](https://huggingface.co/TheBloke)[w/NOTE: You need to manually install a pip package that suits your system. For example. If your system is 'Python3.10 + Windows + CUDA 11.8' then you need to install 'exllama-0.0.17+cu118-cp310-cp310-win_amd64.whl'. Available package files are [a/here](https://github.com/jllllll/exllama/releases)]"
},
{
"author": "Zuellni",
"title": "ComfyUI ExLlamaV2 Nodes",
"reference": "https://github.com/Zuellni/ComfyUI-ExLlama-Nodes",
"files": [
"https://github.com/Zuellni/ComfyUI-ExLlama-Nodes"
],
"install_type": "git-clone",
"description": "A simple local text generator for ComfyUI utilizing [a/ExLlamaV2](https://github.com/turboderp/exllamav2).\n[w/NOTE:Manual package installation is required.]"
},
{
"author": "Zuellni",
"title": "ComfyUI PickScore Nodes",
@ -6949,6 +6959,48 @@
"install_type": "git-clone",
"description": "Encrypt your comfyui workflow, and share it with key"
},
{
"author": "SeaArtLab",
"title": "ComfyUI-Long-CLIP",
"reference": "https://github.com/SeaArtLab/ComfyUI-Long-CLIP",
"files": [
"https://github.com/SeaArtLab/ComfyUI-Long-CLIP"
],
"install_type": "git-clone",
"description": "This project implements the comfyui for long-clip, currently supporting the replacement of clip-l. For SD1.5, the SeaArtLongClip module can be used to replace the original clip in the model, expanding the token length from 77 to 248."
},
{
"author": "tsogzark",
"title": "ComfyUI-load-image-from-url",
"reference": "https://github.com/tsogzark/ComfyUI-load-image-from-url",
"files": [
"https://github.com/tsogzark/ComfyUI-load-image-from-url"
],
"install_type": "git-clone",
"description": "A simple node to load image from local path or http url.\nYou can find this node from 'image' category."
},
{
"author": "discus0434",
"title": "ComfyUI Caching Embeddings",
"reference": "https://github.com/discus0434/comfyui-caching-embeddings",
"files": [
"https://github.com/discus0434/comfyui-caching-embeddings"
],
"install_type": "git-clone",
"description": "This repository simply caches the CLIP embeddings and subtly accelerates the inference process by bypassing unnecessary computations."
},
{
"author": "abdozmantar",
"title": "InstaSwap Face Swap Node for ComfyUI",
"reference": "https://github.com/abdozmantar/ComfyUI-InstaSwap",
"files": [
"https://github.com/abdozmantar/ComfyUI-InstaSwap"
],
"install_type": "git-clone",
"description": "Fastest Face Swap Extension Node for ComfyUI, Single node and FastTrack: Lightning-Speed Facial Transformation for your projects."
},

View File

@ -2730,6 +2730,15 @@
"title_aux": "SComfyUI-Keyframe"
}
],
"https://github.com/SeaArtLab/ComfyUI-Long-CLIP": [
[
"SeaArtLongClip",
"SeaArtLongXLClipMerge"
],
{
"title_aux": "ComfyUI-Long-CLIP"
}
],
"https://github.com/SeargeDP/SeargeSDXL": [
[
"SeargeAdvancedParameters",
@ -3119,6 +3128,7 @@
],
"https://github.com/SuperBeastsAI/ComfyUI-SuperBeasts": [
[
"Cross Fade Image Batches (SuperBeasts.AI)",
"Deflicker (SuperBeasts.AI)",
"HDR Effects (SuperBeasts.AI)",
"Make Resized Mask Batch (SuperBeasts.AI)",
@ -4248,28 +4258,6 @@
"title_aux": "ImageReward"
}
],
"https://github.com/Zuellni/ComfyUI-ExLlama": [
[
"ZuellniExLlamaGenerator",
"ZuellniExLlamaLoader",
"ZuellniTextPreview",
"ZuellniTextReplace"
],
{
"title_aux": "ComfyUI-ExLlama"
}
],
"https://github.com/Zuellni/ComfyUI-PickScore-Nodes": [
[
"ZuellniPickScoreImageProcessor",
"ZuellniPickScoreLoader",
"ZuellniPickScoreSelector",
"ZuellniPickScoreTextProcessor"
],
{
"title_aux": "ComfyUI PickScore Nodes"
}
],
"https://github.com/a1lazydog/ComfyUI-AudioScheduler": [
[
"AmplitudeToGraph",
@ -4291,6 +4279,16 @@
"title_aux": "ComfyUI-AudioScheduler"
}
],
"https://github.com/abdozmantar/ComfyUI-InstaSwap": [
[
"InstaSwapFaceSwap",
"InstaSwapLoadFaceModel",
"InstaSwapSaveFaceModel"
],
{
"title_aux": "InstaSwap Face Swap Node for ComfyUI"
}
],
"https://github.com/abyz22/image_control": [
[
"abyz22_Convertpipe",
@ -5406,6 +5404,17 @@
"title_aux": "ComfyUI-Open-Sora"
}
],
"https://github.com/chaojie/ComfyUI-Open-Sora-Plan": [
[
"OpenSoraPlanDecode",
"OpenSoraPlanLoader",
"OpenSoraPlanRun",
"OpenSoraPlanSample"
],
{
"title_aux": "ComfyUI-Open-Sora-Plan"
}
],
"https://github.com/chaojie/ComfyUI-Panda3d": [
[
"Panda3dAmbientLight",
@ -6441,6 +6450,14 @@
"title_aux": "ComfyUI-Vextra-Nodes"
}
],
"https://github.com/discus0434/comfyui-caching-embeddings": [
[
"CachingCLIPTextEncode"
],
{
"title_aux": "ComfyUI Caching Embeddings"
}
],
"https://github.com/djbielejeski/a-person-mask-generator": [
[
"APersonMaskGenerator"
@ -7103,6 +7120,7 @@
[
"ACE_Float",
"ACE_ImageConstrain",
"ACE_ImageRemoveBackground",
"ACE_Integer",
"ACE_Seed",
"ACE_Text",
@ -7728,6 +7746,7 @@
"InjectNoiseToLatent",
"InsertImageBatchByIndexes",
"Intrinsic_lora_sampling",
"JoinStrings",
"LoadResAdapterNormalization",
"NormalizedAmplitudeToMask",
"OffsetMask",
@ -7746,6 +7765,7 @@
"SplitBboxes",
"StableZero123_BatchSchedule",
"StringConstant",
"StringConstantMultiline",
"Superprompt",
"VRAM_Debug",
"WidgetToString"
@ -9574,14 +9594,13 @@
"https://github.com/siliconflow/onediff_comfy_nodes": [
[
"CompareModel",
"ControlNetGraphLoader",
"ControlNetGraphSaver",
"ControlNetSpeedup",
"ModelGraphLoader",
"ModelGraphSaver",
"ModelSpeedup",
"ModuleDeepCacheSpeedup",
"OneDiffCheckpointLoaderSimple",
"OneDiffControlNetLoader",
"OneDiffDeepCacheCheckpointLoaderSimple",
"SVDSpeedup",
"ShowImageDiff",
"VaeGraphLoader",
@ -10096,6 +10115,14 @@
"title_aux": "ComfyUI-NSFW-Detection"
}
],
"https://github.com/tsogzark/ComfyUI-load-image-from-url": [
[
"LoadImageFromUrlOrPath"
],
{
"title_aux": "ComfyUI-load-image-from-url"
}
],
"https://github.com/ttulttul/ComfyUI-Iterative-Mixer": [
[
"Batch Unsampler",

File diff suppressed because it is too large Load Diff

View File

@ -9,6 +9,17 @@
"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": "chaojie",
"title": "ComfyUI-StreamingT2V",
"reference": "https://github.com/chaojie/ComfyUI_StreamingT2V",
"files": [
"https://github.com/chaojie/ComfyUI_StreamingT2V"
],
"install_type": "git-clone",
"description": "ComfyUI-StreamingT2V"
},
{
"author": "liusida",
"title": "ComfyUI-Login",

View File

@ -9,7 +9,57 @@
"description": "If you see this message, your ComfyUI-Manager is outdated.\nRecent channel provides only the list of the latest nodes. If you want to find the complete node list, please go to the Default channel.\nMaking LoRA has never been easier!"
},
{
"author": "abdozmantar",
"title": "InstaSwap Face Swap Node for ComfyUI",
"reference": "https://github.com/abdozmantar/ComfyUI-InstaSwap",
"files": [
"https://github.com/abdozmantar/ComfyUI-InstaSwap"
],
"install_type": "git-clone",
"description": "Fastest Face Swap Extension Node for ComfyUI, Single node and FastTrack: Lightning-Speed Facial Transformation for your projects."
},
{
"author": "Zuellni",
"title": "ComfyUI ExLlamaV2 Nodes",
"reference": "https://github.com/Zuellni/ComfyUI-ExLlama-Nodes",
"files": [
"https://github.com/Zuellni/ComfyUI-ExLlama-Nodes"
],
"install_type": "git-clone",
"description": "A simple local text generator for ComfyUI utilizing [a/ExLlamaV2](https://github.com/turboderp/exllamav2).\n[w/NOTE:Manual package installation is required.]"
},
{
"author": "discus0434",
"title": "ComfyUI Caching Embeddings",
"reference": "https://github.com/discus0434/comfyui-caching-embeddings",
"files": [
"https://github.com/discus0434/comfyui-caching-embeddings"
],
"install_type": "git-clone",
"description": "This repository simply caches the CLIP embeddings and subtly accelerates the inference process by bypassing unnecessary computations."
},
{
"author": "tsogzark",
"title": "ComfyUI-load-image-from-url",
"reference": "https://github.com/tsogzark/ComfyUI-load-image-from-url",
"files": [
"https://github.com/tsogzark/ComfyUI-load-image-from-url"
],
"install_type": "git-clone",
"description": "A simple node to load image from local path or http url.\nYou can find this node from 'image' category."
},
{
"author": "SeaArtLab",
"title": "ComfyUI-Long-CLIP",
"reference": "https://github.com/SeaArtLab/ComfyUI-Long-CLIP",
"files": [
"https://github.com/SeaArtLab/ComfyUI-Long-CLIP"
],
"install_type": "git-clone",
"description": "This project implements the comfyui for long-clip, currently supporting the replacement of clip-l. For SD1.5, the SeaArtLongClip module can be used to replace the original clip in the model, expanding the token length from 77 to 248."
},
{
"author": "chaojie",
"title": "ComfyUI-Open-Sora-Plan",
@ -640,57 +690,6 @@
],
"install_type": "git-clone",
"description": "Dressup your models!\nThis is my quick implementation of the SAL-VTON node for ComfyUI.\nBased on the paper [a/Keyu Y. Tingwei G. et al. (2023). Linking Garment with Person via Semantically Associated Landmakrs for Virtual Try-On](https://openaccess.thecvf.com/content/CVPR2023/papers/Yan_Linking_Garment_With_Person_via_Semantically_Associated_Landmarks_for_Virtual_CVPR_2023_paper.pdf)"
},
{
"author": "gokayfem",
"title": "ComfyUI-Texture-Simple",
"reference": "https://github.com/gokayfem/ComfyUI-Texture-Simple",
"files": [
"https://github.com/gokayfem/ComfyUI-Texture-Simple"
],
"install_type": "git-clone",
"description": "Visualize your textures inside ComfyUI"
},
{
"author": "Jannchie",
"title": "ComfyUI-J",
"reference": "https://github.com/Jannchie/ComfyUI-J",
"files": [
"https://github.com/Jannchie/ComfyUI-J"
],
"install_type": "git-clone",
"description": "This is a completely different set of nodes than Comfy's own KSampler series. This set of nodes is based on Diffusers, which makes it easier to import models, apply prompts with weights, inpaint, reference only, controlnet, etc."
},
{
"author": "logtd",
"title": "ComfyUI-InversedNoise",
"reference": "https://github.com/logtd/ComfyUI-InversedNoise",
"files": [
"https://github.com/logtd/ComfyUI-InversedNoise"
],
"install_type": "git-clone",
"description": "Nodes:Inversed Euler Sampler, Mix Noise with Latent, Combine Latent Noise"
},
{
"author": "Seedsa",
"title": "ComfyUI Fooocus Nodes",
"reference": "https://github.com/Seedsa/Fooocus_Nodes",
"files": [
"https://github.com/Seedsa/Fooocus_Nodes"
],
"install_type": "git-clone",
"description": "This extension provides image generation features based on Fooocus."
},
{
"author": "huchenlei",
"title": "ComfyUI_DanTagGen",
"reference": "https://github.com/huchenlei/ComfyUI_DanTagGen",
"files": [
"https://github.com/huchenlei/ComfyUI_DanTagGen"
],
"install_type": "git-clone",
"description": "ComfyUI node of [a/Kohaku's DanTagGen Demo](https://huggingface.co/KBlueLeaf/DanTagGen?not-for-all-audiences=true)."
}
]
}

View File

@ -2730,6 +2730,15 @@
"title_aux": "SComfyUI-Keyframe"
}
],
"https://github.com/SeaArtLab/ComfyUI-Long-CLIP": [
[
"SeaArtLongClip",
"SeaArtLongXLClipMerge"
],
{
"title_aux": "ComfyUI-Long-CLIP"
}
],
"https://github.com/SeargeDP/SeargeSDXL": [
[
"SeargeAdvancedParameters",
@ -3119,6 +3128,7 @@
],
"https://github.com/SuperBeastsAI/ComfyUI-SuperBeasts": [
[
"Cross Fade Image Batches (SuperBeasts.AI)",
"Deflicker (SuperBeasts.AI)",
"HDR Effects (SuperBeasts.AI)",
"Make Resized Mask Batch (SuperBeasts.AI)",
@ -4248,28 +4258,6 @@
"title_aux": "ImageReward"
}
],
"https://github.com/Zuellni/ComfyUI-ExLlama": [
[
"ZuellniExLlamaGenerator",
"ZuellniExLlamaLoader",
"ZuellniTextPreview",
"ZuellniTextReplace"
],
{
"title_aux": "ComfyUI-ExLlama"
}
],
"https://github.com/Zuellni/ComfyUI-PickScore-Nodes": [
[
"ZuellniPickScoreImageProcessor",
"ZuellniPickScoreLoader",
"ZuellniPickScoreSelector",
"ZuellniPickScoreTextProcessor"
],
{
"title_aux": "ComfyUI PickScore Nodes"
}
],
"https://github.com/a1lazydog/ComfyUI-AudioScheduler": [
[
"AmplitudeToGraph",
@ -4291,6 +4279,16 @@
"title_aux": "ComfyUI-AudioScheduler"
}
],
"https://github.com/abdozmantar/ComfyUI-InstaSwap": [
[
"InstaSwapFaceSwap",
"InstaSwapLoadFaceModel",
"InstaSwapSaveFaceModel"
],
{
"title_aux": "InstaSwap Face Swap Node for ComfyUI"
}
],
"https://github.com/abyz22/image_control": [
[
"abyz22_Convertpipe",
@ -5406,6 +5404,17 @@
"title_aux": "ComfyUI-Open-Sora"
}
],
"https://github.com/chaojie/ComfyUI-Open-Sora-Plan": [
[
"OpenSoraPlanDecode",
"OpenSoraPlanLoader",
"OpenSoraPlanRun",
"OpenSoraPlanSample"
],
{
"title_aux": "ComfyUI-Open-Sora-Plan"
}
],
"https://github.com/chaojie/ComfyUI-Panda3d": [
[
"Panda3dAmbientLight",
@ -6441,6 +6450,14 @@
"title_aux": "ComfyUI-Vextra-Nodes"
}
],
"https://github.com/discus0434/comfyui-caching-embeddings": [
[
"CachingCLIPTextEncode"
],
{
"title_aux": "ComfyUI Caching Embeddings"
}
],
"https://github.com/djbielejeski/a-person-mask-generator": [
[
"APersonMaskGenerator"
@ -7103,6 +7120,7 @@
[
"ACE_Float",
"ACE_ImageConstrain",
"ACE_ImageRemoveBackground",
"ACE_Integer",
"ACE_Seed",
"ACE_Text",
@ -7728,6 +7746,7 @@
"InjectNoiseToLatent",
"InsertImageBatchByIndexes",
"Intrinsic_lora_sampling",
"JoinStrings",
"LoadResAdapterNormalization",
"NormalizedAmplitudeToMask",
"OffsetMask",
@ -7746,6 +7765,7 @@
"SplitBboxes",
"StableZero123_BatchSchedule",
"StringConstant",
"StringConstantMultiline",
"Superprompt",
"VRAM_Debug",
"WidgetToString"
@ -9574,14 +9594,13 @@
"https://github.com/siliconflow/onediff_comfy_nodes": [
[
"CompareModel",
"ControlNetGraphLoader",
"ControlNetGraphSaver",
"ControlNetSpeedup",
"ModelGraphLoader",
"ModelGraphSaver",
"ModelSpeedup",
"ModuleDeepCacheSpeedup",
"OneDiffCheckpointLoaderSimple",
"OneDiffControlNetLoader",
"OneDiffDeepCacheCheckpointLoaderSimple",
"SVDSpeedup",
"ShowImageDiff",
"VaeGraphLoader",
@ -10096,6 +10115,14 @@
"title_aux": "ComfyUI-NSFW-Detection"
}
],
"https://github.com/tsogzark/ComfyUI-load-image-from-url": [
[
"LoadImageFromUrlOrPath"
],
{
"title_aux": "ComfyUI-load-image-from-url"
}
],
"https://github.com/ttulttul/ComfyUI-Iterative-Mixer": [
[
"Batch Unsampler",