make X/Y plot's S/R apply to negative prompt as well.
This commit is contained in:
parent
bcb8a5eb0a
commit
41434ba3cd
|
@ -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 = {}
|
||||
|
|
Loading…
Reference in New Issue
Block a user