add Batch Face Swap and Asymmetric Tiling as extensions

ClashSAN 2023-01-13 10:46:04 +00:00
parent 09ff0b0cf8
commit f8d34ee057

@ -155,6 +155,13 @@
"added": "2022-12-06", "added": "2022-12-06",
"tags": ["script", "tab"] "tags": ["script", "tab"]
}, },
{
"name": "Asymmetric Tiling",
"url": "https://github.com/tjm35/asymmetric-tiling-sd-webui.git",
"description": "An always visible script extension to configure seamless image tiling independently for the X and Y axes.",
"added": "2023-01-13",
"tags": ["script"]
},
{ {
"name": "Latent Mirroring", "name": "Latent Mirroring",
"url": "https://github.com/dfaker/SD-latent-mirroring", "url": "https://github.com/dfaker/SD-latent-mirroring",
@ -197,6 +204,13 @@
"added": "2022-11-09", "added": "2022-11-09",
"tags": ["script"] "tags": ["script"]
}, },
{
"name": "Batch Face Swap",
"url": "https://github.com/kex0/batch-face-swap.git",
"description": "Automaticaly detects faces and replaces them.",
"added": "2023-01-13",
"tags": ["script"]
},
{ {
"name": "conditioning-highres-fix", "name": "conditioning-highres-fix",
"url": "https://github.com/klimaleksus/stable-diffusion-webui-conditioning-highres-fix.git", "url": "https://github.com/klimaleksus/stable-diffusion-webui-conditioning-highres-fix.git",
@ -393,7 +407,7 @@
"added": "2023-01-01", "added": "2023-01-01",
"tags": ["script"] "tags": ["script"]
}, },
{ {
"name": "Model Converter", "name": "Model Converter",
"url": "https://github.com/Akegarasu/sd-webui-model-converter", "url": "https://github.com/Akegarasu/sd-webui-model-converter",
"description": "Convert models to fp16/bf16 no-ema/ema-only safetensors.", "description": "Convert models to fp16/bf16 no-ema/ema-only safetensors.",
@ -407,14 +421,14 @@
"added": "2023-01-06", "added": "2023-01-06",
"tags": ["script"] "tags": ["script"]
}, },
{ {
"name": "Ultimate SD Upscale", "name": "Ultimate SD Upscale",
"url": "https://github.com/Coyote-A/ultimate-upscale-for-automatic1111.git", "url": "https://github.com/Coyote-A/ultimate-upscale-for-automatic1111.git",
"description": "More advanced options for SD Upscale, less artifacts than original using higher denoise ratio (0.3-0.5).", "description": "More advanced options for SD Upscale, less artifacts than original using higher denoise ratio (0.3-0.5).",
"added": "2023-01-10", "added": "2023-01-10",
"tags": ["script"] "tags": ["script"]
}, },
{ {
"name": "Stable Horde Worker", "name": "Stable Horde Worker",
"url": "https://github.com/sdwebui-w-horde/sd-webui-stable-horde-worker.git", "url": "https://github.com/sdwebui-w-horde/sd-webui-stable-horde-worker.git",
"description": "Worker Client for Stable Horde. Generate pictures for other users with your PC. Please see https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Extensions#stable-horde-worker for additional instructions.", "description": "Worker Client for Stable Horde. Generate pictures for other users with your PC. Please see https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Extensions#stable-horde-worker for additional instructions.",
@ -428,17 +442,17 @@
"added": "2023-01-11", "added": "2023-01-11",
"tags": ["script", "tab"] "tags": ["script", "tab"]
}, },
{ {
"name": "Hypernetwork-Monkeypatch-Extension", "name": "Hypernetwork-Monkeypatch-Extension",
"url": "https://github.com/aria1th/Hypernetwork-MonkeyPatch-Extension.git", "url": "https://github.com/aria1th/Hypernetwork-MonkeyPatch-Extension.git",
"description": "Extension that provides additional training features for hypernetwork training, and supports multiple hypernetworks.", "description": "Extension that provides additional training features for hypernetwork training, and supports merging multiple hypernetworks.",
"added": "2023-01-12", "added": "2023-01-12",
"tags": ["script", "tab"] "tags": ["script", "tab"]
}, },
{ {
"name": "Multiple hypernetworks", "name": "Multiple Hypernetworks",
"url": "https://github.com/antis0007/sd-webui-multiple-hypernetworks.git", "url": "https://github.com/antis0007/sd-webui-multiple-hypernetworks.git",
"description": "Extension that allows the use of multiple hypernetworks at once.", "description": "Adds the ability to apply multiple hypernetworks at once. Apply multiple hypernetworks sequentially, with different weights.",
"added": "2023-01-13", "added": "2023-01-13",
"tags": ["script"] "tags": ["script"]
}, },