mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-04-12 07:49:01 +08:00
typo correction and convert "lora" to "LoRA" as per standard convention
parent
3d3a62ca65
commit
993ae5b17c
@ -87,9 +87,9 @@ Extension for creating videos using img2img and ebsynth. Output edited videos us
|
||||

|
||||
|
||||
|
||||
## Lora Block Weight
|
||||
## LoRA Block Weight
|
||||
|
||||
Lora is a powerful tool, but it is sometimes difficult to use and can affect areas that you do not want it to affect. This script allows you to set the weights block-by-block. Using this script, you may be able to get the image you want.
|
||||
LoRA is a powerful tool, but it is sometimes difficult to use and can affect areas that you do not want it to affect. This script allows you to set the weights block-by-block. Using this script, you may be able to get the image you want.
|
||||
|
||||
Used in conjunction with the XY plot, it is possible to examine the impact of each level of the hierarchy.
|
||||
|
||||
@ -124,7 +124,7 @@ Bilingual translation, no need to worry about how to find the original button. C
|
||||
|
||||

|
||||
|
||||
## Composable Lora
|
||||
## Composable LoRA
|
||||
https://github.com/opparco/stable-diffusion-webui-composable-lora
|
||||
|
||||
Enables using AND keyword(composable diffusion) to limit LoRAs to subprompts. Useful when paired with Latent Couple extension.
|
||||
@ -155,7 +155,7 @@ This can add multiple pose characters, detect pose from image, save to PNG, and
|
||||
## SuperMerger
|
||||
https://github.com/hako-mikan/sd-webui-supermerger
|
||||
|
||||
Merge and run without saving to drive. Sequential XY merge generations; extract and merge loras, bind loras to ckpt, merge block weights, and more.
|
||||
Merge and run without saving to drive. Sequential XY merge generations; extract and merge LoRA's, bind LoRA's to ckpt, merge block weights, and more.
|
||||
|
||||

|
||||
|
||||
@ -223,21 +223,19 @@ Catppuccin is a community-driven pastel theme that aims to be the middle ground
|
||||
|
||||
|
||||
## Dynamic Thresholding
|
||||
Dynamic Thresholding Adds customizable dynamic thresholding to allow high CFG Scale values without the burning / 'pop art' effect.
|
||||
|
||||
Adds customizable dynamic thresholding to allow high CFG Scale values without the burning / 'pop art' effect.
|
||||
Dynamic Thresholding adds customizable dynamic thresholding to allow high CFG Scale values without the burning / 'pop art' effect.
|
||||
|
||||
|
||||
## Custom Diffusion
|
||||
https://github.com/guaneec/custom-diffusion-webui
|
||||
|
||||
Custom Diffusion is, in short, finetuning-lite with TI, instead of tuning the whole model. Similar speed and memory requirements to TI and supposedly gives better results in less steps.
|
||||
Custom Diffusion is a form of fine-tuning with TI, instead of tuning the whole model. Similar speed and memory requirements to TI and may give better results in fewer steps.
|
||||
|
||||
|
||||
## Fusion
|
||||
https://github.com/ljleb/prompt-fusion-extension
|
||||
|
||||
Adds prompt-travel and shift-attention-like interpolations (see exts), but during/within the sampling steps. Always-on + works w/ existing prompt-editing syntax. Various interpolation modes. See their wiki for more info.
|
||||
Adds prompt-travel and shift-attention-like interpolations (see exts), but during/within the sampling steps. Always-on + works with existing prompt-editing syntax. Various interpolation modes. See their wiki for more info.
|
||||
|
||||
<details><summary>Example: (Click to expand:)</summary>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user