update DB

This commit is contained in:
Dr.Lt.Data 2023-07-10 00:50:41 +09:00
parent 2cf4a1e5a9
commit 3b7b39c273
2 changed files with 23 additions and 1 deletions

View File

@ -627,6 +627,16 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "NODES: CLIP Text Encode++. Achieve identical embeddings from stable-diffusion-webui for ComfyUI." "description": "NODES: CLIP Text Encode++. Achieve identical embeddings from stable-diffusion-webui for ComfyUI."
}, },
{
"author": "ZaneA",
"title": "ImageReward",
"reference": "https://github.com/ZaneA/ComfyUI-ImageReward",
"files": [
"https://github.com/ZaneA/ComfyUI-ImageReward"
],
"install_type": "git-clone",
"description": "NODES: ImageRewardLoader, ImageRewardScore"
},
{ {
"author": "taabata", "author": "taabata",
"title": "Syrian Falcon Nodes", "title": "Syrian Falcon Nodes",

View File

@ -4,6 +4,8 @@
"Change Channel Count", "Change Channel Count",
"Combine Masks", "Combine Masks",
"Constant Mask", "Constant Mask",
"Convert Color Space",
"Create QR Code",
"Create Rect Mask", "Create Rect Mask",
"Cut By Mask", "Cut By Mask",
"Get Image Size", "Get Image Size",
@ -12,16 +14,20 @@
"Mask By Text", "Mask By Text",
"Mask Morphology", "Mask Morphology",
"Mask To Region", "Mask To Region",
"MasqueradeIncrementer",
"Mix Color By Mask", "Mix Color By Mask",
"Mix Images By Mask", "Mix Images By Mask",
"Paste By Mask", "Paste By Mask",
"Prune By Mask", "Prune By Mask",
"Separate Mask Components", "Separate Mask Components",
"Unary Image Op",
"Unary Mask Op" "Unary Mask Op"
], ],
"https://github.com/BlenderNeko/ComfyUI_ADV_CLIP_emb": [ "https://github.com/BlenderNeko/ComfyUI_ADV_CLIP_emb": [
"BNK_AddCLIPSDXLParams",
"BNK_AddCLIPSDXLRParams",
"BNK_CLIPTextEncodeAdvanced", "BNK_CLIPTextEncodeAdvanced",
"BNK_MixCLIPEmbeddings" "BNK_CLIPTextEncodeSDXLAdvanced"
], ],
"https://github.com/BlenderNeko/ComfyUI_Cutoff": [ "https://github.com/BlenderNeko/ComfyUI_Cutoff": [
"BNK_CutoffBasePrompt", "BNK_CutoffBasePrompt",
@ -507,6 +513,7 @@
"Logic Boolean", "Logic Boolean",
"Lora Loader", "Lora Loader",
"Mask Arbitrary Region", "Mask Arbitrary Region",
"Mask Batch",
"Mask Batch to Mask", "Mask Batch to Mask",
"Mask Ceiling Region", "Mask Ceiling Region",
"Mask Crop Dominant Region", "Mask Crop Dominant Region",
@ -588,6 +595,10 @@
"https://github.com/YinBailiang/MergeBlockWeighted_fo_ComfyUI": [ "https://github.com/YinBailiang/MergeBlockWeighted_fo_ComfyUI": [
"MergeBlockWeighted" "MergeBlockWeighted"
], ],
"https://github.com/ZaneA/ComfyUI-ImageReward": [
"ImageRewardLoader",
"ImageRewardScore"
],
"https://github.com/biegert/ComfyUI-CLIPSeg/raw/main/custom_nodes/clipseg.py": [ "https://github.com/biegert/ComfyUI-CLIPSeg/raw/main/custom_nodes/clipseg.py": [
"CLIPSeg", "CLIPSeg",
"CombineSegMasks" "CombineSegMasks"
@ -900,6 +911,7 @@
"https://github.com/taabata/Comfy_Syrian_Falcon_Nodes/raw/main/SyrianFalconNodes.py": [ "https://github.com/taabata/Comfy_Syrian_Falcon_Nodes/raw/main/SyrianFalconNodes.py": [
"CompositeImage", "CompositeImage",
"KSamplerAdvancedCustom", "KSamplerAdvancedCustom",
"LoopBack",
"QRGenerate", "QRGenerate",
"WordAsImage" "WordAsImage"
], ],