mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2024-06-07 21:20:49 +00:00
Update xy_grid.py
split vals not 's' from tests
This commit is contained in:
parent
fd9e049168
commit
82eb8ea452
@ -197,7 +197,7 @@ class Script(scripts.Script):
|
||||
if opt.label == 'Nothing':
|
||||
return [0]
|
||||
|
||||
valslist = list(map(str.strip,chain.from_iterable(csv.reader(StringIO(s)))))
|
||||
valslist = list(map(str.strip,chain.from_iterable(csv.reader(StringIO(vals)))))
|
||||
|
||||
if opt.type == int:
|
||||
valslist_ext = []
|
||||
|
Loading…
Reference in New Issue
Block a user