diff --git a/custom-node-list.json b/custom-node-list.json index 05d1f9ed..97583d0d 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -717,6 +717,16 @@ "install_type": "git-clone", "description": "Provides Math Nodes for ComfyUI. Boolean Logic, Integer Arithmetic, Floating Point Arithmetic and Functions, Vec2, Vec3, and Vec4 Arithmetic and Functions" }, + { + "author": "civitai", + "title": "comfy-nodes", + "reference": "https://github.com/civitai/comfy-nodes", + "files": [ + "https://github.com/civitai/comfy-nodes" + ], + "install_type": "git-clone", + "description": "Nodes: CivitAI_Loaders. Load Checkpoints, and LORA models directly from CivitAI API." + }, { "author": "taabata", "title": "Syrian Falcon Nodes", diff --git a/extension-node-map.json b/extension-node-map.json index 2400fc03..48758abd 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -209,14 +209,20 @@ "Image Remove Background (rembg)" ], "https://github.com/Jordach/comfy-plasma": [ + "JDC_AutoContrast", + "JDC_BlendImages", "JDC_BrownNoise", "JDC_Contrast", + "JDC_EqualizeGrey", + "JDC_GaussianBlur", "JDC_GreyNoise", + "JDC_Greyscale", "JDC_PinkNoise", "JDC_Plasma", "JDC_PlasmaSampler", "JDC_PowerImage", - "JDC_RandNoise" + "JDC_RandNoise", + "JDC_ResizeFactor" ], "https://github.com/Kaharos94/ComfyUI-Saveaswebp": [ "Save_as_webp" @@ -668,6 +674,10 @@ "FetchRemote", "QueueRemote" ], + "https://github.com/civitai/comfy-nodes": [ + "CivitAI_Checkpoint_Loader", + "CivitAI_Lora_Loader" + ], "https://github.com/comfyanonymous/ComfyUI_experiments/raw/master/advanced_model_merging.py": [ "ModelMergeBlockNumber" ],