From 75d572c39b46dc1946946549606d07dd0eb6be2d Mon Sep 17 00:00:00 2001 From: hako-mikan <122196982+hako-mikan@users.noreply.github.com> Date: Wed, 18 Oct 2023 01:13:34 +0900 Subject: [PATCH] Add files via upload --- extensions/sd-webui-cd-tuner.json | 8 ++++++++ extensions/sd-webui-negpip.json | 8 ++++++++ 2 files changed, 16 insertions(+) create mode 100644 extensions/sd-webui-cd-tuner.json create mode 100644 extensions/sd-webui-negpip.json diff --git a/extensions/sd-webui-cd-tuner.json b/extensions/sd-webui-cd-tuner.json new file mode 100644 index 00000000..6643efad --- /dev/null +++ b/extensions/sd-webui-cd-tuner.json @@ -0,0 +1,8 @@ +{ + "name": "CD(Color/Detail) Tuner", + "url": "https://github.com/hako-mikan/sd-webui-cd-tuner.git", + "description": "Adjust color tone, brightness, and level of detailing using a different mechanism of LoRA or ADtailer", + "tags": [ + "manipulations" + ] +} \ No newline at end of file diff --git a/extensions/sd-webui-negpip.json b/extensions/sd-webui-negpip.json new file mode 100644 index 00000000..92a2c220 --- /dev/null +++ b/extensions/sd-webui-negpip.json @@ -0,0 +1,8 @@ +{ + "name": "NegPiP", + "url": "https://github.com/hako-mikan/sd-webui-negpip.git", + "description": "Enable negative strength in the prompt. This will have a stronger effect than a negative prompt.", + "tags": [ + "manipulations" + ] +} \ No newline at end of file