From 6f29db16872c25b32a06ae4453e62a1a07ed2f28 Mon Sep 17 00:00:00 2001 From: ClashSAN <98228077+ClashSAN@users.noreply.github.com> Date: Sat, 4 Mar 2023 04:52:36 +0000 Subject: [PATCH] add Dump U-Net , posex, LLuL, CFG-schedule, LoCon as extensions --- Extensions-index.md | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/Extensions-index.md b/Extensions-index.md index 1a13a52..8f7e064 100644 --- a/Extensions-index.md +++ b/Extensions-index.md @@ -677,6 +677,41 @@ "added": "2022-12-02", "tags": ["science"] }, + { + "name": "Dump U-Net", + "url": "https://github.com/hnmr293/stable-diffusion-webui-dumpunet.git", + "description": "View different layers, observe U-Net feature maps. Image generation by giving different prompts for each block of the unet: https://note.com/kohya_ss/n/n93b7c01b0547", + "added": "2022-12-04", + "tags": ["science"] + }, + { + "name": "posex", + "url": "https://github.com/hnmr293/posex.git", + "description": "Estimated Image Generator for Pose2Image. This extension allows moving the openpose figure in 3d space.", + "added": "2022-12-04", + "tags": ["script"] + }, + { + "name": "LLuL", + "url": "https://github.com/hnmr293/posex.git", + "description": "Local Latent Upscaler. Target an area to selectively enhance details.", + "added": "2022-12-04", + "tags": ["manipulations"] + }, + { + "name": "CFG-Schedule-for-Automatic1111-SD", + "url": "https://github.com/guzuligo/CFG-Schedule-for-Automatic1111-SD.git", + "description": "These scripts allow for dynamic CFG control during generation steps. With the right settings, this could help get the details of high CFG without damaging the generated image even with low denoising in img2img.", + "added": "2022-12-04", + "tags": ["script"] + }, + { + "name": "a1111-sd-webui-locon", + "url": "https://github.com/KohakuBlueleaf/a1111-sd-webui-locon.git", + "description": "An extension for loading LoCon networks in webui.", + "added": "2022-12-04", + "tags": ["script"] + }, { "name": "zh_CN Localization", "url": "https://github.com/dtlnor/stable-diffusion-webui-localization-zh_CN",