update DB

This commit is contained in:
Dr.Lt.Data 2024-06-06 11:30:31 +09:00
parent 409f6396ae
commit 28019a9005
6 changed files with 275 additions and 171 deletions

View File

@ -9552,6 +9552,17 @@
"install_type": "git-clone",
"description": "Nodes: AnyNode. Nodes that can be anything you ask. Auto-Generate functional nodes using LLMs. Create impossible workflows. API Compatibility: (OpenAI, LocalLLMs, Gemini)."
},
{
"author": "lks-ai",
"title": "ComfyUI Stable Audio Open 1.0 Sampler",
"id": "stableaudiosampler",
"reference": "https://github.com/lks-ai/ComfyUI-StableAudioSampler",
"files": [
"https://github.com/lks-ai/ComfyUI-StableAudioSampler"
],
"install_type": "git-clone",
"description": "Nodes: StableAudioSampler. Wraps the new Stable Audio Open Model in the sampler that dropped Jun 5th. See Github for Features"
},
{
"author": "SayanoAI",
"title": "Comfy-RVC",
@ -9989,6 +10000,17 @@
"install_type": "git-clone",
"description": "Nodes:ZC DrawShape Node"
},
{
"author": "DataCTE",
"title": "Prompt Injection Node for ComfyUI",
"id": "prompt-injection",
"reference": "https://github.com/DataCTE/prompt_injection",
"files": [
"https://github.com/DataCTE/prompt_injection"
],
"install_type": "git-clone",
"description": "This custom node for ComfyUI allows you to inject specific prompts at specific blocks of the Stable Diffusion UNet, providing fine-grained control over the generated image. It is based on the concept that the content/subject understanding of the model is primarily contained within the MID0 and MID1 blocks, as demonstrated in the B-Lora (Content Style implicit separation) paper. Features.\nInject different prompts into specific UNet blocks Three different node variations for flexible workflow integration Customize the learning rate of specific blocks to focus on content, lighting, style, or other aspects Potential for developing a 'Mix of Experts' approach by swapping blocks on-the-fly based on prompt content"
},
@ -10335,6 +10357,17 @@
"install_type": "copy",
"description": "Nodes:Selector. Quick and dirty parameter generator node for ComfyUI."
},
{
"author": "seghier",
"title": "ComfyUI_Email_Notification",
"reference": "https://github.com/seghier/ComfyUI_Email_Notification",
"files": [
"https://github.com/seghier/ComfyUI_Email_Notification/raw/main/email_node.py"
],
"pip": ["secure-smtplib==0.1.0"],
"install_type": "copy",
"description": "Nodes:Email Notification"
},
@ -10384,17 +10417,6 @@
],
"install_type": "unzip",
"description": "This is a node to convert an image into a CMYK Halftone dot image."
},
{
"author": "lks-ai",
"title": "ComfyUI Stable Audio Open 1.0 Sampler",
"id": "anynode",
"reference": "https://github.com/lks-ai/ComfyUI-StableAudioSampler",
"files": [
"https://github.com/lks-ai/ComfyUI-StableAudioSampler"
],
"install_type": "git-clone",
"description": "Nodes: StableAudioSampler. Wraps the new Stable Audio Open Model in the sampler that dropped Jun 5th. See Github for Features"
}
]
}

View File

