Commit e3e13df
committed
chore(release): 1.5.0 [skip ci]
# [1.5.0](v1.4.0...v1.5.0) (2023-05-24)
### Bug Fixes
* **app:** async fixes for download, train_dreambooth ([0dcbd16](0dcbd16))
* **app:** diffusers callback cannot be async; use asyncio.run() ([7854649](7854649))
* **app:** up sanic RESPONSE_TIMEOUT from 1m to 1hr ([8e2003a](8e2003a))
* **attn_procs:** apply workaround only for storage not hf repos ([b98710f](b98710f))
* **attn_procs:** load non-safetensors attn_procs ourself ([072e7a3](072e7a3)), closes [/github.com/huggingface/diffusers/pull/2448#issuecomment-1453938119](https://github.com//github.com/huggingface/diffusers/pull/2448/issues/issuecomment-1453938119)
* **deps:** pin websockets<11.0 for sanic ([33ae2f4](33ae2f4))
* **inference:** return $error NO_MODEL_ID vs later crash on None ([46ea977](46ea977))
* **storage:** actually, always set self.status (default None) ([c309ca9](c309ca9))
* **storage:** don't set self.status to None ([9b88b80](9b88b80))
* **storage:** extract with dir= must not mutate dir (download, logs) ([b1f8f87](b1f8f87))
* **tests:** pin urlllib3 to < 2, avoids break in docker package ([ccf8231](ccf8231))
### Features
* **app:** run pipeline via asyncio.to_thread ([e87f7e7](e87f7e7))
* **attn_procs:** from_safetensors override, save .savetensors fname ([5fb6487](5fb6487))
* **cors:** add sanic-ext and set default cors-origin to "*" ([eb2a385](eb2a385))
* **diffusers:** bump to 0.15.0 + 2 weeks with lpw fix (9965cb5) ([77e9078](77e9078))
* **diffusers:** bump to latest diffusers, 0.14 + patches (see note) ([48a99a5](48a99a5))
* **download:** async, status; download.py: use download_and_extract ([bb7434a](bb7434a))
* **HTTPStorage:** store filename from content-disposition ([2066c44](2066c44))
* **loadModel:** send loadModel status ([db75740](db75740))
* **status:** initial status work ([d1cd39e](d1cd39e))
* **storage:** support misc tar compression; progress ([a8c8337](a8c8337))
* **stream_events:** stream send()'s to client too ([08daf4f](08daf4f))1 parent db75740 commit e3e13df
1 file changed
+32
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
1 | 33 | | |
2 | 34 | | |
3 | 35 | | |
| |||
0 commit comments