Browse Source

update DB

pull/106/head
dr.lt.data 1 year ago
parent
commit
6a9a2f52c2
  1. 26
      custom-node-list.json
  2. 32
      extension-node-map.json
  3. 24
      node_db/new/custom-node-list.json
  4. 32
      node_db/new/extension-node-map.json

26
custom-node-list.json

@ -132,7 +132,7 @@
},
{
"author": "BlenderNeko",
"title": "(WIP) SeeCoder",
"title": "SeeCoder [WIP]",
"reference": "https://github.com/BlenderNeko/ComfyUI_SeeCoder",
"files": [
"https://github.com/BlenderNeko/ComfyUI_SeeCoder"
@ -215,6 +215,16 @@
"install_type": "git-clone",
"description": "Nodes: WAS_PFN_Latent. Perlin Power Fractal Noisey Latents"
},
{
"author": "WASasquatch",
"title": "Power Noise Suite for ComfyUI",
"reference": "https://github.com/WASasquatch/PowerNoiseSuite",
"files": [
"https://github.com/WASasquatch/PowerNoiseSuite"
],
"install_type": "git-clone",
"description": "Power Noise Suite contains nodes centered around latent noise input, and diffusion, as well as latent adjustments."
},
{
"author": "omar92",
"title": "Quality of life Suit:V2",
@ -388,7 +398,7 @@
},
{
"author": "city96",
"title": "(WIP) ComfyUI_DiT",
"title": "ComfyUI_DiT [WIP]",
"reference": "https://github.com/city96/ComfyUI_DiT",
"files": [
"https://github.com/city96/ComfyUI_DiT"
@ -531,7 +541,7 @@
},
{
"author": "bvhari",
"title": "(WIP) ComfyUI_PerpNeg",
"title": "ComfyUI_PerpNeg [WIP]",
"reference": "https://github.com/bvhari/ComfyUI_PerpNeg",
"files": [
"https://github.com/bvhari/ComfyUI_PerpNeg"
@ -539,6 +549,16 @@
"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": "bvhari",
"title": "ComfyUI_PerpWeight",
"reference": "https://github.com/bvhari/ComfyUI_PerpWeight",
"files": [
"https://github.com/bvhari/ComfyUI_PerpWeight"
],
"install_type": "git-clone",
"description": "A novel weighting scheme for token vectors from CLIP. Allows a wider range of values for the weight. Inspired by Perp-Neg."
},
{
"author": "ssitu",
"title": "UltimateSDUpscale",

32
extension-node-map.json

@ -147,7 +147,7 @@
"SEECoderImageEncode"
],
{
"title_aux": "(WIP) SeeCoder"
"title_aux": "SeeCoder [WIP]"
}
],
"https://github.com/BlenderNeko/ComfyUI_TiledKSampler": [
@ -1133,6 +1133,24 @@
"title_aux": "PPF_Noise_ComfyUI"
}
],
"https://github.com/WASasquatch/PowerNoiseSuite": [
[
"Blend Latents (PPF Noise)",
"Cross-Hatch Power Fractal (PPF Noise)",
"Cross-Hatch Power Fractal Settings (PPF Noise)",
"Images as Latents (PPF Noise)",
"Latent Adjustment (PPF Noise)",
"Latents to CPU (PPF Noise)",
"Linear Cross-Hatch Power Fractal (PPF Noise)",
"Perlin Power Fractal Latent (PPF Noise)",
"Perlin Power Fractal Settings (PPF Noise)",
"Power KSampler Advanced (PPF Noise)",
"Power-Law Noise (PPF Noise)"
],
{
"title_aux": "Power Noise Suite for ComfyUI"
}
],
"https://github.com/WASasquatch/was-node-suite-comfyui": [
[
"BLIP Analyze Image",
@ -1627,7 +1645,15 @@
"KSamplerAdvancedPerpNeg"
],
{
"title_aux": "(WIP) ComfyUI_PerpNeg"
"title_aux": "ComfyUI_PerpNeg [WIP]"
}
],
"https://github.com/bvhari/ComfyUI_PerpWeight": [
[
"CLIPTextEncodePerpWeight"
],
{
"title_aux": "ComfyUI_PerpWeight"
}
],
"https://github.com/chenbaiyujason/sc-node-comfyui": [
@ -1665,7 +1691,7 @@
"DiTSampler"
],
{
"title_aux": "(WIP) ComfyUI_DiT"
"title_aux": "ComfyUI_DiT [WIP]"
}
],
"https://github.com/city96/ComfyUI_NetDist": [

24
node_db/new/custom-node-list.json

@ -1,5 +1,25 @@
{
"custom_nodes": [
{
"author": "bvhari",
"title": "ComfyUI_PerpWeight",
"reference": "https://github.com/bvhari/ComfyUI_PerpWeight",
"files": [
"https://github.com/bvhari/ComfyUI_PerpWeight"
],
"install_type": "git-clone",
"description": "A novel weighting scheme for token vectors from CLIP. Allows a wider range of values for the weight. Inspired by Perp-Neg."
},
{
"author": "WASasquatch",
"title": "Power Noise Suite for ComfyUI",
"reference": "https://github.com/WASasquatch/PowerNoiseSuite",
"files": [
"https://github.com/WASasquatch/PowerNoiseSuite"
],
"install_type": "git-clone",
"description": "Power Noise Suite contains nodes centered around latent noise input, and diffusion, as well as latent adjustments."
},
{
"author": "aimingfail",
"title": "Image2Halftone Node for ComfyUI",
@ -83,7 +103,7 @@
},
{
"author": "bvhari",
"title": "(WIP) ComfyUI_PerpNeg",
"title": "ComfyUI_PerpNeg [WIP]",
"reference": "https://github.com/bvhari/ComfyUI_PerpNeg",
"files": [
"https://github.com/bvhari/ComfyUI_PerpNeg"
@ -113,7 +133,7 @@
},
{
"author": "city96",
"title": "(WIP) ComfyUI_DiT",
"title": "ComfyUI_DiT [WIP]",
"reference": "https://github.com/city96/ComfyUI_DiT",
"files": [
"https://github.com/city96/ComfyUI_DiT"

32
node_db/new/extension-node-map.json

@ -147,7 +147,7 @@
"SEECoderImageEncode"
],
{
"title_aux": "(WIP) SeeCoder"
"title_aux": "SeeCoder [WIP]"
}
],
"https://github.com/BlenderNeko/ComfyUI_TiledKSampler": [
@ -1133,6 +1133,24 @@
"title_aux": "PPF_Noise_ComfyUI"
}
],
"https://github.com/WASasquatch/PowerNoiseSuite": [
[
"Blend Latents (PPF Noise)",
"Cross-Hatch Power Fractal (PPF Noise)",
"Cross-Hatch Power Fractal Settings (PPF Noise)",
"Images as Latents (PPF Noise)",
"Latent Adjustment (PPF Noise)",
"Latents to CPU (PPF Noise)",
"Linear Cross-Hatch Power Fractal (PPF Noise)",
"Perlin Power Fractal Latent (PPF Noise)",
"Perlin Power Fractal Settings (PPF Noise)",
"Power KSampler Advanced (PPF Noise)",
"Power-Law Noise (PPF Noise)"
],
{
"title_aux": "Power Noise Suite for ComfyUI"
}
],
"https://github.com/WASasquatch/was-node-suite-comfyui": [
[
"BLIP Analyze Image",
@ -1627,7 +1645,15 @@
"KSamplerAdvancedPerpNeg"
],
{
"title_aux": "(WIP) ComfyUI_PerpNeg"
"title_aux": "ComfyUI_PerpNeg [WIP]"
}
],
"https://github.com/bvhari/ComfyUI_PerpWeight": [
[
"CLIPTextEncodePerpWeight"
],
{
"title_aux": "ComfyUI_PerpWeight"
}
],
"https://github.com/chenbaiyujason/sc-node-comfyui": [
@ -1665,7 +1691,7 @@
"DiTSampler"
],
{
"title_aux": "(WIP) ComfyUI_DiT"
"title_aux": "ComfyUI_DiT [WIP]"
}
],
"https://github.com/city96/ComfyUI_NetDist": [

Loading…
Cancel
Save