update DB

This commit is contained in:
Dr.Lt.Data 2023-12-19 17:55:02 +09:00
parent 58f11c246b
commit 7839d2308c
5 changed files with 51 additions and 6 deletions

View File

@ -2388,13 +2388,13 @@
},
{
"author": "shadowcz007",
"title": "comfyui-mixlab-nodes [WIP]",
"title": "comfyui-mixlab-nodes",
"reference": "https://github.com/shadowcz007/comfyui-mixlab-nodes",
"files": [
"https://github.com/shadowcz007/comfyui-mixlab-nodes"
],
"install_type": "git-clone",
"description": "Nodes: RandomPrompt, TransparentImage, LoadImageFromPath, Splitting a long image into sections, FaceToMask, AreaToMask, ImagesCrop, ImageCropByAlpha, FeatheredMask, SplitLongMask, EnhanceImage, CLIPSeg, Consistency Decoder Loader, Consistency Decoder Decode, ..."
"description": "3D, ScreenShareNode & FloatingVideoNode, SpeechRecognition & SpeechSynthesis, GPT, LoadImagesFromLocal, Layers, Other Nodes, ..."
},
{
"author": "ostris",

View File

@ -2357,6 +2357,8 @@
[
"Aegisflow Image Pass",
"Aegisflow Latent Pass",
"Aegisflow Model Pass",
"Aegisflow VAE Pass",
"Aegisflow controlnet preprocessor bus",
"Brightness & Contrast_Ally",
"Gaussian Blur_Ally",
@ -5046,7 +5048,7 @@
"VAELoaderConsistencyDecoder"
],
{
"title_aux": "comfyui-mixlab-nodes [WIP]"
"title_aux": "comfyui-mixlab-nodes"
}
],
"https://github.com/shiimizu/ComfyUI_smZNodes": [

View File

@ -510,6 +510,26 @@
"filename": "pytorch_lora_weights.safetensors",
"url": "https://huggingface.co/latent-consistency/lcm-lora-sdxl/resolve/main/pytorch_lora_weights.safetensors"
},
{
"name": "Segmind-Vega",
"type": "checkpoint",
"base": "segmind-vega",
"save_path": "checkpoints/segmind-vega",
"description": "The Segmind-Vega Model is a distilled version of the Stable Diffusion XL (SDXL), offering a remarkable 70% reduction in size and an impressive 100% speedup while retaining high-quality text-to-image generation capabilities.",
"reference": "https://huggingface.co/segmind/Segmind-Vega",
"filename": "segmind-vega.safetensors",
"url": "https://huggingface.co/segmind/Segmind-Vega/resolve/main/segmind-vega.safetensors"
},
{
"name": "Segmind-VegaRT - Latent Consistency Model (LCM) LoRA of Segmind-Vega",
"type": "lora",
"base": "segmind-vega",
"save_path": "loras/segmind-vega",
"description": "Segmind-VegaRT a distilled consistency adapter for Segmind-Vega that allows to reduce the number of inference steps to only between 2 - 8 steps.",
"reference": "https://huggingface.co/segmind/Segmind-VegaRT",
"filename": "pytorch_lora_weights.safetensors",
"url": "https://huggingface.co/segmind/Segmind-VegaRT/resolve/main/pytorch_lora_weights.safetensors"
},
{
"name": "Theovercomer8's Contrast Fix (SD2.1)",
"type": "lora",

View File

@ -2357,6 +2357,8 @@
[
"Aegisflow Image Pass",
"Aegisflow Latent Pass",
"Aegisflow Model Pass",
"Aegisflow VAE Pass",
"Aegisflow controlnet preprocessor bus",
"Brightness & Contrast_Ally",
"Gaussian Blur_Ally",
@ -5046,7 +5048,7 @@
"VAELoaderConsistencyDecoder"
],
{
"title_aux": "comfyui-mixlab-nodes [WIP]"
"title_aux": "comfyui-mixlab-nodes"
}
],
"https://github.com/shiimizu/ComfyUI_smZNodes": [

View File

@ -1,5 +1,26 @@
{
"models": [
{
"name": "Segmind-Vega",
"type": "checkpoint",
"base": "segmind-vega",
"save_path": "checkpoints/segmind-vega",
"description": "The Segmind-Vega Model is a distilled version of the Stable Diffusion XL (SDXL), offering a remarkable 70% reduction in size and an impressive 100% speedup while retaining high-quality text-to-image generation capabilities.",
"reference": "https://huggingface.co/segmind/Segmind-Vega",
"filename": "segmind-vega.safetensors",
"url": "https://huggingface.co/segmind/Segmind-Vega/resolve/main/segmind-vega.safetensors"
},
{
"name": "Segmind-VegaRT - Latent Consistency Model (LCM) LoRA of Segmind-Vega",
"type": "lora",
"base": "segmind-vega",
"save_path": "loras/segmind-vega",
"description": "Segmind-VegaRT a distilled consistency adapter for Segmind-Vega that allows to reduce the number of inference steps to only between 2 - 8 steps.",
"reference": "https://huggingface.co/segmind/Segmind-VegaRT",
"filename": "pytorch_lora_weights.safetensors",
"url": "https://huggingface.co/segmind/Segmind-VegaRT/resolve/main/pytorch_lora_weights.safetensors"
},
{
"name": "stabilityai/Stable Zero123",
"type": "zero123",