From 88d794ada0a851402221985e1f6f1530c94fc3e9 Mon Sep 17 00:00:00 2001 From: new-sankaku Date: Mon, 18 Mar 2024 01:54:07 +0900 Subject: [PATCH 1/2] ADD:extension.json --- sd-webui-manga-maker.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 sd-webui-manga-maker.json diff --git a/sd-webui-manga-maker.json b/sd-webui-manga-maker.json new file mode 100644 index 00000000..c8ef19ca --- /dev/null +++ b/sd-webui-manga-maker.json @@ -0,0 +1,9 @@ +{ + "name": "Simple Manga Maker", + "url": "https://github.com/new-sankaku/stable-diffusion-webui-simple-manga-maker.git", + "description": "With simple operations, an extension that enables the creation and application of manga-style images.", + "tags": [ + "tab", + "editing" + ] +} \ No newline at end of file From f7279956c3f1df507707840bf42975c79a2a69b5 Mon Sep 17 00:00:00 2001 From: w-e-w <40751091+w-e-w@users.noreply.github.com> Date: Mon, 18 Mar 2024 03:26:23 +0900 Subject: [PATCH 2/2] fix pr --- sd-webui-manga-maker.json => extensions/sd-webui-manga-maker.json | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename sd-webui-manga-maker.json => extensions/sd-webui-manga-maker.json (100%) diff --git a/sd-webui-manga-maker.json b/extensions/sd-webui-manga-maker.json similarity index 100% rename from sd-webui-manga-maker.json rename to extensions/sd-webui-manga-maker.json