1
0
Fork 0

chore(release): 0.8.0

This commit is contained in:
Sean Sube 2023-03-10 22:06:33 -06:00
parent 58250976d4
commit a195bc100d
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
4 changed files with 141 additions and 3 deletions

View File

@ -2,6 +2,144 @@
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines. All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
## [0.8.0](https://github.com/ssube/onnx-web/compare/v0.7.1...v0.8.0) (2023-03-11)
### Features
* add a way to select textual inversions ([2e7de16](https://github.com/ssube/onnx-web/commit/2e7de16778c8805319b7f3cc6cba7ef7e7432bc7))
* add eta parameter (fixes [#194](https://github.com/ssube/onnx-web/issues/194)) ([c1189aa](https://github.com/ssube/onnx-web/commit/c1189aad965766fe8d89f1f87046976b7ff1ee3f))
* add parameter to run correction before upscaling ([#132](https://github.com/ssube/onnx-web/issues/132)) ([ecf3c03](https://github.com/ssube/onnx-web/commit/ecf3c03f0f8433a554dc395bda01217ee8349516))
* add support for UniPC multistep scheduler ([#226](https://github.com/ssube/onnx-web/issues/226)) ([fe437e8](https://github.com/ssube/onnx-web/commit/fe437e8cd40f166a17e1dc19f60aa47ffc0ccf49))
* allow users to add their own labels for models ([#144](https://github.com/ssube/onnx-web/issues/144)) ([5d459ab](https://github.com/ssube/onnx-web/commit/5d459ab17c6f6ede6e563e11d4294591c426d90c))
* **api:** add a way to pass extra args to the conversion script ([35303c7](https://github.com/ssube/onnx-web/commit/35303c7d20114eb0a2d70f3fbb54b1e6576d5d3d))
* **api:** add an option to remove temporary Torch files after converting to ONNX ([#122](https://github.com/ssube/onnx-web/issues/122)) ([25c41c8](https://github.com/ssube/onnx-web/commit/25c41c8d6677bbf008c1c9b109f234f352e26a80))
* **api:** add batch size to txt2img and img2img pipelines ([#195](https://github.com/ssube/onnx-web/issues/195)) ([5f3b848](https://github.com/ssube/onnx-web/commit/5f3b84827b3e1db0585f0ef5dd11ad8cbfcbc4b2))
* **api:** add flag to disable progress bars ([#158](https://github.com/ssube/onnx-web/issues/158)) ([b4e66ef](https://github.com/ssube/onnx-web/commit/b4e66ef502a965a0c4e67f5c66fab7021d000c48))
* **api:** add option for custom VAE to extras file ([#145](https://github.com/ssube/onnx-web/issues/145)) ([2c66cc5](https://github.com/ssube/onnx-web/commit/2c66cc58c5ab2e2add9e150ba3798d6537bf550d))
* **api:** add range syntax to expand numbered tokens ([#179](https://github.com/ssube/onnx-web/issues/179)) ([0a4f83a](https://github.com/ssube/onnx-web/commit/0a4f83ac0f1ceca57b824593f57348affb5abcad))
* **api:** add requirements file for each platform ([#193](https://github.com/ssube/onnx-web/issues/193)) ([31054c4](https://github.com/ssube/onnx-web/commit/31054c4ee3874e17f612be4cb32856515bd024c7))
* **api:** add support for custom tokens for textual inversions ([#179](https://github.com/ssube/onnx-web/issues/179)) ([39d3661](https://github.com/ssube/onnx-web/commit/39d36618e6378b91b4d44dd00c6959c796b3a5c2))
* **api:** add support for extremely long prompts ([66c4248](https://github.com/ssube/onnx-web/commit/66c42485cb96a8f1db9ddab2b4076e915c12d89e))
* **api:** add txt2txt endpoint ([44393e3](https://github.com/ssube/onnx-web/commit/44393e37706494dbc82dd54a16a9575986efa705))
* **api:** collect labels from textual inversions ([#144](https://github.com/ssube/onnx-web/issues/144)) ([00fa9c5](https://github.com/ssube/onnx-web/commit/00fa9c58076f2338f625bed2e7bccb0951dc4bd1))
* **api:** convert Textual Inversion weights ([a31f7b9](https://github.com/ssube/onnx-web/commit/a31f7b9e1f10dfcb9b3f1fec8adace07622de664))
* **api:** enable ONNX optimizations through env ([5b4c370](https://github.com/ssube/onnx-web/commit/5b4c370a1b6b3e809be34c14ab43978918973b23))
* **api:** enable optimizations for SD pipelines based on env vars ([#155](https://github.com/ssube/onnx-web/issues/155)) ([ab6462d](https://github.com/ssube/onnx-web/commit/ab6462d095fe2305fd5a8e6ab9ac794662880a99))
* **api:** initial support for textual inversion embeddings from civitai and others ([#179](https://github.com/ssube/onnx-web/issues/179)) ([46aac26](https://github.com/ssube/onnx-web/commit/46aac263d5194e52e5e744767cc9c1a3f3222d88))
* **api:** log CUDA memory stats ([#141](https://github.com/ssube/onnx-web/issues/141)) ([005650a](https://github.com/ssube/onnx-web/commit/005650a9a228093e44f22fc9868d8804c810b173))
* **api:** look for an index file when checking for converted models ([#222](https://github.com/ssube/onnx-web/issues/222)) ([843e2f1](https://github.com/ssube/onnx-web/commit/843e2f1ff32d7e2037f2192131d1135bf0f56a5f))
* **api:** prefer chain stage parameters over request parameters ([#138](https://github.com/ssube/onnx-web/issues/138)) ([7b8ced0](https://github.com/ssube/onnx-web/commit/7b8ced0f686f79cd13c05b6ec62f85c252391d3a))
* **api:** remove Flask app from global scope ([06c74a7](https://github.com/ssube/onnx-web/commit/06c74a7a96b73facd19a7ed575252679748eac41))
* **api:** support ckpt inversions by splitting multivector embeddings into multiple tokens ([be1c8cd](https://github.com/ssube/onnx-web/commit/be1c8cd79f0075d4b1d2d45c0db5eaf07f587fc5))
* **api:** support custom VAE for diffusers models ([d42de16](https://github.com/ssube/onnx-web/commit/d42de16a844a1abdb87c8e52473a61708232cd17))
* **api:** use ONNX for Real ESRGAN v3 model ([2c9d96d](https://github.com/ssube/onnx-web/commit/2c9d96d2eec8f4f042d76d1d7db281a44c0d5e15))
* **build:** add livereloading to esbuild ([b1544a3](https://github.com/ssube/onnx-web/commit/b1544a32e592cd1e75e458c77d0ae63ceff67447))
* **build:** make GUI dev server use port 8000 everywhere ([763bdcf](https://github.com/ssube/onnx-web/commit/763bdcf0acd12d5431ae2951ba1a4e248a29ed24))
* **docs:** add conversion guide ([b952c88](https://github.com/ssube/onnx-web/commit/b952c8835f2be2dbd2d830c2c3535d18032b6424))
* **gui:** add i18next and start localization ([5bfaddd](https://github.com/ssube/onnx-web/commit/5bfaddd388f0e153f691740b1d913b3cb1665872))
* **gui:** add loading spinner while fetching server params ([aed5e1b](https://github.com/ssube/onnx-web/commit/aed5e1bf12e4b8896aa3569646a32aaafc9fcade))
* **gui:** add local params and API stub so client can load without a server ([#181](https://github.com/ssube/onnx-web/issues/181)) ([d5a3b0f](https://github.com/ssube/onnx-web/commit/d5a3b0fed85e02639a4e079eeb11feee0a0ed3ca))
* **gui:** add prompt to upscale tab (fixes [#187](https://github.com/ssube/onnx-web/issues/187)) ([34832f0](https://github.com/ssube/onnx-web/commit/34832f0171d5d13446eaec1067dceff7a7a5b1d5))
* **gui:** add warning when model does not support inpainting ([#54](https://github.com/ssube/onnx-web/issues/54)) ([643f7bb](https://github.com/ssube/onnx-web/commit/643f7bbd01019df52d4942fde4e3ea4155e6cf74))
* **gui:** display multiple images on card ([061718b](https://github.com/ssube/onnx-web/commit/061718b4777371383001dcdc0982f186282c924d))
* **gui:** export/import client state from settings tab ([#161](https://github.com/ssube/onnx-web/issues/161)) ([4d62404](https://github.com/ssube/onnx-web/commit/4d62404970f578b68b61d533c15ff08567afde90))
* **gui:** translate most of the client ([3760093](https://github.com/ssube/onnx-web/commit/3760093617dd3747a4ccfb5c1b578b8422aec385))
* **test:** add release regression testing script ([9a7770f](https://github.com/ssube/onnx-web/commit/9a7770fe4811f0f5eea67c7d4ed16313d7938b04))
### Bug Fixes
* **api:** add error handling for optimizations ([118695d](https://github.com/ssube/onnx-web/commit/118695d68cd7cc37df1de66ffe66c0f83dc6c819))
* **api:** add missing params to SD upscale ([0deaa88](https://github.com/ssube/onnx-web/commit/0deaa8898de603dac8288d28704e0a27897bd903))
* **api:** add sources section to extras schema ([9e47979](https://github.com/ssube/onnx-web/commit/9e479795fa0a385ceeb7a9b3790000728f60b5c7))
* **api:** add worker PID to log messages ([cb460a0](https://github.com/ssube/onnx-web/commit/cb460a0c59d50915bbe3405c6ec94b236fef1bc4))
* **api:** attempt to recycle leaking workers when a job finishes ([4ae4ce1](https://github.com/ssube/onnx-web/commit/4ae4ce176ca6cb4528c7ee22f53dd1b617efa581))
* **api:** attempt to validate extra translation strings ([b198b3b](https://github.com/ssube/onnx-web/commit/b198b3baff582f0a404f8887827ed5eb1c213e4f))
* **api:** better logging when converting textual inversions ([9a0d205](https://github.com/ssube/onnx-web/commit/9a0d2051fb9473ed37f279bf49b18724db3a14f1))
* **api:** check for cache rather than converted model before fetch ([c0b8873](https://github.com/ssube/onnx-web/commit/c0b88733b8115d7e2921878b30e9da15dfced3ad))
* **api:** continue converting other models after an error in one ([#166](https://github.com/ssube/onnx-web/issues/166)) ([c74d22a](https://github.com/ssube/onnx-web/commit/c74d22aa4208d7dc5541e820f9b12b2f3eeec137))
* **api:** convert Real ESRGAN v3 using same arch as runtime ([338fc23](https://github.com/ssube/onnx-web/commit/338fc237c7c7c8043881472fc593930f8cb83166))
* **api:** correct blending mask (fixes [#188](https://github.com/ssube/onnx-web/issues/188)) ([f561dfa](https://github.com/ssube/onnx-web/commit/f561dfae832dfb0c6f0e6e81bfa7dd16ceac3afd))
* **api:** correct continuation syntax for Windows launch scripts ([6c47542](https://github.com/ssube/onnx-web/commit/6c47542d46c69f245a22182619155728c11d5d39))
* **api:** correct conversion imports ([628812f](https://github.com/ssube/onnx-web/commit/628812fb0b7b068c15adcc74e2f0765e3ba14c31))
* **api:** correct device for VRAM check ([cf8ca34](https://github.com/ssube/onnx-web/commit/cf8ca348458483fdf4562d55c589a32d1af28be8))
* **api:** correct imports ([10fbafa](https://github.com/ssube/onnx-web/commit/10fbafaff07cccbfbe21ed21ca529b8d196ac08a))
* **api:** correct VAE config check ([555de5e](https://github.com/ssube/onnx-web/commit/555de5e07d490980929ef3b5c5657363de2952dc))
* **api:** correctly handle missing inversion param ([3626d69](https://github.com/ssube/onnx-web/commit/3626d69f40d9ae78d0c2fb2da8834368ca20ef8d))
* **api:** create conversion context from environment vars ([15060e6](https://github.com/ssube/onnx-web/commit/15060e6c7d456061522181e71f710f8c3ce40420))
* **api:** disable HF hub progress ([8dd55cc](https://github.com/ssube/onnx-web/commit/8dd55cc5567842cd95ebbb935fcaaaa1affd108c))
* **api:** disable progress in diffusers pipelines ([b2de114](https://github.com/ssube/onnx-web/commit/b2de114c8c71679959ff7c9a93a69c1d17f34f2b))
* **api:** enable optimizations during model conversion ([fd013c8](https://github.com/ssube/onnx-web/commit/fd013c88ef6f00ccd65d345c4da181a50c9a1aea))
* **api:** exit worker on memory allocation errors ([57fed94](https://github.com/ssube/onnx-web/commit/57fed943377bf17506863fafc17e8662e770b53b))
* **api:** fallback to PyTorch if tensors fail to load with JIT ([b3c8fce](https://github.com/ssube/onnx-web/commit/b3c8fce16b73ee2d3da75c5a190fd33ff600e676))
* **api:** finished job notification should not block worker ([edc55ae](https://github.com/ssube/onnx-web/commit/edc55ae8b49d11e20f4fd69a05ab22de5f6f74e4))
* **api:** improve cache logging ([cfc20d3](https://github.com/ssube/onnx-web/commit/cfc20d3133b63803da660df2056c12936defa0c3))
* **api:** include bottom margin when calculating output size ([da3d95f](https://github.com/ssube/onnx-web/commit/da3d95ff491fa2158e11f8f4f8116571b7641f5c))
* **api:** include cache keys in logs ([55576ae](https://github.com/ssube/onnx-web/commit/55576ae87cd6e9f59e790f6884d3772ad7dee8b6))
* **api:** load LPW pipeline from local source ([#224](https://github.com/ssube/onnx-web/issues/224)) ([6e71775](https://github.com/ssube/onnx-web/commit/6e717757827df051dd753a357ba4b910a61b8448))
* **api:** load tokenizer with textual inversions ([4b77a00](https://github.com/ssube/onnx-web/commit/4b77a00ca7a0ed8a563e13eb6b0dba454198c1c1))
* **api:** log correct token when converting Textual Inversions ([30b08c6](https://github.com/ssube/onnx-web/commit/30b08c6d6d3af2e2171702347649e67a65baf28e))
* **api:** log number of active threads when running GC ([#170](https://github.com/ssube/onnx-web/issues/170)) ([d09446c](https://github.com/ssube/onnx-web/commit/d09446ca68ec696cb96d0f37bf0220b7914e9350))
* **api:** make size params iterable ([3ca02d4](https://github.com/ssube/onnx-web/commit/3ca02d48755a7153f9aa0645b987b9d35189ea47))
* **api:** make stage-specific source image optional in GFPGAN stage ([#233](https://github.com/ssube/onnx-web/issues/233)) ([6bdaa4a](https://github.com/ssube/onnx-web/commit/6bdaa4a4edd734b58e1f463a5397aa2fe4a8006e))
* **api:** mark all convert methods as no_grad ([21fc7c5](https://github.com/ssube/onnx-web/commit/21fc7c5968fbcf2f07d889823f0f45d75f7b8138))
* **api:** match format in schema for sd-concepts ([6542646](https://github.com/ssube/onnx-web/commit/654264600545e1de252e983644356a0863be1773))
* **api:** move prompt splitting logging to debug level ([21c6070](https://github.com/ssube/onnx-web/commit/21c60709bce0c530138c429f91d5c9ed9e9dad80))
* **api:** only convert VAE once when coming from checkpoints ([7a1f831](https://github.com/ssube/onnx-web/commit/7a1f8318efc5b90e4d9d4d873470419324386f4c))
* **api:** only remove converted VAE if it exists ([56a8262](https://github.com/ssube/onnx-web/commit/56a826228d93f6919c67806437f870e6010dec6a))
* **api:** only run CUDA GC on CUDA devices ([e03b637](https://github.com/ssube/onnx-web/commit/e03b637f543dabd823dfb5f516aacc2857629fee))
* **api:** only run GC is devices are passed ([30978e3](https://github.com/ssube/onnx-web/commit/30978e3e5bce42d6e52d3d0853aa31ce7688bbcd))
* **api:** patch VAE for SD upscaling on older versions of diffusers ([#234](https://github.com/ssube/onnx-web/issues/234)) ([e960ee1](https://github.com/ssube/onnx-web/commit/e960ee1d8510b2378292ab80d6851bb2dc541e25))
* **api:** prevent workers from blocking on their progress queues ([3a4928e](https://github.com/ssube/onnx-web/commit/3a4928e59b72d8be126ed15ea765f31a180eef69))
* **api:** report accurate size when face correction is run twice ([c459e96](https://github.com/ssube/onnx-web/commit/c459e9652381ac0054ded68c774e10e5aeaf4fca))
* **api:** resize images to min dimensions by padding if necessary ([#172](https://github.com/ssube/onnx-web/issues/172)) ([0e108da](https://github.com/ssube/onnx-web/commit/0e108daa0fa99c45432a68d037511d972d5b1fbb))
* **api:** restore separate upscale and correction stages ([f534fbb](https://github.com/ssube/onnx-web/commit/f534fbb92cf7b83c0d3de614fb24de35d99a3041))
* **api:** reuse ORT session params for each device ([b532570](https://github.com/ssube/onnx-web/commit/b532570f54d33ba7cd9facc84513ada11f6d59f5))
* **api:** run shape inference before converting models to fp16 ([dbf9eaf](https://github.com/ssube/onnx-web/commit/dbf9eaf1a4714c6a827e5077e4c7bd0983fdc394))
* **api:** run torch gc alongside python ([#156](https://github.com/ssube/onnx-web/issues/156)) ([0ed4af1](https://github.com/ssube/onnx-web/commit/0ed4af18ad5370097024e26a610a1ed768a83691))
* **api:** sanitize filenames in user input ([12fb7f5](https://github.com/ssube/onnx-web/commit/12fb7f52bb17208f82cf6b3274acb4b90bfdc717))
* **api:** show VRAM percent in logs ([39b9741](https://github.com/ssube/onnx-web/commit/39b9741b24fabf380ec8149418eeb2d562b113e3))
* **api:** support loading VAE from CKPT files ([ca1b22d](https://github.com/ssube/onnx-web/commit/ca1b22d44deacd434a319d8cb7caf779e1bad6c1))
* **api:** track and repeatedly attempt to recycle leaking workers ([#219](https://github.com/ssube/onnx-web/issues/219)) ([7a3a81a](https://github.com/ssube/onnx-web/commit/7a3a81a4ef7119c1d38e11cc789ef4555e98da0e))
* **api:** track completed jobs for each device worker ([#170](https://github.com/ssube/onnx-web/issues/170)) ([1f3a5f6](https://github.com/ssube/onnx-web/commit/1f3a5f6f3c1b399438927b393593d3b33ca4bf4c))
* **api:** track currently active worker for each device ([c0a01ef](https://github.com/ssube/onnx-web/commit/c0a01efef423274a38fcf2dc98c6844d6877e8bf))
* **api:** track items removed from cache ([af1c3c7](https://github.com/ssube/onnx-web/commit/af1c3c7839bb444c59a90f9120c6cba73af88fd3))
* **api:** unwrap state dict from VAE ([37b173d](https://github.com/ssube/onnx-web/commit/37b173d0d1643393c542ec8663182d257dbfe04e))
* **api:** update SD upscaling pipeline ([3d73b9e](https://github.com/ssube/onnx-web/commit/3d73b9e6219e4e9bcce8208d2b9095c1924b630b))
* **api:** use pipeline class name in cache key ([339868d](https://github.com/ssube/onnx-web/commit/339868de4d5a918e7f8eb4bf8825c64e6d59ce2e))
* **api:** use server model path while converting SD checkpoints ([#221](https://github.com/ssube/onnx-web/issues/221)) ([c45915e](https://github.com/ssube/onnx-web/commit/c45915e5587c25e7b2d87cf20b2afa2a16222be5))
* **api:** use stage source when available ([ac1f744](https://github.com/ssube/onnx-web/commit/ac1f7449bb50463b10635a388431d0d1a324a954))
* **api:** write external weights into same directory as optimized model ([74aae1b](https://github.com/ssube/onnx-web/commit/74aae1b027b78b8200d734a919050d0bc6c49973))
* **build:** add make target for watch mode ([3dde3b9](https://github.com/ssube/onnx-web/commit/3dde3b9237ff1d81fea42ce3ecd89d7d8165f708))
* **build:** disable preview rules in black ([f8658c8](https://github.com/ssube/onnx-web/commit/f8658c88cd229b3208560e66fad73c256b9e292a))
* **build:** Explicitly set esbuild serve host/port ([035446e](https://github.com/ssube/onnx-web/commit/035446ecbc4d93efaad318d25f97b5485378e6c8))
* **build:** install cv2 deps ([26f4b7e](https://github.com/ssube/onnx-web/commit/26f4b7e5b9f9fbe1d0dd2279817086027fa8eafa))
* **build:** reset old coverage before running tests ([6e8d51b](https://github.com/ssube/onnx-web/commit/6e8d51b9fad96dd987436e927ef3df22a57d9df2))
* **build:** use platform-specific requirements for containers ([05c628d](https://github.com/ssube/onnx-web/commit/05c628d8a6f79a11d833d637ed944a65141578ed))
* **build:** use separate cache for pip packaging jobs ([8435b18](https://github.com/ssube/onnx-web/commit/8435b18829c33c367441bed2f78387e96ac01eee))
* **docs:** describe blending tab ([a3b4b73](https://github.com/ssube/onnx-web/commit/a3b4b73dba2a0a5c36531c8f18fa40f37f36e2a8))
* **docs:** describe dev watch mode ([3c001a9](https://github.com/ssube/onnx-web/commit/3c001a985fbb0b089151c1582fa2aed625db577a))
* **docs:** describe ONNX_WEB_EXTRA_ARGS and _EXTRA_MODELS in admin guide ([719fbc3](https://github.com/ssube/onnx-web/commit/719fbc35e437bd4724cd0b6c1d79055a7cf41d40))
* **docs:** explain converting Textual Inversions, using layer tokens, and prompt range syntax ([#179](https://github.com/ssube/onnx-web/issues/179)) ([7800581](https://github.com/ssube/onnx-web/commit/78005812f3d7f0e2fd0733adad03d3238d29274b))
* **docs:** note about checking LoRA metadata keys ([7ef63e1](https://github.com/ssube/onnx-web/commit/7ef63e14c497f58e9d96a55a7418ff25f8f6326d))
* **gui:** better spacing around prompt controls ([ad08349](https://github.com/ssube/onnx-web/commit/ad08349fbe476bacd06be368bcd73d653654d1ec))
* **gui:** create logger sooner and use it more ([344d17a](https://github.com/ssube/onnx-web/commit/344d17a7b14ae9f8b0ce0ed8c1f28f5655e77a48))
* **gui:** load server strings into correct namespaces ([a0dfc06](https://github.com/ssube/onnx-web/commit/a0dfc060da330448d41d182a68c11fd2e25c86c4))
* **gui:** move pre tag into a valid location ([aec44aa](https://github.com/ssube/onnx-web/commit/aec44aaaebc8881f5d33fc0d824659b71931180d))
* **gui:** remove empty option and fix labels for none in mask filter ([#228](https://github.com/ssube/onnx-web/issues/228)) ([3f18b3b](https://github.com/ssube/onnx-web/commit/3f18b3b92635831d254660bd67da0ab50b8100af))
* **gui:** send correct values for upscale order ([d0b8045](https://github.com/ssube/onnx-web/commit/d0b80451ada230870ac20ebc61e700591ba4bd37))
* **gui:** set tile order to value rather than index ([#229](https://github.com/ssube/onnx-web/issues/229)) ([171b9b0](https://github.com/ssube/onnx-web/commit/171b9b04f7ab9b88d6d674735bf5acf7b826ec19))
* **gui:** start French translation ([2b319c4](https://github.com/ssube/onnx-web/commit/2b319c48e405e154fdbf95b41dafd9d31f90b9df))
* **gui:** translate the initial progress screen ([af05e05](https://github.com/ssube/onnx-web/commit/af05e05ea6bdefbf1205448c84e8c48ec3bfe51b))
* **scripts:** pass protocol and port to all test scripts ([b44e644](https://github.com/ssube/onnx-web/commit/b44e644f9e9cf5851117b5f62a8f62c35d70a23c))
* **scripts:** reduce steps/time on leak test ([6204829](https://github.com/ssube/onnx-web/commit/62048298d7d0bf9ea295b6c8188c3fa4f1118c3a))
* **scripts:** update release tests with support for batches ([6809d2d](https://github.com/ssube/onnx-web/commit/6809d2da825d3ebdfc131369398514a92ab83e2c))
* **tests:** add release test for partial blending ([312d8d2](https://github.com/ssube/onnx-web/commit/312d8d251a0918d7e942ece63d0377e580685a65))
* **tests:** make release tests more strict, update DEIS reference ([3d0f243](https://github.com/ssube/onnx-web/commit/3d0f2434af830e38a46e13423c4274891595550a))
* **tests:** update blend refs for release tests ([5825097](https://github.com/ssube/onnx-web/commit/58250976d4188915e4a518a276e22b002837ddc6))
* **tests:** use correct endpoint in release tests for blend mode ([d794835](https://github.com/ssube/onnx-web/commit/d794835d20eb27bf571514d8d6018f9ee97ddb4f))
### [0.7.1](https://github.com/ssube/onnx-web/compare/v0.7.0...v0.7.1) (2023-02-16) ### [0.7.1](https://github.com/ssube/onnx-web/compare/v0.7.0...v0.7.1) (2023-02-16)
* **api:** remove unused import * **api:** remove unused import

View File

@ -451,7 +451,7 @@ To update the server, make sure you are on the `main` branch and pull the latest
> git pull > git pull
``` ```
If you want to run a specific tag of the server, run `git checkout v0.7.1` with the desired tag. If you want to run a specific tag of the server, run `git checkout v0.8.0` with the desired tag.
### Building the client ### Building the client

View File

@ -5,7 +5,7 @@ with open("README.md", "r") as fh:
setuptools.setup( setuptools.setup(
name="onnx-web", name="onnx-web",
version="0.7.1", version="0.8.0",
author="ssube", author="ssube",
author_email="seansube@gmail.com", author_email="seansube@gmail.com",
description="web UI for running ONNX models", description="web UI for running ONNX models",

View File

@ -1,6 +1,6 @@
{ {
"name": "@apextoaster/onnx-web", "name": "@apextoaster/onnx-web",
"version": "0.7.1", "version": "0.8.0",
"description": "onnx web gui", "description": "onnx web gui",
"type": "module", "type": "module",
"main": "out/src/main.js", "main": "out/src/main.js",