mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-09 14:14:54 +08:00
update DB
This commit is contained in:
parent
0bcfbf0b1b
commit
bc40f34dfb
@ -3984,6 +3984,16 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "[a/Onediff](https://github.com/siliconflow/onediff) ComfyUI Nodes."
|
||||
},
|
||||
{
|
||||
"author": "ZHO-ZHO-ZHO",
|
||||
"title": "ComfyUI ArtGallery | Prompt Visualization",
|
||||
"reference": "https://github.com/ZHO-ZHO-ZHO/ComfyUI-ArtGallery",
|
||||
"files": [
|
||||
"https://github.com/ZHO-ZHO-ZHO/ComfyUI-ArtGallery"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Visualize the selection of prompts:Choosing prompts has never really been suitable for humans, especially when there are a lot of prompts to choose from. Selecting corresponding visual references is a more suitable way.[w/WARN: Installation requires 2GB of space, and it will involve a long download time.]"
|
||||
},
|
||||
|
||||
|
||||
|
||||
|
||||
@ -1402,6 +1402,7 @@
|
||||
"Image Crop Fit",
|
||||
"Image Resize Fit",
|
||||
"OFF SEGS to Image",
|
||||
"VAE Encode For Inpaint V2",
|
||||
"Watermarking"
|
||||
],
|
||||
{
|
||||
@ -1490,6 +1491,7 @@
|
||||
"MaskComposite(FaceParsing)",
|
||||
"MaskListComposite(FaceParsing)",
|
||||
"MaskListSelect(FaceParsing)",
|
||||
"MaskToBBox(FaceParsing)",
|
||||
"SkinDetectTraditional(FaceParsing)"
|
||||
],
|
||||
{
|
||||
@ -2424,6 +2426,8 @@
|
||||
"Text Add Tokens",
|
||||
"Text Compare",
|
||||
"Text Concatenate",
|
||||
"Text Dictionary Convert",
|
||||
"Text Dictionary Get",
|
||||
"Text Dictionary Update",
|
||||
"Text File History Loader",
|
||||
"Text Find and Replace",
|
||||
@ -2532,6 +2536,19 @@
|
||||
"title_aux": "MergeBlockWeighted_fo_ComfyUI"
|
||||
}
|
||||
],
|
||||
"https://github.com/ZHO-ZHO-ZHO/ComfyUI-ArtGallery": [
|
||||
[
|
||||
"ArtGallery_Zho",
|
||||
"ArtistsImage_Zho",
|
||||
"CamerasImage_Zho",
|
||||
"FilmsImage_Zho",
|
||||
"MovementsImage_Zho",
|
||||
"StylesImage_Zho"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI ArtGallery | Prompt Visualization"
|
||||
}
|
||||
],
|
||||
"https://github.com/ZHO-ZHO-ZHO/ComfyUI-Gemini": [
|
||||
[
|
||||
"ConcatText_Zho",
|
||||
@ -3374,8 +3391,17 @@
|
||||
],
|
||||
"https://github.com/city96/ComfyUI_NetDist": [
|
||||
[
|
||||
"CombineImageBatch",
|
||||
"FetchRemote",
|
||||
"QueueRemote"
|
||||
"LoadCurrentWorkflowJSON",
|
||||
"LoadDiskWorkflowJSON",
|
||||
"LoadImageUrl",
|
||||
"RemoteChainEnd",
|
||||
"RemoteChainStart",
|
||||
"RemoteQueueSimple",
|
||||
"RemoteQueueWorker",
|
||||
"SaveDiskWorkflowJSON",
|
||||
"SaveImageUrl"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI_NetDist"
|
||||
@ -5511,6 +5537,7 @@
|
||||
"CLIPSeg_",
|
||||
"CharacterInText",
|
||||
"ChatGPTOpenAI",
|
||||
"ClipInterrogator",
|
||||
"Color",
|
||||
"CombineMasks_",
|
||||
"CombineSegMasks",
|
||||
@ -5609,6 +5636,27 @@
|
||||
"title_aux": "comfy-easy-grids"
|
||||
}
|
||||
],
|
||||
"https://github.com/siliconflow/onediff_comfy_nodes": [
|
||||
[
|
||||
"CompareModel",
|
||||
"ControlNetGraphLoader",
|
||||
"ControlNetGraphSaver",
|
||||
"ControlNetSpeedup",
|
||||
"ModelGraphLoader",
|
||||
"ModelGraphSaver",
|
||||
"ModelSpeedup",
|
||||
"ModuleDeepCacheSpeedup",
|
||||
"OneDiffCheckpointLoaderSimple",
|
||||
"SVDSpeedup",
|
||||
"ShowImageDiff",
|
||||
"VaeGraphLoader",
|
||||
"VaeGraphSaver",
|
||||
"VaeSpeedup"
|
||||
],
|
||||
{
|
||||
"title_aux": "OneDiff Nodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/sipherxyz/comfyui-art-venture": [
|
||||
[
|
||||
"AV_CheckpointMerge",
|
||||
|
||||
@ -30,16 +30,6 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "A collection of nodes randomly selected and gathered, related to noise. NOTE: SD-Advanced-Noise, noise_latent_perlinpinpin, comfy-plasma"
|
||||
},
|
||||
{
|
||||
"author": "ZHO-ZHO-ZHO",
|
||||
"title": "ComfyUI ArtGallery(WIP)",
|
||||
"reference": "https://github.com/ZHO-ZHO-ZHO/ComfyUI-ArtGallery",
|
||||
"files": [
|
||||
"https://github.com/ZHO-ZHO-ZHO/ComfyUI-ArtGallery"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Visualize the selection of prompts:Choosing prompts has never really been suitable for humans, especially when there are a lot of prompts to choose from. Selecting corresponding visual references is a more suitable way."
|
||||
},
|
||||
{
|
||||
"author": "foglerek",
|
||||
"title": "comfyui-cem-tools",
|
||||
|
||||
@ -98,19 +98,6 @@
|
||||
"title_aux": "pre-comfyui-stablsr"
|
||||
}
|
||||
],
|
||||
"https://github.com/ZHO-ZHO-ZHO/ComfyUI-ArtGallery": [
|
||||
[
|
||||
"ArtGallery_Zho",
|
||||
"ArtistsImage_Zho",
|
||||
"CamerasImage_Zho",
|
||||
"FilmsImage_Zho",
|
||||
"MovementsImage_Zho",
|
||||
"StylesImage_Zho"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI ArtGallery\uff08WIP)"
|
||||
}
|
||||
],
|
||||
"https://github.com/alt-key-project/comfyui-dream-video-batches": [
|
||||
[
|
||||
"Blended Transition [DVB]",
|
||||
@ -254,6 +241,7 @@
|
||||
"RepeatLatentBatch",
|
||||
"RescaleCFG",
|
||||
"SDTurboScheduler",
|
||||
"SD_4XUpscale_Conditioning",
|
||||
"SVD_img2vid_Conditioning",
|
||||
"SamplerCustom",
|
||||
"SamplerDPMPP_2M_SDE",
|
||||
@ -385,6 +373,7 @@
|
||||
"ImageGenResolutionFromImage",
|
||||
"ImageGenResolutionFromLatent",
|
||||
"LineArtPreprocessor",
|
||||
"LinkMasterNode",
|
||||
"PiDiNetPreprocessor",
|
||||
"PixelPerfectResolution",
|
||||
"SuckerPunch",
|
||||
@ -472,6 +461,36 @@
|
||||
"title_aux": "jn_node_suite_comfyui [WIP]"
|
||||
}
|
||||
],
|
||||
"https://github.com/kadirnar/comfyui_helpers": [
|
||||
[
|
||||
"CircularVAEDecode",
|
||||
"CustomKSamplerAdvancedTile",
|
||||
"ImageLoaderAndProcessor",
|
||||
"JDC_AutoContrast",
|
||||
"JDC_BlendImages",
|
||||
"JDC_BrownNoise",
|
||||
"JDC_Contrast",
|
||||
"JDC_EqualizeGrey",
|
||||
"JDC_GaussianBlur",
|
||||
"JDC_GreyNoise",
|
||||
"JDC_Greyscale",
|
||||
"JDC_ImageLoader",
|
||||
"JDC_ImageLoaderMeta",
|
||||
"JDC_PinkNoise",
|
||||
"JDC_Plasma",
|
||||
"JDC_PlasmaSampler",
|
||||
"JDC_PowerImage",
|
||||
"JDC_RandNoise",
|
||||
"JDC_ResizeFactor",
|
||||
"LatentGaussianNoise",
|
||||
"LatentToRGB",
|
||||
"MathEncode",
|
||||
"NoisyLatentPerlin"
|
||||
],
|
||||
{
|
||||
"title_aux": "comfyui_helpers"
|
||||
}
|
||||
],
|
||||
"https://github.com/komojini/ComfyUI_Prompt_Template_CustomNodes/raw/main/prompt_with_template.py": [
|
||||
[
|
||||
"ObjectPromptWithTemplate",
|
||||
@ -533,6 +552,18 @@
|
||||
"title_aux": "comfy-trt-test [WIP]"
|
||||
}
|
||||
],
|
||||
"https://github.com/solarpush/comfyui_sendimage_node": [
|
||||
[
|
||||
"Send_To_Pod"
|
||||
],
|
||||
{
|
||||
"author": "Enlumis",
|
||||
"description": "This one to send images to the pod.",
|
||||
"nickname": "go2flat",
|
||||
"title": "go2flat",
|
||||
"title_aux": "comfyui_sendimage_node"
|
||||
}
|
||||
],
|
||||
"https://github.com/wormley/comfyui-wormley-nodes": [
|
||||
[
|
||||
"CheckpointVAELoaderSimpleText",
|
||||
|
||||
@ -10,6 +10,26 @@
|
||||
},
|
||||
|
||||
|
||||
{
|
||||
"author": "ZHO-ZHO-ZHO",
|
||||
"title": "ComfyUI ArtGallery | Prompt Visualization",
|
||||
"reference": "https://github.com/ZHO-ZHO-ZHO/ComfyUI-ArtGallery",
|
||||
"files": [
|
||||
"https://github.com/ZHO-ZHO-ZHO/ComfyUI-ArtGallery"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Visualize the selection of prompts:Choosing prompts has never really been suitable for humans, especially when there are a lot of prompts to choose from. Selecting corresponding visual references is a more suitable way.[w/WARN: Installation requires 2GB of space, and it will involve a long download time.]"
|
||||
},
|
||||
{
|
||||
"author": "SiliconFlow",
|
||||
"title": "OneDiff Nodes",
|
||||
"reference": "https://github.com/siliconflow/onediff_comfy_nodes",
|
||||
"files": [
|
||||
"https://github.com/siliconflow/onediff_comfy_nodes"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "[a/Onediff](https://github.com/siliconflow/onediff) ComfyUI Nodes."
|
||||
},
|
||||
{
|
||||
"author": "flowtyone",
|
||||
"title": "ComfyUI-Flowty-LDSR",
|
||||
|
||||
@ -1402,6 +1402,7 @@
|
||||
"Image Crop Fit",
|
||||
"Image Resize Fit",
|
||||
"OFF SEGS to Image",
|
||||
"VAE Encode For Inpaint V2",
|
||||
"Watermarking"
|
||||
],
|
||||
{
|
||||
@ -1490,6 +1491,7 @@
|
||||
"MaskComposite(FaceParsing)",
|
||||
"MaskListComposite(FaceParsing)",
|
||||
"MaskListSelect(FaceParsing)",
|
||||
"MaskToBBox(FaceParsing)",
|
||||
"SkinDetectTraditional(FaceParsing)"
|
||||
],
|
||||
{
|
||||
@ -2424,6 +2426,8 @@
|
||||
"Text Add Tokens",
|
||||
"Text Compare",
|
||||
"Text Concatenate",
|
||||
"Text Dictionary Convert",
|
||||
"Text Dictionary Get",
|
||||
"Text Dictionary Update",
|
||||
"Text File History Loader",
|
||||
"Text Find and Replace",
|
||||
@ -2532,6 +2536,19 @@
|
||||
"title_aux": "MergeBlockWeighted_fo_ComfyUI"
|
||||
}
|
||||
],
|
||||
"https://github.com/ZHO-ZHO-ZHO/ComfyUI-ArtGallery": [
|
||||
[
|
||||
"ArtGallery_Zho",
|
||||
"ArtistsImage_Zho",
|
||||
"CamerasImage_Zho",
|
||||
"FilmsImage_Zho",
|
||||
"MovementsImage_Zho",
|
||||
"StylesImage_Zho"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI ArtGallery | Prompt Visualization"
|
||||
}
|
||||
],
|
||||
"https://github.com/ZHO-ZHO-ZHO/ComfyUI-Gemini": [
|
||||
[
|
||||
"ConcatText_Zho",
|
||||
@ -3374,8 +3391,17 @@
|
||||
],
|
||||
"https://github.com/city96/ComfyUI_NetDist": [
|
||||
[
|
||||
"CombineImageBatch",
|
||||
"FetchRemote",
|
||||
"QueueRemote"
|
||||
"LoadCurrentWorkflowJSON",
|
||||
"LoadDiskWorkflowJSON",
|
||||
"LoadImageUrl",
|
||||
"RemoteChainEnd",
|
||||
"RemoteChainStart",
|
||||
"RemoteQueueSimple",
|
||||
"RemoteQueueWorker",
|
||||
"SaveDiskWorkflowJSON",
|
||||
"SaveImageUrl"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI_NetDist"
|
||||
@ -5511,6 +5537,7 @@
|
||||
"CLIPSeg_",
|
||||
"CharacterInText",
|
||||
"ChatGPTOpenAI",
|
||||
"ClipInterrogator",
|
||||
"Color",
|
||||
"CombineMasks_",
|
||||
"CombineSegMasks",
|
||||
@ -5609,6 +5636,27 @@
|
||||
"title_aux": "comfy-easy-grids"
|
||||
}
|
||||
],
|
||||
"https://github.com/siliconflow/onediff_comfy_nodes": [
|
||||
[
|
||||
"CompareModel",
|
||||
"ControlNetGraphLoader",
|
||||
"ControlNetGraphSaver",
|
||||
"ControlNetSpeedup",
|
||||
"ModelGraphLoader",
|
||||
"ModelGraphSaver",
|
||||
"ModelSpeedup",
|
||||
"ModuleDeepCacheSpeedup",
|
||||
"OneDiffCheckpointLoaderSimple",
|
||||
"SVDSpeedup",
|
||||
"ShowImageDiff",
|
||||
"VaeGraphLoader",
|
||||
"VaeGraphSaver",
|
||||
"VaeSpeedup"
|
||||
],
|
||||
{
|
||||
"title_aux": "OneDiff Nodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/sipherxyz/comfyui-art-venture": [
|
||||
[
|
||||
"AV_CheckpointMerge",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user