@ -1130,6 +1130,16 @@
"title_aux": "ComfyUI Checkpoint Automatic Config"
}
],
"https://github.com/DataCTE/prompt_injection": [
[
"AdvancedPromptInjection",
"PromptInjection",
"SimplePromptInjection"
],
{
"title_aux": "Prompt Injection Node for ComfyUI"
}
],
"https://github.com/Derfuu/Derfuu_ComfyUI_ModdedNodes": [
[],
{
@ -1263,12 +1273,7 @@
"https://github.com/Extraltodeus/Stable-Diffusion-temperature-settings": [
[
"CLIP Temperature",
"Dynamic scale as float",
"Unet Temperature SD1",
"Unet Temperature SD1 per layer",
"Unet Temperature SDXL",
"Unet Temperature SDXL per layer",
"Unet Temperature any model"
"Unet Temperature"
],
{
"title_aux": "Stable-Diffusion-temperature-settings"
@ -8145,12 +8150,11 @@
"ImageDescriptionNode",
"LatentTypeConversion",
"LoadImagesByFilename",
"LoadPosEmbeds",
"LoadRandomImage",
"MaskFromRGB",
"MaskFromRGB_KMeans",
"Mix_IP_Embeddings",
"SaveExplorationState",
"SaveImageAdvanced",
"SavePosEmbeds",
"VAEDecode_to_folder",
"VideoFrameSelector"
@ -8465,6 +8469,7 @@
"https://github.com/fmatray/ComfyUI_BattlemapGrid": [
[
"Battlemap Grid",
"Compass",
"Map Generator",
"Map Generator(Outdoors)"
],
@ -10562,6 +10567,18 @@
"title_aux": "comfy-mecha"
}
],
"https://github.com/lks-ai/ComfyUI-StableAudioSampler": [
[
"StableAudioSampler"
],
{
"author": "lks-ai",
"description": "A Simple integration of Stable Audio Diffusion with knobs and stuff!",
"nickname": "stableaudio",
"title": "StableAudioSampler",
"title_aux": "ComfyUI Stable Audio Open 1.0 Sampler"
}
],
"https://github.com/lks-ai/anynode": [
[
"AnyNode",
@ -12339,6 +12356,14 @@
"title_aux": "SRL's nodes"
}
],
"https://github.com/seghier/ComfyUI_Email_Notification/raw/main/email_node.py": [
[
"EmailNode"
],
{
"title_aux": "ComfyUI_Email_Notification"
}
],
"https://github.com/sergekatzmann/ComfyUI_Nimbus-Pack": [
[
"AdjustAndRoundDimensions",
@ -13483,7 +13508,8 @@
"LoadVideoPath",
"LoadVideoUpload",
"OldPhotoColorizationNode",
"OllamaRequestNode"
"OllamaRequestNode",
"Waveform2Audio"
],
{
"title_aux": "ZMG PLUGIN"

View File

@ -12,11 +12,11 @@
"last_update": "2024-06-05 11:38:13"
},
"https://github.com/11dogzi/Comfyui-ergouzi-Nodes": {
"stars": 14,
"stars": 15,
"last_update": "2024-05-23 00:08:39"
},
"https://github.com/11dogzi/Comfyui-ergouzi-samplers": {
"stars": 0,
"stars": 4,
"last_update": "2024-06-05 13:53:28"
},
"https://github.com/1mckw/Comfyui-Gelbooru": {
@ -48,7 +48,7 @@
"last_update": "2024-06-02 14:57:59"
},
"https://github.com/AARG-FAN/Image-Raster-for-ComfyUI": {
"stars": 41,
"stars": 45,
"last_update": "2024-06-02 08:31:12"
},
"https://github.com/AI2lab/comfyUI-DeepSeek-2lab": {
@ -56,7 +56,7 @@
"last_update": "2024-05-22 22:11:40"
},
"https://github.com/AIFSH/ComfyUI-ChatTTS": {
"stars": 36,
"stars": 39,
"last_update": "2024-06-04 07:59:41"
},
"https://github.com/AIFSH/ComfyUI-FishSpeech": {
@ -88,7 +88,7 @@
"last_update": "2024-05-09 13:19:51"
},
"https://github.com/AIFSH/ComfyUI-WhisperX": {
"stars": 15,
"stars": 16,
"last_update": "2024-05-06 06:25:52"
},
"https://github.com/AIFSH/ComfyUI-XTTS": {
@ -96,7 +96,7 @@
"last_update": "2024-05-11 03:30:10"
},
"https://github.com/AIFSH/ComfyUI_V-Express": {
"stars": 61,
"stars": 62,
"last_update": "2024-06-03 13:15:55"
},
"https://github.com/AIGCTeam/ComfyUI_kkTranslator_nodes": {
@ -116,7 +116,7 @@
"last_update": "2024-05-19 02:31:04"
},
"https://github.com/AIGODLIKE/ComfyUI-ToonCrafter": {
"stars": 148,
"stars": 157,
"last_update": "2024-06-03 11:42:25"
},
"https://github.com/AInseven/ComfyUI-fastblend": {
@ -124,8 +124,8 @@
"last_update": "2024-04-03 11:50:44"
},
"https://github.com/AIrjen/OneButtonPrompt": {
"stars": 709,
"last_update": "2024-06-04 17:49:59"
"stars": 710,
"last_update": "2024-06-05 20:38:27"
},
"https://github.com/ALatentPlace/ComfyUI_yanc": {
"stars": 13,
@ -140,7 +140,7 @@
"last_update": "2024-05-22 21:27:48"
},
"https://github.com/Acly/comfyui-inpaint-nodes": {
"stars": 380,
"stars": 381,
"last_update": "2024-06-02 19:49:56"
},
"https://github.com/Acly/comfyui-tooling-nodes": {
@ -152,7 +152,7 @@
"last_update": "2024-05-23 00:15:03"
},
"https://github.com/AlekPet/ComfyUI_Custom_Nodes_AlekPet": {
"stars": 623,
"stars": 625,
"last_update": "2024-06-02 17:05:16"
},
"https://github.com/Alysondao/Comfyui-Yolov8-JSON": {
@ -160,7 +160,7 @@
"last_update": "2024-05-31 10:14:21"
},
"https://github.com/Amorano/Jovimetrix": {
"stars": 158,
"stars": 159,
"last_update": "2024-06-04 15:28:54"
},
"https://github.com/AonekoSS/ComfyUI-LoRA-Tuner": {
@ -232,7 +232,7 @@
"last_update": "2024-05-22 20:46:45"
},
"https://github.com/BennyKok/comfyui-deploy": {
"stars": 638,
"stars": 639,
"last_update": "2024-06-05 02:55:13"
},
"https://github.com/Big-Idea-Technology/ComfyUI-Book-Tools": {
@ -268,7 +268,7 @@
"last_update": "2024-05-22 14:56:13"
},
"https://github.com/BlenderNeko/ComfyUI_Cutoff": {
"stars": 326,
"stars": 327,
"last_update": "2024-05-22 15:01:45"
},
"https://github.com/BlenderNeko/ComfyUI_Noise": {
@ -316,7 +316,7 @@
"last_update": "2024-04-18 04:28:09"
},
"https://github.com/Clybius/ComfyUI-Latent-Modifiers": {
"stars": 40,
"stars": 41,
"last_update": "2024-01-02 21:57:58"
},
"https://github.com/CosmicLaca/ComfyUI_Primere_Nodes": {
@ -331,6 +331,10 @@
"stars": 3,
"last_update": "2024-05-26 08:00:23"
},
"https://github.com/DataCTE/prompt_injection": {
"stars": 18,
"last_update": "2024-06-04 12:52:41"
},
"https://github.com/Derfuu/Derfuu_ComfyUI_ModdedNodes": {
"stars": 280,
"last_update": "2024-05-22 17:38:48"
@ -368,7 +372,7 @@
"last_update": "2024-05-23 00:12:17"
},
"https://github.com/ExponentialML/ComfyUI_Native_DynamiCrafter": {
"stars": 91,
"stars": 92,
"last_update": "2024-05-23 00:12:28"
},
"https://github.com/ExponentialML/ComfyUI_VisualStylePrompting": {
@ -376,7 +380,7 @@
"last_update": "2024-05-23 00:12:41"
},
"https://github.com/Extraltodeus/ComfyUI-AutomaticCFG": {
"stars": 250,
"stars": 251,
"last_update": "2024-06-03 02:03:53"
},
"https://github.com/Extraltodeus/LoadLoraWithTags": {
@ -385,7 +389,7 @@
},
"https://github.com/Extraltodeus/Stable-Diffusion-temperature-settings": {
"stars": 13,
"last_update": "2024-06-03 02:08:27"
"last_update": "2024-06-05 22:49:09"
},
"https://github.com/Extraltodeus/Vector_Sculptor_ComfyUI": {
"stars": 72,
@ -400,7 +404,7 @@
"last_update": "2024-06-03 03:04:50"
},
"https://github.com/Fannovel16/ComfyUI-Frame-Interpolation": {
"stars": 321,
"stars": 323,
"last_update": "2024-05-21 00:52:49"
},
"https://github.com/Fannovel16/ComfyUI-Loopchain": {
@ -420,7 +424,7 @@
"last_update": "2024-05-21 00:51:54"
},
"https://github.com/Fannovel16/comfyui_controlnet_aux": {
"stars": 1484,
"stars": 1486,
"last_update": "2024-05-24 11:05:47"
},
"https://github.com/Fantaxico/ComfyUI-GCP-Storage": {
@ -433,7 +437,7 @@
},
"https://github.com/Fictiverse/ComfyUI_Fictiverse": {
"stars": 7,
"last_update": "2024-05-23 19:09:18"
"last_update": "2024-06-05 19:03:21"
},
"https://github.com/Fihade/IC-Light-ComfyUI-Node": {
"stars": 4,
@ -497,10 +501,10 @@
},
"https://github.com/Hangover3832/ComfyUI-Hangover-Moondream": {
"stars": 34,
"last_update": "2024-05-07 15:00:31"
"last_update": "2024-06-05 16:06:39"
},
"https://github.com/Hangover3832/ComfyUI-Hangover-Nodes": {
"stars": 27,
"stars": 29,
"last_update": "2024-06-02 10:28:19"
},
"https://github.com/Hangover3832/ComfyUI-Hangover-Recognize_Anything": {
@ -577,7 +581,7 @@
},
"https://github.com/JaredTherriault/ComfyUI-JNodes": {
"stars": 10,
"last_update": "2024-06-05 08:33:13"
"last_update": "2024-06-05 23:51:01"
},
"https://github.com/JayLyu/ComfyUI_BaiKong_Node": {
"stars": 0,
@ -596,7 +600,7 @@
"last_update": "2024-05-22 23:18:51"
},
"https://github.com/JettHu/ComfyUI-TCD": {
"stars": 71,
"stars": 72,
"last_update": "2024-06-03 11:40:18"
},
"https://github.com/JettHu/ComfyUI_TGate": {
@ -632,19 +636,19 @@
"last_update": "2024-06-03 09:40:01"
},
"https://github.com/Kosinkadink/ComfyUI-AnimateDiff-Evolved": {
"stars": 2184,
"stars": 2186,
"last_update": "2024-06-05 01:45:26"
},
"https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite": {
"stars": 373,
"last_update": "2024-06-05 00:51:44"
"stars": 374,
"last_update": "2024-06-06 02:05:39"
},
"https://github.com/KytraScript/ComfyUI_KytraWebhookHTTP": {
"stars": 3,
"last_update": "2024-05-23 00:21:43"
},
"https://github.com/LEv145/images-grid-comfy-plugin": {
"stars": 123,
"stars": 124,
"last_update": "2024-05-30 17:54:32"
},
"https://github.com/LarryJane491/Image-Captioning-in-ComfyUI": {
@ -741,7 +745,7 @@
},
"https://github.com/MaraScott/ComfyUI_MaraScott_Nodes": {
"stars": 48,
"last_update": "2024-06-04 22:28:26"
"last_update": "2024-06-05 20:15:58"
},
"https://github.com/MarcusNyne/m9-prompts-comfyui": {
"stars": 0,
@ -772,7 +776,7 @@
"last_update": "2024-06-04 18:46:42"
},
"https://github.com/MinusZoneAI/ComfyUI-StylizePhoto-MZ": {
"stars": 12,
"stars": 14,
"last_update": "2024-05-23 01:13:32"
},
"https://github.com/Miosp/ComfyUI-FBCNN": {
@ -788,7 +792,7 @@
"last_update": "2024-06-04 20:30:43"
},
"https://github.com/MrForExample/ComfyUI-3D-Pack": {
"stars": 1592,
"stars": 1593,
"last_update": "2024-06-04 20:35:47"
},
"https://github.com/MrForExample/ComfyUI-AnimateAnyone-Evolved": {
@ -840,11 +844,11 @@
"last_update": "2024-05-22 18:11:17"
},
"https://github.com/Nuked88/ComfyUI-N-Nodes": {
"stars": 167,
"stars": 168,
"last_update": "2024-05-21 19:52:44"
},
"https://github.com/Nuked88/ComfyUI-N-Sidebar": {
"stars": 342,
"stars": 344,
"last_update": "2024-06-04 20:35:59"
},
"https://github.com/Off-Live/ComfyUI-off-suite": {
@ -929,7 +933,7 @@
},
"https://github.com/Scorpinaus/ComfyUI-DiffusersLoader": {
"stars": 2,
"last_update": "2024-06-05 00:34:28"
"last_update": "2024-06-06 01:36:46"
},
"https://github.com/SeaArtLab/ComfyUI-Long-CLIP": {
"stars": 49,
@ -956,7 +960,7 @@
"last_update": "2024-03-08 15:16:10"
},
"https://github.com/ShmuelRonen/ComfyUI_wav2lip": {
"stars": 27,
"stars": 32,
"last_update": "2024-06-05 08:21:09"
},
"https://github.com/Shraknard/ComfyUI-Remover": {
@ -964,12 +968,12 @@
"last_update": "2024-05-22 23:15:06"
},
"https://github.com/Siberpone/lazy-pony-prompter": {
"stars": 18,
"stars": 19,
"last_update": "2024-05-22 23:12:00"
},
"https://github.com/Smirnov75/ComfyUI-mxToolkit": {
"stars": 9,
"last_update": "2024-06-02 16:56:01"
"stars": 21,
"last_update": "2024-06-05 20:41:16"
},
"https://github.com/SoftMeng/ComfyUI_ImageToText": {
"stars": 3,
@ -1052,7 +1056,7 @@
"last_update": "2024-05-23 00:25:37"
},
"https://github.com/TMElyralab/Comfyui-MusePose": {
"stars": 194,
"stars": 198,
"last_update": "2024-06-05 13:50:55"
},
"https://github.com/TRI3D-LC/tri3d-comfyui-nodes": {
@ -1088,7 +1092,7 @@
"last_update": "2024-05-30 12:14:59"
},
"https://github.com/TemryL/ComfyUI-IDM-VTON": {
"stars": 161,
"stars": 162,
"last_update": "2024-05-30 12:21:57"
},
"https://github.com/TencentQQGYLab/ComfyUI-ELLA": {
@ -1104,12 +1108,12 @@
"last_update": "2024-02-24 00:49:19"
},
"https://github.com/TheMistoAI/ComfyUI-Anyline": {
"stars": 235,
"stars": 236,
"last_update": "2024-05-23 05:12:45"
},
"https://github.com/ThereforeGames/ComfyUI-Unprompted": {
"stars": 1,
"last_update": "2024-06-04 14:08:10"
"last_update": "2024-06-06 01:56:27"
},
"https://github.com/TinyTerra/ComfyUI_tinyterraNodes": {
"stars": 307,
@ -1168,8 +1172,8 @@
"last_update": "2023-11-20 17:14:58"
},
"https://github.com/WASasquatch/was-node-suite-comfyui": {
"stars": 896,
"last_update": "2024-06-03 06:18:59"
"stars": 898,
"last_update": "2024-06-05 23:27:16"
},
"https://github.com/WebDev9000/WebDev9000-Nodes": {
"stars": 1,
@ -1204,7 +1208,7 @@
"last_update": "2024-05-22 14:14:46"
},
"https://github.com/ZHO-ZHO-ZHO/ComfyUI-Animated-optical-illusions": {
"stars": 16,
"stars": 17,
"last_update": "2024-06-02 17:00:07"
},
"https://github.com/ZHO-ZHO-ZHO/ComfyUI-ArtGallery": {
@ -1220,7 +1224,7 @@
"last_update": "2024-05-22 14:14:31"
},
"https://github.com/ZHO-ZHO-ZHO/ComfyUI-DepthFM": {
"stars": 66,
"stars": 67,
"last_update": "2024-05-22 14:14:03"
},
"https://github.com/ZHO-ZHO-ZHO/ComfyUI-Gemini": {
@ -1228,15 +1232,15 @@
"last_update": "2024-05-22 14:15:11"
},
"https://github.com/ZHO-ZHO-ZHO/ComfyUI-InstantID": {
"stars": 1168,
"stars": 1169,
"last_update": "2024-05-22 13:57:55"
},
"https://github.com/ZHO-ZHO-ZHO/ComfyUI-Phi-3-mini": {
"stars": 166,
"stars": 167,
"last_update": "2024-05-22 13:40:05"
},
"https://github.com/ZHO-ZHO-ZHO/ComfyUI-PhotoMaker-ZHO": {
"stars": 740,
"stars": 741,
"last_update": "2024-05-22 14:13:49"
},
"https://github.com/ZHO-ZHO-ZHO/ComfyUI-PixArt-alpha-Diffusers": {
@ -1268,7 +1272,7 @@
"last_update": "2024-05-22 13:01:07"
},
"https://github.com/ZHO-ZHO-ZHO/comfyui-portrait-master-zh-cn": {
"stars": 1419,
"stars": 1420,
"last_update": "2024-04-17 19:57:18"
},
"https://github.com/ZaneA/ComfyUI-ImageReward": {
@ -1324,7 +1328,7 @@
"last_update": "2024-05-22 23:14:18"
},
"https://github.com/aegis72/aegisflow_utility_nodes": {
"stars": 21,
"stars": 22,
"last_update": "2024-05-22 22:10:29"
},
"https://github.com/aegis72/comfyui-styles-all": {
@ -1360,7 +1364,7 @@
"last_update": "2024-05-27 18:10:58"
},
"https://github.com/ali1234/comfyui-job-iterator": {
"stars": 56,
"stars": 57,
"last_update": "2024-05-22 20:54:21"
},
"https://github.com/alisson-anjos/ComfyUI-Ollama-Describer": {
@ -1380,7 +1384,7 @@
"last_update": "2024-05-22 20:51:52"
},
"https://github.com/alt-key-project/comfyui-dream-video-batches": {
"stars": 48,
"stars": 49,
"last_update": "2024-05-22 20:52:05"
},
"https://github.com/an90ray/ComfyUI_RErouter_CustomNodes": {
@ -1413,7 +1417,7 @@
},
"https://github.com/asagi4/comfyui-prompt-control": {
"stars": 149,
"last_update": "2024-05-26 13:32:54"
"last_update": "2024-06-05 17:20:01"
},
"https://github.com/asagi4/comfyui-utility-nodes": {
"stars": 7,
@ -1424,7 +1428,7 @@
"last_update": "2024-05-22 21:23:52"
},
"https://github.com/atmaranto/ComfyUI-SaveAsScript": {
"stars": 36,
"stars": 37,
"last_update": "2024-05-23 22:59:27"
},
"https://github.com/audioscavenger/ComfyUI-Thumbnails": {
@ -1433,7 +1437,7 @@
},
"https://github.com/audioscavenger/save-image-extended-comfyui": {
"stars": 8,
"last_update": "2024-06-01 20:35:08"
"last_update": "2024-06-05 22:15:31"
},
"https://github.com/avatechai/avatar-graph-comfyui": {
"stars": 208,
@ -1452,7 +1456,7 @@
"last_update": "2024-06-04 20:28:38"
},
"https://github.com/badjeff/comfyui_lora_tag_loader": {
"stars": 39,
"stars": 40,
"last_update": "2024-05-22 20:40:03"
},
"https://github.com/banodoco/steerable-motion": {
@ -1460,7 +1464,7 @@
"last_update": "2024-05-30 13:45:03"
},
"https://github.com/bash-j/mikey_nodes": {
"stars": 78,
"stars": 79,
"last_update": "2024-05-26 05:17:08"
},
"https://github.com/bedovyy/ComfyUI_NAIDGenerator": {
@ -1484,7 +1488,7 @@
"last_update": "2024-05-22 23:18:26"
},
"https://github.com/blepping/comfyui_jankhidiffusion": {
"stars": 85,
"stars": 86,
"last_update": "2024-05-22 23:18:40"
},
"https://github.com/blueraincoatli/comfyUI_SillyNodes": {
@ -1512,7 +1516,7 @@
"last_update": "2024-05-24 23:10:54"
},
"https://github.com/bmad4ever/comfyui_wfc_like": {
"stars": 4,
"stars": 5,
"last_update": "2024-06-02 23:06:37"
},
"https://github.com/bobmagicii/comfykit-custom-nodes": {
@ -1712,11 +1716,11 @@
"last_update": "2024-05-30 11:36:25"
},
"https://github.com/chflame163/ComfyUI_FaceSimilarity": {
"stars": 5,
"stars": 6,
"last_update": "2024-05-23 12:48:18"
},
"https://github.com/chflame163/ComfyUI_LayerStyle": {
"stars": 562,
"stars": 566,
"last_update": "2024-05-30 01:54:23"
},
"https://github.com/chflame163/ComfyUI_MSSpeech_TTS": {
@ -1752,7 +1756,7 @@
"last_update": "2024-05-22 21:07:33"
},
"https://github.com/chrisgoringe/cg-use-everywhere": {
"stars": 313,
"stars": 314,
"last_update": "2024-05-20 00:48:27"
},
"https://github.com/chrish-slingshot/CrasHUtils": {
@ -1808,11 +1812,11 @@
"last_update": "2024-05-31 12:03:35"
},
"https://github.com/comfyanonymous/ComfyUI": {
"stars": 36830,
"last_update": "2024-06-05 13:01:12"
"stars": 36883,
"last_update": "2024-06-05 22:10:01"
},
"https://github.com/comfyanonymous/ComfyUI_TensorRT": {
"stars": 157,
"stars": 163,
"last_update": "2024-06-05 09:38:24"
},
"https://github.com/comfyanonymous/ComfyUI_experiments": {
@ -1860,11 +1864,11 @@
"last_update": "2024-05-22 22:20:15"
},
"https://github.com/cubiq/ComfyUI_FaceAnalysis": {
"stars": 195,
"stars": 196,
"last_update": "2024-05-29 20:20:36"
},
"https://github.com/cubiq/ComfyUI_IPAdapter_plus": {
"stars": 2853,
"stars": 2857,
"last_update": "2024-06-05 06:54:14"
},
"https://github.com/cubiq/ComfyUI_InstantID": {
@ -1876,11 +1880,11 @@
"last_update": "2023-09-26 06:31:44"
},
"https://github.com/cubiq/ComfyUI_essentials": {
"stars": 290,
"last_update": "2024-05-29 10:34:38"
"stars": 291,
"last_update": "2024-06-05 18:14:34"
},
"https://github.com/cubiq/PuLID_ComfyUI": {
"stars": 376,
"stars": 377,
"last_update": "2024-05-26 17:23:56"
},
"https://github.com/cuongloveit/comfy_http_request": {
@ -1925,7 +1929,7 @@
},
"https://github.com/davask/ComfyUI_MaraScott_Nodes": {
"stars": 48,
"last_update": "2024-06-04 22:28:26"
"last_update": "2024-06-05 20:15:58"
},
"https://github.com/dave-palt/comfyui_DSP_imagehelpers": {
"stars": 0,
@ -1980,7 +1984,7 @@
"last_update": "2024-01-07 03:29:57"
},
"https://github.com/diontimmer/ComfyUI-Vextra-Nodes": {
"stars": 59,
"stars": 60,
"last_update": "2024-05-22 17:55:21"
},
"https://github.com/discopixel-studio/comfyui-discopixel": {
@ -1996,7 +2000,7 @@
"last_update": "2024-04-09 03:52:05"
},
"https://github.com/djbielejeski/a-person-mask-generator": {
"stars": 220,
"stars": 222,
"last_update": "2024-05-27 13:54:56"
},
"https://github.com/dmMaze/sketch2manga": {
@ -2029,7 +2033,7 @@
},
"https://github.com/edenartlab/eden_comfy_pipelines": {
"stars": 38,
"last_update": "2024-06-05 13:06:24"
"last_update": "2024-06-05 20:59:37"
},
"https://github.com/evanspearman/ComfyMath": {
"stars": 49,
@ -2060,7 +2064,7 @@
"last_update": "2024-05-22 20:59:16"
},
"https://github.com/filliptm/ComfyUI_Fill-Nodes": {
"stars": 78,
"stars": 82,
"last_update": "2024-05-29 19:38:26"
},
"https://github.com/florestefano1975/ComfyUI-HiDiffusion": {
@ -2097,7 +2101,7 @@
},
"https://github.com/fmatray/ComfyUI_BattlemapGrid": {
"stars": 0,
"last_update": "2024-05-23 01:22:12"
"last_update": "2024-06-05 22:35:06"
},
"https://github.com/fofr/ComfyUI-HyperSDXL1StepUnetScheduler": {
"stars": 10,
@ -2116,7 +2120,7 @@
"last_update": "2024-05-23 00:23:20"
},
"https://github.com/frankchieng/ComfyUI_MagicClothing": {
"stars": 388,
"stars": 391,
"last_update": "2024-05-23 00:23:32"
},
"https://github.com/fsdymy1024/ComfyUI_fsdymy": {
@ -2200,7 +2204,7 @@
"last_update": "2024-05-21 00:19:53"
},
"https://github.com/gokayfem/ComfyUI_VLM_nodes": {
"stars": 254,
"stars": 256,
"last_update": "2024-06-02 10:23:55"
},
"https://github.com/gonzalu/ComfyUI_YFG_Comical": {
@ -2256,11 +2260,11 @@
"last_update": "2024-06-02 19:29:39"
},
"https://github.com/heshengtao/comfyui_LLM_party": {
"stars": 90,
"stars": 91,
"last_update": "2024-06-05 01:12:15"
},
"https://github.com/hhhzzyang/Comfyui_Lama": {
"stars": 34,
"stars": 35,
"last_update": "2024-05-22 21:13:19"
},
"https://github.com/hiforce/comfyui-hiforce-plugin": {
@ -2284,11 +2288,11 @@
"last_update": "2024-05-23 01:21:27"
},
"https://github.com/huchenlei/ComfyUI-IC-Light-Native": {
"stars": 341,
"stars": 343,
"last_update": "2024-05-14 14:31:12"
},
"https://github.com/huchenlei/ComfyUI-layerdiffuse": {
"stars": 1231,
"stars": 1232,
"last_update": "2024-05-16 22:30:32"
},
"https://github.com/huchenlei/ComfyUI-openpose-editor": {
@ -2305,7 +2309,7 @@
},
"https://github.com/humgate/simplecomfy": {
"stars": 0,
"last_update": "2024-06-05 09:08:16"
"last_update": "2024-06-05 17:08:39"
},
"https://github.com/hustille/ComfyUI_Fooocus_KSampler": {
"stars": 57,
@ -2360,7 +2364,7 @@
"last_update": "2024-05-19 18:49:42"
},
"https://github.com/jags111/efficiency-nodes-comfyui": {
"stars": 641,
"stars": 642,
"last_update": "2024-06-05 06:46:30"
},
"https://github.com/jamal-alkharrat/ComfyUI_rotate_image": {
@ -2508,7 +2512,7 @@
"last_update": "2024-05-21 16:16:52"
},
"https://github.com/kijai/ComfyUI-DynamiCrafterWrapper": {
"stars": 396,
"stars": 407,
"last_update": "2024-06-04 16:45:10"
},
"https://github.com/kijai/ComfyUI-ELLA-wrapper": {
@ -2524,7 +2528,7 @@
"last_update": "2024-05-25 07:37:51"
},
"https://github.com/kijai/ComfyUI-KJNodes": {
"stars": 302,
"stars": 303,
"last_update": "2024-06-01 13:07:49"
},
"https://github.com/kijai/ComfyUI-LaVi-Bridge-Wrapper": {
@ -2544,7 +2548,7 @@
"last_update": "2024-05-22 21:09:54"
},
"https://github.com/kijai/ComfyUI-depth-fm": {
"stars": 50,
"stars": 52,
"last_update": "2024-05-22 21:10:15"
},
"https://github.com/kijai/ComfyUI-moondream": {
@ -2625,7 +2629,7 @@
},
"https://github.com/larsupb/LoRA-Merger-ComfyUI": {
"stars": 7,
"last_update": "2024-05-30 22:35:50"
"last_update": "2024-06-05 16:41:02"
},
"https://github.com/leoleelxh/ComfyUI-LLMs": {
"stars": 6,
@ -2655,8 +2659,12 @@
"stars": 8,
"last_update": "2024-05-26 14:57:05"
},
"https://github.com/lks-ai/ComfyUI-StableAudioSampler": {
"stars": 24,
"last_update": "2024-06-06 01:21:00"
},
"https://github.com/lks-ai/anynode": {
"stars": 324,
"stars": 329,
"last_update": "2024-06-05 01:47:46"
},
"https://github.com/lldacing/comfyui-easyapi-nodes": {
@ -2704,8 +2712,8 @@
"last_update": "2024-04-28 03:29:42"
},
"https://github.com/lquesada/ComfyUI-Inpaint-CropAndStitch": {
"stars": 108,
"last_update": "2024-06-04 05:29:56"
"stars": 109,
"last_update": "2024-06-05 18:33:01"
},
"https://github.com/lquesada/ComfyUI-Prompt-Combinator": {
"stars": 17,
@ -2713,19 +2721,19 @@
},
"https://github.com/ltdrdata/ComfyUI-Impact-Pack": {
"stars": 1325,
"last_update": "2024-06-04 13:46:18"
"last_update": "2024-06-05 16:17:14"
},
"https://github.com/ltdrdata/ComfyUI-Inspire-Pack": {
"stars": 275,
"stars": 276,
"last_update": "2024-06-03 15:32:44"
},
"https://github.com/ltdrdata/ComfyUI-Manager": {
"stars": 4098,
"last_update": "2024-06-05 13:58:26"
"stars": 4101,
"last_update": "2024-06-06 01:56:30"
},
"https://github.com/luandev/ComfyUI-CrewAI": {
"stars": 0,
"last_update": "2024-06-05 13:32:02"
"stars": 3,
"last_update": "2024-06-05 20:06:37"
},
"https://github.com/m-sokes/ComfyUI-Sokes-Nodes": {
"stars": 1,
@ -2764,7 +2772,7 @@
"last_update": "2024-05-22 20:53:23"
},
"https://github.com/mbrostami/ComfyUI-HF": {
"stars": 13,
"stars": 14,
"last_update": "2024-05-27 21:45:33"
},
"https://github.com/mbrostami/ComfyUI-TITrain": {
@ -2860,7 +2868,7 @@
"last_update": "2024-05-23 01:16:28"
},
"https://github.com/nathannlu/ComfyUI-Cloud": {
"stars": 126,
"stars": 127,
"last_update": "2024-05-31 01:45:45"
},
"https://github.com/nathannlu/ComfyUI-Pets": {
@ -2912,7 +2920,7 @@
"last_update": "2024-06-04 11:27:45"
},
"https://github.com/nosiu/comfyui-instantId-faceswap": {
"stars": 158,
"stars": 159,
"last_update": "2024-05-22 23:21:38"
},
"https://github.com/noxinias/ComfyUI_NoxinNodes": {
@ -2924,7 +2932,7 @@
"last_update": "2024-05-22 22:22:14"
},
"https://github.com/nullquant/ComfyUI-BrushNet": {
"stars": 300,
"stars": 304,
"last_update": "2024-06-03 08:17:17"
},
"https://github.com/olduvai-jp/ComfyUI-HfLoader": {
@ -2968,7 +2976,7 @@
"last_update": "2023-12-27 22:52:00"
},
"https://github.com/pamparamm/sd-perturbed-attention": {
"stars": 165,
"stars": 166,
"last_update": "2024-05-25 17:44:47"
},
"https://github.com/pants007/comfy-pants": {
@ -3032,7 +3040,7 @@
"last_update": "2024-05-22 23:11:46"
},
"https://github.com/pythongosssss/ComfyUI-Custom-Scripts": {
"stars": 1255,
"stars": 1257,
"last_update": "2024-06-01 16:13:08"
},
"https://github.com/pythongosssss/ComfyUI-WD14-Tagger": {
@ -3052,7 +3060,7 @@
"last_update": "2024-05-23 01:14:47"
},
"https://github.com/ratulrafsan/Comfyui-SAL-VTON": {
"stars": 47,
"stars": 49,
"last_update": "2024-05-23 00:17:20"
},
"https://github.com/rcfcu2000/zhihuige-nodes-comfyui": {
@ -3064,7 +3072,7 @@
"last_update": "2024-05-22 22:13:43"
},
"https://github.com/receyuki/comfyui-prompt-reader-node": {
"stars": 192,
"stars": 193,
"last_update": "2024-05-27 18:05:52"
},
"https://github.com/redhottensors/ComfyUI-Prediction": {
@ -3072,7 +3080,7 @@
"last_update": "2024-05-13 19:58:16"
},
"https://github.com/rgthree/rgthree-comfy": {
"stars": 647,
"stars": 649,
"last_update": "2024-06-02 19:54:20"
},
"https://github.com/richinsley/Comfy-LFO": {
@ -3116,7 +3124,7 @@
"last_update": "2024-05-23 01:21:50"
},
"https://github.com/runtime44/comfyui_r44_nodes": {
"stars": 21,
"stars": 22,
"last_update": "2024-05-23 01:18:22"
},
"https://github.com/saftle/suplex_comfy_nodes": {
@ -3148,8 +3156,8 @@
"last_update": "2024-02-02 01:46:54"
},
"https://github.com/shadowcz007/comfyui-mixlab-nodes": {
"stars": 834,
"last_update": "2024-06-04 00:51:03"
"stars": 835,
"last_update": "2024-06-06 00:02:57"
},
"https://github.com/shadowcz007/comfyui-ultralytics-yolo": {
"stars": 15,
@ -3272,7 +3280,7 @@
"last_update": "2024-05-22 20:55:44"
},
"https://github.com/spacepxl/ComfyUI-Image-Filters": {
"stars": 75,
"stars": 76,
"last_update": "2024-06-03 04:23:53"
},
"https://github.com/spacepxl/ComfyUI-RAVE": {
@ -3320,7 +3328,7 @@
"last_update": "2024-05-23 09:09:50"
},
"https://github.com/storyicon/comfyui_segment_anything": {
"stars": 484,
"stars": 485,
"last_update": "2024-05-31 07:36:30"
},
"https://github.com/strimmlarn/ComfyUI_Strimmlarns_aesthetic_score": {
@ -3344,7 +3352,7 @@
"last_update": "2024-05-16 00:13:17"
},
"https://github.com/sugarkwork/comfyui_tag_fillter": {
"stars": 13,
"stars": 14,
"last_update": "2024-05-27 13:38:24"
},
"https://github.com/syllebra/bilbox-comfyui": {
@ -3396,7 +3404,7 @@
"last_update": "2024-05-24 22:14:42"
},
"https://github.com/tiankuan93/ComfyUI-V-Express": {
"stars": 16,
"stars": 35,
"last_update": "2024-06-04 11:39:36"
},
"https://github.com/tianlang0704/ComfyUI-StableProjectorzBridge": {
@ -3412,7 +3420,7 @@
"last_update": "2024-05-22 22:21:57"
},
"https://github.com/tooldigital/ComfyUI-Yolo-Cropper": {
"stars": 2,
"stars": 3,
"last_update": "2024-06-04 17:46:40"
},
"https://github.com/toyxyz/ComfyUI_toyxyz_test_nodes": {
@ -3456,7 +3464,7 @@
"last_update": "2024-06-04 22:32:08"
},
"https://github.com/twri/sdxl_prompt_styler": {
"stars": 591,
"stars": 592,
"last_update": "2024-05-22 18:16:58"
},
"https://github.com/txt2any/ComfyUI-PromptOrganizer": {
@ -3468,7 +3476,7 @@
"last_update": "2024-06-03 15:06:13"
},
"https://github.com/tzwm/comfyui-profiler": {
"stars": 38,
"stars": 39,
"last_update": "2024-01-12 07:38:40"
},
"https://github.com/uarefans/ComfyUI-Fans": {
@ -3600,7 +3608,7 @@
"last_update": "2024-05-22 23:23:03"
},
"https://github.com/yolain/ComfyUI-Easy-Use": {
"stars": 444,
"stars": 446,
"last_update": "2024-06-05 07:32:34"
},
"https://github.com/yolanother/DTAIComfyImageSubmit": {
@ -3697,6 +3705,6 @@
},
"https://github.com/zombieyang/sd-ppp": {
"stars": 7,
"last_update": "2024-06-05 13:59:17"
"last_update": "2024-06-05 15:15:29"
}
}

View File

@ -11,6 +11,17 @@
{
"author": "endman100",
"title": "ComfyUI Nodes: SaveConditioning and LoadConditioning",
"id": "save-load-conditioning",
"reference": "https://github.com/endman100/ComfyUI-SaveAndLoadPromptCondition",
"files": [
"https://github.com/endman100/ComfyUI-SaveAndLoadPromptCondition"
],
"install_type": "git-clone",
"description": "The SaveConditioning node is designed to save conditioning data to binary files. This is useful for storing and reusing conditioning information across different sessions or applications.\n[w/This node can only handle very limited conditioning at the text prompt level.]"
},
{
"author": "marduk191",
"title": "comfyui-marnodes",

View File

@ -14,6 +14,39 @@
{
"author": "DataCTE",
"title": "Prompt Injection Node for ComfyUI",
"id": "prompt-injection",
"reference": "https://github.com/DataCTE/prompt_injection",
"files": [
"https://github.com/DataCTE/prompt_injection"
],
"install_type": "git-clone",
"description": "This custom node for ComfyUI allows you to inject specific prompts at specific blocks of the Stable Diffusion UNet, providing fine-grained control over the generated image. It is based on the concept that the content/subject understanding of the model is primarily contained within the MID0 and MID1 blocks, as demonstrated in the B-Lora (Content Style implicit separation) paper. Features.\nInject different prompts into specific UNet blocks Three different node variations for flexible workflow integration Customize the learning rate of specific blocks to focus on content, lighting, style, or other aspects Potential for developing a 'Mix of Experts' approach by swapping blocks on-the-fly based on prompt content"
},
{
"author": "lks-ai",
"title": "ComfyUI Stable Audio Open 1.0 Sampler",
"id": "stableaudiosampler",
"reference": "https://github.com/lks-ai/ComfyUI-StableAudioSampler",
"files": [
"https://github.com/lks-ai/ComfyUI-StableAudioSampler"
],
"install_type": "git-clone",
"description": "Nodes: StableAudioSampler. Wraps the new Stable Audio Open Model in the sampler that dropped Jun 5th. See Github for Features"
},
{
"author": "seghier",
"title": "ComfyUI_Email_Notification",
"reference": "https://github.com/seghier/ComfyUI_Email_Notification",
"files": [
"https://github.com/seghier/ComfyUI_Email_Notification/raw/main/email_node.py"
],
"pip": ["secure-smtplib==0.1.0"],
"install_type": "copy",
"description": "Nodes:Email Notification"
},
{
"author": "luandev",
"title": "ComfyUI CrewAI",
@ -671,28 +704,6 @@
],
"install_type": "git-clone",
"description": "A collection of custom nodes to help with saving images, providing generation parameters, static literal nodes, and other useful nodes."
},
{
"author": "fexploit",
"title": "ComfyUI-AutoLabel",
"id": "autolabel",
"reference": "https://github.com/fexploit/ComfyUI-AutoLabel",
"files": [
"https://github.com/fexploit/ComfyUI-AutoLabel"
],
"install_type": "git-clone",
"description": "ComfyUI-AutoLabel is a custom node for ComfyUI that uses BLIP (Bootstrapping Language-Image Pre-training) to generate detailed descriptions of the main object in an image. This node leverages the power of BLIP to provide accurate and context-aware captions for images."
},
{
"author": "christian-byrne",
"title": "img2colors-comfyui-node",
"id": "img2colors-nodes",
"reference": "https://github.com/christian-byrne/img2colors-comfyui-node",
"files": [
"https://github.com/christian-byrne/img2colors-comfyui-node"
],
"install_type": "git-clone",
"description": "Nodes:Img2Color - Color Palette Extractor"
}
]
}

View File

@ -1130,6 +1130,16 @@
"title_aux": "ComfyUI Checkpoint Automatic Config"
}
],
"https://github.com/DataCTE/prompt_injection": [
[
"AdvancedPromptInjection",
"PromptInjection",
"SimplePromptInjection"
],
{
"title_aux": "Prompt Injection Node for ComfyUI"
}
],
"https://github.com/Derfuu/Derfuu_ComfyUI_ModdedNodes": [
[],
{
@ -1263,12 +1273,7 @@
"https://github.com/Extraltodeus/Stable-Diffusion-temperature-settings": [
[
"CLIP Temperature",
"Dynamic scale as float",
"Unet Temperature SD1",
"Unet Temperature SD1 per layer",
"Unet Temperature SDXL",
"Unet Temperature SDXL per layer",
"Unet Temperature any model"
"Unet Temperature"
],
{
"title_aux": "Stable-Diffusion-temperature-settings"
@ -8145,12 +8150,11 @@
"ImageDescriptionNode",
"LatentTypeConversion",
"LoadImagesByFilename",
"LoadPosEmbeds",
"LoadRandomImage",
"MaskFromRGB",
"MaskFromRGB_KMeans",
"Mix_IP_Embeddings",
"SaveExplorationState",
"SaveImageAdvanced",
"SavePosEmbeds",
"VAEDecode_to_folder",
"VideoFrameSelector"
@ -8465,6 +8469,7 @@
"https://github.com/fmatray/ComfyUI_BattlemapGrid": [
[
"Battlemap Grid",
"Compass",
"Map Generator",
"Map Generator(Outdoors)"
],
@ -10562,6 +10567,18 @@
"title_aux": "comfy-mecha"
}
],
"https://github.com/lks-ai/ComfyUI-StableAudioSampler": [
[
"StableAudioSampler"
],
{
"author": "lks-ai",
"description": "A Simple integration of Stable Audio Diffusion with knobs and stuff!",
"nickname": "stableaudio",
"title": "StableAudioSampler",
"title_aux": "ComfyUI Stable Audio Open 1.0 Sampler"
}
],
"https://github.com/lks-ai/anynode": [
[
"AnyNode",
@ -12339,6 +12356,14 @@
"title_aux": "SRL's nodes"
}
],
"https://github.com/seghier/ComfyUI_Email_Notification/raw/main/email_node.py": [
[
"EmailNode"
],
{
"title_aux": "ComfyUI_Email_Notification"
}
],
"https://github.com/sergekatzmann/ComfyUI_Nimbus-Pack": [
[
"AdjustAndRoundDimensions",
@ -13483,7 +13508,8 @@
"LoadVideoPath",
"LoadVideoUpload",
"OldPhotoColorizationNode",
"OllamaRequestNode"
"OllamaRequestNode",
"Waveform2Audio"
],
{
"title_aux": "ZMG PLUGIN"