update DB

This commit is contained in:
dr.lt.data
2023-09-22 09:21:18 +09:00
parent ead8d78b15
commit 18f84e017c
6 changed files with 73 additions and 14 deletions

View File

@@ -1,5 +1,15 @@
{
"custom_nodes": [
{
"author": "mcmonkeyprojects",
"title": "Stable Diffusion Dynamic Thresholding (CFG Scale Fix)",
"reference": "https://github.com/mcmonkeyprojects/sd-dynamic-thresholding",
"files": [
"https://github.com/mcmonkeyprojects/sd-dynamic-thresholding"
],
"install_type": "git-clone",
"description": "Extension for StableSwarmUI, ComfyUI, and AUTOMATIC1111 Stable Diffusion WebUI that enables a way to use higher CFG Scales without color issues. This works by clamping latents between steps."
},
{
"author": "cubiq",
"title": "ComfyUI Essentials",

View File

@@ -864,6 +864,7 @@
"CR Apply ControlNet",
"CR Apply LoRA Stack",
"CR Apply Model Merge",
"CR Apply Multi Upscale",
"CR Apply Multi-ControlNet",
"CR Aspect Ratio",
"CR Aspect Ratio SDXL",
@@ -895,6 +896,7 @@
"CR Module Input",
"CR Module Output",
"CR Module Pipe Loader",
"CR Multi Upscale Stack",
"CR Multi-ControlNet Stack",
"CR Pipe Switch",
"CR Process Switch",
@@ -908,7 +910,8 @@
"CR Seed to Int",
"CR Switch Model and CLIP",
"CR Text Input Switch",
"CR Text Input Switch (4 way)"
"CR Text Input Switch (4 way)",
"CR Upscale Image"
],
{
"title_aux": "ComfyUI_Comfyroll_CustomNodes"
@@ -2464,6 +2467,15 @@
"title_aux": "Facerestore CF (Code Former)"
}
],
"https://github.com/mcmonkeyprojects/sd-dynamic-thresholding": [
[
"DynamicThresholdingFull",
"DynamicThresholdingSimple"
],
{
"title_aux": "Stable Diffusion Dynamic Thresholding (CFG Scale Fix)"
}
],
"https://github.com/meap158/ComfyUI-GPU-temperature-protection": [
[
"GPUTemperatureProtection"
@@ -2703,7 +2715,9 @@
],
"https://github.com/receyuki/comfyui-prompt-reader-node": [
[
"SDPromptReader"
"SDParameterGenerator",
"SDPromptReader",
"SDPromptSaver"
],
{
"author": "receyuki",