We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc462bf commit 8583534Copy full SHA for 8583534
javascript/state.core.js
@@ -741,7 +741,7 @@ state.core = (function () {
741
// 缺少的插件
742
missing_ext_list = []
743
for (let key in json_obj){
744
- ext_name = key.match(/ext-(\S+)-(txt2img|img2img)/)
+ ext_name = key.match(/ext-(\S+?)-(txt2img|img2img)/)
745
console.log(key)
746
if(ext_name != null){
747
ext_name = ext_name[1]
0 commit comments