update DB

This commit is contained in:
Dr.Lt.Data 2023-08-20 23:53:25 +09:00
parent d514de0278
commit 836a4b3969
3 changed files with 70 additions and 3 deletions

View File

@ -1352,6 +1352,16 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "Input your desired output final resolution, it will automaticaly set the initial recommended SDXL ratio/size and its Upscale Factor to reach that output final resolution, also there's an option for 2x/4x reverse Upscale Factor. These all to avoid using bad/arbitary initial ratio/resolution." "description": "Input your desired output final resolution, it will automaticaly set the initial recommended SDXL ratio/size and its Upscale Factor to reach that output final resolution, also there's an option for 2x/4x reverse Upscale Factor. These all to avoid using bad/arbitary initial ratio/resolution."
}, },
{
"author": "Nuked88",
"title": "ComfyUI-N-Nodes",
"reference": "https://github.com/Nuked88/ComfyUI-N-Nodes",
"files": [
"https://github.com/Nuked88/ComfyUI-N-Nodes"
],
"install_type": "git-clone",
"description": "A suite of custom nodes for ComfyUI, for now i just put Integer, string and float variable nodes."
},
{ {
"author": "taabata", "author": "taabata",
"title": "Syrian Falcon Nodes", "title": "Syrian Falcon Nodes",

View File

@ -640,6 +640,19 @@
"title_aux": "Allor Plugin" "title_aux": "Allor Plugin"
} }
], ],
"https://github.com/Nuked88/ComfyUI-N-Nodes": [
[
"DynamicPrompt",
"Float Variable",
"GPT Loader Simple",
"GPTSampler",
"Integer Variable",
"String Variable"
],
{
"title_aux": "ComfyUI-N-Nodes"
}
],
"https://github.com/Pfaeff/pfaeff-comfyui": [ "https://github.com/Pfaeff/pfaeff-comfyui": [
[ [
"AstropulsePixelDetector", "AstropulsePixelDetector",
@ -1140,6 +1153,7 @@
[ [
"AddMetaData", "AddMetaData",
"Batch Crop Image", "Batch Crop Image",
"Batch Crop Resize Inplace",
"Batch Resize Image for SDXL", "Batch Resize Image for SDXL",
"Empty Latent Ratio Custom SDXL", "Empty Latent Ratio Custom SDXL",
"Empty Latent Ratio Select SDXL", "Empty Latent Ratio Select SDXL",
@ -1148,6 +1162,7 @@
"Int to String", "Int to String",
"Mikey Sampler", "Mikey Sampler",
"Mikey Sampler Tiled", "Mikey Sampler Tiled",
"PresetRatioSelector",
"Prompt With SDXL", "Prompt With SDXL",
"Prompt With Style", "Prompt With Style",
"Prompt With Style V2", "Prompt With Style V2",

View File

@ -450,12 +450,23 @@
"filename": "t2iadapter_style_sd14v1.pth", "filename": "t2iadapter_style_sd14v1.pth",
"url": "https://huggingface.co/TencentARC/T2I-Adapter/resolve/main/models/t2iadapter_style_sd14v1.pth" "url": "https://huggingface.co/TencentARC/T2I-Adapter/resolve/main/models/t2iadapter_style_sd14v1.pth"
}, },
{
"name": "CiaraRowles/TemporalNet2",
"type": "controlnet",
"base": "SD1.5",
"save_path": "default",
"description": "TemporalNet was a ControlNet model designed to enhance the temporal consistency of generated outputs",
"reference": "https://huggingface.co/CiaraRowles/TemporalNet2",
"filename": "temporalnetversion2.ckpt",
"url": "https://huggingface.co/CiaraRowles/TemporalNet2/resolve/main/temporalnetversion2.ckpt"
},
{ {
"name": "CLIPVision model (stabilityai/clip_vision_g)", "name": "CLIPVision model (stabilityai/clip_vision_g)",
"type": "clip_vision", "type": "clip_vision",
"base": "SDXL", "base": "SDXL",
"save_path": "default", "save_path": "clip_vision/SDXL",
"description": "[3.69GB] clip_g vision model", "description": "[3.69GB] clip_g vision model",
"reference": "https://huggingface.co/stabilityai/control-lora", "reference": "https://huggingface.co/stabilityai/control-lora",
"filename": "clip_vision_g.safetensors", "filename": "clip_vision_g.safetensors",
@ -466,7 +477,7 @@
"name": "CLIPVision model (openai/clip-vit-large)", "name": "CLIPVision model (openai/clip-vit-large)",
"type": "clip_vision", "type": "clip_vision",
"base": "SD1.5", "base": "SD1.5",
"save_path": "default", "save_path": "clip_vision/SD1.5",
"description": "[1.7GB] CLIPVision model (needed for styles model)", "description": "[1.7GB] CLIPVision model (needed for styles model)",
"reference": "https://huggingface.co/openai/clip-vit-large-patch14", "reference": "https://huggingface.co/openai/clip-vit-large-patch14",
"filename": "pytorch_model.bin", "filename": "pytorch_model.bin",
@ -476,12 +487,22 @@
"name": "CLIPVision model (IP-Adapter)", "name": "CLIPVision model (IP-Adapter)",
"type": "clip_vision", "type": "clip_vision",
"base": "SD1.5", "base": "SD1.5",
"save_path": "default", "save_path": "clip_vision/SD1.5",
"description": "[2.5GB] CLIPVision model (needed for IP-Adapter)", "description": "[2.5GB] CLIPVision model (needed for IP-Adapter)",
"reference": "https://huggingface.co/h94/IP-Adapter", "reference": "https://huggingface.co/h94/IP-Adapter",
"filename": "pytorch_model.bin", "filename": "pytorch_model.bin",
"url": "https://huggingface.co/h94/IP-Adapter/resolve/main/models/image_encoder/pytorch_model.bin" "url": "https://huggingface.co/h94/IP-Adapter/resolve/main/models/image_encoder/pytorch_model.bin"
}, },
{
"name": "CLIPVision model (IP-Adapter)",
"type": "clip_vision",
"base": "SDXL",
"save_path": "clip_vision/SDXL",
"description": "[3.69GB] CLIPVision model (needed for IP-Adapter)",
"reference": "https://huggingface.co/h94/IP-Adapter",
"filename": "pytorch_model.bin",
"url": "https://huggingface.co/h94/IP-Adapter/resolve/main/sdxl_models/image_encoder/pytorch_model.bin"
},
{ {
"name": "stabilityai/control-lora-canny-rank128.safetensors", "name": "stabilityai/control-lora-canny-rank128.safetensors",
@ -948,6 +969,27 @@
"reference": "https://huggingface.co/guoyww/animatediff", "reference": "https://huggingface.co/guoyww/animatediff",
"filename": "mm_sd_v15.ckpt", "filename": "mm_sd_v15.ckpt",
"url": "https://huggingface.co/guoyww/animatediff/resolve/main/mm_sd_v15.ckpt" "url": "https://huggingface.co/guoyww/animatediff/resolve/main/mm_sd_v15.ckpt"
},
{
"name": "ip-adapter_sdxl.bin",
"type": "IP-Adapter",
"base": "SDXL",
"save_path": "custom_nodes/IPAdapter-ComfyUI/models",
"description": "Pressing 'install' directly downloads the model from the IPAdapter-ComfyUI/models extension node. (Note: Requires ComfyUI-Manager V0.24 or above)",
"reference": "https://huggingface.co/h94/IP-Adapter",
"filename": "ip-adapter_sdxl.bin",
"url": "https://huggingface.co/h94/IP-Adapter/resolve/main/sdxl_models/ip-adapter_sdxl.bin"
},
{
"name": "ip-adapter_sd15.bin",
"type": "IP-Adapter",
"base": "SD1.5",
"save_path": "custom_nodes/IPAdapter-ComfyUI/models",
"description": "Pressing 'install' directly downloads the model from the IPAdapter-ComfyUI/models extension node. (Note: Requires ComfyUI-Manager V0.24 or above)",
"reference": "https://huggingface.co/h94/IP-Adapter",
"filename": "ip-adapter_sd15.bin",
"url": "https://huggingface.co/h94/IP-Adapter/resolve/main/models/ip-adapter_sd15.bin"
} }
] ]
} }