From 85e105bbc3954f42b48b55929b003710ba2ef750 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Tue, 11 Jul 2023 18:00:22 +0900 Subject: [PATCH] update DB --- alter-list.json | 5 +++++ extension-node-map.json | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/alter-list.json b/alter-list.json index 5e79419c..a98f3d3b 100644 --- a/alter-list.json +++ b/alter-list.json @@ -45,6 +45,11 @@ "tags":"img2img alt, random", "description": "The extension provides an unsampler that reverses the sampling process, allowing for a function similar to img2img alt to be implemented. Furthermore, ComfyUI uses CPU's Random instead of GPU's Random for better reproducibility compared to A1111. This extension provides the ability to use GPU's Random for Latent Noise. However, since GPU's Random may vary depending on the GPU model, reproducibility on different devices cannot be guaranteed." }, + { + "id":"https://github.com/BlenderNeko/ComfyUI_SeeCoder", + "tags":"seecoder, prompt-free-diffusion", + "description": "The extension provides seecoder feature." + }, { "id":"https://github.com/lilly1987/ComfyUI_node_Lilly", "tags":"prompt, wildcard", diff --git a/extension-node-map.json b/extension-node-map.json index bed2fbba..0de18f42 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -886,7 +886,8 @@ "UltimateSDUpscaleNoUpscale" ], "https://github.com/ssitu/ComfyUI_restart_sampling": [ - "KRestartSampler" + "KRestartSampler", + "KRestartSamplerSimple" ], "https://github.com/strimmlarn/ComfyUI_Strimmlarns_aesthetic_score": [ "AesthetlcScoreSorter", @@ -911,7 +912,6 @@ "https://github.com/taabata/Comfy_Syrian_Falcon_Nodes/raw/main/SyrianFalconNodes.py": [ "CompositeImage", "KSamplerAdvancedCustom", - "LoopBack", "QRGenerate", "WordAsImage" ],