Browse Source

update DB

pull/25/head
Dr.Lt.Data 1 year ago
parent
commit
85e105bbc3
  1. 5
      alter-list.json
  2. 4
      extension-node-map.json

5
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",

4
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"
],

Loading…
Cancel
Save