mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2025-12-18 02:43:00 +08:00
db update
This commit is contained in:
parent
033c402680
commit
52c9396290
@ -231,6 +231,14 @@
|
|||||||
"ImageContainerInheritanceMax",
|
"ImageContainerInheritanceMax",
|
||||||
"ImageContainerInheritanceScale",
|
"ImageContainerInheritanceScale",
|
||||||
"ImageContainerInheritanceSum",
|
"ImageContainerInheritanceSum",
|
||||||
|
"ImageDrawArc",
|
||||||
|
"ImageDrawChord",
|
||||||
|
"ImageDrawEllipse",
|
||||||
|
"ImageDrawLine",
|
||||||
|
"ImageDrawPieslice",
|
||||||
|
"ImageDrawPolygon",
|
||||||
|
"ImageDrawRectangle",
|
||||||
|
"ImageDrawRectangleRounded",
|
||||||
"ImageSegmentation",
|
"ImageSegmentation",
|
||||||
"ImageSegmentationCustom",
|
"ImageSegmentationCustom",
|
||||||
"ImageSegmentationCustomAdvanced",
|
"ImageSegmentationCustomAdvanced",
|
||||||
@ -292,6 +300,7 @@
|
|||||||
"Dictionary to Console",
|
"Dictionary to Console",
|
||||||
"Diffusers Hub Model Down-Loader",
|
"Diffusers Hub Model Down-Loader",
|
||||||
"Diffusers Model Loader",
|
"Diffusers Model Loader",
|
||||||
|
"Export API",
|
||||||
"Image Analyze",
|
"Image Analyze",
|
||||||
"Image Batch",
|
"Image Batch",
|
||||||
"Image Blank",
|
"Image Blank",
|
||||||
@ -369,6 +378,7 @@
|
|||||||
"Mask Ceiling Region",
|
"Mask Ceiling Region",
|
||||||
"Mask Crop Dominant Region",
|
"Mask Crop Dominant Region",
|
||||||
"Mask Crop Minority Region",
|
"Mask Crop Minority Region",
|
||||||
|
"Mask Crop Region",
|
||||||
"Mask Dilate Region",
|
"Mask Dilate Region",
|
||||||
"Mask Dominant Region",
|
"Mask Dominant Region",
|
||||||
"Mask Erode Region",
|
"Mask Erode Region",
|
||||||
@ -377,6 +387,7 @@
|
|||||||
"Mask Gaussian Region",
|
"Mask Gaussian Region",
|
||||||
"Mask Invert",
|
"Mask Invert",
|
||||||
"Mask Minority Region",
|
"Mask Minority Region",
|
||||||
|
"Mask Paste Region",
|
||||||
"Mask Smooth Region",
|
"Mask Smooth Region",
|
||||||
"Mask Threshold Region",
|
"Mask Threshold Region",
|
||||||
"Masks Add",
|
"Masks Add",
|
||||||
|
|||||||
@ -1,5 +1,25 @@
|
|||||||
{
|
{
|
||||||
"models": [
|
"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",
|
"name": "RealESRGAN x2",
|
||||||
"type": "upscale",
|
"type": "upscale",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user