update DB

This commit is contained in:
Dr.Lt.Data 2024-08-16 22:46:02 +09:00
parent d890984c70
commit 84107d2b65
8 changed files with 86 additions and 36 deletions

View File

@ -2070,6 +2070,7 @@
"BinaryPreprocessor",
"CannyEdgePreprocessor",
"ColorPreprocessor",
"ControlNetAuxSimpleAddText",
"ControlNetPreprocessorSelector",
"DSINE-NormalMapPreprocessor",
"DWPreprocessor",
@ -2077,6 +2078,7 @@
"DepthAnythingPreprocessor",
"DepthAnythingV2Preprocessor",
"DiffusionEdge_Preprocessor",
"ExecuteAllControlNetPreprocessors",
"FacialPartColoringFromPoseKps",
"FakeScribblePreprocessor",
"HEDPreprocessor",
@ -3779,6 +3781,7 @@
],
"https://github.com/MohammadAboulEla/ComfyUI-iTools": [
[
"iToolsAddOverlay",
"iToolsLoadImagePlus",
"iToolsPromptLoader",
"iToolsPromptSaver"
@ -10133,7 +10136,8 @@
],
"https://github.com/doomy23/ComfyUI-D00MYsNodes": [
[
"ImagesToPNG"
"Images_to_PNG",
"Show_String"
],
{
"title_aux": "ComfyUI-D00MYsNodes"
@ -10231,7 +10235,15 @@
"WidthHeightPicker"
],
{
"title_aux": "Various custom nodes by Eden.art"
"title_aux": "Eden.art nodesuite"
}
],
"https://github.com/edenartlab/sd-lora-trainer": [
[
"Eden_LoRa_trainer"
],
{
"title_aux": "Eden.art LoRa Trainer"
}
],
"https://github.com/emojiiii/ComfyUI_Emojiiii_Custom_Nodes": [
@ -14673,10 +14685,8 @@
"CanvasCreatorSimple",
"CircleCreator",
"CirclesGenerator",
"CreateCircleMask",
"CreateMaskWithCanvas",
"CreateNestedPNGMask",
"CreatePolygonPNGMask",
"CreateSimpleMask",
"CreateTillingPNGMask",
"CreateWatermarkRemovalMask",
@ -14694,6 +14704,7 @@
"IntMultiplication",
"IntSubtraction",
"IntToFloatMultiplication",
"LoRALoaderWithNameStacker",
"LogicNot",
"NoneToZero",
"NumeralToString",
@ -17079,6 +17090,7 @@
"Compare-\ud83d\udd2c",
"DebugPrint-\ud83d\udd2c",
"Float-\ud83d\udd2c",
"If ANY execute A else B-\ud83d\udd2c",
"If ANY return A else B-\ud83d\udd2c",
"Int-\ud83d\udd2c",
"String-\ud83d\udd2c"

View File

@ -3349,6 +3349,11 @@
"last_update": "2024-08-13 17:16:57",
"author_account_age_days": 325
},
"https://github.com/edenartlab/sd-lora-trainer": {
"stars": 1,
"last_update": "2024-08-16 09:40:34",
"author_account_age_days": 325
},
"https://github.com/emojiiii/ComfyUI_Emojiiii_Custom_Nodes": {
"stars": 1,
"last_update": "2024-08-05 14:08:18",

View File

@ -9,6 +9,18 @@
"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": "sebord",
"title": "ComfyUI-LMCQ [WIP]",
"reference": "https://github.com/sebord/ComfyUI-LMCQ",
"files": [
"https://github.com/sebord/ComfyUI-LMCQ"
],
"install_type": "git-clone",
"description": "ComfyUI small node toolkit, this toolkit is mainly to update some practical small nodes, to make a contribution to the comfyui ecosystem, PS: 'LMCQ' is the abbreviation of the team name"
},
{
"author": "logtd",
"title": "ComfyUI-Fluxtapoz [WIP]",
@ -1749,16 +1761,6 @@
"install_type": "git-clone",
"description": "This answers the itch for being able to easily paste [a/CivitAI.com](https://civitai.com/) generated data (or other simple metadata) into Comfy in a way that makes it easy to test with multiple checkpoints."
},
{
"author": "ZHO-ZHO-ZHO",
"title": "ComfyUI-AnyText [WIP]",
"reference": "https://github.com/ZHO-ZHO-ZHO/ComfyUI-AnyText",
"files": [
"https://github.com/ZHO-ZHO-ZHO/ComfyUI-AnyText"
],
"install_type": "git-clone",
"description": "Unofficial implementation of [a/AnyText](https://github.com/tyxsspa/AnyText/tree/825bcc54687206b15bd7e28ba1a8b095989d58e3) for ComfyUIEXP"
},
{
"author": "nidefawl",
"title": "ComfyUI-nidefawl [UNSAFE]",

View File

@ -885,14 +885,6 @@
"title_aux": "visuallabs_comfyui_nodes"
}
],
"https://github.com/ZHO-ZHO-ZHO/ComfyUI-AnyText": [
[
"AnyTextNode_Zho"
],
{
"title_aux": "ComfyUI-AnyText [WIP]"
}
],
"https://github.com/ZHO-ZHO-ZHO/ComfyUI-AuraSR-ZHO": [
[
"AuraSR_Lterative_Zho",
@ -2394,6 +2386,17 @@
"title_aux": "SDFXBridgeForComfyUI - ComfyUI Custom Node for SDFX Integration"
}
],
"https://github.com/sebord/ComfyUI-LMCQ": [
[
"LmcqImageSaver",
"LmcqImageSaverTransit",
"LmcqImageSaverWeb",
"LmcqLoadFluxNF4Checkpoint"
],
{
"title_aux": "ComfyUI-LMCQ [WIP]"
}
],
"https://github.com/shadowcz007/ComfyUI-PuLID-Test": [
[
"ApplyPulid",

View File

@ -879,6 +879,11 @@
"last_update": "2024-06-14 10:26:56",
"author_account_age_days": 287
},
"https://github.com/sebord/ComfyUI-LMCQ": {
"stars": 1,
"last_update": "2024-08-16 11:59:06",
"author_account_age_days": 840
},
"https://github.com/shadowcz007/ComfyUI-PuLID-Test": {
"stars": 8,
"last_update": "2024-05-12 14:37:28",

View File

@ -11,6 +11,16 @@
{
"author": "ZHO-ZHO-ZHO",
"title": "ComfyUI-AnyText [NOT MAINTAINED]",
"reference": "https://github.com/ZHO-ZHO-ZHO/ComfyUI-AnyText",
"files": [
"https://github.com/ZHO-ZHO-ZHO/ComfyUI-AnyText"
],
"install_type": "git-clone",
"description": "Unofficial implementation of [a/AnyText](https://github.com/tyxsspa/AnyText/tree/825bcc54687206b15bd7e28ba1a8b095989d58e3) for ComfyUIEXP"
},
{
"author": "shinich39",
"title": "comfyui-pkg39 [DEPRECATED]",

View File

@ -20,6 +20,17 @@
"install_type": "git-clone",
"description": "Use ComfyUI with RTX Remix to remaster classic games [a/https://github.com/NVIDIAGameWorks/rtx-remix](https://github.com/NVIDIAGameWorks/rtx-remix)"
},
{
"author": "aiXander",
"title": "Eden.art LoRa Trainer",
"id": "Eden",
"reference": "https://github.com/edenartlab/sd-lora-trainer",
"files": [
"https://github.com/edenartlab/sd-lora-trainer"
],
"install_type": "git-clone",
"description": "Maintained by Eden.art, this is a very fast, well tuned trainer for SDXL and SD15"
},
{
"author": "ControlAltAI",
"title": "ControlAltAI Nodes",
@ -683,16 +694,6 @@
],
"install_type": "git-clone",
"description": "This extension integrates Google's Gemini API and Ollama into ComfyUI, allowing users to leverage these powerful language models directly within their ComfyUI workflows."
},
{
"author": "lenskikh",
"title": "Propmt Worker",
"reference": "https://github.com/lenskikh/ComfyUI-Prompt-Worker",
"files": [
"https://github.com/lenskikh/ComfyUI-Prompt-Worker"
],
"install_type": "git-clone",
"description": "Node:Prompt Worker. A text manipulation node for postprocessing of prompt."
}
]
}

View File

@ -2070,6 +2070,7 @@
"BinaryPreprocessor",
"CannyEdgePreprocessor",
"ColorPreprocessor",
"ControlNetAuxSimpleAddText",
"ControlNetPreprocessorSelector",
"DSINE-NormalMapPreprocessor",
"DWPreprocessor",
@ -2077,6 +2078,7 @@
"DepthAnythingPreprocessor",
"DepthAnythingV2Preprocessor",
"DiffusionEdge_Preprocessor",
"ExecuteAllControlNetPreprocessors",
"FacialPartColoringFromPoseKps",
"FakeScribblePreprocessor",
"HEDPreprocessor",
@ -3779,6 +3781,7 @@
],
"https://github.com/MohammadAboulEla/ComfyUI-iTools": [
[
"iToolsAddOverlay",
"iToolsLoadImagePlus",
"iToolsPromptLoader",
"iToolsPromptSaver"
@ -10133,7 +10136,8 @@
],
"https://github.com/doomy23/ComfyUI-D00MYsNodes": [
[
"ImagesToPNG"
"Images_to_PNG",
"Show_String"
],
{
"title_aux": "ComfyUI-D00MYsNodes"
@ -10231,7 +10235,15 @@
"WidthHeightPicker"
],
{
"title_aux": "Various custom nodes by Eden.art"
"title_aux": "Eden.art nodesuite"
}
],
"https://github.com/edenartlab/sd-lora-trainer": [
[
"Eden_LoRa_trainer"
],
{
"title_aux": "Eden.art LoRa Trainer"
}
],
"https://github.com/emojiiii/ComfyUI_Emojiiii_Custom_Nodes": [
@ -14673,10 +14685,8 @@
"CanvasCreatorSimple",
"CircleCreator",
"CirclesGenerator",
"CreateCircleMask",
"CreateMaskWithCanvas",
"CreateNestedPNGMask",
"CreatePolygonPNGMask",
"CreateSimpleMask",
"CreateTillingPNGMask",
"CreateWatermarkRemovalMask",
@ -14694,6 +14704,7 @@
"IntMultiplication",
"IntSubtraction",
"IntToFloatMultiplication",
"LoRALoaderWithNameStacker",
"LogicNot",
"NoneToZero",
"NumeralToString",
@ -17079,6 +17090,7 @@
"Compare-\ud83d\udd2c",
"DebugPrint-\ud83d\udd2c",
"Float-\ud83d\udd2c",
"If ANY execute A else B-\ud83d\udd2c",
"If ANY return A else B-\ud83d\udd2c",
"Int-\ud83d\udd2c",
"String-\ud83d\udd2c"