hako-mikan 2025-03-31 00:07:31 +09:00
parent 3624d5b976
commit d79fe0d209
2 changed files with 20 additions and 0 deletions

View File

@ -234,6 +234,16 @@ green dress
```
と言うプロンプトがあった場合、共通の場合には領域1は`a girl red hair`というプロンプトで生成されます。ベースの場合で比率が0.2の場合には` (a girl) * 0.2 + (red hair) * 0.8`というプロンプトで生成されます。基本的には共通プロンプトで問題ありません。共通プロンプトの効きが強いという場合などはベースにしてみてもいいかもしれません。
## 設定
###Hide subprompt masks in prompt mode
プロンプトモードにおいて、生成されたマスクを表示しない
###Disable ImageEditor
マスクエディターを無効化する(一部のbrowserにおいてCPU使用率が100になる問題に対処)
###Use old active check box
古いActiveボタンを使用する(TabExtentionを使用するとき)
## APIを通した利用方法
APIを通してこの拡張を利用する場合には次の書式を使います。
```

View File

@ -357,6 +357,16 @@ Here are samples of a simple prompt, two loras with negative te/unet values per
If you come across any useful insights on the phenomenon, do share.
## Settings
###Hide subprompt masks in prompt mode
In prompt mode, don't show the generated mask.
###Disable ImageEditor
Disable the mask editor (this is to fix an issue where CPU usage hits 100% in some browsers).
###Use old active check box
Use the old Active button (when using TabExtension).
## How to Use via API
The following format is used when utilizing this extension via the API.