Commit 41434ba3 authored by AUTOMATIC's avatar AUTOMATIC

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

parent bcb8a5eb
...@@ -21,6 +21,7 @@ def apply_field(field): ...@@ -21,6 +21,7 @@ def apply_field(field):
def apply_prompt(p, x, xs): def apply_prompt(p, x, xs):
p.prompt = p.prompt.replace(xs[0], x) p.prompt = p.prompt.replace(xs[0], x)
p.negative_prompt = p.negative_prompt.replace(xs[0], x)
samplers_dict = {} samplers_dict = {}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment