mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2026-01-10 14:10:49 +08:00
update DB
This commit is contained in:
parent
9d1bc43a58
commit
82cf838d28
@ -1,16 +1,5 @@
|
|||||||
{
|
{
|
||||||
"custom_nodes": [
|
"custom_nodes": [
|
||||||
{
|
|
||||||
"author": "solidlime",
|
|
||||||
"title": "Random Image Picker",
|
|
||||||
"reference": "https://github.com/solidlime/Comfyui-Random_Image_Picker",
|
|
||||||
"files": [
|
|
||||||
"https://github.com/solidlime/Comfyui-Random_Image_Picker"
|
|
||||||
],
|
|
||||||
"install_type": "git-clone",
|
|
||||||
"description": "ComfyUI custom node for flexible image loading with file picker and random folder selection. Features instant preview, auto mode switching, and browser-based file selection.",
|
|
||||||
"nodename_pattern": "RandomImagePicker"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"author": "Dr.Lt.Data",
|
"author": "Dr.Lt.Data",
|
||||||
"title": "ComfyUI-Manager",
|
"title": "ComfyUI-Manager",
|
||||||
@ -33533,6 +33522,16 @@
|
|||||||
"install_type": "git-clone",
|
"install_type": "git-clone",
|
||||||
"description": "A general comfyui model loading plugin that supports loading unet models quantized in bnb-4bit (nf4 and fp4) format"
|
"description": "A general comfyui model loading plugin that supports loading unet models quantized in bnb-4bit (nf4 and fp4) format"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"author": "mengqin",
|
||||||
|
"title": "Twinflow Node for ComfyUI",
|
||||||
|
"reference": "https://github.com/mengqin/ComfyUI-TwinFlow",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/mengqin/ComfyUI-TwinFlow"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "This is a set of sampling nodes specifically designed for fine-tuning Twinflow models."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"author": "Artificial-Sweetener",
|
"author": "Artificial-Sweetener",
|
||||||
"title": "WhiteRabbit",
|
"title": "WhiteRabbit",
|
||||||
@ -40747,6 +40746,17 @@
|
|||||||
"install_type": "git-clone",
|
"install_type": "git-clone",
|
||||||
"description": "image split comparison horizontally/vertically, real-time mouse interaction to adjust split ratios, bidirectional linkage between slider and mouse, and the ability to export comparison images with precise split lines."
|
"description": "image split comparison horizontally/vertically, real-time mouse interaction to adjust split ratios, bidirectional linkage between slider and mouse, and the ability to export comparison images with precise split lines."
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"author": "solidlime",
|
||||||
|
"title": "Random Image Picker",
|
||||||
|
"reference": "https://github.com/solidlime/Comfyui-Random_Image_Picker",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/solidlime/Comfyui-Random_Image_Picker"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "ComfyUI custom node for flexible image loading with file picker and random folder selection. Features instant preview, auto mode switching, and browser-based file selection.",
|
||||||
|
"nodename_pattern": "RandomImagePicker"
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -41161,16 +41171,6 @@
|
|||||||
],
|
],
|
||||||
"install_type": "unzip",
|
"install_type": "unzip",
|
||||||
"description": "This is a node to convert an image into a CMYK Halftone dot image."
|
"description": "This is a node to convert an image into a CMYK Halftone dot image."
|
||||||
},
|
|
||||||
{
|
|
||||||
"author": "mengqin",
|
|
||||||
"title": "Twinflow Node for ComfyUI",
|
|
||||||
"reference": "https://github.com/mengqin/ComfyUI-TwinFlow",
|
|
||||||
"files": [
|
|
||||||
"https://github.com/mengqin/ComfyUI-TwinFlow"
|
|
||||||
],
|
|
||||||
"install_type": "git-clone",
|
|
||||||
"description": "This is a set of sampling nodes specifically designed for fine-tuning Twinflow models."
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@ -12,6 +12,27 @@
|
|||||||
"tags": ["save image", "metadonne"],
|
"tags": ["save image", "metadonne"],
|
||||||
"license": "GNUV3"
|
"license": "GNUV3"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"author": "solidlime",
|
||||||
|
"title": "Random Image Picker",
|
||||||
|
"reference": "https://github.com/solidlime/Comfyui-Random_Image_Picker",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/solidlime/Comfyui-Random_Image_Picker"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "ComfyUI custom node for flexible image loading with file picker and random folder selection. Features instant preview, auto mode switching, and browser-based file selection.",
|
||||||
|
"nodename_pattern": "RandomImagePicker"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"author": "mengqin",
|
||||||
|
"title": "Twinflow Node for ComfyUI",
|
||||||
|
"reference": "https://github.com/mengqin/ComfyUI-TwinFlow",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/mengqin/ComfyUI-TwinFlow"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "This is a set of sampling nodes specifically designed for fine-tuning Twinflow models."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"author": "shmbatom",
|
"author": "shmbatom",
|
||||||
"title": "Comfyui-ImageAB-Compare",
|
"title": "Comfyui-ImageAB-Compare",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user