update DB

This commit is contained in:
Dr.Lt.Data
2024-09-05 01:49:05 +09:00
parent 740b763e78
commit 216214625a
8 changed files with 2318 additions and 1992 deletions

View File

@@ -12,6 +12,16 @@
{
"author": "Cardoso-topdev",
"title": "comfyui_meshanything_v1 [WIP]",
"reference": "https://github.com/Cardoso-topdev/comfyui_meshanything_v1",
"files": [
"https://github.com/Cardoso-topdev/comfyui_meshanything_v1"
],
"install_type": "git-clone",
"description": "MeshAnything V2: Artist-Created Mesh Generation With Adjacent Mesh Tokenization"
},
{
"author": "Lilien86",
"title": "lauger NodePack for ComfyUI",

View File

@@ -380,6 +380,20 @@
"title_aux": "ComfyUI_bd_customNodes"
}
],
"https://github.com/Cardoso-topdev/comfyui_meshanything_v1": [
[
"CMA_GrayScale",
"CMA_LoadInputTYpe",
"CMA_LoadMesh",
"CMA_MeshImage",
"CMA_PreviewMesh",
"CMA_SaveImageToNpyNode",
"CMA_SaveMesh"
],
{
"title_aux": "comfyui_meshanything_v1 [WIP]"
}
],
"https://github.com/ChrisColeTech/ComfyUI-Get-Random-File": [
[
"Get Image File By Index",
@@ -1650,6 +1664,7 @@
],
"https://github.com/go-package-lab/ComfyUI-Tools-Video-Combine": [
[
"Tools:CopyFile",
"Tools:Image2video",
"Tools:LoadAudioUrl",
"Tools:VideoWatermark"

View File

File diff suppressed because it is too large Load Diff

View File

@@ -11,6 +11,69 @@
{
"author": "Kinglord",
"title": "ComfyUI_Prompt_Gallery",
"reference": "https://github.com/Kinglord/ComfyUI_Prompt_Gallery",
"files": [
"https://github.com/Kinglord/ComfyUI_Prompt_Gallery"
],
"install_type": "git-clone",
"description": "A custom node that adds a UI element to the sidebar that allows for quick and easy navigation of images to aid in building prompts."
},
{
"author": "Extraltodeus",
"title": "DistanceSampler",
"id": "distancesampler",
"reference": "https://github.com/Extraltodeus/DistanceSampler",
"files": [
"https://github.com/Extraltodeus/Skimmed_CFG"
],
"install_type": "git-clone",
"description": "Heuristic modification of the Heun sampler using a custom function based on normalized distances. For ComfyUI."
},
{
"author": "SeanScripts",
"title": "ComfyUI-Unload-Model",
"reference": "https://github.com/SeanScripts/ComfyUI-Unload-Model",
"files": [
"https://github.com/SeanScripts/ComfyUI-Unload-Model"
],
"install_type": "git-clone",
"description": "For unloading a model or all models, using the memory management that is already present in ComfyUI. Copied from [a/https://github.com/willblaschko/ComfyUI-Unload-Models](https://github.com/willblaschko/ComfyUI-Unload-Models) but without the unnecessary extra stuff."
},
{
"author": "Shiba-2-shiba",
"title": "ComfyUI_DiffusionModel_fp8_converter",
"id": "fp8-converter",
"reference": "https://github.com/Shiba-2-shiba/ComfyUI_DiffusionModel_fp8_converter",
"files": [
"https://github.com/Shiba-2-shiba/ComfyUI_DiffusionModel_fp8_converter"
],
"install_type": "git-clone",
"description": "This is a custom node to convert only the Diffusion model part or CLIP model part to fp8 in ComfyUI.\nVAE fp8 conversion is not supported.\nThe advantage of this node is that you do not need to separate unet/clip/vae in advance when converting to fp8, but can use the safetenros files that ComfyUI provides."
},
{
"author": "Phando",
"title": "ComfyUI-PhandoNodes",
"reference": "https://github.com/Phando/ComfyUI-PhandoNodes",
"files": [
"https://github.com/Phando/ComfyUI-PhandoNodes"
],
"install_type": "git-clone",
"description": "A collection of nodes to help streamline your ComfyUI workflows"
},
{
"author": "geocine",
"title": "geocine-comfyui",
"reference": "https://github.com/geocine/geocine-comfyui",
"files": [
"https://github.com/geocine/geocine-comfyui"
],
"install_type": "git-clone",
"description": "NODES:Image Selector (geocine), Image Scale (geocine)"
},
{
"author": "PabloGFX",
"title": "Head Orientation Node",
@@ -671,7 +734,7 @@
"https://github.com/Steudio/ComfyUI_Steudio"
],
"install_type": "git-clone",
"description": "Nodes: TileSplit (Dynamic), TileMerge (Dynamic)"
"description": "Nodes: Make_Tile_Calc, Make_Tiles, Unmake_Tiles, Make_Size, Make_Size_Latent"
},
{
"author": "nonnonstop",

View File

@@ -745,6 +745,7 @@
],
"https://github.com/APZmedia/ComfyUI-APZmedia-cleanName-from-string": [
[
"APZmediaStandardFilenameBuilder",
"CleanFileNameNode",
"GenerateFilePathNode"
],
@@ -945,6 +946,7 @@
"PIXEL SPLIT (JOV) \ud83d\udc94",
"PIXEL SWAP (JOV) \ud83d\udd03",
"QUEUE (JOV) \ud83d\uddc3",
"QUEUE TOO (JOV) \ud83d\uddc3",
"ROUTE (JOV) \ud83d\ude8c",
"SAVE OUTPUT (JOV) \ud83d\udcbe",
"SHAPE GEN (JOV) \u2728",
@@ -1928,13 +1930,15 @@
"https://github.com/Extraltodeus/Skimmed_CFG": [
[
"Skimmed CFG",
"Skimmed CFG - Clean Skim",
"Skimmed CFG - Difference CFG",
"Skimmed CFG - Timed flip",
"Skimmed CFG - linear interpolation",
"Skimmed CFG - linear interpolation dual scales",
"Skimmed CFG - replace"
],
{
"title_aux": "Skimmed_CFG"
"title_aux": "DistanceSampler"
}
],
"https://github.com/Extraltodeus/Stable-Diffusion-temperature-settings": [
@@ -3773,7 +3777,7 @@
"https://github.com/MakkiShizu/comfyui_reimgsize": [
[
"Cropimg",
"Resize"
"Reimgsize"
],
{
"title_aux": "comfyui_reimgsize"
@@ -4501,6 +4505,15 @@
"title_aux": "pfaeff-comfyui"
}
],
"https://github.com/Phando/ComfyUI-PhandoNodes": [
[
"SearchBySubstring",
"TextConcatenateDynamic"
],
{
"title_aux": "ComfyUI-PhandoNodes"
}
],
"https://github.com/Pheat-AI/Remade_nodes": [
[
"Batch Image Blend by Mask"
@@ -4816,11 +4829,13 @@
"MuseAudioFeatureExtractionNode",
"MuseImageFeatureExtractionNode",
"MuseTalkNode",
"ProcessAudioNode",
"RVC-Studio.LoadAudio",
"RVC-Studio.PreviewAudio",
"RVCNode",
"RVCProcessDatasetNode",
"RVCTrainModelNode",
"RVCTrainParamsNode",
"SimpleMathNode",
"SliceNode",
"SortImagesNode",
@@ -4867,6 +4882,7 @@
],
"https://github.com/SeaArtLab/ComfyUI-Long-CLIP": [
[
"LongCLIPTextEncodeFlux",
"SeaArtLongClip",
"SeaArtLongXLClipMerge"
],
@@ -4874,6 +4890,15 @@
"title_aux": "ComfyUI-Long-CLIP"
}
],
"https://github.com/SeanScripts/ComfyUI-Unload-Model": [
[
"UnloadAllModels",
"UnloadModel"
],
{
"title_aux": "ComfyUI-Unload-Model"
}
],
"https://github.com/SeargeDP/ComfyUI_Searge_LLM": [
[
"Searge_AdvOptionsNode",
@@ -5176,6 +5201,15 @@
"title_aux": "ComfyUI-Image-Inpainting"
}
],
"https://github.com/Shiba-2-shiba/ComfyUI_DiffusionModel_fp8_converter": [
[
"ClipFP8ConverterNode",
"ModelFP8ConverterNode"
],
{
"title_aux": "ComfyUI_DiffusionModel_fp8_converter"
}
],
"https://github.com/Shiba-2-shiba/comfyui-color-ascii-art-node": [
[
"ASCIIArtNode",
@@ -5395,7 +5429,7 @@
"DownloadAndLoadFlorence2Model_jsonL",
"Florence2ModelLoader_jsonL",
"Florence2Run_jsonL",
"Florence2Run_save_file_jsonL"
"batch_text_save_jsonL"
],
{
"title_aux": "ComfyUI-tagger"
@@ -5460,11 +5494,11 @@
],
"https://github.com/Steudio/ComfyUI_Steudio": [
[
"DynamicTileMerge",
"DynamicTileSplit",
"Make Size",
"Make Size Latent",
"TileCalc"
"Make Tile Calc",
"Make Tiles",
"Unmake Tiles"
],
{
"title_aux": "ComfyUI_Steudio"
@@ -6592,7 +6626,9 @@
"CivitaiLoraLoaderStackedAdvanced",
"LoraLoaderStackedAdvancedWithPreviews",
"LoraLoaderStackedWithPreviews",
"LoraLoaderWithPreviews"
"LoraLoaderWithPreviews",
"XTNodesCleanPrompt",
"XTNodesPromptConcatenate"
],
{
"title_aux": "ComfyUI Easy Civitai (XTNodes)"
@@ -6600,6 +6636,7 @@
],
"https://github.com/XLabs-AI/x-flux-comfyui": [
[
"ApplyAdvancedFluxControlNet",
"ApplyAdvancedFluxIPAdapter",
"ApplyFluxControlNet",
"ApplyFluxIPAdapter",
@@ -8127,6 +8164,7 @@
"Get Contour from list",
"Get Models",
"Get Prompt",
"Hue Mode (InRange hsv)",
"HypernetworkLoader (dirty)",
"ImageBatchToList",
"InRange (hsv)",
@@ -9132,6 +9170,7 @@
"LayerUtility: SwitchCase",
"LayerUtility: TextBox",
"LayerUtility: TextImage",
"LayerUtility: TextImage V2",
"LayerUtility: TextJoin",
"LayerUtility: XY to Percent"
],
@@ -10130,6 +10169,7 @@
"FlexibleStringMergerNode",
"GPT4MiniNode",
"GPT4VisionNode",
"GeminiCustomVision",
"Gpt4CustomVision",
"Gpt4VisionCloner",
"MedianOppositeColorNode",
@@ -11370,6 +11410,15 @@
"title_aux": "ComfyUI_GMIC"
}
],
"https://github.com/geocine/geocine-comfyui": [
[
"Image Scale (geocine)",
"Image Selector (geocine)"
],
{
"title_aux": "geocine-comfyui"
}
],
"https://github.com/get-salt-AI/SaltAI": [
[
"SAIPrimitiveConverter",
@@ -12442,12 +12491,16 @@
],
"https://github.com/ihmily/ComfyUI-Light-Tool": [
[
"Light-Tool: AddBackground",
"Light-Tool: AddBackgroundV2",
"Light-Tool: BoundingBoxCropping",
"Light-Tool: ChangeBackground",
"Light-Tool: ImageMaskApply",
"Light-Tool: ImageOverlay",
"Light-Tool: ImageToMask",
"Light-Tool: InvertMask",
"Light-Tool: IsTransparent",
"Light-Tool: LoadImage",
"Light-Tool: LoadImageFromURL",
"Light-Tool: MaskBoundingBoxCropping",
"Light-Tool: MaskImageToTransparent",
"Light-Tool: MaskToImage"
@@ -12717,6 +12770,7 @@
"Evaluate Ints JK",
"Evaluate Strings JK",
"HintImageEnchance JK",
"Image Remove Alpha JK",
"Image Upscale Parameters Extract JK",
"Ksampler Parameters JK",
"Latent Upscale Parameters Extract JK",
@@ -14330,6 +14384,7 @@
"TclExtractFramesFromVideo",
"TclExtractFramesFromVideoFile",
"TclFrames2Video",
"TclFresco",
"TclLoraGenDatasets",
"TclLoraSaveImages",
"TclLoraTraining",
@@ -14474,7 +14529,11 @@
[
"Base64ToImage",
"Base64ToMask",
"BboxToBbox",
"BboxToCropData",
"BboxesToBboxes",
"ColorPicker",
"CropImageByBbox",
"GetImageBatchSize",
"ImageEqual",
"ImageToBase64",
@@ -14484,14 +14543,18 @@
"IntToNumber",
"JoinList",
"ListMerge",
"ListWrapper",
"LoadImageFromURL",
"LoadImageToBase64",
"LoadMaskFromURL",
"MaskByBboxes",
"MaskImageToBase64",
"MaskToBase64",
"MaskToBase64Image",
"SDBaseVerNumber",
"SamAutoMaskSEGS",
"SelectBbox",
"SelectBboxes",
"ShowBoolean",
"ShowFloat",
"ShowInt",
@@ -15109,14 +15172,18 @@
"LF_ImageClassifier",
"LF_ImageHistogram",
"LF_ImageResizeByEdge",
"LF_LLMChat",
"LF_LoadImages",
"LF_LoadLocalJSON",
"LF_Lora2Prompt",
"LF_LoraTag2Prompt",
"LF_MultipleImageResizeForWeb",
"LF_SequentialSeedsGenerator",
"LF_SetValueInJSON",
"LF_Something2Number",
"LF_Something2String",
"LF_String",
"LF_StringToJSON",
"LF_SwitchImage",
"LF_SwitchInteger",
"LF_SwitchJSON",
@@ -16909,6 +16976,7 @@
"DownloadOpenUnmixModel",
"DyeImage",
"EmitterMovement",
"FeatureFade",
"FeatureMath",
"FeatureMixer",
"FeatureOscillator",
@@ -16926,6 +16994,8 @@
"FlexImagePosterize",
"FlexImageTiltShift",
"FlexMaskBinary",
"FlexMaskDepthChamber",
"FlexMaskDepthChamberRelative",
"FlexMaskEmanatingRings",
"FlexMaskMath",
"FlexMaskMorph",
@@ -17239,6 +17309,7 @@
"https://github.com/shiimizu/ComfyUI-TiledDiffusion": [
[
"NoiseInversion",
"SpotDiffusionParams_TiledDiffusion",
"TiledDiffusion",
"VAEDecodeTiled_TiledDiffusion",
"VAEEncodeTiled_TiledDiffusion"
@@ -19728,6 +19799,7 @@
"LoadImageWithoutListDir",
"MaskAutoSelector",
"MaskFastGrow",
"MaskFromFaceModel",
"MatchImageRatioToPreset",
"ModifyTextGender",
"SplitMask",