mirror of
https://github.com/vladmandic/automatic
synced 2026-09-18 16:54:33 +02:00
jumbo merge part three
This commit is contained in:
@@ -3,7 +3,7 @@ function start_training_textual_inversion() {
|
||||
var id = randomId()
|
||||
const onProgress = (progress) => gradioApp().getElementById('ti_progress').innerHTML = progress.textinfo;
|
||||
requestProgress(id, gradioApp().getElementById('ti_gallery'), null, onProgress, false)
|
||||
var res = args_to_array(arguments)
|
||||
var res = Array.from(arguments);
|
||||
res[0] = id
|
||||
return res
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user