update diffuser samplers and refiner workflows

This commit is contained in:
Vladimir Mandic
2023-07-16 12:56:52 -04:00
parent 0f81cfc213
commit 7a859cdb18
17 changed files with 208 additions and 166 deletions
+2 -7
View File
@@ -583,13 +583,8 @@ class Api:
def shutdown(self):
shared.log.info('Shutdown request received')
# from modules.shared import demo
# demo.close()
# time.sleep(0.5)
# import sys
# sys.exit(0)
import os
os._exit(0)
import sys
sys.exit(0)
def get_memory(self):
try: