update DB

This commit is contained in:
Dr.Lt.Data
2024-02-20 00:31:18 +09:00
parent bf0ab4d1fd
commit aaa4bdb105
6 changed files with 98 additions and 9 deletions

View File

@@ -446,7 +446,7 @@
],
"install_type": "git-clone",
"description": "Custom node to convert the lantents between SDXL and SD v1.5 directly without the VAE decoding/encoding step."
},
},
{
"author": "city96",
"title": "SD-Advanced-Noise",
@@ -456,7 +456,7 @@
],
"install_type": "git-clone",
"description": "Nodes: LatentGaussianNoise, MathEncode. An experimental custom node that generates latent noise directly by utilizing the linear characteristics of the latent space."
},
},
{
"author": "city96",
"title": "SD-Latent-Upscaler",
@@ -467,7 +467,7 @@
"pip": ["huggingface-hub"],
"install_type": "git-clone",
"description": "Upscaling stable diffusion latents using a small neural network."
},
},
{
"author": "city96",
"title": "ComfyUI_DiT [WIP]",
@@ -478,7 +478,7 @@
"pip": ["huggingface-hub"],
"install_type": "git-clone",
"description": "Testbed for [a/DiT(Scalable Diffusion Models with Transformers)](https://github.com/facebookresearch/DiT). [w/None of this code is stable, expect breaking changes if for some reason you want to use this.]"
},
},
{
"author": "city96",
"title": "ComfyUI_ColorMod",
@@ -488,7 +488,7 @@
],
"install_type": "git-clone",
"description": "This extension currently has two sets of nodes - one set for editing the contrast/color of images and another set for saving images as 16 bit PNG files."
},
},
{
"author": "city96",
"title": "Extra Models for ComfyUI",
@@ -5236,6 +5236,17 @@
"install_type": "git-clone",
"description": "A collection of nice utility nodes for ComfyUI"
},
{
"author": "GavChap",
"title": "ComfyUI-CascadeResolutions",
"reference": "https://github.com/GavChap/ComfyUI-CascadeResolutions",
"files": [
"https://github.com/GavChap/ComfyUI-CascadeResolutions"
],
"install_type": "git-clone",
"description": "Nodes:Cascade Resolutions"
},
{
"author": "Ser-Hilary",