improve: safe description/title
feat: display current channel name
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
"https://github.com/Haoming02/comfyui-diffusion-cg"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "This is the ComfyUI port of the joint research between me and TimothyAlexisVass. For more information, check out the original <a href='https://github.com/Haoming02/sd-webui-diffusion-cg'>Extension</a> for Automatic1111."
|
||||
"description": "This is the ComfyUI port of the joint research between me and TimothyAlexisVass. For more information, check out the original [a/Extension](https://github.com/Haoming02/sd-webui-diffusion-cg) for Automatic1111."
|
||||
},
|
||||
{
|
||||
"author": "Scholar01",
|
||||
@@ -111,13 +111,13 @@
|
||||
},
|
||||
{
|
||||
"author": "zhuanqianfish",
|
||||
"title": "EasyCaptureNode in ComflyUI for ControlNet",
|
||||
"title": "EasyCaptureNode for ComfyUI",
|
||||
"reference": "https://github.com/zhuanqianfish/ComfyUI-EasyNode",
|
||||
"files": [
|
||||
"https://github.com/zhuanqianfish/ComfyUI-EasyNode"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes:Load base64 encoded image, Send base64 encoded image WebSocket"
|
||||
"description": "Capture window content from other programs, easyway combined with LCM for real-time painting"
|
||||
},
|
||||
{
|
||||
"author": "AbdullahAlfaraj",
|
||||
@@ -187,7 +187,7 @@
|
||||
"https://github.com/komojini/ComfyUI_SDXL_DreamBooth_LoRA_CustomNodes"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes:XL DreamBooth LoRA"
|
||||
"description": "Nodes:XL DreamBooth LoRA, S3 Bucket LoRA"
|
||||
},
|
||||
{
|
||||
"author": "42lux",
|
||||
@@ -257,7 +257,7 @@
|
||||
"https://github.com/kijai/ComfyUI-SVD"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Preliminary use of SVD in ComfyUI.<BR>NOTE: Quick Implementation, Unstable. See details on repositories."
|
||||
"description": "Preliminary use of SVD in ComfyUI.\nNOTE: Quick Implementation, Unstable. See details on repositories."
|
||||
},
|
||||
{
|
||||
"author": "bronkula",
|
||||
@@ -569,7 +569,7 @@
|
||||
"https://github.com/nagolinc/ComfyUI_FastVAEDecorder_SDXL"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Based off of: <a href='https://github.com/Birch-san/diffusers-play/tree/main/approx_vae'>Birch-san/diffusers-play/approx_vae</a>. This ComfyUI node allows you to quickly preview SDXL 1.0 latents."
|
||||
"description": "Based off of: [a/Birch-san/diffusers-play/approx_vae](https://github.com/Birch-san/diffusers-play/tree/main/approx_vae). This ComfyUI node allows you to quickly preview SDXL 1.0 latents."
|
||||
},
|
||||
{
|
||||
"author": "jags111",
|
||||
@@ -669,7 +669,7 @@
|
||||
"https://github.com/idrirap/ComfyUI-Lora-Auto-Trigger-Words"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "This project is a fork of <a href='https://github.com/Extraltodeus/LoadLoraWithTags'>https://github.com/Extraltodeus/LoadLoraWithTags</a> The aim of these custom nodes is to get an easy access to the tags used to trigger a lora."
|
||||
"description": "This project is a fork of [a/https://github.com/Extraltodeus/LoadLoraWithTags](https://github.com/Extraltodeus/LoadLoraWithTags) The aim of these custom nodes is to get an easy access to the tags used to trigger a lora."
|
||||
},
|
||||
{
|
||||
"author": "jags111",
|
||||
@@ -679,7 +679,7 @@
|
||||
"https://github.com/jags111/efficiency-nodes-comfyui"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A collection of ComfyUI custom nodes to help streamline workflows and reduce total node count.<p style='background-color: black; color: red;'>NOTE: This node is originally created by LucianoCirino, but the <a href='https://github.com/LucianoCirino/efficiency-nodes-comfyui'>original repository</a> is no longer maintained and has been forked by a new maintainer. To use the forked version, you should uninstall the original version and <B>REINSTALL</B> this one.</p>"
|
||||
"description": "A collection of ComfyUI custom nodes to help streamline workflows and reduce total node count.[w/NOTE: This node is originally created by LucianoCirino, but the [a/original repository](https://github.com/LucianoCirino/efficiency-nodes-comfyui) is no longer maintained and has been forked by a new maintainer. To use the forked version, you should uninstall the original version and **REINSTALL** this one.]"
|
||||
},
|
||||
{
|
||||
"author": "M1kep",
|
||||
|
||||
@@ -604,9 +604,10 @@
|
||||
[
|
||||
"Danbooru (ID)",
|
||||
"Danbooru (Random)",
|
||||
"Replace Strings",
|
||||
"Simple Wildcards",
|
||||
"Simple Wildcards (Dir.)",
|
||||
"Wildcards"
|
||||
"Wildcards Nodes"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-GTSuya-Nodes"
|
||||
@@ -5211,7 +5212,7 @@
|
||||
"SendImageWebSocket"
|
||||
],
|
||||
{
|
||||
"title_aux": "EasyCaptureNode in ComflyUI for ControlNet"
|
||||
"title_aux": "EasyCaptureNode for ComfyUI"
|
||||
}
|
||||
],
|
||||
"https://raw.githubusercontent.com/throttlekitty/SDXLCustomAspectRatio/main/SDXLAspectRatio.py": [
|
||||
|
||||
Reference in New Issue
Block a user