update DB

This commit is contained in:
Dr.Lt.Data
2024-07-09 19:34:29 +09:00
parent dd55df8ae8
commit 7bd91b5dc8
8 changed files with 1300 additions and 1194 deletions

View File

@@ -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",

View File

@@ -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"

View File

@@ -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",