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",
@ -431,14 +445,14 @@
{ {
"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"]
}, },