mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-04-04 19:49:01 +08:00
add Latent Couple and SuperMerger as extensions
parent
9031a356d1
commit
f119dd552f
@ -623,11 +623,25 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "sd-webui-controlnet",
|
"name": "sd-webui-controlnet",
|
||||||
"url": "https://github.com/Mikubill/sd-webui-controlnet",
|
"url": "https://github.com/Mikubill/sd-webui-controlnet.git",
|
||||||
"description": "WebUI extension for ControlNet. Note: (WIP), so don't expect seed reproducibility - as updates may change things.",
|
"description": "WebUI extension for ControlNet. Note: (WIP), so don't expect seed reproducibility - as updates may change things.",
|
||||||
"added": "2023-02-15",
|
"added": "2023-02-18",
|
||||||
"tags": ["script"]
|
"tags": ["script"]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "Latent Couple",
|
||||||
|
"url": "https://github.com/opparco/stable-diffusion-webui-two-shot.git",
|
||||||
|
"description": "An extension of the built-in Composable Diffusion, allows you to determine the region of the latent space that reflects your subprompts. Currently requires a cfg patch to run, found in the readme.",
|
||||||
|
"added": "2023-02-18",
|
||||||
|
"tags": ["script"]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "SuperMerger",
|
||||||
|
"url": "https://github.com/hako-mikan/sd-webui-supermerger.git",
|
||||||
|
"description": "Merge and run without saving to drive. Sequential XY merge generations; extract and merge loras, bind loras to ckpt, merge block weights, and more. Some operations are RAM-heavy & diffusers is required.",
|
||||||
|
"added": "2023-02-18",
|
||||||
|
"tags": ["script", "tab", "models"]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "zh_CN Localization",
|
"name": "zh_CN Localization",
|
||||||
"url": "https://github.com/dtlnor/stable-diffusion-webui-localization-zh_CN",
|
"url": "https://github.com/dtlnor/stable-diffusion-webui-localization-zh_CN",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user