mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-09 06:04:31 +08:00
update DB
This commit is contained in:
parent
ee81018f38
commit
85e105bbc3
@ -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",
|
||||
|
||||
@ -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…
x
Reference in New Issue
Block a user