mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-09 22:24:23 +08:00
update DB
This commit is contained in:
parent
e06e62a98e
commit
72eef56bc3
@ -70,6 +70,16 @@
|
||||
"install_type": "copy",
|
||||
"description": "This node provides functionality corresponding to Reference only in Controlnet."
|
||||
},
|
||||
{
|
||||
"author": "Stability-AI",
|
||||
"title": "stability-ComfyUI-nodes",
|
||||
"reference": "https://github.com/Stability-AI/stability-ComfyUI-nodes",
|
||||
"files": [
|
||||
"https://github.com/Stability-AI/stability-ComfyUI-nodes"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes: ColorBlend, ControlLoraSave, GetImageSize. NOTE: Control-LoRA reccolor example uses these nodes."
|
||||
},
|
||||
{
|
||||
"author": "Fannovel16",
|
||||
"title": "ControlNet Preprocessors",
|
||||
@ -88,7 +98,7 @@
|
||||
"https://github.com/Fannovel16/comfyui_controlnet_aux"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "This is a WIP rework of comfyui_controlnet_preprocessors based on ControlNet auxiliary models by 🤗. I think the old repo isn't good enough to maintain. All old workflow will still be work with this repo but the version option won't do anything. Almost all v1 preprocessors are replaced by v1.1 except those doesn't apppear in v1.1."
|
||||
"description": "This is a WIP rework of comfyui_controlnet_preprocessors based on ControlNet auxiliary models by 🤗. I think the old repo isn't good enough to maintain. All old workflow will still be work with this repo but the version option won't do anything. Almost all v1 preprocessors are replaced by v1.1 except those doesn't apppear in v1.1. <p style='background-color: black; color: red;'>NOTE: Please refrain from using the controlnet preprocessor alongside this installation, as it may lead to conflicts and prevent proper recognition.</p>"
|
||||
},
|
||||
{
|
||||
"author": "Fannovel16",
|
||||
|
||||
@ -798,6 +798,16 @@
|
||||
"title_aux": "SDXL_sizing"
|
||||
}
|
||||
],
|
||||
"https://github.com/Stability-AI/stability-ComfyUI-nodes": [
|
||||
[
|
||||
"ColorBlend",
|
||||
"ControlLoraSave",
|
||||
"GetImageSize"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI_experiments/reference_only"
|
||||
}
|
||||
],
|
||||
"https://github.com/TeaCrab/ComfyUI-TeaNodes": [
|
||||
[
|
||||
"TC_ColorFill",
|
||||
|
||||
@ -450,6 +450,18 @@
|
||||
"filename": "t2iadapter_style_sd14v1.pth",
|
||||
"url": "https://huggingface.co/TencentARC/T2I-Adapter/resolve/main/models/t2iadapter_style_sd14v1.pth"
|
||||
},
|
||||
|
||||
{
|
||||
"name": "CLIPVision model (comfyanonymous/clip_vision_g)",
|
||||
"type": "clip_vision",
|
||||
"base": "SDXL",
|
||||
"save_path": "default",
|
||||
"description": "[3.69GB] clip_g vision model",
|
||||
"reference": "https://huggingface.co/comfyanonymous/clip_vision_g",
|
||||
"filename": "clip_vision_g.safetensors",
|
||||
"url": "https://huggingface.co/comfyanonymous/clip_vision_g/resolve/main/clip_vision_g.safetensors"
|
||||
},
|
||||
|
||||
{
|
||||
"name": "CLIPVision model (openai/clip-vit-large)",
|
||||
"type": "clip_vision",
|
||||
@ -470,6 +482,80 @@
|
||||
"filename": "pytorch_model.bin",
|
||||
"url": "https://huggingface.co/h94/IP-Adapter/resolve/main/models/image_encoder/pytorch_model.bin"
|
||||
},
|
||||
|
||||
{
|
||||
"name": "stabilityai/control-lora-canny-rank128.safetensors",
|
||||
"type": "controlnet",
|
||||
"base": "SDXL",
|
||||
"save_path": "default",
|
||||
"description": "Control-LoRA: canny rank128",
|
||||
"reference": "https://huggingface.co/stabilityai/control-lora",
|
||||
"filename": "control-lora-canny-rank128.safetensors",
|
||||
"url": "https://huggingface.co/stabilityai/control-lora/resolve/main/control-LoRAs-rank128/control-lora-canny-rank128.safetensors"
|
||||
},
|
||||
{
|
||||
"name": "stabilityai/control-lora-depth-rank128.safetensors",
|
||||
"type": "controlnet",
|
||||
"base": "SDXL",
|
||||
"save_path": "default",
|
||||
"description": "Control-LoRA: depth rank128",
|
||||
"reference": "https://huggingface.co/stabilityai/control-lora",
|
||||
"filename": "control-lora-depth-rank128.safetensors",
|
||||
"url": "https://huggingface.co/stabilityai/control-lora/resolve/main/control-LoRAs-rank128/control-lora-depth-rank128.safetensors"
|
||||
},
|
||||
{
|
||||
"name": "stabilityai/control-lora-sketch-rank128-metadata.safetensors",
|
||||
"type": "controlnet",
|
||||
"base": "SDXL",
|
||||
"save_path": "default",
|
||||
"description": "Control-LoRA: sketch rank128 metadata",
|
||||
"reference": "https://huggingface.co/stabilityai/control-lora",
|
||||
"filename": "control-lora-sketch-rank128-metadata.safetensors",
|
||||
"url": "https://huggingface.co/stabilityai/control-lora/resolve/main/control-LoRAs-rank128/control-lora-sketch-rank128-metadata.safetensors"
|
||||
},
|
||||
|
||||
|
||||
{
|
||||
"name": "stabilityai/control-lora-canny-rank256.safetensors",
|
||||
"type": "controlnet",
|
||||
"base": "SDXL",
|
||||
"save_path": "default",
|
||||
"description": "Control-LoRA: canny rank256",
|
||||
"reference": "https://huggingface.co/stabilityai/control-lora",
|
||||
"filename": "control-lora-canny-rank256.safetensors",
|
||||
"url": "https://huggingface.co/stabilityai/control-lora/resolve/main/control-LoRAs-rank256/control-lora-canny-rank256.safetensors"
|
||||
},
|
||||
{
|
||||
"name": "stabilityai/control-lora-depth-rank256.safetensors",
|
||||
"type": "controlnet",
|
||||
"base": "SDXL",
|
||||
"save_path": "default",
|
||||
"description": "Control-LoRA: depth rank256",
|
||||
"reference": "https://huggingface.co/stabilityai/control-lora",
|
||||
"filename": "control-lora-depth-rank256.safetensors",
|
||||
"url": "https://huggingface.co/stabilityai/control-lora/resolve/main/control-LoRAs-rank256/control-lora-depth-rank256.safetensors"
|
||||
},
|
||||
{
|
||||
"name": "stabilityai/control-lora-recolor-rank256.safetensors",
|
||||
"type": "controlnet",
|
||||
"base": "SDXL",
|
||||
"save_path": "default",
|
||||
"description": "Control-LoRA: recolor rank256",
|
||||
"reference": "https://huggingface.co/stabilityai/control-lora",
|
||||
"filename": "control-lora-recolor-rank256.safetensors",
|
||||
"url": "https://huggingface.co/stabilityai/control-lora/resolve/main/control-LoRAs-rank256/control-lora-recolor-rank256.safetensors"
|
||||
},
|
||||
{
|
||||
"name": "stabilityai/control-lora-sketch-rank256.safetensors",
|
||||
"type": "controlnet",
|
||||
"base": "SDXL",
|
||||
"save_path": "default",
|
||||
"description": "Control-LoRA: sketch rank256",
|
||||
"reference": "https://huggingface.co/stabilityai/control-lora",
|
||||
"filename": "control-lora-sketch-rank256.safetensors",
|
||||
"url": "https://huggingface.co/stabilityai/control-lora/resolve/main/control-LoRAs-rank256/control-lora-sketch-rank256.safetensors"
|
||||
},
|
||||
|
||||
{
|
||||
"name": "SDXL-controlnet: OpenPose (v2)",
|
||||
"type": "controlnet",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user