Commit 7b833291 authored by AUTOMATIC1111's avatar AUTOMATIC1111
Browse files

Merge branch 'master' into dev

parents 910d4f61 f865d3e1
Loading
Loading
Loading
Loading
+5 −0
Original line number Original line Diff line number Diff line
## 1.4.1

### Bug Fixes:
 * add queue lock for refresh-checkpoints

## 1.4.0
## 1.4.0


### Features:
### Features:
+2 −1
Original line number Original line Diff line number Diff line
@@ -598,6 +598,7 @@ class Api:
        }
        }


    def refresh_checkpoints(self):
    def refresh_checkpoints(self):
        with self.queue_lock:
            shared.refresh_checkpoints()
            shared.refresh_checkpoints()


    def create_embedding(self, args: dict):
    def create_embedding(self, args: dict):