remove batch size restriction from X/Y plot
This commit is contained in:
parent
727e4d1086
commit
5da1ba0e91
1 changed files with 4 additions and 1 deletions
|
@ -205,7 +205,10 @@ class Script(scripts.Script):
|
||||||
if not no_fixed_seeds:
|
if not no_fixed_seeds:
|
||||||
modules.processing.fix_seed(p)
|
modules.processing.fix_seed(p)
|
||||||
|
|
||||||
p.batch_size = 1
|
if not opts.return_grid:
|
||||||
|
p.batch_size = 1
|
||||||
|
|
||||||
|
|
||||||
CLIP_stop_at_last_layers = opts.CLIP_stop_at_last_layers
|
CLIP_stop_at_last_layers = opts.CLIP_stop_at_last_layers
|
||||||
|
|
||||||
def process_axis(opt, vals):
|
def process_axis(opt, vals):
|
||||||
|
|
Loading…
Reference in a new issue