mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-01-11 11:41:32 -08:00
initial support for training textual inversion
This commit is contained in:
parent
84e97a98c5
commit
820f1dc96b
19 changed files with 828 additions and 315 deletions
8
javascript/textualInversion.js
Normal file
8
javascript/textualInversion.js
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
|
||||
|
||||
function start_training_textual_inversion(){
|
||||
requestProgress('ti')
|
||||
gradioApp().querySelector('#ti_error').innerHTML=''
|
||||
|
||||
return args_to_array(arguments)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue