make X/Y plot's S/R apply to negative prompt as well.

This commit is contained in:
AUTOMATIC 2022-09-09 08:58:31 +03:00
parent bcb8a5eb0a
commit 41434ba3cd

View File

@ -21,6 +21,7 @@ def apply_field(field):
def apply_prompt(p, x, xs):
p.prompt = p.prompt.replace(xs[0], x)
p.negative_prompt = p.negative_prompt.replace(xs[0], x)
samplers_dict = {}