update DB
This commit is contained in:
@@ -1,5 +1,55 @@
|
||||
{
|
||||
"custom_nodes": [
|
||||
{
|
||||
"author": "slezica",
|
||||
"title": "slezica/ComfyUI Personal Nodes",
|
||||
"reference": "https://github.com/slezica/comfyui-personal",
|
||||
"files": [
|
||||
"https://github.com/slezica/comfyui-personal"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A custom node collection for ComfyUI containing simplified workflow nodes and enhanced UI features for my personal use."
|
||||
},
|
||||
{
|
||||
"author": "boggerrr1110",
|
||||
"title": "Boggerrr Nodes [WIP]",
|
||||
"reference": "https://github.com/mamamia1110/comfyui-boggerrr-nodes",
|
||||
"files": [
|
||||
"https://github.com/mamamia1110/comfyui-boggerrr-nodes"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A node for comfyui to use seedream3.0 and seededit3.0\nNOTE: The files in the repo are not organized."
|
||||
},
|
||||
{
|
||||
"author": "jonathan-bryant",
|
||||
"title": "ComfyUI-ImageStraightener [WIP]",
|
||||
"reference": "https://github.com/jonathan-bryant/ComfyUI-ImageStraightener",
|
||||
"files": [
|
||||
"https://github.com/jonathan-bryant/ComfyUI-ImageStraightener"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A ComfyUI custom node that automatically detects and corrects image tilt/rotation to straighten images. This node uses computer vision techniques to detect lines in the image and calculate the optimal rotation angle to straighten the image.\nNOTE: The files in the repo are not organized."
|
||||
},
|
||||
{
|
||||
"author": "adithis197",
|
||||
"title": "ComfyUI-multimodal-CaptionToVideoGen [WIP]",
|
||||
"reference": "https://github.com/adithis197/ComfyUI-multimodal-CaptionToVideoGen",
|
||||
"files": [
|
||||
"https://github.com/adithis197/ComfyUI-multimodal-CaptionToVideoGen"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "ComfyUI custom node for video generation using a music prompt to generate audio.\nNOTE: The files in the repo are not organized."
|
||||
},
|
||||
{
|
||||
"author": "adithis197",
|
||||
"title": "ComfyUI-Caption_to_audio [WIP]",
|
||||
"reference": "https://github.com/adithis197/ComfyUI-Caption_to_audio",
|
||||
"files": [
|
||||
"https://github.com/adithis197/ComfyUI-Caption_to_audio"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "ComfyUI custom node that converts image description to an appropriate prompt for music generation.\nNOTE: The files in the repo are not organized."
|
||||
},
|
||||
{
|
||||
"author": "alistairallan",
|
||||
"title": "ComfyUI-skin-retouch",
|
||||
|
||||
@@ -194,6 +194,7 @@
|
||||
"MaskMathOps",
|
||||
"PathBuild",
|
||||
"RangeMapping",
|
||||
"StepSplit",
|
||||
"StringCoordinateToBBoxMask",
|
||||
"StringCoordinateToBBoxes",
|
||||
"TextCustomExtract",
|
||||
@@ -2374,6 +2375,8 @@
|
||||
"mb CLIP Text Encoder",
|
||||
"mb Debug",
|
||||
"mb Demux",
|
||||
"mb Device Transfer",
|
||||
"mb Display",
|
||||
"mb Empty Latent Image",
|
||||
"mb Eval",
|
||||
"mb Exec",
|
||||
@@ -3137,6 +3140,7 @@
|
||||
"SDVN Merge SD1",
|
||||
"SDVN Merge SDXL",
|
||||
"SDVN Metadata Check",
|
||||
"SDVN Model Export",
|
||||
"SDVN Model Merge",
|
||||
"SDVN Model info editor",
|
||||
"SDVN Overlay Images",
|
||||
@@ -3736,6 +3740,22 @@
|
||||
"title_aux": "ComfyUI Model Bending [UNSAFE]"
|
||||
}
|
||||
],
|
||||
"https://github.com/adithis197/ComfyUI-Caption_to_audio": [
|
||||
[
|
||||
"TextToMusicGenAudio"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-Caption_to_audio [WIP]"
|
||||
}
|
||||
],
|
||||
"https://github.com/adithis197/ComfyUI-multimodal-CaptionToVideoGen": [
|
||||
[
|
||||
"CaptionToMusicPromptLLM"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-multimodal-CaptionToVideoGen [WIP]"
|
||||
}
|
||||
],
|
||||
"https://github.com/ahmedbana/File-Rename": [
|
||||
[
|
||||
"AdvancedFileRenameNode",
|
||||
@@ -6531,6 +6551,14 @@
|
||||
"title_aux": "jn_node_suite_comfyui [WIP]"
|
||||
}
|
||||
],
|
||||
"https://github.com/jonathan-bryant/ComfyUI-ImageStraightener": [
|
||||
[
|
||||
"AutoStraightenImage"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-ImageStraightener [WIP]"
|
||||
}
|
||||
],
|
||||
"https://github.com/jordancoult/ComfyUI_HelpfulNodes": [
|
||||
[
|
||||
"JCo_CropAroundKPS"
|
||||
@@ -7465,6 +7493,15 @@
|
||||
"title_aux": "comfyui_indieTools [WIP]"
|
||||
}
|
||||
],
|
||||
"https://github.com/mamamia1110/comfyui-boggerrr-nodes": [
|
||||
[
|
||||
"SeedEdit3",
|
||||
"Seedream3"
|
||||
],
|
||||
{
|
||||
"title_aux": "Boggerrr Nodes [WIP]"
|
||||
}
|
||||
],
|
||||
"https://github.com/mamorett/ComfyUI-SmolVLM": [
|
||||
[
|
||||
"Smolvlm_Caption_Analyzer",
|
||||
@@ -8767,6 +8804,24 @@
|
||||
"title_aux": "ComfyUI-Pin"
|
||||
}
|
||||
],
|
||||
"https://github.com/slezica/comfyui-personal": [
|
||||
[
|
||||
"GenerateImage",
|
||||
"OwlDetector",
|
||||
"UpscaleImage",
|
||||
"UseCheckpoint",
|
||||
"UseControlNet",
|
||||
"UseIPAdapter",
|
||||
"UseImage",
|
||||
"UseInfiniteYou",
|
||||
"UseInstantID",
|
||||
"UseLora",
|
||||
"UseStyleModel"
|
||||
],
|
||||
{
|
||||
"title_aux": "slezica/ComfyUI Personal Nodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/smthemex/ComfyUI_GPT_SoVITS_Lite": [
|
||||
[
|
||||
"GPT_SoVITS_LoadModel",
|
||||
@@ -8859,7 +8914,9 @@
|
||||
],
|
||||
"https://github.com/sprited-ai/sprited-comfyui-nodes": [
|
||||
[
|
||||
"Example",
|
||||
"LoopTrimNode",
|
||||
"SliceBatch",
|
||||
"SliceLatents",
|
||||
"VideoDownloader",
|
||||
"VideoShotSplitter"
|
||||
],
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user