mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-09 14:14:54 +08:00
update DB
This commit is contained in:
parent
3b58ea76fc
commit
8d481bf64d
@ -519,6 +519,16 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "ComfyUI custom node to convert latent to RGB."
|
||||
},
|
||||
{
|
||||
"author": "bvhari",
|
||||
"title": "(WIP) ComfyUI_PerpNeg",
|
||||
"reference": "https://github.com/bvhari/ComfyUI_PerpNeg",
|
||||
"files": [
|
||||
"https://github.com/bvhari/ComfyUI_PerpNeg"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes: KSampler (Advanced + Perp-Neg). Implementation of <a href='https://perp-neg.github.io/' target='blank'>Perp-Neg</a><br>Includes Tonemap and CFG Rescale optionsComfyUI custom node to convert latent to RGB.<p style='background-color: black; color: red;'>WARNING: Experimental code, might have incompatibilities and edge cases.</>"
|
||||
},
|
||||
{
|
||||
"author": "ssitu",
|
||||
"title": "UltimateSDUpscale",
|
||||
|
||||
@ -1545,6 +1545,14 @@
|
||||
"title_aux": "LatentToRGB"
|
||||
}
|
||||
],
|
||||
"https://github.com/bvhari/ComfyUI_PerpNeg": [
|
||||
[
|
||||
"KSamplerAdvancedPerpNeg"
|
||||
],
|
||||
{
|
||||
"title_aux": "(WIP) ComfyUI_PerpNeg"
|
||||
}
|
||||
],
|
||||
"https://github.com/chenbaiyujason/sc-node-comfyui": [
|
||||
[
|
||||
"8 Combine Text String",
|
||||
@ -2445,7 +2453,8 @@
|
||||
],
|
||||
"https://github.com/shiimizu/ComfyUI_smZNodes": [
|
||||
[
|
||||
"smZ CLIPTextEncode"
|
||||
"smZ CLIPTextEncode",
|
||||
"smZ Settings"
|
||||
],
|
||||
{
|
||||
"title_aux": "smZNodes"
|
||||
@ -2479,7 +2488,9 @@
|
||||
[
|
||||
"AV_CheckpointModelsToParametersPipe",
|
||||
"AV_ControlNetEfficientLoader",
|
||||
"AV_ControlNetEfficientStacker",
|
||||
"AV_ControlNetLoader",
|
||||
"AV_ControlNetPreprocessor",
|
||||
"AV_LoraLoader",
|
||||
"AV_ParametersPipeToCheckpointModels",
|
||||
"AV_ParametersPipeToPrompts",
|
||||
|
||||
@ -1,5 +1,15 @@
|
||||
{
|
||||
"custom_nodes": [
|
||||
{
|
||||
"author": "bvhari",
|
||||
"title": "(WIP) ComfyUI_PerpNeg",
|
||||
"reference": "https://github.com/bvhari/ComfyUI_PerpNeg",
|
||||
"files": [
|
||||
"https://github.com/bvhari/ComfyUI_PerpNeg"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes: KSampler (Advanced + Perp-Neg). Implementation of <a href='https://perp-neg.github.io/' target='blank'>Perp-Neg</a><br>Includes Tonemap and CFG Rescale optionsComfyUI custom node to convert latent to RGB.<p style='background-color: black; color: red;'>WARNING: Experimental code, might have incompatibilities and edge cases.</>"
|
||||
},
|
||||
{
|
||||
"author": "hayden-fr",
|
||||
"title": "ComfyUI-Model-Manager",
|
||||
|
||||
@ -1545,6 +1545,14 @@
|
||||
"title_aux": "LatentToRGB"
|
||||
}
|
||||
],
|
||||
"https://github.com/bvhari/ComfyUI_PerpNeg": [
|
||||
[
|
||||
"KSamplerAdvancedPerpNeg"
|
||||
],
|
||||
{
|
||||
"title_aux": "(WIP) ComfyUI_PerpNeg"
|
||||
}
|
||||
],
|
||||
"https://github.com/chenbaiyujason/sc-node-comfyui": [
|
||||
[
|
||||
"8 Combine Text String",
|
||||
@ -2445,7 +2453,8 @@
|
||||
],
|
||||
"https://github.com/shiimizu/ComfyUI_smZNodes": [
|
||||
[
|
||||
"smZ CLIPTextEncode"
|
||||
"smZ CLIPTextEncode",
|
||||
"smZ Settings"
|
||||
],
|
||||
{
|
||||
"title_aux": "smZNodes"
|
||||
@ -2479,7 +2488,9 @@
|
||||
[
|
||||
"AV_CheckpointModelsToParametersPipe",
|
||||
"AV_ControlNetEfficientLoader",
|
||||
"AV_ControlNetEfficientStacker",
|
||||
"AV_ControlNetLoader",
|
||||
"AV_ControlNetPreprocessor",
|
||||
"AV_LoraLoader",
|
||||
"AV_ParametersPipeToCheckpointModels",
|
||||
"AV_ParametersPipeToPrompts",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user