Merge pull request #348 from eltociear/patch-1

docs: update README.md
ver16
hako-mikan 2025-01-24 18:42:16 +09:00 committed by GitHub
commit 5f259f2c96
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,7 @@ You can specify the step at which to stop applying LoRA. By stopping around 10 s
# Overview
Latent couple extention performs U-Net calculations on a per-prompt basis, but this extension performs per-prompt calculations inside U-Net. See [here(Japanese)](https://note.com/gcem156/n/nb3d516e376d7) for details. Thanks to furusu for initiating the idea. Additional, Latent mode also supported.
Latent couple extension performs U-Net calculations on a per-prompt basis, but this extension performs per-prompt calculations inside U-Net. See [here(Japanese)](https://note.com/gcem156/n/nb3d516e376d7) for details. Thanks to furusu for initiating the idea. Additional, Latent mode also supported.
## index
- [2D regions](#2D)
@ -81,7 +81,7 @@ Base Ratio :
This setting divides the image vertically into three parts and applies the prompts "green hair twintail" ,"red blouse" ,"blue skirt", from top to bottom in order.
### Active
This extention is enabled only if "Active" is toggled.
This extension is enabled only if "Active" is toggled.
### Prompt
Prompts for different regions are separated by `BREAK` keywords.