diff --git a/alter-list.json b/alter-list.json
index a98f3d3..56c62fc 100644
--- a/alter-list.json
+++ b/alter-list.json
@@ -94,6 +94,16 @@
"id":"https://github.com/space-nuko/nui-suite",
"tags":"prompt, dynamic prompt",
"description": "This extension provides nodes with the functionality of dynamic prompts."
+ },
+ {
+ "id":"https://github.com/melMass/comfy_mtb",
+ "tags":"roop",
+ "description": "This extension provides bunch of nodes including roop"
+ },
+ {
+ "id":"https://github.com/ssitu/ComfyUI_roop",
+ "tags":"roop",
+ "description": "This extension provides nodes for the roop A1111 webui script."
}
]
}
\ No newline at end of file
diff --git a/custom-node-list.json b/custom-node-list.json
index c0d26c7..db4a497 100644
--- a/custom-node-list.json
+++ b/custom-node-list.json
@@ -486,6 +486,16 @@
"install_type": "git-clone",
"description": "Unofficial ComfyUI nodes for restart sampling based on the paper 'Restart Sampling for Improving Generative Processes' [paper] [repo]"
},
+ {
+ "author": "ssitu",
+ "title": "ComfyUI roop",
+ "reference": "https://github.com/ssitu/ComfyUI_roop",
+ "files": [
+ "https://github.com/ssitu/ComfyUI_roop"
+ ],
+ "install_type": "git-clone",
+ "description": "ComfyUI nodes for the roop A1111 webui script."
+ },
{
"author": "space-nuko",
"title": "Disco Diffusion",
@@ -545,7 +555,7 @@
],
"nodename_pattern": "\\(mtb\\)$",
"install_type": "git-clone",
- "description": "NODES: Latent Lerp, Int To Number, Bounding Box, Crop, Uncrop, ImageBlur, Denoise, ImageCompare, RGV to HSV, HSV to RGB, Color Correct, Modulo, Deglaze Image, Smart Step, ..."
+ "description": "NODES: Face Swap, Film Interpolation, Latent Lerp, Int To Number, Bounding Box, Crop, Uncrop, ImageBlur, Denoise, ImageCompare, RGV to HSV, HSV to RGB, Color Correct, Modulo, Deglaze Image, Smart Step, ..."
},
{
"author": "xXAdonesXx",
@@ -607,16 +617,6 @@
"install_type": "git-clone",
"description": "ComfyUI node that pixelizes images."
},
- {
- "author": "lcolok",
- "title": "LogicAI",
- "reference": "https://github.com/lcolok/ComfyUI-LogicAI",
- "files": [
- "https://github.com/lcolok/ComfyUI-LogicAI"
- ],
- "install_type": "git-clone",
- "description": "NODES: GroundingDINO"
- },
{
"author": "shiimizu",
"title": "smZNodes",
@@ -637,6 +637,16 @@
"install_type": "git-clone",
"description": "NODES: ImageRewardLoader, ImageRewardScore"
},
+ {
+ "author": "SeargeDP",
+ "title": "SeargeSDXL",
+ "reference": "https://github.com/SeargeDP/SeargeSDXL",
+ "files": [
+ "https://github.com/SeargeDP/SeargeSDXL"
+ ],
+ "install_type": "git-clone",
+ "description": "Custom nodes for easier use of SDXL in ComfyUI including an img2img workflow that utilizes both the base and refiner checkpoints."
+ },
{
"author": "taabata",
"title": "Syrian Falcon Nodes",
@@ -714,6 +724,16 @@
"install_type": "copy",
"description": "KSampler is provided, based on GPU random noise"
},
+ {
+ "author": "fitCorder",
+ "title": "fcSuite",
+ "reference": "https://github.com/fitCorder/fcSuite",
+ "files": [
+ "https://github.com/fitCorder/fcSuite/raw/main/fcSuite.py"
+ ],
+ "install_type": "copy",
+ "description": "fcFloatMatic is a custom module, that when configured correctly will increment through the lines generating you loras at different strengths. The JSON file will load the config."
+ },
{
"author": "theally",
"title": "TheAlly's Custom Nodes",
diff --git a/extension-node-map.json b/extension-node-map.json
index 0de18f4..d04ba1f 100644
--- a/extension-node-map.json
+++ b/extension-node-map.json
@@ -377,6 +377,10 @@
"LatentDuplicator",
"LatentSelector"
],
+ "https://github.com/SeargeDP/SeargeSDXL": [
+ "SeargePromptText",
+ "SeargeSDXLSampler"
+ ],
"https://github.com/TinyTerra/ComfyUI_tinyterraNodes.git": [
"ttN busIN",
"ttN busOUT",
@@ -670,6 +674,11 @@
"https://github.com/filipemeneses/comfy_pixelization": [
"Pixelization"
],
+ "https://github.com/fitCorder/fcSuite/raw/main/fcSuite.py": [
+ "fcFloat",
+ "fcFloatMatic",
+ "fcInteger"
+ ],
"https://github.com/flyingshutter/As_ComfyUI_CustomNodes": [
"BatchIndex_AS",
"ImageMixMasked_As",
@@ -889,6 +898,9 @@
"KRestartSampler",
"KRestartSamplerSimple"
],
+ "https://github.com/ssitu/ComfyUI_roop": [
+ "roop"
+ ],
"https://github.com/strimmlarn/ComfyUI_Strimmlarns_aesthetic_score": [
"AesthetlcScoreSorter",
"CalculateAestheticScore",
@@ -912,6 +924,7 @@
"https://github.com/taabata/Comfy_Syrian_Falcon_Nodes/raw/main/SyrianFalconNodes.py": [
"CompositeImage",
"KSamplerAdvancedCustom",
+ "LoopBack",
"QRGenerate",
"WordAsImage"
],