mirror of
https://github.com/Bing-su/adetailer.git
synced 2026-04-25 00:39:08 +00:00
fix: ad_prompt placeholder blank
This commit is contained in:
@@ -137,7 +137,9 @@ def one_ui_group(
|
||||
label="ad_prompt" + suffix(n),
|
||||
show_label=False,
|
||||
lines=3,
|
||||
placeholder="ADetailer prompt" + suffix(n),
|
||||
placeholder="ADetailer prompt"
|
||||
+ suffix(n)
|
||||
+ "\nIf blank, the main prompt is used.",
|
||||
elem_id=eid("ad_prompt"),
|
||||
)
|
||||
|
||||
@@ -146,7 +148,9 @@ def one_ui_group(
|
||||
label="ad_negative_prompt" + suffix(n),
|
||||
show_label=False,
|
||||
lines=2,
|
||||
placeholder="ADetailer negative prompt" + suffix(n),
|
||||
placeholder="ADetailer negative prompt"
|
||||
+ suffix(n)
|
||||
+ "\nIf blank, the main negative prompt is used.",
|
||||
elem_id=eid("ad_negative_prompt"),
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user