mirror of
https://github.com/vladmandic/automatic
synced 2026-09-10 06:48:43 +02:00
add sdxl support
This commit is contained in:
+2
-4
@@ -406,17 +406,15 @@ class Api:
|
||||
|
||||
def interruptapi(self):
|
||||
shared.state.interrupt()
|
||||
|
||||
return {}
|
||||
|
||||
def unloadapi(self):
|
||||
unload_model_weights()
|
||||
|
||||
unload_model_weights(op='model')
|
||||
unload_model_weights(op='refiner')
|
||||
return {}
|
||||
|
||||
def reloadapi(self):
|
||||
reload_model_weights()
|
||||
|
||||
return {}
|
||||
|
||||
def skip(self):
|
||||
|
||||
Reference in New Issue
Block a user