mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2026-07-21 23:41:23 +08:00
update DB
This commit is contained in:
@@ -10,7 +10,16 @@
|
||||
},
|
||||
|
||||
|
||||
|
||||
{
|
||||
"author": "ZZXYWQ",
|
||||
"title": "ComfyUI-ZZXYWQ",
|
||||
"reference": "https://github.com/ZZXYWQ/ComfyUI-ZZXYWQ",
|
||||
"files": [
|
||||
"https://github.com/ZZXYWQ/ComfyUI-ZZXYWQ"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "I made a node for video transcoding and compression: Can be converted to mp4, mov, avi, mkv, support av1, h264, h265, optional frame rate 8, 15, 24, 25, 30, 50, 59, 60, 120, optional width and height, as well as sound format and quality."
|
||||
},
|
||||
{
|
||||
"author": "tom-doerr",
|
||||
"title": "DSPy Nodes [WIP]",
|
||||
|
||||
@@ -11,6 +11,27 @@
|
||||
|
||||
|
||||
|
||||
{
|
||||
"author": "smthemex",
|
||||
"title": "ComfyUI_AnyDoor",
|
||||
"id": "ComfyUI_AnyDoor",
|
||||
"reference": "https://github.com/smthemex/ComfyUI_AnyDoor",
|
||||
"files": [
|
||||
"https://github.com/smthemex/ComfyUI_AnyDoor"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "You can use anydoor, change clothes or object..."
|
||||
},
|
||||
{
|
||||
"author": "Haoming02",
|
||||
"title": "ComfyUI Node Beautify",
|
||||
"reference": "https://github.com/Haoming02/comfyui-node-beautify",
|
||||
"files": [
|
||||
"https://github.com/Haoming02/comfyui-node-beautify"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "This is an Extension for ComfyUI, which helps formatting the workflow."
|
||||
},
|
||||
{
|
||||
"author": "adigayung",
|
||||
"title": "ComfyUI-Translator",
|
||||
|
||||
@@ -7651,7 +7651,8 @@
|
||||
"AudioCombine",
|
||||
"AudioCrop",
|
||||
"AudioSeparation",
|
||||
"AudioTempoMatch"
|
||||
"AudioTempoMatch",
|
||||
"AudioVideoCombine"
|
||||
],
|
||||
{
|
||||
"title_aux": "audio-separation-nodes-comfyui"
|
||||
@@ -8219,6 +8220,7 @@
|
||||
"ImageSeamCarving+",
|
||||
"ImageTile+",
|
||||
"ImageToDevice+",
|
||||
"ImageUntile+",
|
||||
"KSamplerVariationsStochastic+",
|
||||
"KSamplerVariationsWithNoise+",
|
||||
"LoadCLIPSegModels+",
|
||||
@@ -8236,6 +8238,7 @@
|
||||
"MaskPreview+",
|
||||
"MaskSmooth+",
|
||||
"ModelCompile+",
|
||||
"NoiseFromImage+",
|
||||
"PixelOEPixelize+",
|
||||
"RemBGSession+",
|
||||
"RemoveLatentMask+",
|
||||
@@ -9954,9 +9957,11 @@
|
||||
"story_json_tool",
|
||||
"string_logic",
|
||||
"substring",
|
||||
"text_iterator",
|
||||
"time_tool",
|
||||
"tool_combine",
|
||||
"tool_combine_plus",
|
||||
"translate_persona",
|
||||
"weather_tool",
|
||||
"weekday_tool",
|
||||
"wikipedia_tool",
|
||||
@@ -12747,6 +12752,8 @@
|
||||
],
|
||||
"https://github.com/mullakhmetov/comfyui_dynamic_util_nodes": [
|
||||
[
|
||||
"ConcatStrings",
|
||||
"FormatString",
|
||||
"GetFiles",
|
||||
"LoadImageByPath"
|
||||
],
|
||||
@@ -14117,6 +14124,15 @@
|
||||
"title_aux": "kb-comfyui-nodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/smthemex/ComfyUI_AnyDoor": [
|
||||
[
|
||||
"AnyDoor_LoadModel",
|
||||
"AnyDoor_img2img"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI_AnyDoor"
|
||||
}
|
||||
],
|
||||
"https://github.com/smthemex/ComfyUI_ChatGLM_API": [
|
||||
[
|
||||
"Glm_4_9b_Chat",
|
||||
@@ -15234,8 +15250,7 @@
|
||||
"EZLoadImgBatchFromUrlsNode",
|
||||
"EZLoadImgFromUrlNode",
|
||||
"EZRemoveImgBackground",
|
||||
"EZS3Uploader",
|
||||
"EZVideoCombiner"
|
||||
"EZS3Uploader"
|
||||
],
|
||||
{
|
||||
"title_aux": "easy-comfy-nodes"
|
||||
@@ -15831,6 +15846,7 @@
|
||||
"LoadImageMaskWithoutListDir",
|
||||
"LoadImageWithSwitch",
|
||||
"LoadImageWithoutListDir",
|
||||
"MaskAutoSelector",
|
||||
"MaskFastGrow",
|
||||
"ModifyTextGender",
|
||||
"SplitMask"
|
||||
|
||||
@@ -1,5 +1,17 @@
|
||||
{
|
||||
"models": [
|
||||
{
|
||||
"name": "xinsir/ControlNet++: All-in-one ControlNet",
|
||||
"type": "controlnet",
|
||||
"base": "SDXL",
|
||||
"save_path": "controlnet/SDXL/controlnet-union-sdxl-1.0",
|
||||
"description": "All-in-one ControlNet for image generations and editing!",
|
||||
"reference": "https://huggingface.co/xinsir/controlnet-union-sdxl-1.0",
|
||||
"filename": "diffusion_pytorch_model.safetensors",
|
||||
"url": "https://huggingface.co/xinsir/controlnet-union-sdxl-1.0/resolve/main/diffusion_pytorch_model.safetensors",
|
||||
"size": "2.50GB"
|
||||
},
|
||||
|
||||
{
|
||||
"name": "InstantX/SD3-Controlnet-Canny",
|
||||
"type": "controlnet",
|
||||
|
||||
Reference in New Issue
Block a user