update DB

This commit is contained in:
Dr.Lt.Data 2024-07-07 10:10:42 +09:00
parent 0e55225586
commit 5dbe436ea9
5 changed files with 63 additions and 6 deletions

View File

@ -3003,6 +3003,17 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "Nodes for [a/LivePortrait](https://github.com/KwaiVGI/LivePortrait), insightface is required" "description": "Nodes for [a/LivePortrait](https://github.com/KwaiVGI/LivePortrait), insightface is required"
}, },
{
"author": "kijai",
"title": "ComfyUI-KwaiKolorsWrapper",
"id": "kwaikolors",
"reference": "https://github.com/kijai/ComfyUI-KwaiKolorsWrapper",
"files": [
"https://github.com/kijai/ComfyUI-KwaiKolorsWrapper"
],
"install_type": "git-clone",
"description": "Rudimentary wrapper that runs [a/Kwai-Kolors](https://huggingface.co/Kwai-Kolors/Kolors) text2image pipeline using diffusers."
},
{ {
"author": "hhhzzyang", "author": "hhhzzyang",
"title": "Comfyui-Lama", "title": "Comfyui-Lama",
@ -8735,13 +8746,13 @@
}, },
{ {
"author": "Wicloz", "author": "Wicloz",
"title": "ComfyUI-Simply-Nodes", "title": "ComfyUI Simply Nodes",
"reference": "https://github.com/Wicloz/ComfyUI-Simply-Nodes", "reference": "https://github.com/Wicloz/ComfyUI-Simply-Nodes",
"files": [ "files": [
"https://github.com/Wicloz/ComfyUI-Simply-Nodes" "https://github.com/Wicloz/ComfyUI-Simply-Nodes"
], ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "Nodes:Conditional LoRA Loader, Multiline Text, Text Flow Controller, Select SDXL Resolution, Random Style Prompt." "description": "Simple nodes to help clean up your workflow, mostly focussed on text operations."
}, },
{ {
"author": "wandbrandon", "author": "wandbrandon",

View File

@ -2719,6 +2719,7 @@
"VHS_SplitMasks", "VHS_SplitMasks",
"VHS_VAEDecodeBatched", "VHS_VAEDecodeBatched",
"VHS_VAEEncodeBatched", "VHS_VAEEncodeBatched",
"VHS_VHSAudioToAudio",
"VHS_VideoCombine", "VHS_VideoCombine",
"VHS_VideoInfo", "VHS_VideoInfo",
"VHS_VideoInfoLoaded", "VHS_VideoInfoLoaded",
@ -5159,6 +5160,7 @@
"Image Seamless Texture", "Image Seamless Texture",
"Image Select Channel", "Image Select Channel",
"Image Select Color", "Image Select Color",
"Image Send HTTP",
"Image Shadows and Highlights", "Image Shadows and Highlights",
"Image Size to Number", "Image Size to Number",
"Image Stitch", "Image Stitch",
@ -5310,7 +5312,7 @@
"WF_TextFlow" "WF_TextFlow"
], ],
{ {
"title_aux": "ComfyUI-Simply-Nodes" "title_aux": "ComfyUI Simply Nodes"
} }
], ],
"https://github.com/XmYx/deforum-comfy-nodes": [ "https://github.com/XmYx/deforum-comfy-nodes": [
@ -9519,6 +9521,7 @@
], ],
"https://github.com/glibsonoran/Plush-for-ComfyUI": [ "https://github.com/glibsonoran/Plush-for-ComfyUI": [
[ [
"AI Chooser",
"AdvPromptEnhancer", "AdvPromptEnhancer",
"DalleImage", "DalleImage",
"Enhancer", "Enhancer",
@ -11219,6 +11222,17 @@
"title_aux": "KJNodes for ComfyUI" "title_aux": "KJNodes for ComfyUI"
} }
], ],
"https://github.com/kijai/ComfyUI-KwaiKolorsWrapper": [
[
"DownloadAndLoadChatGLM3",
"DownloadAndLoadKolorsModel",
"KolorsSampler",
"KolorsTextEncode"
],
{
"title_aux": "ComfyUI-KwaiKolorsWrapper"
}
],
"https://github.com/kijai/ComfyUI-LaVi-Bridge-Wrapper": [ "https://github.com/kijai/ComfyUI-LaVi-Bridge-Wrapper": [
[ [
"lavi_bridge_llama_encoder", "lavi_bridge_llama_encoder",
@ -15303,7 +15317,8 @@
], ],
"https://github.com/yiwangsimple/ComfyUI_GroqChat": [ "https://github.com/yiwangsimple/ComfyUI_GroqChat": [
[ [
"GroqChatNode" "GroqChatNode",
"PaliGemmaPixelProse"
], ],
{ {
"title_aux": "comfy-groqchat" "title_aux": "comfy-groqchat"

View File

@ -3499,6 +3499,11 @@
"last_update": "2024-07-06 11:35:35", "last_update": "2024-07-06 11:35:35",
"author_account_age_days": 2195 "author_account_age_days": 2195
}, },
"https://github.com/kijai/ComfyUI-KwaiKolorsWrapper": {
"stars": 15,
"last_update": "2024-07-07 00:58:06",
"author_account_age_days": 2195
},
"https://github.com/kijai/ComfyUI-LaVi-Bridge-Wrapper": { "https://github.com/kijai/ComfyUI-LaVi-Bridge-Wrapper": {
"stars": 19, "stars": 19,
"last_update": "2024-05-21 16:41:18", "last_update": "2024-05-21 16:41:18",

View File

@ -12,6 +12,17 @@
{
"author": "kijai",
"title": "ComfyUI-KwaiKolorsWrapper",
"id": "kwaikolors",
"reference": "https://github.com/kijai/ComfyUI-KwaiKolorsWrapper",
"files": [
"https://github.com/kijai/ComfyUI-KwaiKolorsWrapper"
],
"install_type": "git-clone",
"description": "Rudimentary wrapper that runs [a/Kwai-Kolors](https://huggingface.co/Kwai-Kolors/Kolors) text2image pipeline using diffusers."
},
{ {
"author": "Smuzzies", "author": "Smuzzies",
"title": "comfyui_meme_maker", "title": "comfyui_meme_maker",

View File

@ -2719,6 +2719,7 @@
"VHS_SplitMasks", "VHS_SplitMasks",
"VHS_VAEDecodeBatched", "VHS_VAEDecodeBatched",
"VHS_VAEEncodeBatched", "VHS_VAEEncodeBatched",
"VHS_VHSAudioToAudio",
"VHS_VideoCombine", "VHS_VideoCombine",
"VHS_VideoInfo", "VHS_VideoInfo",
"VHS_VideoInfoLoaded", "VHS_VideoInfoLoaded",
@ -5159,6 +5160,7 @@
"Image Seamless Texture", "Image Seamless Texture",
"Image Select Channel", "Image Select Channel",
"Image Select Color", "Image Select Color",
"Image Send HTTP",
"Image Shadows and Highlights", "Image Shadows and Highlights",
"Image Size to Number", "Image Size to Number",
"Image Stitch", "Image Stitch",
@ -5310,7 +5312,7 @@
"WF_TextFlow" "WF_TextFlow"
], ],
{ {
"title_aux": "ComfyUI-Simply-Nodes" "title_aux": "ComfyUI Simply Nodes"
} }
], ],
"https://github.com/XmYx/deforum-comfy-nodes": [ "https://github.com/XmYx/deforum-comfy-nodes": [
@ -9519,6 +9521,7 @@
], ],
"https://github.com/glibsonoran/Plush-for-ComfyUI": [ "https://github.com/glibsonoran/Plush-for-ComfyUI": [
[ [
"AI Chooser",
"AdvPromptEnhancer", "AdvPromptEnhancer",
"DalleImage", "DalleImage",
"Enhancer", "Enhancer",
@ -11219,6 +11222,17 @@
"title_aux": "KJNodes for ComfyUI" "title_aux": "KJNodes for ComfyUI"
} }
], ],
"https://github.com/kijai/ComfyUI-KwaiKolorsWrapper": [
[
"DownloadAndLoadChatGLM3",
"DownloadAndLoadKolorsModel",
"KolorsSampler",
"KolorsTextEncode"
],
{
"title_aux": "ComfyUI-KwaiKolorsWrapper"
}
],
"https://github.com/kijai/ComfyUI-LaVi-Bridge-Wrapper": [ "https://github.com/kijai/ComfyUI-LaVi-Bridge-Wrapper": [
[ [
"lavi_bridge_llama_encoder", "lavi_bridge_llama_encoder",
@ -15303,7 +15317,8 @@
], ],
"https://github.com/yiwangsimple/ComfyUI_GroqChat": [ "https://github.com/yiwangsimple/ComfyUI_GroqChat": [
[ [
"GroqChatNode" "GroqChatNode",
"PaliGemmaPixelProse"
], ],
{ {
"title_aux": "comfy-groqchat" "title_aux": "comfy-groqchat"