mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 01:04:32 +02:00
Fixed wrong type for init of stored settings in ui.js
This commit is contained in:
+1
-1
@@ -191,7 +191,7 @@ function recalculate_prompts_img2img(){
|
||||
}
|
||||
|
||||
opts = {}
|
||||
stored_opts = {}
|
||||
stored_opts = new Set()
|
||||
function parseOpts(json_string){
|
||||
let settings_data = JSON.parse(json_string)
|
||||
opts = settings_data.values
|
||||
|
||||
Reference in New Issue
Block a user