mirror of
https://github.com/vladmandic/automatic
synced 2026-09-18 16:54:33 +02:00
add sdxl support
This commit is contained in:
+2
-1
@@ -1031,7 +1031,8 @@ def create_ui(startup_timer = None):
|
||||
create_dirty_indicator("show_all_pages", [], interactive=False)
|
||||
|
||||
def unload_sd_weights():
|
||||
modules.sd_models.unload_model_weights()
|
||||
modules.sd_models.unload_model_weights(op='model')
|
||||
modules.sd_models.unload_model_weights(op='refiner')
|
||||
|
||||
def reload_sd_weights():
|
||||
modules.sd_models.reload_model_weights()
|
||||
|
||||
Reference in New Issue
Block a user