2022-10-02 12:03:39 +00:00
|
|
|
|
|
|
|
|
2023-01-15 15:50:56 +00:00
|
|
|
|
2022-10-02 12:03:39 +00:00
|
|
|
function start_training_textual_inversion(){
|
|
|
|
gradioApp().querySelector('#ti_error').innerHTML=''
|
|
|
|
|
2023-01-15 15:50:56 +00:00
|
|
|
var id = randomId()
|
|
|
|
requestProgress(id, gradioApp().getElementById('ti_output'), gradioApp().getElementById('ti_gallery'), function(){}, function(progress){
|
|
|
|
gradioApp().getElementById('ti_progress').innerHTML = progress.textinfo
|
|
|
|
})
|
|
|
|
|
|
|
|
var res = args_to_array(arguments)
|
|
|
|
|
|
|
|
res[0] = id
|
|
|
|
|
|
|
|
return res
|
2022-10-02 12:03:39 +00:00
|
|
|
}
|