From 52c939629027a495598edbde61b369ae59656644 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Tue, 6 Jun 2023 19:14:22 +0900 Subject: [PATCH] db update --- extension-node-map.json | 11 +++++++++++ model-list.json | 20 ++++++++++++++++++++ 2 files changed, 31 insertions(+) diff --git a/extension-node-map.json b/extension-node-map.json index 4b039d3..e686faa 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -231,6 +231,14 @@ "ImageContainerInheritanceMax", "ImageContainerInheritanceScale", "ImageContainerInheritanceSum", + "ImageDrawArc", + "ImageDrawChord", + "ImageDrawEllipse", + "ImageDrawLine", + "ImageDrawPieslice", + "ImageDrawPolygon", + "ImageDrawRectangle", + "ImageDrawRectangleRounded", "ImageSegmentation", "ImageSegmentationCustom", "ImageSegmentationCustomAdvanced", @@ -292,6 +300,7 @@ "Dictionary to Console", "Diffusers Hub Model Down-Loader", "Diffusers Model Loader", + "Export API", "Image Analyze", "Image Batch", "Image Blank", @@ -369,6 +378,7 @@ "Mask Ceiling Region", "Mask Crop Dominant Region", "Mask Crop Minority Region", + "Mask Crop Region", "Mask Dilate Region", "Mask Dominant Region", "Mask Erode Region", @@ -377,6 +387,7 @@ "Mask Gaussian Region", "Mask Invert", "Mask Minority Region", + "Mask Paste Region", "Mask Smooth Region", "Mask Threshold Region", "Masks Add", diff --git a/model-list.json b/model-list.json index abb93f5..4c7257e 100644 --- a/model-list.json +++ b/model-list.json @@ -1,5 +1,25 @@ { "models": [ + { + "name": "TASED Decoder", + "type": "VAE", + "base": "TASED", + "save_path": "vae_approx", + "description": "To view the preview in high quality while running samples in ComfyUI, you will need this model.", + "reference": "https://github.com/madebyollin/taesd", + "filename": "taesd_decoder.pth", + "url": "https://github.com/madebyollin/taesd/raw/main/taesd_decoder.pth" + }, + { + "name": "TASED Encoder", + "type": "VAE", + "base": "TASED", + "save_path": "vae_approx", + "description": "To view the preview in high quality while running samples in ComfyUI, you will need this model.", + "reference": "https://github.com/madebyollin/taesd", + "filename": "taesd_encoder.pth", + "url": "https://github.com/madebyollin/taesd/raw/main/taesd_encoder.pth" + }, { "name": "RealESRGAN x2", "type": "upscale",