implement package installation based on prestartup_script

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

View File

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