implement new training master script

This commit is contained in:
Vladimir Mandic
2023-03-19 12:13:16 -04:00
parent a856ace900
commit 53db51194f
21 changed files with 1194 additions and 28 deletions
+6
View File
@@ -129,6 +129,12 @@ async def progress():
return res
def progresssync():
res = getsync('/sdapi/v1/progress?skip_current_image=true')
log.debug({ 'progress': res })
return res
def options():
options = getsync('/sdapi/v1/options')
flags = getsync('/sdapi/v1/cmd-flags')