Merge branch 'master' into dev

This commit is contained in:
AUTOMATIC1111
2023-07-11 06:25:50 +03:00
2 changed files with 7 additions and 1 deletions

View File

@@ -598,7 +598,8 @@ class Api:
}
def refresh_checkpoints(self):
shared.refresh_checkpoints()
with self.queue_lock:
shared.refresh_checkpoints()
def create_embedding(self, args: dict):
try: