update DB
This commit is contained in:
@@ -9,6 +9,38 @@
|
||||
},
|
||||
|
||||
|
||||
{
|
||||
"author": "ProGamerGov",
|
||||
"title": "Preview 360 Panorama for ComfyUI",
|
||||
"id": "comfyui-preview360panorama",
|
||||
"reference": "https://github.com/ProGamerGov/ComfyUI_preview360panorama",
|
||||
"files": [
|
||||
"https://github.com/ProGamerGov/ComfyUI_preview360panorama"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A custom ComfyUI node for interactive 360° panorama image previews. Panoramic 360 images are also sometimes known as VR photography (virtual reality), HDRI environments (ex: skyboxes), image spheres, spherical images, 360 pano, and 360 degree photos."
|
||||
},
|
||||
{
|
||||
"author": "amorano",
|
||||
"title": "Jovi_MIDI",
|
||||
"id": "jovi_midi",
|
||||
"reference": "https://github.com/Amorano/Jovi_MIDI",
|
||||
"files": [
|
||||
"https://github.com/Amorano/Jovi_MIDI"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Read and Process data from MIDI devices inside of ComfyUI."
|
||||
},
|
||||
{
|
||||
"author": "nkchocoai",
|
||||
"title": "ComfyUI-DanbooruPromptQuiz",
|
||||
"reference": "https://github.com/nkchocoai/ComfyUI-DanbooruPromptQuiz",
|
||||
"files": [
|
||||
"https://github.com/nkchocoai/ComfyUI-DanbooruPromptQuiz"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "This node is for playing the game of guessing prompts by looking at images generated from prompts output by TIPO, Tagger, etc.."
|
||||
},
|
||||
{
|
||||
"author": "agilly1989",
|
||||
"title": "ComfyUI_agilly1989_motorway",
|
||||
@@ -20,14 +52,14 @@
|
||||
"description": "This my implemenation of a `pipe` in ComfyUI. Is it better or worse than others? No idea."
|
||||
},
|
||||
{
|
||||
"author": "myAiLemon",
|
||||
"title": "MagicGetPromptAutomatically",
|
||||
"reference": "https://github.com/myAiLemon/MagicGetPromptAutomatically",
|
||||
"author": "da2el-ai",
|
||||
"title": "D2-PromptSelector-comfyUI",
|
||||
"reference": "https://github.com/da2el-ai/D2-PromptSelector-comfyUI",
|
||||
"files": [
|
||||
"https://github.com/myAiLemon/MagicGetPromptAutomatically"
|
||||
"https://github.com/da2el-ai/D2-PromptSelector-comfyUI"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A plug-in that can automatically generate pictures and save txt files in comfyui"
|
||||
"description": "This is a version of [a/sd-d2-prompt-selector](https://github.com/da2el-ai/sd-d2-prompt-selector) reworked for ComfyUI. It's just a prototype that I've put together for now. The random syntax of sd-d2-prompt-selector cannot be used; instead, the DynamicPrompt syntax is used"
|
||||
},
|
||||
{
|
||||
"author": "kijai",
|
||||
|
||||
@@ -493,6 +493,7 @@
|
||||
"https://github.com/852wa/ComfyUI-ColorshiftColor": [
|
||||
[
|
||||
"ColorshiftColor",
|
||||
"CsCFill",
|
||||
"CsCPaletteEditor"
|
||||
],
|
||||
{
|
||||
@@ -1427,6 +1428,18 @@
|
||||
"title_aux": "Jovi_GLSL"
|
||||
}
|
||||
],
|
||||
"https://github.com/Amorano/Jovi_MIDI": [
|
||||
[
|
||||
"MIDI FILTER (JOV_MIDI)",
|
||||
"MIDI FILTER EZ (JOV_MIDI)",
|
||||
"MIDI LOADER (JOV_MIDI)",
|
||||
"MIDI MESSAGE (JOV_MIDI)",
|
||||
"MIDI READER (JOV_MIDI)"
|
||||
],
|
||||
{
|
||||
"title_aux": "Jovi_MIDI"
|
||||
}
|
||||
],
|
||||
"https://github.com/Amorano/Jovi_Measure": [
|
||||
[
|
||||
"BLUR EFFECT (JOV_MEASURE)",
|
||||
@@ -5017,6 +5030,7 @@
|
||||
[
|
||||
"Simple Extract Lora From Text",
|
||||
"Simple Image Saver (as Forge)",
|
||||
"Simple Load Image With Metadata",
|
||||
"Simple Load Line From Text File",
|
||||
"Simple Lora Loader"
|
||||
],
|
||||
@@ -6433,10 +6447,13 @@
|
||||
],
|
||||
"https://github.com/MzMaXaM/ComfyUi-MzMaXaM": [
|
||||
[
|
||||
"ImageToText",
|
||||
"KSamplerWithVAE",
|
||||
"SelectLatentSize1MP",
|
||||
"SelectLatentSize2MP",
|
||||
"TextEncode3in1",
|
||||
"TextToText",
|
||||
"UpscaleImageBy1_5x",
|
||||
"UpscaleLatentBy1_5x"
|
||||
],
|
||||
{
|
||||
@@ -7060,6 +7077,14 @@
|
||||
"title_aux": "ComfyUI-StringsAndThings"
|
||||
}
|
||||
],
|
||||
"https://github.com/ProGamerGov/ComfyUI_preview360panorama": [
|
||||
[
|
||||
"PanoramaViewerNode"
|
||||
],
|
||||
{
|
||||
"title_aux": "Preview 360 Panorama for ComfyUI"
|
||||
}
|
||||
],
|
||||
"https://github.com/ProGamerGov/ComfyUI_pytorch360convert": [
|
||||
[
|
||||
"Crop Image with Coords",
|
||||
@@ -10647,6 +10672,18 @@
|
||||
"title_aux": "ComfyUI-styles-all"
|
||||
}
|
||||
],
|
||||
"https://github.com/agilly1989/ComfyUI_agilly1989_motorway": [
|
||||
[
|
||||
"MotorwayFloat",
|
||||
"MotorwayInt",
|
||||
"MotorwaySeed",
|
||||
"MotorwayStr",
|
||||
"MotorwayStrMulti"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI_agilly1989_motorway"
|
||||
}
|
||||
],
|
||||
"https://github.com/ahernandezmiro/ComfyUI-GCP_Storage_tools": [
|
||||
[
|
||||
"GCPReadImageNode",
|
||||
@@ -15458,7 +15495,8 @@
|
||||
"SelOutModel",
|
||||
"SelOutPolar",
|
||||
"Selector",
|
||||
"Selector Advanced"
|
||||
"Selector Advanced",
|
||||
"Selector Hub"
|
||||
],
|
||||
{
|
||||
"author": "\"\u02f6\ud835\udfa2\u292c\u2ad2\u2d56s\u143c\u02f6\"",
|
||||
@@ -19314,6 +19352,7 @@
|
||||
"GetImageRangeFromBatch",
|
||||
"GetImageSizeAndCount",
|
||||
"GetImagesFromBatchIndexed",
|
||||
"GetLatentRangeFromBatch",
|
||||
"GetLatentsFromBatchIndexed",
|
||||
"GetMaskSizeAndCount",
|
||||
"GradientToFloat",
|
||||
@@ -19332,6 +19371,7 @@
|
||||
"ImageGridComposite2x2",
|
||||
"ImageGridComposite3x3",
|
||||
"ImageGridtoBatch",
|
||||
"ImageNoiseAugmentation",
|
||||
"ImageNormalize_Neg1_To_1",
|
||||
"ImagePadForOutpaintMasked",
|
||||
"ImagePadForOutpaintTargetSize",
|
||||
@@ -19347,6 +19387,7 @@
|
||||
"Intrinsic_lora_sampling",
|
||||
"JoinStringMulti",
|
||||
"JoinStrings",
|
||||
"LeapfusionHunyuanI2VPatcher",
|
||||
"LoadAndResizeImage",
|
||||
"LoadImagesFromFolderKJ",
|
||||
"LoadResAdapterNormalization",
|
||||
@@ -22347,16 +22388,6 @@
|
||||
"title_aux": "ComfyUI_KSamplerTimer"
|
||||
}
|
||||
],
|
||||
"https://github.com/myAiLemon/MagicGetPromptAutomatically": [
|
||||
[
|
||||
"EditableStringNode",
|
||||
"IntegratedCLIPTextEncodeWithExtract",
|
||||
"ProcessAndSave"
|
||||
],
|
||||
{
|
||||
"title_aux": "MagicGetPromptAutomatically"
|
||||
}
|
||||
],
|
||||
"https://github.com/myshell-ai/ComfyUI-ShellAgent-Plugin": [
|
||||
[
|
||||
"ShellAgentPluginInputAudio",
|
||||
@@ -22592,6 +22623,15 @@
|
||||
"title_aux": "ComfyUI OpenAI Prompter"
|
||||
}
|
||||
],
|
||||
"https://github.com/nkchocoai/ComfyUI-DanbooruPromptQuiz": [
|
||||
[
|
||||
"DanbooruPromptComparison",
|
||||
"DanbooruPromptQuiz"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-DanbooruPromptQuiz"
|
||||
}
|
||||
],
|
||||
"https://github.com/nkchocoai/ComfyUI-Dart": [
|
||||
[
|
||||
"DanbooruTagsTransformerBanTagsFromRegex",
|
||||
@@ -22697,6 +22737,7 @@
|
||||
],
|
||||
"https://github.com/nofunstudio/Node_Fun_ComfyUI": [
|
||||
[
|
||||
"IframeView",
|
||||
"LayeredInfiniteZoom",
|
||||
"Replicate flux 1.1 pro ultra",
|
||||
"ReplicateAPI_flux_1_1_pro_ultra",
|
||||
@@ -26180,6 +26221,7 @@
|
||||
"quadmoonChangeBackground",
|
||||
"quadmoonConvertBoolToString",
|
||||
"quadmoonConvertFloatToString",
|
||||
"quadmoonConvertImageToPrompt",
|
||||
"quadmoonConvertIntToString",
|
||||
"quadmoonConvertNormalizeHW",
|
||||
"quadmoonConvertNumberToString",
|
||||
@@ -27156,6 +27198,7 @@
|
||||
],
|
||||
"https://github.com/xlinx/ComfyUI-decadetw-auto-prompt-llm": [
|
||||
[
|
||||
"Auto-LLM-Chat",
|
||||
"Auto-LLM-Text",
|
||||
"Auto-LLM-Text-Vision",
|
||||
"Auto-LLM-Vision"
|
||||
|
||||
Reference in New Issue
Block a user