update DB

This commit is contained in:
Dr.Lt.Data 2024-03-31 22:22:46 +09:00
parent a08548e232
commit 72a26c6cde
5 changed files with 158 additions and 99 deletions

View File

@ -6678,6 +6678,16 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "lollms_nodes_suite is a set of nodes for comfyui that harnesses the power of lollms, a state-of-the-art AI text generation tool, to improve the quality of image generation." "description": "lollms_nodes_suite is a set of nodes for comfyui that harnesses the power of lollms, a state-of-the-art AI text generation tool, to improve the quality of image generation."
}, },
{
"author": "IsItDanOrAi",
"title": "ComfyUI-Stereopsis",
"reference": "https://github.com/IsItDanOrAi/ComfyUI-Stereopsis",
"files": [
"https://github.com/IsItDanOrAi/ComfyUI-Stereopsis"
],
"install_type": "git-clone",
"description": "This initiative represents a solo venture dedicated to integrating a stereopsis effect within ComfyUI (Stable Diffusion). Presently, the project is focused on the refinement of node categorization within a unified framework, as it is in the early stages of development. However, it has achieved functionality in a fundamental capacity. By processing a video through the Side-by-Side (SBS) node and applying Frame Delay to one of the inputs, it facilitates the creation of a stereopsis effect. This effect is compatible with any Virtual Reality headset that supports SBS video playback, offering a practical application in immersive media experiences."
},
@ -6979,17 +6989,6 @@
"install_type": "copy", "install_type": "copy",
"description": "Nodes:BrevImage. ComfyUI Load Image From URL" "description": "Nodes:BrevImage. ComfyUI Load Image From URL"
}, },
{
"author": "IsItDanOrAi",
"title": "ComfyUI-Stereopsis",
"reference": "https://github.com/IsItDanOrAi/ComfyUI-Stereopsis",
"files": [
"https://github.com/IsItDanOrAi/ComfyUI-Stereopsis/raw/main/Dan%20Frame%20Delay.py",
"https://github.com/IsItDanOrAi/ComfyUI-Stereopsis/raw/main/Dan%20Side-By-Side.py"
],
"install_type": "copy",
"description": "Nodes:Side By Side, Frame Delay.\nThis initiative represents a solo venture dedicated to integrating a stereopsis effect within ComfyUI (Stable Diffusion). Presently, the project is focused on the refinement of node categorization within a unified framework, as it is in the early stages of development. However, it has achieved functionality in a fundamental capacity. By processing a video through the Side-by-Side (SBS) node and applying Frame Delay to one of the inputs, it facilitates the creation of a stereopsis effect. This effect is compatible with any Virtual Reality headset that supports SBS video playback, offering a practical application in immersive media experiences."
},
{ {
"author": "jw782cn", "author": "jw782cn",
"title": "ComfyUI-Catcat", "title": "ComfyUI-Catcat",

View File

@ -1022,10 +1022,13 @@
[ [
"EmptyMotionData", "EmptyMotionData",
"ExportSMPLTo3DSoftware", "ExportSMPLTo3DSoftware",
"Human4D_Img2SMPL",
"Humans4DLoader",
"MotionCLIPTextEncode", "MotionCLIPTextEncode",
"MotionDataVisualizer", "MotionDataVisualizer",
"MotionDiffLoader", "MotionDiffLoader",
"MotionDiffSimpleSampler", "MotionDiffSimpleSampler",
"RenderMultipleSubjectsSMPLMesh",
"RenderSMPLMesh", "RenderSMPLMesh",
"SMPLLoader", "SMPLLoader",
"SMPLShapeParameters", "SMPLShapeParameters",
@ -1442,6 +1445,15 @@
"title_aux": "Ranbooru for ComfyUI" "title_aux": "Ranbooru for ComfyUI"
} }
], ],
"https://github.com/IsItDanOrAi/ComfyUI-Stereopsis": [
[
"Dan_FrameDelay",
"Dan_Stereopsis"
],
{
"title_aux": "ComfyUI-Stereopsis"
}
],
"https://github.com/JPS-GER/ComfyUI_JPS-Nodes": [ "https://github.com/JPS-GER/ComfyUI_JPS-Nodes": [
[ [
"Conditioning Switch (JPS)", "Conditioning Switch (JPS)",
@ -1644,6 +1656,8 @@
"ACN_AdvancedControlNetApply", "ACN_AdvancedControlNetApply",
"ACN_ControlNetLoaderWithLoraAdvanced", "ACN_ControlNetLoaderWithLoraAdvanced",
"ACN_DefaultUniversalWeights", "ACN_DefaultUniversalWeights",
"ACN_ReferenceControlNet",
"ACN_ReferencePreprocessor",
"ACN_SparseCtrlIndexMethodNode", "ACN_SparseCtrlIndexMethodNode",
"ACN_SparseCtrlLoaderAdvanced", "ACN_SparseCtrlLoaderAdvanced",
"ACN_SparseCtrlMergedLoaderAdvanced", "ACN_SparseCtrlMergedLoaderAdvanced",
@ -2129,6 +2143,28 @@
"title_aux": "ComfyUI Slothful Attention" "title_aux": "ComfyUI Slothful Attention"
} }
], ],
"https://github.com/MokkaBoss1/ComfyUI_Mokkaboss1": [
[
"AspectRatioCondition",
"DoubleClipTextEncode",
"HashText",
"IndoorBackgrounds",
"LandscapeBackgrounds",
"NatureColours",
"OptimalCrop",
"SDXLAspectRatioDec",
"UrbanColours",
"WrapText",
"X_In_a_Dress",
"X_In_a_Suit",
"X_In_a_Suit)",
"ZoomCrop",
"seveninabox"
],
{
"title_aux": "Node Pack mostly for manipulating strings and integers"
}
],
"https://github.com/MrForExample/ComfyUI-3D-Pack": [ "https://github.com/MrForExample/ComfyUI-3D-Pack": [
[], [],
{ {
@ -2396,6 +2432,15 @@
"title_aux": "ComfyUI-CSV-Loader" "title_aux": "ComfyUI-CSV-Loader"
} }
], ],
"https://github.com/ParisNeo/lollms_nodes_suite": [
[
"Artbot",
"Lollms_Text_Gen"
],
{
"title_aux": "lollms_nodes_suite"
}
],
"https://github.com/ParmanBabra/ComfyUI-Malefish-Custom-Scripts": [ "https://github.com/ParmanBabra/ComfyUI-Malefish-Custom-Scripts": [
[ [
"CSVPromptsLoader", "CSVPromptsLoader",
@ -5302,6 +5347,7 @@
"chaosaiart_Load_Image_Batch_2img", "chaosaiart_Load_Image_Batch_2img",
"chaosaiart_MainPromptCLIPEncode", "chaosaiart_MainPromptCLIPEncode",
"chaosaiart_Number", "chaosaiart_Number",
"chaosaiart_Number2",
"chaosaiart_Number_Counter", "chaosaiart_Number_Counter",
"chaosaiart_Number_Switch", "chaosaiart_Number_Switch",
"chaosaiart_Prompt", "chaosaiart_Prompt",
@ -5326,11 +5372,13 @@
"chaosaiart_cn_math", "chaosaiart_cn_math",
"chaosaiart_controlnet_weidgth", "chaosaiart_controlnet_weidgth",
"chaosaiart_convert", "chaosaiart_convert",
"chaosaiart_image_loop",
"chaosaiart_img2video", "chaosaiart_img2video",
"chaosaiart_imgHolder", "chaosaiart_imgHolder",
"chaosaiart_lora", "chaosaiart_lora",
"chaosaiart_lora_advanced", "chaosaiart_lora_advanced",
"chaosaiart_main_Prompt", "chaosaiart_main_Prompt",
"chaosaiart_oneNode",
"chaosaiart_reloadAny_Load", "chaosaiart_reloadAny_Load",
"chaosaiart_reloadAny_Save", "chaosaiart_reloadAny_Save",
"chaosaiart_reloadIMG_Load", "chaosaiart_reloadIMG_Load",
@ -5895,6 +5943,7 @@
"IPAdapterTiled", "IPAdapterTiled",
"IPAdapterTiledBatch", "IPAdapterTiledBatch",
"IPAdapterUnifiedLoader", "IPAdapterUnifiedLoader",
"IPAdapterUnifiedLoaderCommunity",
"IPAdapterUnifiedLoaderFaceID", "IPAdapterUnifiedLoaderFaceID",
"PrepImageForClipVision" "PrepImageForClipVision"
], ],
@ -5959,6 +6008,7 @@
"MaskPreview+", "MaskPreview+",
"ModelCompile+", "ModelCompile+",
"NoiseFromImage~", "NoiseFromImage~",
"PixelOEPixelize+",
"RemBGSession+", "RemBGSession+",
"RemoveLatentMask+", "RemoveLatentMask+",
"SDXLEmptyLatentSizePicker+", "SDXLEmptyLatentSizePicker+",
@ -6065,6 +6115,7 @@
"https://github.com/daxcay/ComfyUI-JDCN": [ "https://github.com/daxcay/ComfyUI-JDCN": [
[ [
"JDCN_AnyFileList", "JDCN_AnyFileList",
"JDCN_AnyFileListHelper",
"JDCN_AnyFileSelector", "JDCN_AnyFileSelector",
"JDCN_BatchImageLoadFromList", "JDCN_BatchImageLoadFromList",
"JDCN_BatchLatentLoadFromDir", "JDCN_BatchLatentLoadFromDir",
@ -7172,6 +7223,14 @@
"title_aux": "ComfyUI_StreamDiffusion" "title_aux": "ComfyUI_StreamDiffusion"
} }
], ],
"https://github.com/jiaxiangc/ComfyUI-ResAdapter": [
[
"ResAdapterLoader"
],
{
"title_aux": "ResAdapter for ComfyUI"
}
],
"https://github.com/jitcoder/lora-info": [ "https://github.com/jitcoder/lora-info": [
[ [
"ImageFromURL", "ImageFromURL",
@ -7195,6 +7254,7 @@
"https://github.com/jkrauss82/ultools-comfyui": [ "https://github.com/jkrauss82/ultools-comfyui": [
[ [
"CLIPTextEncodeWithStats", "CLIPTextEncodeWithStats",
"OpenPoseEditorAdv",
"SaveImgAdv" "SaveImgAdv"
], ],
{ {
@ -7394,6 +7454,7 @@
"NormalizedAmplitudeToMask", "NormalizedAmplitudeToMask",
"OffsetMask", "OffsetMask",
"OffsetMaskByNormalizedAmplitude", "OffsetMaskByNormalizedAmplitude",
"RemapImageRange",
"RemapMaskRange", "RemapMaskRange",
"ReplaceImagesInBatch", "ReplaceImagesInBatch",
"ResizeMask", "ResizeMask",
@ -7723,8 +7784,9 @@
], ],
"https://github.com/logtd/ComfyUI-RefSampling": [ "https://github.com/logtd/ComfyUI-RefSampling": [
[ [
"ApplyRefUNetNode", "ApplyRefContentNode",
"RefApplyNode" "ApplyRefStyleNode",
"ApplyRefUNetNode"
], ],
{ {
"title_aux": "ComfyUI-RefSampling" "title_aux": "ComfyUI-RefSampling"
@ -8332,10 +8394,11 @@
"CreateMaskWithCanvas", "CreateMaskWithCanvas",
"CreateRegionalPNGMask", "CreateRegionalPNGMask",
"EightFloats", "EightFloats",
"FloatMultiplier", "FloatMultiplication",
"FourBooleanTrigger", "FourBooleanTrigger",
"FourFloats", "FourFloats",
"IntMultiplier", "IntMultiplication",
"IntSubtraction",
"LogicNot", "LogicNot",
"NumeralToString", "NumeralToString",
"PngColorMasksToMaskList", "PngColorMasksToMaskList",
@ -9029,6 +9092,7 @@
"ImageCropByAlpha", "ImageCropByAlpha",
"ImageListReplace_", "ImageListReplace_",
"ImagesPrompt_", "ImagesPrompt_",
"IncrementingListNode_",
"IntNumber", "IntNumber",
"JoinWithDelimiter", "JoinWithDelimiter",
"LimitNumber", "LimitNumber",
@ -10222,6 +10286,7 @@
"easy showTensorShape", "easy showTensorShape",
"easy string", "easy string",
"easy stylesSelector", "easy stylesSelector",
"easy sv3dLoader",
"easy svdLoader", "easy svdLoader",
"easy ultralyticsDetectorPipe", "easy ultralyticsDetectorPipe",
"easy unSampler", "easy unSampler",

View File

@ -9,6 +9,16 @@
"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." "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": "Beinsezii",
"title": "comfyui-amd-go-fast",
"reference": "https://github.com/Beinsezii/comfyui-amd-go-fast",
"files": [
"https://github.com/Beinsezii/comfyui-amd-go-fast"
],
"install_type": "git-clone",
"description": "This contains all-in-one 'principled' nodes for T2I, I2I, refining, and scaling. Additionally it has many tools for directly manipulating the color of latents, high res fix math, and scripted image post-processing."
},
{ {
"author": "sugarkwork", "author": "sugarkwork",
"title": "comfyui_psd [WIP]", "title": "comfyui_psd [WIP]",

View File

@ -691,86 +691,6 @@
], ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "Works with any Depth Map and visualizes the applied version it inside ComfyUI" "description": "Works with any Depth Map and visualizes the applied version it inside ComfyUI"
},
{
"author": "dchatel",
"title": "comfyui_facetools",
"reference": "https://github.com/dchatel/comfyui_facetools",
"files": [
"https://github.com/dchatel/comfyui_facetools"
],
"install_type": "git-clone",
"description": "These custom nodes provide a rotation aware face extraction, paste back, and various face related masking options."
},
{
"author": "Extraltodeus",
"title": "PerpPrompt-for-ComfyUI",
"reference": "https://github.com/Extraltodeus/PerpPrompt-for-ComfyUI",
"files": [
"https://github.com/Extraltodeus/PerpPrompt-for-ComfyUI"
],
"install_type": "git-clone",
"description": "This nodes gather similar vectors and uses them either enhance the conditioning or make it more precise and enhance the prompt following. It is a cleaned up and simplified version of [a/Conditioning-token-experiments-for-ComfyUI](https://github.com/Extraltodeus/Conditioning-token-experiments-for-ComfyUI) with the method that works the most."
},
{
"author": "laksjdjf",
"title": "Batch-Condition-ComfyUI",
"reference": "https://github.com/laksjdjf/Batch-Condition-ComfyUI",
"files": [
"https://github.com/laksjdjf/Batch-Condition-ComfyUI"
],
"install_type": "git-clone",
"description": "Nodes:CLIP Text Encode (Batch), String Input, Batch String"
},
{
"author": "stavsap",
"title": "ComfyUI Ollama",
"reference": "https://github.com/stavsap/comfyui-ollama",
"files": [
"https://github.com/stavsap/comfyui-ollama"
],
"install_type": "git-clone",
"description": "Custom ComfyUI Nodes for interacting with [a/Ollama](https://ollama.com/) using the [a/ollama python client](https://github.com/ollama/ollama-python).\nIntegrate the power of LLMs into CompfyUI workflows easily."
},
{
"author": "gokayfem",
"title": "ComfyUI-Dream-Interpreter",
"reference": "https://github.com/gokayfem/ComfyUI-Dream-Interpreter",
"files": [
"https://github.com/gokayfem/ComfyUI-Dream-Interpreter"
],
"install_type": "git-clone",
"description": "Tell your dream and it interprets it and puts you inside your dream"
},
{
"author": "prodogape",
"title": "Comfyui-Minio",
"reference": "https://github.com/prodogape/ComfyUI-Minio",
"files": [
"https://github.com/prodogape/ComfyUI-Minio"
],
"install_type": "git-clone",
"description": "This plugin is mainly based on Minio, implementing the ability to read images from Minio, save images, facilitating expansion and connection across multiple machines."
},
{
"author": "ggpid",
"title": "idpark_custom_node",
"reference": "https://github.com/ggpid/idpark_custom_node",
"files": [
"https://github.com/ggpid/idpark_custom_node"
],
"install_type": "git-clone",
"description": "Nodes:Load Image from S3, Save Image to S3, Generate SAM, Generate FastSAM, Cut by Mask fixed"
},
{
"author": "ExponentialML",
"title": "ComfyUI_ModelScopeT2V",
"reference": "https://github.com/ExponentialML/ComfyUI_ModelScopeT2V",
"files": [
"https://github.com/ExponentialML/ComfyUI_ModelScopeT2V"
],
"install_type": "git-clone",
"description": "Allows native usage of ModelScope based Text To Video Models in ComfyUI"
} }
] ]
} }

View File

@ -1022,10 +1022,13 @@
[ [
"EmptyMotionData", "EmptyMotionData",
"ExportSMPLTo3DSoftware", "ExportSMPLTo3DSoftware",
"Human4D_Img2SMPL",
"Humans4DLoader",
"MotionCLIPTextEncode", "MotionCLIPTextEncode",
"MotionDataVisualizer", "MotionDataVisualizer",
"MotionDiffLoader", "MotionDiffLoader",
"MotionDiffSimpleSampler", "MotionDiffSimpleSampler",
"RenderMultipleSubjectsSMPLMesh",
"RenderSMPLMesh", "RenderSMPLMesh",
"SMPLLoader", "SMPLLoader",
"SMPLShapeParameters", "SMPLShapeParameters",
@ -1442,6 +1445,15 @@
"title_aux": "Ranbooru for ComfyUI" "title_aux": "Ranbooru for ComfyUI"
} }
], ],
"https://github.com/IsItDanOrAi/ComfyUI-Stereopsis": [
[
"Dan_FrameDelay",
"Dan_Stereopsis"
],
{
"title_aux": "ComfyUI-Stereopsis"
}
],
"https://github.com/JPS-GER/ComfyUI_JPS-Nodes": [ "https://github.com/JPS-GER/ComfyUI_JPS-Nodes": [
[ [
"Conditioning Switch (JPS)", "Conditioning Switch (JPS)",
@ -1644,6 +1656,8 @@
"ACN_AdvancedControlNetApply", "ACN_AdvancedControlNetApply",
"ACN_ControlNetLoaderWithLoraAdvanced", "ACN_ControlNetLoaderWithLoraAdvanced",
"ACN_DefaultUniversalWeights", "ACN_DefaultUniversalWeights",
"ACN_ReferenceControlNet",
"ACN_ReferencePreprocessor",
"ACN_SparseCtrlIndexMethodNode", "ACN_SparseCtrlIndexMethodNode",
"ACN_SparseCtrlLoaderAdvanced", "ACN_SparseCtrlLoaderAdvanced",
"ACN_SparseCtrlMergedLoaderAdvanced", "ACN_SparseCtrlMergedLoaderAdvanced",
@ -2129,6 +2143,28 @@
"title_aux": "ComfyUI Slothful Attention" "title_aux": "ComfyUI Slothful Attention"
} }
], ],
"https://github.com/MokkaBoss1/ComfyUI_Mokkaboss1": [
[
"AspectRatioCondition",
"DoubleClipTextEncode",
"HashText",
"IndoorBackgrounds",
"LandscapeBackgrounds",
"NatureColours",
"OptimalCrop",
"SDXLAspectRatioDec",
"UrbanColours",
"WrapText",
"X_In_a_Dress",
"X_In_a_Suit",
"X_In_a_Suit)",
"ZoomCrop",
"seveninabox"
],
{
"title_aux": "Node Pack mostly for manipulating strings and integers"
}
],
"https://github.com/MrForExample/ComfyUI-3D-Pack": [ "https://github.com/MrForExample/ComfyUI-3D-Pack": [
[], [],
{ {
@ -2396,6 +2432,15 @@
"title_aux": "ComfyUI-CSV-Loader" "title_aux": "ComfyUI-CSV-Loader"
} }
], ],
"https://github.com/ParisNeo/lollms_nodes_suite": [
[
"Artbot",
"Lollms_Text_Gen"
],
{
"title_aux": "lollms_nodes_suite"
}
],
"https://github.com/ParmanBabra/ComfyUI-Malefish-Custom-Scripts": [ "https://github.com/ParmanBabra/ComfyUI-Malefish-Custom-Scripts": [
[ [
"CSVPromptsLoader", "CSVPromptsLoader",
@ -5302,6 +5347,7 @@
"chaosaiart_Load_Image_Batch_2img", "chaosaiart_Load_Image_Batch_2img",
"chaosaiart_MainPromptCLIPEncode", "chaosaiart_MainPromptCLIPEncode",
"chaosaiart_Number", "chaosaiart_Number",
"chaosaiart_Number2",
"chaosaiart_Number_Counter", "chaosaiart_Number_Counter",
"chaosaiart_Number_Switch", "chaosaiart_Number_Switch",
"chaosaiart_Prompt", "chaosaiart_Prompt",
@ -5326,11 +5372,13 @@
"chaosaiart_cn_math", "chaosaiart_cn_math",
"chaosaiart_controlnet_weidgth", "chaosaiart_controlnet_weidgth",
"chaosaiart_convert", "chaosaiart_convert",
"chaosaiart_image_loop",
"chaosaiart_img2video", "chaosaiart_img2video",
"chaosaiart_imgHolder", "chaosaiart_imgHolder",
"chaosaiart_lora", "chaosaiart_lora",
"chaosaiart_lora_advanced", "chaosaiart_lora_advanced",
"chaosaiart_main_Prompt", "chaosaiart_main_Prompt",
"chaosaiart_oneNode",
"chaosaiart_reloadAny_Load", "chaosaiart_reloadAny_Load",
"chaosaiart_reloadAny_Save", "chaosaiart_reloadAny_Save",
"chaosaiart_reloadIMG_Load", "chaosaiart_reloadIMG_Load",
@ -5895,6 +5943,7 @@
"IPAdapterTiled", "IPAdapterTiled",
"IPAdapterTiledBatch", "IPAdapterTiledBatch",
"IPAdapterUnifiedLoader", "IPAdapterUnifiedLoader",
"IPAdapterUnifiedLoaderCommunity",
"IPAdapterUnifiedLoaderFaceID", "IPAdapterUnifiedLoaderFaceID",
"PrepImageForClipVision" "PrepImageForClipVision"
], ],
@ -5959,6 +6008,7 @@
"MaskPreview+", "MaskPreview+",
"ModelCompile+", "ModelCompile+",
"NoiseFromImage~", "NoiseFromImage~",
"PixelOEPixelize+",
"RemBGSession+", "RemBGSession+",
"RemoveLatentMask+", "RemoveLatentMask+",
"SDXLEmptyLatentSizePicker+", "SDXLEmptyLatentSizePicker+",
@ -6065,6 +6115,7 @@
"https://github.com/daxcay/ComfyUI-JDCN": [ "https://github.com/daxcay/ComfyUI-JDCN": [
[ [
"JDCN_AnyFileList", "JDCN_AnyFileList",
"JDCN_AnyFileListHelper",
"JDCN_AnyFileSelector", "JDCN_AnyFileSelector",
"JDCN_BatchImageLoadFromList", "JDCN_BatchImageLoadFromList",
"JDCN_BatchLatentLoadFromDir", "JDCN_BatchLatentLoadFromDir",
@ -7172,6 +7223,14 @@
"title_aux": "ComfyUI_StreamDiffusion" "title_aux": "ComfyUI_StreamDiffusion"
} }
], ],
"https://github.com/jiaxiangc/ComfyUI-ResAdapter": [
[
"ResAdapterLoader"
],
{
"title_aux": "ResAdapter for ComfyUI"
}
],
"https://github.com/jitcoder/lora-info": [ "https://github.com/jitcoder/lora-info": [
[ [
"ImageFromURL", "ImageFromURL",
@ -7195,6 +7254,7 @@
"https://github.com/jkrauss82/ultools-comfyui": [ "https://github.com/jkrauss82/ultools-comfyui": [
[ [
"CLIPTextEncodeWithStats", "CLIPTextEncodeWithStats",
"OpenPoseEditorAdv",
"SaveImgAdv" "SaveImgAdv"
], ],
{ {
@ -7394,6 +7454,7 @@
"NormalizedAmplitudeToMask", "NormalizedAmplitudeToMask",
"OffsetMask", "OffsetMask",
"OffsetMaskByNormalizedAmplitude", "OffsetMaskByNormalizedAmplitude",
"RemapImageRange",
"RemapMaskRange", "RemapMaskRange",
"ReplaceImagesInBatch", "ReplaceImagesInBatch",
"ResizeMask", "ResizeMask",
@ -7723,8 +7784,9 @@
], ],
"https://github.com/logtd/ComfyUI-RefSampling": [ "https://github.com/logtd/ComfyUI-RefSampling": [
[ [
"ApplyRefUNetNode", "ApplyRefContentNode",
"RefApplyNode" "ApplyRefStyleNode",
"ApplyRefUNetNode"
], ],
{ {
"title_aux": "ComfyUI-RefSampling" "title_aux": "ComfyUI-RefSampling"
@ -8332,10 +8394,11 @@
"CreateMaskWithCanvas", "CreateMaskWithCanvas",
"CreateRegionalPNGMask", "CreateRegionalPNGMask",
"EightFloats", "EightFloats",
"FloatMultiplier", "FloatMultiplication",
"FourBooleanTrigger", "FourBooleanTrigger",
"FourFloats", "FourFloats",
"IntMultiplier", "IntMultiplication",
"IntSubtraction",
"LogicNot", "LogicNot",
"NumeralToString", "NumeralToString",
"PngColorMasksToMaskList", "PngColorMasksToMaskList",
@ -9029,6 +9092,7 @@
"ImageCropByAlpha", "ImageCropByAlpha",
"ImageListReplace_", "ImageListReplace_",
"ImagesPrompt_", "ImagesPrompt_",
"IncrementingListNode_",
"IntNumber", "IntNumber",
"JoinWithDelimiter", "JoinWithDelimiter",
"LimitNumber", "LimitNumber",
@ -10222,6 +10286,7 @@
"easy showTensorShape", "easy showTensorShape",
"easy string", "easy string",
"easy stylesSelector", "easy stylesSelector",
"easy sv3dLoader",
"easy svdLoader", "easy svdLoader",
"easy ultralyticsDetectorPipe", "easy ultralyticsDetectorPipe",
"easy unSampler", "easy unSampler",