remove download progress clip model logs
This commit is contained in:
parent
7a7b326b6e
commit
ead2ecb603
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ async function downloadModel(saveLocation: string, url: string) {
|
|||
}
|
||||
log.info('downloading clip model');
|
||||
const resp = await fetch(url);
|
||||
await writeNodeStream(saveLocation, resp.body, true);
|
||||
await writeNodeStream(saveLocation, resp.body);
|
||||
log.info('clip model downloaded');
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue