update DB

This commit is contained in:
dr.lt.data 2023-07-26 18:28:33 +09:00
parent bee2199a04
commit 0c0b843e13
2 changed files with 8 additions and 1 deletions

View File

@ -944,7 +944,7 @@
"title": "comfy_meh", "title": "comfy_meh",
"reference": "https://github.com/s1dlx/comfy_meh", "reference": "https://github.com/s1dlx/comfy_meh",
"files": [ "files": [
"https://github.com/s1dlx/comfy_meh/blob/main/meh.py" "https://github.com/s1dlx/comfy_meh/raw/main/meh.py"
], ],
"install_type": "copy", "install_type": "copy",
"description": "Advanced merging methods." "description": "Advanced merging methods."

View File

@ -421,6 +421,10 @@
"SeargeSDXLPromptEncoder", "SeargeSDXLPromptEncoder",
"SeargeSDXLSampler" "SeargeSDXLSampler"
], ],
"https://github.com/Ser-Hilary/SDXL_sizing/raw/main/conditioning_sizing_for_SDXL.py": [
"sizing_node",
"sizing_node_basic"
],
"https://github.com/TinyTerra/ComfyUI_tinyterraNodes.git": [ "https://github.com/TinyTerra/ComfyUI_tinyterraNodes.git": [
"ttN busIN", "ttN busIN",
"ttN busOUT", "ttN busOUT",
@ -1037,6 +1041,9 @@
"https://github.com/pythongosssss/ComfyUI-WD14-Tagger": [ "https://github.com/pythongosssss/ComfyUI-WD14-Tagger": [
"WD14Tagger|pysssss" "WD14Tagger|pysssss"
], ],
"https://github.com/s1dlx/comfy_meh/raw/main/meh.py": [
"MergingExecutionHelper"
],
"https://github.com/shiimizu/ComfyUI_smZNodes": [ "https://github.com/shiimizu/ComfyUI_smZNodes": [
"smZ CLIPTextEncode" "smZ CLIPTextEncode"
], ],