mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2026-07-26 10:07:38 +08:00
support keyword search
This commit is contained in:
+4
-4
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"models": [
|
||||
{
|
||||
"name": "TASED Decoder",
|
||||
"name": "TAESD Decoder",
|
||||
"type": "VAE",
|
||||
"base": "TASED",
|
||||
"base": "TAESD",
|
||||
"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",
|
||||
@@ -11,9 +11,9 @@
|
||||
"url": "https://github.com/madebyollin/taesd/raw/main/taesd_decoder.pth"
|
||||
},
|
||||
{
|
||||
"name": "TASED Encoder",
|
||||
"name": "TAESD Encoder",
|
||||
"type": "VAE",
|
||||
"base": "TASED",
|
||||
"base": "TAESD",
|
||||
"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",
|
||||
|
||||
Reference in New Issue
Block a user