update DB

This commit is contained in:
Dr.Lt.Data 2025-08-05 12:24:03 +09:00
parent c8b7db6c38
commit fb5dd9ebc2
5 changed files with 778 additions and 634 deletions

View File

@ -9461,7 +9461,7 @@
"https://github.com/zhangp365/ComfyUI-utils-nodes"
],
"install_type": "git-clone",
"description": "Nodes:LoadImageWithSwitch, ImageBatchOneOrMore, ModifyTextGender, GenderControlOutput, ImageCompositeMaskedWithSwitch, ImageCompositeMaskedOneByOne, ColorCorrectOfUtils, SplitMask, MaskFastGrow, CheckpointLoaderSimpleWithSwitch, ImageResizeTo8x, MatchImageRatioToPreset, UpscaleImageWithModelIfNeed, MaskFromFaceModel, MaskCoverFourCorners, DetectorForNSFW, DeepfaceAnalyzeFaceAttributes etc."
"description": "Nodes:LoadImageWithSwitch, ImageBatchOneOrMore, ModifyTextGender, GenderControlOutput, ImageCompositeMaskedWithSwitch, ImageCompositeMaskedOneByOne, ColorCorrectOfUtils, SplitMask, MaskFastGrow, CheckpointLoaderSimpleWithSwitch, ImageResizeTo8x, MatchImageRatioToPreset, MaskFromFaceModel, MaskCoverFourCorners, DetectorForNSFW, DeepfaceAnalyzeFaceAttributes, VolcanoOutpainting, VolcanoImageEdit, etc."
},
{
"author": "zhangp365",
@ -20584,6 +20584,16 @@
"install_type": "git-clone",
"description": "This is a ComfyUI custom node implementation for image editing using the Step-1 model architecture, specifically adapted for reference-based image editing guided by text prompts."
},
{
"author": "HM-RunningHub",
"title": "ComfyUI Qwen-Image Node",
"reference": "https://github.com/HM-RunningHub/ComfyUI_RH_Qwen-Image",
"files": [
"https://github.com/HM-RunningHub/ComfyUI_RH_Qwen-Image"
],
"install_type": "git-clone",
"description": "A custom node for ComfyUI that integrates Alibaba's Qwen-Image model for high-quality image generation with exceptional text rendering capabilities."
},
{
"author": "sebord",
"title": "ComfyUI-LMCQ",
@ -29141,6 +29151,16 @@
"install_type": "git-clone",
"description": "A set of custom nodes developed by SunxAI for ComfyUI, including image loop processing and more. "
},
{
"author": "sunx.ai",
"title": "ComfyUI Gemini Nodes",
"reference": "https://github.com/upseem/comfyui_sunxAI_facetools",
"files": [
"https://github.com/upseem/comfyui_sunxAI_facetools"
],
"install_type": "git-clone",
"description": "Face detection & restoration tools for ComfyUI by Sunx.ai"
},
{
"author": "set-soft",
"title": "Audio Separation (Demix)",

View File

@ -247,6 +247,17 @@
"title_aux": "HYPIR ComfyUI Plugin"
}
],
"https://github.com/11dogzi/Comfyui-Qwen-Image": [
[
"QwenImageAspectRatio",
"QwenImageGenerator",
"QwenImageLoader",
"QwenImagePromptEnhancer"
],
{
"title_aux": "Qwen-Image ComfyUI"
}
],
"https://github.com/11dogzi/Comfyui-ergouzi-Nodes": [
[
"EG-YSZT-ZT",
@ -2990,6 +3001,14 @@
"title_aux": "ComfyUI-KyutaiTTS"
}
],
"https://github.com/BobRandomNumber/ComfyUI-TLBVFI": [
[
"TLBVFI_VFI"
],
{
"title_aux": "ComfyUI-TLBVFI"
}
],
"https://github.com/BobsBlazed/Bobs-Lora-Loader": [
[
"BobsLoraLoaderFlux",
@ -6134,6 +6153,16 @@
"title_aux": "ComfyUI_RH_OminiControl"
}
],
"https://github.com/HM-RunningHub/ComfyUI_RH_Qwen-Image": [
[
"QwenImageModelLoader",
"RH_QwenImageGenerator",
"RH_QwenImagePromptEnhancer"
],
{
"title_aux": "ComfyUI Qwen-Image Node"
}
],
"https://github.com/HM-RunningHub/ComfyUI_RH_SeedXPro": [
[
"RunningHub SeedXPro Translator"
@ -10281,6 +10310,8 @@
],
"https://github.com/ProGamerGov/ComfyUI_pytorch360convert": [
[
"Apply Circular Padding Model",
"Apply Circular Padding VAE",
"Crop 360 to 180 Equirectangular",
"Crop Image with Coords",
"Crop Stereo to Monoscopic",
@ -13943,6 +13974,7 @@
"VrchAnyOSCControlNode",
"VrchAudioChannelLoaderNode",
"VrchAudioConcatNode",
"VrchAudioFrequencyBandAnalyzerNode",
"VrchAudioGenresNode",
"VrchAudioMusic2EmotionNode",
"VrchAudioRecorderNode",
@ -13977,6 +14009,8 @@
"VrchJsonUrlLoaderNode",
"VrchJsonWebSocketChannelLoaderNode",
"VrchJsonWebSocketSenderNode",
"VrchLatentWebSocketChannelLoaderNode",
"VrchLatentWebSocketSenderNode",
"VrchMicLoaderNode",
"VrchMidiDeviceLoaderNode",
"VrchModelWebViewerNode",
@ -33968,6 +34002,7 @@
"SmartControlNetApply",
"SmartPreprocessor",
"SmartStyleModelApplyDual",
"Strength To Steps",
"Toggle Lora Unet Blocks L1",
"Toggle Lora Unet Blocks L2",
"Video Duration Calculator",
@ -38381,6 +38416,18 @@
"title_aux": "SunxAI Custom Nodes for ComfyUI"
}
],
"https://github.com/upseem/comfyui_sunxAI_facetools": [
[
"CropFaces",
"DetectFaces",
"Example",
"SelectFloatByBool",
"WarpFacesBack"
],
{
"title_aux": "ComfyUI Gemini Nodes"
}
],
"https://github.com/usrname0/comfyui-holdup": [
[
"HoldUp"

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,15 @@
{
"custom_nodes": [
{
"author": "HM-RunningHub",
"title": "ComfyUI Qwen-Image Node",
"reference": "https://github.com/HM-RunningHub/ComfyUI_RH_Qwen-Image",
"files": [
"https://github.com/HM-RunningHub/ComfyUI_RH_Qwen-Image"
],
"install_type": "git-clone",
"description": "A custom node for ComfyUI that integrates Alibaba's Qwen-Image model for high-quality image generation with exceptional text rendering capabilities."
},
{
"author": "BobRandomNumber",
"title": "ComfyUI-TLBVFI",

View File

@ -247,6 +247,17 @@
"title_aux": "HYPIR ComfyUI Plugin"
}
],
"https://github.com/11dogzi/Comfyui-Qwen-Image": [
[
"QwenImageAspectRatio",
"QwenImageGenerator",
"QwenImageLoader",
"QwenImagePromptEnhancer"
],
{
"title_aux": "Qwen-Image ComfyUI"
}
],
"https://github.com/11dogzi/Comfyui-ergouzi-Nodes": [
[
"EG-YSZT-ZT",
@ -2990,6 +3001,14 @@
"title_aux": "ComfyUI-KyutaiTTS"
}
],
"https://github.com/BobRandomNumber/ComfyUI-TLBVFI": [
[
"TLBVFI_VFI"
],
{
"title_aux": "ComfyUI-TLBVFI"
}
],
"https://github.com/BobsBlazed/Bobs-Lora-Loader": [
[
"BobsLoraLoaderFlux",
@ -6134,6 +6153,16 @@
"title_aux": "ComfyUI_RH_OminiControl"
}
],
"https://github.com/HM-RunningHub/ComfyUI_RH_Qwen-Image": [
[
"QwenImageModelLoader",
"RH_QwenImageGenerator",
"RH_QwenImagePromptEnhancer"
],
{
"title_aux": "ComfyUI Qwen-Image Node"
}
],
"https://github.com/HM-RunningHub/ComfyUI_RH_SeedXPro": [
[
"RunningHub SeedXPro Translator"
@ -10281,6 +10310,8 @@
],
"https://github.com/ProGamerGov/ComfyUI_pytorch360convert": [
[
"Apply Circular Padding Model",
"Apply Circular Padding VAE",
"Crop 360 to 180 Equirectangular",
"Crop Image with Coords",
"Crop Stereo to Monoscopic",
@ -13943,6 +13974,7 @@
"VrchAnyOSCControlNode",
"VrchAudioChannelLoaderNode",
"VrchAudioConcatNode",
"VrchAudioFrequencyBandAnalyzerNode",
"VrchAudioGenresNode",
"VrchAudioMusic2EmotionNode",
"VrchAudioRecorderNode",
@ -13977,6 +14009,8 @@
"VrchJsonUrlLoaderNode",
"VrchJsonWebSocketChannelLoaderNode",
"VrchJsonWebSocketSenderNode",
"VrchLatentWebSocketChannelLoaderNode",
"VrchLatentWebSocketSenderNode",
"VrchMicLoaderNode",
"VrchMidiDeviceLoaderNode",
"VrchModelWebViewerNode",
@ -33968,6 +34002,7 @@
"SmartControlNetApply",
"SmartPreprocessor",
"SmartStyleModelApplyDual",
"Strength To Steps",
"Toggle Lora Unet Blocks L1",
"Toggle Lora Unet Blocks L2",
"Video Duration Calculator",
@ -38381,6 +38416,18 @@
"title_aux": "SunxAI Custom Nodes for ComfyUI"
}
],
"https://github.com/upseem/comfyui_sunxAI_facetools": [
[
"CropFaces",
"DetectFaces",
"Example",
"SelectFloatByBool",
"WarpFacesBack"
],
{
"title_aux": "ComfyUI Gemini Nodes"
}
],
"https://github.com/usrname0/comfyui-holdup": [
[
"HoldUp"