From 93b3e02f1e399f41a6999ad7173cc5302d2b96b8 Mon Sep 17 00:00:00 2001 From: new-sankaku <133557155+new-sankaku@users.noreply.github.com> Date: Mon, 18 Mar 2024 03:27:50 +0900 Subject: [PATCH] Extension to create Manga style images (#290) * ADD:extension.json * fix pr --------- Co-authored-by: w-e-w <40751091+w-e-w@users.noreply.github.com> --- extensions/sd-webui-manga-maker.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 extensions/sd-webui-manga-maker.json diff --git a/extensions/sd-webui-manga-maker.json b/extensions/sd-webui-manga-maker.json new file mode 100644 index 00000000..c8ef19ca --- /dev/null +++ b/extensions/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