mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-23 04:54:24 +08:00
update DB
This commit is contained in:
parent
3b58ea76fc
commit
8d481bf64d
@ -519,6 +519,16 @@
|
|||||||
"install_type": "git-clone",
|
"install_type": "git-clone",
|
||||||
"description": "ComfyUI custom node to convert latent to RGB."
|
"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",
|
"author": "ssitu",
|
||||||
"title": "UltimateSDUpscale",
|
"title": "UltimateSDUpscale",
|
||||||
|
|||||||
@ -1545,6 +1545,14 @@
|
|||||||
"title_aux": "LatentToRGB"
|
"title_aux": "LatentToRGB"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/bvhari/ComfyUI_PerpNeg": [
|
||||||
|
[
|
||||||
|
"KSamplerAdvancedPerpNeg"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "(WIP) ComfyUI_PerpNeg"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/chenbaiyujason/sc-node-comfyui": [
|
"https://github.com/chenbaiyujason/sc-node-comfyui": [
|
||||||
[
|
[
|
||||||
"8 Combine Text String",
|
"8 Combine Text String",
|
||||||
@ -2445,7 +2453,8 @@
|
|||||||
],
|
],
|
||||||
"https://github.com/shiimizu/ComfyUI_smZNodes": [
|
"https://github.com/shiimizu/ComfyUI_smZNodes": [
|
||||||
[
|
[
|
||||||
"smZ CLIPTextEncode"
|
"smZ CLIPTextEncode",
|
||||||
|
"smZ Settings"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
"title_aux": "smZNodes"
|
"title_aux": "smZNodes"
|
||||||
@ -2479,7 +2488,9 @@
|
|||||||
[
|
[
|
||||||
"AV_CheckpointModelsToParametersPipe",
|
"AV_CheckpointModelsToParametersPipe",
|
||||||
"AV_ControlNetEfficientLoader",
|
"AV_ControlNetEfficientLoader",
|
||||||
|
"AV_ControlNetEfficientStacker",
|
||||||
"AV_ControlNetLoader",
|
"AV_ControlNetLoader",
|
||||||
|
"AV_ControlNetPreprocessor",
|
||||||
"AV_LoraLoader",
|
"AV_LoraLoader",
|
||||||
"AV_ParametersPipeToCheckpointModels",
|
"AV_ParametersPipeToCheckpointModels",
|
||||||
"AV_ParametersPipeToPrompts",
|
"AV_ParametersPipeToPrompts",
|
||||||
|
|||||||
@ -1,5 +1,15 @@
|
|||||||
{
|
{
|
||||||
"custom_nodes": [
|
"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",
|
"author": "hayden-fr",
|
||||||
"title": "ComfyUI-Model-Manager",
|
"title": "ComfyUI-Model-Manager",
|
||||||
|
|||||||
@ -1545,6 +1545,14 @@
|
|||||||
"title_aux": "LatentToRGB"
|
"title_aux": "LatentToRGB"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/bvhari/ComfyUI_PerpNeg": [
|
||||||
|
[
|
||||||
|
"KSamplerAdvancedPerpNeg"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "(WIP) ComfyUI_PerpNeg"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/chenbaiyujason/sc-node-comfyui": [
|
"https://github.com/chenbaiyujason/sc-node-comfyui": [
|
||||||
[
|
[
|
||||||
"8 Combine Text String",
|
"8 Combine Text String",
|
||||||
@ -2445,7 +2453,8 @@
|
|||||||
],
|
],
|
||||||
"https://github.com/shiimizu/ComfyUI_smZNodes": [
|
"https://github.com/shiimizu/ComfyUI_smZNodes": [
|
||||||
[
|
[
|
||||||
"smZ CLIPTextEncode"
|
"smZ CLIPTextEncode",
|
||||||
|
"smZ Settings"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
"title_aux": "smZNodes"
|
"title_aux": "smZNodes"
|
||||||
@ -2479,7 +2488,9 @@
|
|||||||
[
|
[
|
||||||
"AV_CheckpointModelsToParametersPipe",
|
"AV_CheckpointModelsToParametersPipe",
|
||||||
"AV_ControlNetEfficientLoader",
|
"AV_ControlNetEfficientLoader",
|
||||||
|
"AV_ControlNetEfficientStacker",
|
||||||
"AV_ControlNetLoader",
|
"AV_ControlNetLoader",
|
||||||
|
"AV_ControlNetPreprocessor",
|
||||||
"AV_LoraLoader",
|
"AV_LoraLoader",
|
||||||
"AV_ParametersPipeToCheckpointModels",
|
"AV_ParametersPipeToCheckpointModels",
|
||||||
"AV_ParametersPipeToPrompts",
|
"AV_ParametersPipeToPrompts",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user