remove batch size restriction from X/Y plot

This commit is contained in:
AUTOMATIC 2022-10-10 21:24:11 +03:00
parent 727e4d1086
commit 5da1ba0e91

View File

@ -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):