From 451e0549163abf68d09ddd9c0492aaffda335cdc Mon Sep 17 00:00:00 2001 From: w-e-w Date: Mon, 18 Mar 2024 03:27:50 +0900 Subject: [PATCH] Extension to create Manga style images (#290) --- extensions/sd-webui-manga-maker.json | 10 ++++++++++ index.json | 10 ++++++++++ 2 files changed, 20 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..04f0e7d4 --- /dev/null +++ b/extensions/sd-webui-manga-maker.json @@ -0,0 +1,10 @@ +{ + "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" + ], + "added": "2024-03-17" +} \ No newline at end of file diff --git a/index.json b/index.json index 0f8ee682..8b8f8d7b 100644 --- a/index.json +++ b/index.json @@ -2975,6 +2975,16 @@ "manipulations" ], "added": "2024-03-13" + }, + { + "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" + ], + "added": "2024-03-17" } ] } \ No newline at end of file