Skip to content

Commit

Permalink
update DB
Browse files Browse the repository at this point in the history
  • Loading branch information
ltdrdata committed Aug 21, 2024
1 parent e310072 commit 2a50beb
Show file tree
Hide file tree
Showing 10 changed files with 2,486 additions and 2,032 deletions.
59 changes: 45 additions & 14 deletions custom-node-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -3119,6 +3119,16 @@
"install_type": "git-clone",
"description": "These nodes include my wrapper for the original diffusers pipeline, as well as work in progress native ComfyUI implementation.\nFor the diffusers wrapper models should be downloaded automatically, for the native version you can get the unet [a/here](https://huggingface.co/Kijai/ControlNeXt-SVD-V2-Comfy/blob/main/controlnext-svd_v2-unet-fp16_converted.safetensors)."
},
{
"author": "kijai",
"title": "ComfyUI Flux Trainer",
"reference": "https://github.com/kijai/ComfyUI-FluxTrainer",
"files": [
"https://github.com/kijai/ComfyUI-FluxTrainer"
],
"install_type": "git-clone",
"description": "Currently supports LoRA training, and untested full finetune with code from kohya's scripts: [a/https://github.com/kohya-ss/sd-scripts](https://github.com/kohya-ss/sd-scripts)"
},
{
"author": "hhhzzyang",
"title": "Comfyui-Lama",
Expand Down Expand Up @@ -9035,6 +9045,16 @@
"install_type": "git-clone",
"description": "a comfyui custom node for [a/GPT-SoVITS](https://github.com/RVC-Boss/GPT-SoVITS)"
},
{
"author": "AIFSH",
"title": "FancyVideo-ComfyUI",
"reference": "https://github.com/AIFSH/FancyVideo-ComfyUI",
"files": [
"https://github.com/AIFSH/FancyVideo-ComfyUI"
],
"install_type": "git-clone",
"description": "a custom node for [a/FancyVideo](https://github.com/360CVGroup/FancyVideo)"
},
{
"author": "Koishi-Star",
"title": "Euler-Smea-Dyn-Sampler",
Expand Down Expand Up @@ -9547,6 +9567,16 @@
"install_type": "git-clone",
"description": "A set of block-based LLM agent node libraries designed for ComfyUI.This project aims to develop a complete set of nodes for LLM workflow construction based on comfyui. It allows users to quickly and conveniently build their own LLM workflows and easily integrate them into their existing SD workflows."
},
{
"author": "heshengtao",
"title": "comfyui_LLM_schools",
"reference": "https://github.com/heshengtao/comfyui_LLM_schools",
"files": [
"https://github.com/heshengtao/comfyui_LLM_schools"
],
"install_type": "git-clone",
"description": "ComfyUI node library for fine-tuning LLMs"
},
{
"author": "VAST-AI-Research",
"title": "Tripo for ComfyUI",
Expand Down Expand Up @@ -11026,14 +11056,14 @@
},
{
"author": "Scorpinaus",
"title": "Loaders for Diffusers-format checkpoints",
"id": "diffusersloader",
"title": "ComfyUI-DiffusersLoader",
"id": "comfyui-diffusersloader",
"reference": "https://github.com/Scorpinaus/ComfyUI-DiffusersLoader",
"files": [
"https://github.com/Scorpinaus/ComfyUI-DiffusersLoader"
],
"install_type": "git-clone",
"description": "This project aims to create loaders for diffusers format checkpoint models, making it easier for ComfyUI users to use diffusers format checkpoints instead of the standard checkpoint formats."
"description": "This node pack allows loading of SD checkpoints that uses diffusers format in comfyUI."
},
{
"author": "chakib-belgaid",
Expand Down Expand Up @@ -13280,6 +13310,18 @@
"install_type": "git-clone",
"description": "This is a simple ComfyUI node that will take in a string of 'color' (i.e. 'blue') and output a hex color format."
},
{
"author": "phyblas",
"title": "paint-by-example @ ComfyUI",
"id": "paintbyexample",
"reference": "https://github.com/phyblas/paint-by-example_comfyui",
"files": [
"https://github.com/phyblas/paint-by-example_comfyui"
],
"install_type": "git-clone",
"description": "Implementation of paint-by-example on ComfyUI"
},




