mirror of
https://github.com/lllyasviel/stable-diffusion-webui-forge.git
synced 2026-02-04 06:59:59 +00:00
Update xy_grid.py
split vals not 's' from tests
This commit is contained in:
@@ -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 = []
|
||||
|
||||
Reference in New Issue
Block a user