mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-10 06:34:24 +08:00
update DB
This commit is contained in:
parent
1d825f5f4d
commit
434b16b53c
@ -1532,6 +1532,16 @@
|
|||||||
"install_type": "git-clone",
|
"install_type": "git-clone",
|
||||||
"description": "Nodes: Embedding Picker. Tired of forgetting and misspelling often weird names of embeddings you use? Or perhaps you use only one, cause you forgot you have tens of them installed? Try this."
|
"description": "Nodes: Embedding Picker. Tired of forgetting and misspelling often weird names of embeddings you use? Or perhaps you use only one, cause you forgot you have tens of them installed? Try this."
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"author": "Acly",
|
||||||
|
"title": "ComfyUI Nodes for External Tooling",
|
||||||
|
"reference": "https://github.com/Acly/comfyui-tooling-nodes",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/Acly/comfyui-tooling-nodes"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "Nodes: Load Image (Base64), Load Mask (Base64), Send Image (WebSocket), Crop Image, Apply Mask to Image. Provides nodes geared towards using ComfyUI as a backend for external tools."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"author": "taabata",
|
"author": "taabata",
|
||||||
"title": "Syrian Falcon Nodes",
|
"title": "Syrian Falcon Nodes",
|
||||||
|
|||||||
@ -9,6 +9,18 @@
|
|||||||
"title_aux": "One Button Prompt"
|
"title_aux": "One Button Prompt"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/Acly/comfyui-tooling-nodes": [
|
||||||
|
[
|
||||||
|
"ETN_ApplyMaskToImage",
|
||||||
|
"ETN_CropImage",
|
||||||
|
"ETN_LoadImageBase64",
|
||||||
|
"ETN_LoadMaskBase64",
|
||||||
|
"ETN_SendImageWebSocket"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "ComfyUI Nodes for External Tooling"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/ArtVentureX/comfyui-animatediff": [
|
"https://github.com/ArtVentureX/comfyui-animatediff": [
|
||||||
[
|
[
|
||||||
"AnimateDiffCombine",
|
"AnimateDiffCombine",
|
||||||
@ -512,7 +524,8 @@
|
|||||||
],
|
],
|
||||||
"https://github.com/Lerc/canvas_tab": [
|
"https://github.com/Lerc/canvas_tab": [
|
||||||
[
|
[
|
||||||
"Canvas_Tab"
|
"Canvas_Tab",
|
||||||
|
"Send_To_Editor"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
"title_aux": "canvas_tab"
|
"title_aux": "canvas_tab"
|
||||||
@ -1297,10 +1310,12 @@
|
|||||||
"HaldCLUT",
|
"HaldCLUT",
|
||||||
"Image Caption",
|
"Image Caption",
|
||||||
"Int to String",
|
"Int to String",
|
||||||
|
"LoraSyntaxProcessor",
|
||||||
"Mikey Sampler",
|
"Mikey Sampler",
|
||||||
"Mikey Sampler Base Only",
|
"Mikey Sampler Base Only",
|
||||||
"Mikey Sampler Tiled",
|
"Mikey Sampler Tiled",
|
||||||
"Mikey Sampler Tiled Base Only",
|
"Mikey Sampler Tiled Base Only",
|
||||||
|
"MikeySamplerTiledAdvanced",
|
||||||
"PresetRatioSelector",
|
"PresetRatioSelector",
|
||||||
"Prompt With SDXL",
|
"Prompt With SDXL",
|
||||||
"Prompt With Style",
|
"Prompt With Style",
|
||||||
@ -1315,7 +1330,8 @@
|
|||||||
"Seed String",
|
"Seed String",
|
||||||
"Style Conditioner",
|
"Style Conditioner",
|
||||||
"Upscale Tile Calculator",
|
"Upscale Tile Calculator",
|
||||||
"Wildcard Processor"
|
"Wildcard Processor",
|
||||||
|
"WildcardAndLoraSyntaxProcessor"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
"title_aux": "Mikey Nodes"
|
"title_aux": "Mikey Nodes"
|
||||||
@ -2254,6 +2270,7 @@
|
|||||||
],
|
],
|
||||||
"https://github.com/sipherxyz/comfyui-art-venture": [
|
"https://github.com/sipherxyz/comfyui-art-venture": [
|
||||||
[
|
[
|
||||||
|
"AV_CheckpointLoader",
|
||||||
"AV_CheckpointModelsToParametersPipe",
|
"AV_CheckpointModelsToParametersPipe",
|
||||||
"AV_ControlNetLoader",
|
"AV_ControlNetLoader",
|
||||||
"AV_ControlNetSelector",
|
"AV_ControlNetSelector",
|
||||||
|
|||||||
@ -1,5 +1,15 @@
|
|||||||
{
|
{
|
||||||
"custom_nodes": [
|
"custom_nodes": [
|
||||||
|
{
|
||||||
|
"author": "Acly",
|
||||||
|
"title": "ComfyUI Nodes for External Tooling",
|
||||||
|
"reference": "https://github.com/Acly/comfyui-tooling-nodes",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/Acly/comfyui-tooling-nodes"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "Nodes: Load Image (Base64), Load Mask (Base64), Send Image (WebSocket), Crop Image, Apply Mask to Image. Provides nodes geared towards using ComfyUI as a backend for external tools."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"author": "ntdviet",
|
"author": "ntdviet",
|
||||||
"title": "ntdviet/comfyui-ext",
|
"title": "ntdviet/comfyui-ext",
|
||||||
|
|||||||
@ -9,6 +9,18 @@
|
|||||||
"title_aux": "One Button Prompt"
|
"title_aux": "One Button Prompt"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/Acly/comfyui-tooling-nodes": [
|
||||||
|
[
|
||||||
|
"ETN_ApplyMaskToImage",
|
||||||
|
"ETN_CropImage",
|
||||||
|
"ETN_LoadImageBase64",
|
||||||
|
"ETN_LoadMaskBase64",
|
||||||
|
"ETN_SendImageWebSocket"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "ComfyUI Nodes for External Tooling"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/ArtVentureX/comfyui-animatediff": [
|
"https://github.com/ArtVentureX/comfyui-animatediff": [
|
||||||
[
|
[
|
||||||
"AnimateDiffCombine",
|
"AnimateDiffCombine",
|
||||||
@ -512,7 +524,8 @@
|
|||||||
],
|
],
|
||||||
"https://github.com/Lerc/canvas_tab": [
|
"https://github.com/Lerc/canvas_tab": [
|
||||||
[
|
[
|
||||||
"Canvas_Tab"
|
"Canvas_Tab",
|
||||||
|
"Send_To_Editor"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
"title_aux": "canvas_tab"
|
"title_aux": "canvas_tab"
|
||||||
@ -1297,10 +1310,12 @@
|
|||||||
"HaldCLUT",
|
"HaldCLUT",
|
||||||
"Image Caption",
|
"Image Caption",
|
||||||
"Int to String",
|
"Int to String",
|
||||||
|
"LoraSyntaxProcessor",
|
||||||
"Mikey Sampler",
|
"Mikey Sampler",
|
||||||
"Mikey Sampler Base Only",
|
"Mikey Sampler Base Only",
|
||||||
"Mikey Sampler Tiled",
|
"Mikey Sampler Tiled",
|
||||||
"Mikey Sampler Tiled Base Only",
|
"Mikey Sampler Tiled Base Only",
|
||||||
|
"MikeySamplerTiledAdvanced",
|
||||||
"PresetRatioSelector",
|
"PresetRatioSelector",
|
||||||
"Prompt With SDXL",
|
"Prompt With SDXL",
|
||||||
"Prompt With Style",
|
"Prompt With Style",
|
||||||
@ -1315,7 +1330,8 @@
|
|||||||
"Seed String",
|
"Seed String",
|
||||||
"Style Conditioner",
|
"Style Conditioner",
|
||||||
"Upscale Tile Calculator",
|
"Upscale Tile Calculator",
|
||||||
"Wildcard Processor"
|
"Wildcard Processor",
|
||||||
|
"WildcardAndLoraSyntaxProcessor"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
"title_aux": "Mikey Nodes"
|
"title_aux": "Mikey Nodes"
|
||||||
@ -2254,6 +2270,7 @@
|
|||||||
],
|
],
|
||||||
"https://github.com/sipherxyz/comfyui-art-venture": [
|
"https://github.com/sipherxyz/comfyui-art-venture": [
|
||||||
[
|
[
|
||||||
|
"AV_CheckpointLoader",
|
||||||
"AV_CheckpointModelsToParametersPipe",
|
"AV_CheckpointModelsToParametersPipe",
|
||||||
"AV_ControlNetLoader",
|
"AV_ControlNetLoader",
|
||||||
"AV_ControlNetSelector",
|
"AV_ControlNetSelector",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user