update DB

update scanner
This commit is contained in:
dr.lt.data 2023-12-20 11:49:40 +09:00
parent 7839d2308c
commit 71154e177c
6 changed files with 58 additions and 12 deletions

View File

@ -2585,7 +2585,7 @@
"https://github.com/Trung0246/ComfyUI-0246"
],
"install_type": "git-clone",
"description": "Nodes: Highway, Junction. Random nodes for ComfyUI I made to solve my struggle with ComfyUI. Have varying quality."
"description": "Random nodes for ComfyUI I made to solve my struggle with ComfyUI (ex: pipe, process). Have varying quality."
},
{
"author": "fexli",
@ -3261,11 +3261,11 @@
"description": "Nodes:Preview Json, Save Json, Test Json Preview, ... preview and save nodes"
},
{
"author": "tzwm",
"author": "talesofai",
"title": "ComfyUI Browser",
"reference": "https://github.com/tzwm/comfyui-browser",
"reference": "https://github.com/talesofai/comfyui-browser",
"files": [
"https://github.com/tzwm/comfyui-browser"
"https://github.com/talesofai/comfyui-browser"
],
"install_type": "git-clone",
"description": "This is an image/video/workflow browser and manager for ComfyUI. You could add image/video/workflow to collections and load it to ComfyUI. You will be able to use your collections everywhere."
@ -3573,9 +3573,6 @@
},
{
"author": "Ser-Hilary",
"title": "SDXL_sizing",

View File

@ -1895,18 +1895,29 @@
"https://github.com/Trung0246/ComfyUI-0246": [
[
"0246.Beautify",
"0246.BoxRange",
"0246.CastReroute",
"0246.Convert",
"0246.Count",
"0246.Highway",
"0246.HighwayBatch",
"0246.Hold",
"0246.Hub",
"0246.Junction",
"0246.JunctionBatch",
"0246.Loop",
"0246.Mimic",
"0246.Merge",
"0246.RandomInt",
"0246.Script",
"0246.ScriptImbue",
"0246.ScriptPlan",
"0246.Stringify"
],
{
"author": "Trung0246",
"description": "Random nodes for ComfyUI I made to solve my struggle with ComfyUI (ex: pipe, process). Have varying quality.",
"nickname": "ComfyUI-0246",
"title": "ComfyUI-0246",
"title_aux": "ComfyUI-0246"
}
],
@ -2774,6 +2785,7 @@
"Rect Grab Cut",
"Remap",
"RemapInsideParabolas (remap)",
"RemapQuadrilateral (remap)",
"Repeat Into Grid (image)",
"Repeat Into Grid (latent)",
"RequestInputs",
@ -3287,6 +3299,7 @@
"MaskPreview+",
"ModelCompile+",
"SimpleMath+",
"StableZero123_Increments",
"TransitionMask+"
],
{
@ -3951,6 +3964,7 @@
"Axis To Float",
"Axis To Int",
"Axis To Model",
"Axis To Number",
"Axis To String",
"Image Accumulator End",
"Image Accumulator Start",
@ -4013,6 +4027,7 @@
"SomethingToString",
"SoundReactive",
"SplitBboxes",
"StableZero123_BatchSchedule",
"VRAM_Debug",
"WidgetToString"
],

View File

@ -10,6 +10,16 @@
},
{
"author": "ZHO-ZHO-ZHO",
"title": "ComfyUI GeminiWIP",
"reference": "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Gemini",
"files": [
"https://github.com/ZHO-ZHO-ZHO/ComfyUI-Gemini"
],
"install_type": "git-clone",
"description": "Using Gemini in ComfyUI"
},
{
"author": "CosmicLaca",
"title": "Primere nodes for ComfyUI",

View File

@ -10,7 +10,16 @@
},
{
"author": "Trung0246",
"title": "ComfyUI-0246",
"reference": "https://github.com/Trung0246/ComfyUI-0246",
"files": [
"https://github.com/Trung0246/ComfyUI-0246"
],
"install_type": "git-clone",
"description": "Random nodes for ComfyUI I made to solve my struggle with ComfyUI (ex: pipe, process). Have varying quality."
},
{
"author": "violet-chen",
"title": "comfyui-psd2png",

View File

@ -1895,18 +1895,29 @@
"https://github.com/Trung0246/ComfyUI-0246": [
[
"0246.Beautify",
"0246.BoxRange",
"0246.CastReroute",
"0246.Convert",
"0246.Count",
"0246.Highway",
"0246.HighwayBatch",
"0246.Hold",
"0246.Hub",
"0246.Junction",
"0246.JunctionBatch",
"0246.Loop",
"0246.Mimic",
"0246.Merge",
"0246.RandomInt",
"0246.Script",
"0246.ScriptImbue",
"0246.ScriptPlan",
"0246.Stringify"
],
{
"author": "Trung0246",
"description": "Random nodes for ComfyUI I made to solve my struggle with ComfyUI (ex: pipe, process). Have varying quality.",
"nickname": "ComfyUI-0246",
"title": "ComfyUI-0246",
"title_aux": "ComfyUI-0246"
}
],
@ -2774,6 +2785,7 @@
"Rect Grab Cut",
"Remap",
"RemapInsideParabolas (remap)",
"RemapQuadrilateral (remap)",
"Repeat Into Grid (image)",
"Repeat Into Grid (latent)",
"RequestInputs",
@ -3287,6 +3299,7 @@
"MaskPreview+",
"ModelCompile+",
"SimpleMath+",
"StableZero123_Increments",
"TransitionMask+"
],
{
@ -3951,6 +3964,7 @@
"Axis To Float",
"Axis To Int",
"Axis To Model",
"Axis To Number",
"Axis To String",
"Image Accumulator End",
"Image Accumulator Start",
@ -4013,6 +4027,7 @@
"SomethingToString",
"SoundReactive",
"SplitBboxes",
"StableZero123_BatchSchedule",
"VRAM_Debug",
"WidgetToString"
],

View File

@ -78,7 +78,7 @@ def scan_in_file(filename, is_builtin=False):
for line in lines:
if line.startswith('@'):
if line.startswith("@author:") or line.startswith("@title:") or line.startswith("@nickname:") or line.startswith("@description:"):
key, value = line[1:].strip().split(':')
key, value = line[1:].strip().split(':', 1)
metadata[key.strip()] = value.strip()
if is_builtin: