mirror of
https://github.com/lllyasviel/stable-diffusion-webui-forge.git
synced 2026-04-29 18:51:31 +00:00
Merge branch 'dev' of github.com:AUTOMATIC1111/stable-diffusion-webui into dev
This commit is contained in:
@@ -554,6 +554,8 @@ class Script(scripts.Script):
|
|||||||
valslist_ext = []
|
valslist_ext = []
|
||||||
|
|
||||||
for val in valslist:
|
for val in valslist:
|
||||||
|
if val.strip() == '':
|
||||||
|
continue
|
||||||
m = re_range.fullmatch(val)
|
m = re_range.fullmatch(val)
|
||||||
mc = re_range_count.fullmatch(val)
|
mc = re_range_count.fullmatch(val)
|
||||||
if m is not None:
|
if m is not None:
|
||||||
@@ -576,6 +578,8 @@ class Script(scripts.Script):
|
|||||||
valslist_ext = []
|
valslist_ext = []
|
||||||
|
|
||||||
for val in valslist:
|
for val in valslist:
|
||||||
|
if val.strip() == '':
|
||||||
|
continue
|
||||||
m = re_range_float.fullmatch(val)
|
m = re_range_float.fullmatch(val)
|
||||||
mc = re_range_count_float.fullmatch(val)
|
mc = re_range_count_float.fullmatch(val)
|
||||||
if m is not None:
|
if m is not None:
|
||||||
|
|||||||
Reference in New Issue
Block a user