Expand Down Expand Up @@ -13658,17 +13700,6 @@
],
"install_type": "unzip",
"description": "This is a node to convert an image into a CMYK Halftone dot image."
},
{
"author": "phyblas",
"title": "paint-by-example @ ComfyUI",
"id": "paintbyexample",
"reference": "https://github.com/phyblas/paint-by-example_comfyui",
"files": [
"https://github.com/phyblas/paint-by-example_comfyui"
],
"install_type": "git-clone",
"description": "Implementation of paint-by-example on ComfyUI"
}
]
}
94 changes: 81 additions & 13 deletions extension-node-map.json
Original file line number Diff line number Diff line change
Expand Up @@ -554,6 +554,16 @@
"title_aux": "DiffMorpher-ComfyUI"
}
],
"https://github.com/AIFSH/FancyVideo-ComfyUI": [
[
"FancyVideoNode",
"PreViewVideo",
"TextEncode"
],
{
"title_aux": "FancyVideo-ComfyUI"
}
],
"https://github.com/AIFSH/GSTTS-ComfyUI": [
[
"ASRNode",
Expand Down Expand Up @@ -708,6 +718,7 @@
"> Sharpen",
"> Text",
"> Text Combine",
"> Text Pick Line by Index",
"> Text Pick Random Line",
"> Text Random Weights",
"> Text Replace",
Expand Down Expand Up @@ -2837,7 +2848,7 @@
"MiniCPM_VQA",
"MiniCPM_VQA_Polished",
"MultipleImagesInput",
"PreViewVideo"
"PreviewVideo"
],
{
"title_aux": "ComfyUI_MiniCPM-V-2_6-int4"
Expand Down Expand Up @@ -3839,6 +3850,7 @@
[
"iToolsAddOverlay",
"iToolsLoadImagePlus",
"iToolsLoadImages",
"iToolsPromptLoader",
"iToolsPromptSaver"
],
Expand Down Expand Up @@ -4691,7 +4703,7 @@
"DiffusersVAELoader"
],
{
"title_aux": "Loaders for Diffusers-format checkpoints"
"title_aux": "ComfyUI-DiffusersLoader"
}
],
"https://github.com/ScreamingHawk/comfyui-ollama-prompt-encode": [
Expand Down Expand Up @@ -6332,9 +6344,10 @@
"https://github.com/XLabs-AI/x-flux-comfyui": [
[
"ApplyFluxControlNet",
"ApplyFluxIPAdapter",
"FluxLoraLoader",
"LoadFluxControlNet",
"LoadFluxModel",
"LoadFluxIPAdapter",
"XlabsSampler"
],
{
Expand Down Expand Up @@ -10556,6 +10569,7 @@
"FL_HalftonePattern",
"FL_HexagonalPattern",
"FL_ImageCaptionLayout",
"FL_ImageCaptionLayoutPDF",
"FL_ImageCaptionSaver",
"FL_ImageCollage",
"FL_ImageDimensionDisplay",
Expand Down Expand Up @@ -11630,6 +11644,20 @@
"title_aux": "comfyui_LLM_party"
}
],
"https://github.com/heshengtao/comfyui_LLM_schools": [
[
"CausalLM_loader",
"LLM_Arguments",
"LLM_Trainer",
"LLM_data_collator",
"download_dataset",
"get_dataset_name",
"split_dataset"
],
{
"title_aux": "comfyui_LLM_schools"
}
],
"https://github.com/hhhzzyang/Comfyui_Lama": [
[
"LamaApply",
Expand Down Expand Up @@ -12185,6 +12213,7 @@
"OrbitPoses to OrbitLists JK",
"Pipe End JK",
"Project Setting JK",
"Random Beats JK",
"Refine 1 Parameters Extract JK",
"Refine 2 Parameters Extract JK",
"Refine Model Parameters JK",
Expand Down Expand Up @@ -13061,6 +13090,28 @@
"title_aux": "ComfyUI-Florence2"
}
],
"https://github.com/kijai/ComfyUI-FluxTrainer": [
[
"FluxKohyaInferenceSampler",
"FluxTrainEnd",
"FluxTrainLoop",
"FluxTrainModelSelect",
"FluxTrainSave",
"FluxTrainValidate",
"FluxTrainValidationSettings",
"InitFluxLoRATraining",
"InitFluxTraining",
"OptimizerConfig",
"OptimizerConfigAdafactor",
"TrainDatasetAdd",
"TrainDatasetGeneralConfig",
"UploadToHuggingFace",
"VisualizeLoss"
],
{
"title_aux": "ComfyUI Flux Trainer"
}
],
"https://github.com/kijai/ComfyUI-Geowizard": [
[
"geowizard_model_loader",
Expand Down Expand Up @@ -13146,6 +13197,7 @@
"ImageBatchRepeatInterleaving",
"ImageBatchTestPattern",
"ImageConcanate",
"ImageConcatFromBatch",
"ImageConcatMulti",
"ImageGrabPIL",
"ImageGridComposite2x2",
Expand Down Expand Up @@ -14396,15 +14448,16 @@
],
"https://github.com/lucafoscili/comfyui-lf": [
[
"CharacterImpersonator",
"GetRandomKeyFromJSON",
"GetValueFromJSON",
"LoadLocalJSON",
"Lora2Prompt",
"LoraName2Prompt",
"SeedGenerator",
"SwitchInteger",
"WorkflowSettings"
"LF_CharacterImpersonator",
"LF_DisplayJSON",
"LF_GetRandomKeyFromJSON",
"LF_GetValueFromJSON",
"LF_LoadLocalJSON",
"LF_Lora2Prompt",
"LF_LoraName2Prompt",
"LF_SeedGenerator",
"LF_SwitchInteger",
"LF_WorkflowSettings"
],
{
"title_aux": "LF Nodes"
Expand Down Expand Up @@ -15512,6 +15565,16 @@
"title_aux": "\u2728 Clarity AI - Creative Image Upscaler and Enhancer for ComfyUI"
}
],
"https://github.com/phyblas/paint-by-example_comfyui": [
[
"PaintbyExampleAdvanced",
"PaintbyExampleGen",
"PaintbyExampleSimple"
],
{
"title_aux": "paint-by-example @ ComfyUI"
}
],
"https://github.com/picturesonpictures/comfy_PoP": [
[
"AdaptiveCannyDetector_PoP",
Expand Down Expand Up @@ -15829,6 +15892,7 @@
"ComfyAudio.ApplyFilterBank",
"ComfyAudio.GriffinLim",
"ComfyAudio.InverseSpectrogram",
"ComfyAudio.LinearFilterBank",
"ComfyAudio.LoadAudio",
"ComfyAudio.MelScaleFilterBank",
"ComfyAudio.PlotFilterBank",
Expand Down Expand Up @@ -17773,7 +17837,8 @@
"IPAdapter FaceID With Bool",
"IPAdapter Mad Scientist Weight_Type",
"Image Blending Mode Mask",
"Load Image With Bool"
"Load Image With Bool",
"Load Lora With Shared"
],
{
"title_aux": "ComfyUI-CustomNodes"
Expand Down Expand Up @@ -18089,6 +18154,9 @@
"ErrorLogNode",
"ExecutionTime",
"FileBasedChatNode",
"Gemini1_5Text",
"Gemini1_5Vision",
"GeminiFluxPrompt",
"Gemma2PromptNode",
"GemmaDialogueNode",
"GithubLinkNode",
Expand Down
Loading

0 comments on commit 2a50beb

Please sign in to comment.