1
0
Fork 0

chore(release): 0.6.0

This commit is contained in:
Sean Sube 2023-02-07 08:13:56 -06:00
parent b6fd288842
commit 86126ffe66
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
4 changed files with 144 additions and 3 deletions

View File

@ -2,6 +2,147 @@
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.6.0](https://github.com/ssube/onnx-web/compare/v0.5.0...v0.6.0) (2023-02-07)
### Features
* add face outscale as its own parameter ([#111](https://github.com/ssube/onnx-web/issues/111)) ([de4e7b0](https://github.com/ssube/onnx-web/commit/de4e7b0dc9b820da61a1dbe1be3dbffda68af5cb))
* **api:** add a way for the server to disable certain platforms ([#83](https://github.com/ssube/onnx-web/issues/83)) ([67d51a9](https://github.com/ssube/onnx-web/commit/67d51a96e3e9087adfaf5058dbe5edf914b78d32))
* **api:** add CodeFormer stage for chain pipelines ([e059f11](https://github.com/ssube/onnx-web/commit/e059f11253eebc638d71053735b39a61672f8f67))
* **api:** add CodeFormer to automatic upscale ([0a9f108](https://github.com/ssube/onnx-web/commit/0a9f1081566b4454c6a2ce8a89bf6443331770bd))
* **api:** add CodeFormer to conversion script ([a2a0028](https://github.com/ssube/onnx-web/commit/a2a0028bd464e6d937a5fef62feee53a0ef5c533))
* **api:** add img2img and inpaint chain stages ([dcbd059](https://github.com/ssube/onnx-web/commit/dcbd059082a3376ac7ffa4b9907c7c23de05bffc))
* **api:** add inpaint as a chain stage ([4579e96](https://github.com/ssube/onnx-web/commit/4579e96cc157f2c3ad4a47e53ecfdbfdd15706ba))
* **api:** add launch script for Windows ([fa7e5e8](https://github.com/ssube/onnx-web/commit/fa7e5e8ab97769b9dbeef48618d75f8b8bb987a2))
* **api:** add progress to ready endpoint ([294c831](https://github.com/ssube/onnx-web/commit/294c831d02564e15784e1ab6719962c6e5b42b1f))
* **api:** add provider for each available CUDA device ([#38](https://github.com/ssube/onnx-web/issues/38)) ([98b6e4d](https://github.com/ssube/onnx-web/commit/98b6e4dd03593f86ce5fddbd4e120242146ae9ed))
* **api:** add reduce stages, noise source ([c905fbb](https://github.com/ssube/onnx-web/commit/c905fbb72811ffe3cad4e9faa714e87e1774b104))
* **api:** add s3 upload chain stage ([8d57d11](https://github.com/ssube/onnx-web/commit/8d57d113cd21c900cfccd4cc07baac07ea21ddbf))
* **api:** add save-to-disk stage ([779457b](https://github.com/ssube/onnx-web/commit/779457b5463db86eead9f5790e39267bd763a5e2))
* **api:** add status endpoint ([157ed6d](https://github.com/ssube/onnx-web/commit/157ed6da70c4b702ead8c8c6bb19a97eee6cbe4d))
* **api:** create model path if needed during convert script ([6c22cb1](https://github.com/ssube/onnx-web/commit/6c22cb1cbf202e923533b2b22227d4c78ca6dea1))
* **api:** distribute jobs to devices using round-robin ([#38](https://github.com/ssube/onnx-web/issues/38)) ([5e0231c](https://github.com/ssube/onnx-web/commit/5e0231c01b0008c7a0394e94a55a55601124437d))
* **api:** enable LPW custom pipeline ([#27](https://github.com/ssube/onnx-web/issues/27)) ([7b506cb](https://github.com/ssube/onnx-web/commit/7b506cb6d335ee89c1c0c405ab4ac48ef5b1f769))
* **api:** implement spiral grid for outpainting ([a4d3f18](https://github.com/ssube/onnx-web/commit/a4d3f18a48782e067540a3897f2a6651ea84a947))
* **api:** implement upscaling and correction as a chain pipeline ([bcaf0f7](https://github.com/ssube/onnx-web/commit/bcaf0f73e618002d0d199227ff4f98fdeab67d74))
* **api:** initial support for Stable Diffusion upscaling ([#66](https://github.com/ssube/onnx-web/issues/66)) ([819af82](https://github.com/ssube/onnx-web/commit/819af824b047db4c5af471e9c8e306215a0a2d10))
* **api:** load source and mask images for chain pipelines ([#88](https://github.com/ssube/onnx-web/issues/88)) ([1de2a51](https://github.com/ssube/onnx-web/commit/1de2a51db54f155849746e15769da47b405b5f46))
* **api:** load-balance background jobs between devices ([efee374](https://github.com/ssube/onnx-web/commit/efee374c164f6db7ef8a8b109e8382f3ab5b7aee))
* **api:** log errors from background jobs ([53f4924](https://github.com/ssube/onnx-web/commit/53f492459f304cf04f2967d66e1f1a4b7c969230))
* **api:** make LPW an image parameter ([fb376c6](https://github.com/ssube/onnx-web/commit/fb376c6b62751c5479963ea713d8489c21fb0752))
* **api:** parse chain pipeline from request ([151ebff](https://github.com/ssube/onnx-web/commit/151ebff23794ce262826c5cba3416cbac666448e))
* **api:** parse named tile sizes ([8f1cbc8](https://github.com/ssube/onnx-web/commit/8f1cbc83f8b1de9025fd8c34471f79d2b1623503))
* **api:** provide a way for users to add models to the convert list ([#70](https://github.com/ssube/onnx-web/issues/70)) ([c837830](https://github.com/ssube/onnx-web/commit/c83783004310af095d509d991a9ae35b2b00d951))
* **api:** provide a way to override log settings ([406e0f0](https://github.com/ssube/onnx-web/commit/406e0f0cf9686f011bdbe0900f2454d38b0cbb79))
* **api:** remove client-side request mutex ([4e7bfd7](https://github.com/ssube/onnx-web/commit/4e7bfd79d767c3f20db8140d2f2988a1bedd618e))
* **api:** save image params along with image ([#81](https://github.com/ssube/onnx-web/issues/81)) ([6697c2e](https://github.com/ssube/onnx-web/commit/6697c2eb6aef239afbdd766e657c98b115d3a95f))
* **api:** save output of each stage in debug mode ([680adc7](https://github.com/ssube/onnx-web/commit/680adc70eaa8b8ce5cec24ee4bf250e89ffdedda))
* **api:** server setting to select image format ([6ce1309](https://github.com/ssube/onnx-web/commit/6ce13096edba7349b46d9e1727058e2694fe1035))
* **api:** set default platform for each container (fixes [#82](https://github.com/ssube/onnx-web/issues/82)) ([f4fc627](https://github.com/ssube/onnx-web/commit/f4fc6271bc6a67f5941cfbe3991d85efeb8ea769))
* **api:** start implementing chain pipelines ([71ff3bb](https://github.com/ssube/onnx-web/commit/71ff3bb1c482e1410b46a42da3e73e34bada7b3c))
* **api:** switch inpaint mode to upscale stage ([50d6dbb](https://github.com/ssube/onnx-web/commit/50d6dbb451c5e027c216c2c14e2c17a5b12d27f7))
* **api:** switch to device pool for background workers ([6426cff](https://github.com/ssube/onnx-web/commit/6426cff741ad41254336f0351dcbe8ace1d13453))
* **api:** switch to python logging ([4547bce](https://github.com/ssube/onnx-web/commit/4547bcef505aaf0e3cdd8c792700b06cedaf0c7d))
* **api:** synthesize a mask for outpaint stages ([5119a98](https://github.com/ssube/onnx-web/commit/5119a982dbfa75afe002cbd198934bc77b7530f1))
* **api:** use per-tile latents for outpainting ([483a1ba](https://github.com/ssube/onnx-web/commit/483a1bad683dee4f46fefdafeddbd44446264106))
* **build:** add basic codespaces definition ([#25](https://github.com/ssube/onnx-web/issues/25)) ([7c96145](https://github.com/ssube/onnx-web/commit/7c96145397c24946105b17db0e42f6f1bc65dee5))
* **build:** run Python lint during CI ([79eaad6](https://github.com/ssube/onnx-web/commit/79eaad67f2ff6ef81368e77c586b8085e3a8232b))
* **docs:** note debug mode, server env vars ([ce63ef6](https://github.com/ssube/onnx-web/commit/ce63ef66dd9720d9871819dc0dd78f79a34b4b07))
* **docs:** start a developer guide ([39a422f](https://github.com/ssube/onnx-web/commit/39a422f2e504838a268944ade0dffb8aa39a1748))
* **gui:** add cancel button to loading card ([f5039d8](https://github.com/ssube/onnx-web/commit/f5039d800dfd800a85fbc9538f2817423183aaa0))
* **gui:** add cancel to API client ([900a95e](https://github.com/ssube/onnx-web/commit/900a95eb61de9af2e32eb7724f41c63ff8cee147))
* **gui:** add LPW flag to model settings ([c47209c](https://github.com/ssube/onnx-web/commit/c47209cfbfd943ab0972467975d3b564ca551d76))
* **gui:** navigate to appropriate tab when copying image (fixes [#80](https://github.com/ssube/onnx-web/issues/80)) ([1e477f7](https://github.com/ssube/onnx-web/commit/1e477f7548eccdca39dc298ca895a93258a0e092))
* **gui:** save tabs and allow linking ([#80](https://github.com/ssube/onnx-web/issues/80)) ([e6e9914](https://github.com/ssube/onnx-web/commit/e6e9914ca0fb710f95d9691e494bda5a50831ede))
### Bug Fixes
* **api:** add device index to job status endpoint ([ae434f5](https://github.com/ssube/onnx-web/commit/ae434f5c11fa1fda188901cd4e7338179fef8bb9))
* **api:** additional logging around model load ops ([ea69753](https://github.com/ssube/onnx-web/commit/ea69753bfd78b6e8c8e49d9757be6fa79c9e22f5))
* **api:** avoid circular deps in diffusion pipeline cache ([c7a6ec4](https://github.com/ssube/onnx-web/commit/c7a6ec45d869d7e09ff5152e092333ca9efc3f8b))
* **api:** avoid setting device on schedulers that do not support it ([d636ce3](https://github.com/ssube/onnx-web/commit/d636ce3eefb3033ff1aada1a24116b765403a2fe))
* **api:** calculate outpaint overlap factor before adding margins ([b6fd288](https://github.com/ssube/onnx-web/commit/b6fd288842e04dd1ac89025ece7827ebd6b4051c))
* **api:** convert images to ndarray before passing to GFPGAN ([39f84c4](https://github.com/ssube/onnx-web/commit/39f84c4a49f48060cd5e3d0b04f6718712bac41e))
* **api:** convert size to JSON ([83992d9](https://github.com/ssube/onnx-web/commit/83992d91937b867490707ed05b8aed0fb83e36d6))
* **api:** convert spiral grid coordinates to offsets ([6f1ffaa](https://github.com/ssube/onnx-web/commit/6f1ffaa0439398409b8e08e8e97d37a9189547d4))
* **api:** correct caching for upscaling models ([ee495a8](https://github.com/ssube/onnx-web/commit/ee495a8d93646a40596ab2e894872e3b946eaa4e))
* **api:** correct import error ([59b8055](https://github.com/ssube/onnx-web/commit/59b80559263e48d7ea137682bc73f0aba3104d3d))
* **api:** correct order for img2img params ([6fcfe4f](https://github.com/ssube/onnx-web/commit/6fcfe4f8782a16bbf924fb9e52baaa0b4f705bcb))
* **api:** correct python cmd for Windows ([a901cc4](https://github.com/ssube/onnx-web/commit/a901cc44bdc268ee49c2566ad2cac9711c8c503e))
* **api:** correctly create model path ([f302be7](https://github.com/ssube/onnx-web/commit/f302be7f506bff1b8a7f11d11ebf89319896ec13))
* **api:** correctly make output directory ([33bb56d](https://github.com/ssube/onnx-web/commit/33bb56dd247ad08c00136ebbcf6847427024200f))
* **api:** default to first available device when there are no other jobs ([bf3f227](https://github.com/ssube/onnx-web/commit/bf3f227d662a375132f2d0f420e41bf3922c5f88))
* **api:** drop unused parameter from inpaint pipeline ([a3eed7a](https://github.com/ssube/onnx-web/commit/a3eed7a0958c5029f671caf84d8dbe9b215930ff))
* **api:** embed LPW pipeline (fixes [#96](https://github.com/ssube/onnx-web/issues/96)) ([7c5f9ba](https://github.com/ssube/onnx-web/commit/7c5f9baeb7dd1c3b6ba1b88d84f66ec0a7a376c8))
* **api:** exclude finished jobs when load balancing ([ed2e15a](https://github.com/ssube/onnx-web/commit/ed2e15a67ec018b85690cd1057487d0facf16bb0))
* **api:** fully switch between LPW and regular ONNX pipelines ([5f35a28](https://github.com/ssube/onnx-web/commit/5f35a2853ba42edcb9014421e08670ec601cebd6))
* **api:** handle partial params when formatting output ([c19f39f](https://github.com/ssube/onnx-web/commit/c19f39f9b40197a95f06cfd6ee38a7c12427e344))
* **api:** include face correction outscale in final image size ([7db5472](https://github.com/ssube/onnx-web/commit/7db5472531498a1af3709bbed02c592bf7053377))
* **api:** keep chain pipeline images and use request size ([9d0609f](https://github.com/ssube/onnx-web/commit/9d0609fefea253c4e71017d0cd3276db77553288))
* **api:** log number of background workers on startup ([732aa27](https://github.com/ssube/onnx-web/commit/732aa27b927976f050bacf38e2573d79081cecc1))
* **api:** log stacktrace from job errors ([bf1378b](https://github.com/ssube/onnx-web/commit/bf1378bf96c20b667f1b35b4265f8ae0017c40f5))
* **api:** make sure each pipeline has its own list of stages ([b1ba09a](https://github.com/ssube/onnx-web/commit/b1ba09af3ee8d23d8948007d2de0adca70986671))
* **api:** make sure each upscale/correction model gets its own stage ([833fc5c](https://github.com/ssube/onnx-web/commit/833fc5c2f864b4d0d6d52bc01e0fb7732cc08e06))
* **api:** move chain body to form field ([bef50d8](https://github.com/ssube/onnx-web/commit/bef50d89b1db890149dab5e8c2550d4427b6934a))
* **api:** only run one form of outpaint tiling ([811b664](https://github.com/ssube/onnx-web/commit/811b6640a8fdfac3deb67e6edfda8234a69a0fbc))
* **api:** only try to load extras when a path is provided ([#112](https://github.com/ssube/onnx-web/issues/112)) ([ad10806](https://github.com/ssube/onnx-web/commit/ad108060ed8da22eaf31007af06b5153ae5018e8))
* **api:** parse border and upscale in chain stages ([18803db](https://github.com/ssube/onnx-web/commit/18803db6ed83bf0521dc0e4792f0b528f26e12fd))
* **api:** pass current device when loading GFPGAN ([c7e0041](https://github.com/ssube/onnx-web/commit/c7e0041229e9b9b617310c1e9c67d3a48d5b0efa))
* **api:** pass device ID in provider params ([37dd892](https://github.com/ssube/onnx-web/commit/37dd8927bfc8d5e2f8e1bf5b2776e26279889014))
* **api:** pass job context and device to upscaling ([3637f64](https://github.com/ssube/onnx-web/commit/3637f642c694d1a7f96fc51e895cf7a49967fa7c))
* **api:** pass outscale factor to CodeFormer (fixes [#100](https://github.com/ssube/onnx-web/issues/100)) ([ca2f0a6](https://github.com/ssube/onnx-web/commit/ca2f0a6404c86e0162671fcf31817803485664ea))
* **api:** pass prompt to upscaling pipeline ([6a0f881](https://github.com/ssube/onnx-web/commit/6a0f8811206fec513af960be0da8fc5b39644a4e))
* **api:** pin outscale for GFPGAN to 1 to avoid sparse tiling ([c34ddac](https://github.com/ssube/onnx-web/commit/c34ddacf5526068c9e69e19ba5ca1d3d8026ff08))
* **api:** prefer device with lower index when queue is tied ([13510db](https://github.com/ssube/onnx-web/commit/13510dbacd1590116fde64adb0f1587953918e61))
* **api:** preserve new pixels after outpainting ([7083505](https://github.com/ssube/onnx-web/commit/708350548351911a7d84482fdb29621e08360119))
* **api:** remove background upscaler from GFPGAN stage ([#108](https://github.com/ssube/onnx-web/issues/108)) ([24ab52b](https://github.com/ssube/onnx-web/commit/24ab52bf0dcb5de20e71aeaf911f9d381f4f38c6))
* **api:** remove reference to undeclared var ([6c9b0c9](https://github.com/ssube/onnx-web/commit/6c9b0c9c1ecd310e4c3a09e10a4285d4a3e3483a))
* **api:** remove unused flask-executor package ([3a91347](https://github.com/ssube/onnx-web/commit/3a91347709d9a83aebbad9a5a1925b9da3ae7037))
* **api:** replace some numpy RNGs with torch equivalent ([401df84](https://github.com/ssube/onnx-web/commit/401df840691bbc4b3ab88c720f3c92d8c5a760a4))
* **api:** respect model selection when running inpaint/outpaint stages ([a1298f1](https://github.com/ssube/onnx-web/commit/a1298f15653197880b05c6dbd6561002861a07e6))
* **api:** restore denoise code path for Real ESRGAN v3 ([#109](https://github.com/ssube/onnx-web/issues/109)) ([ae5cf1f](https://github.com/ssube/onnx-web/commit/ae5cf1fd28d05587e3d942d045a41241e2af3a18))
* **api:** return JSON params after image requests ([2123d42](https://github.com/ssube/onnx-web/commit/2123d42c450b2afda975551eb4529f41b82bcdb4))
* **api:** run background ESRGAN on same device as GFPGAN ([1dfd9e7](https://github.com/ssube/onnx-web/commit/1dfd9e72ef8a7fb847d8a36164ad7020616c1354))
* **api:** run garbage collection after each model change ([066b1a0](https://github.com/ssube/onnx-web/commit/066b1a0230ec95d7ab4f31165e2358638d11b217))
* **api:** set CUDA device in ORT session ([04a2faf](https://github.com/ssube/onnx-web/commit/04a2faffd964a507d27ea3e425311e9011d05f65))
* **api:** set minimum image dimensions to 256 ([#79](https://github.com/ssube/onnx-web/issues/79)) ([ecec0a2](https://github.com/ssube/onnx-web/commit/ecec0a2e56e0956039be75e54bfec81ac90e55c8))
* **api:** show indeterminate spinner until progress has been determined ([88815b3](https://github.com/ssube/onnx-web/commit/88815b353724f71449943ac047a278c11b506e3e))
* **api:** split up and cache upscaling and correction stages ([56a4ace](https://github.com/ssube/onnx-web/commit/56a4acee2a734539e24b62eb8609ff5658cab466))
* **api:** supply missing parameter to GFPGAN ([d5e5588](https://github.com/ssube/onnx-web/commit/d5e55889399f0a641c7c32ac953bf2b801dedb0e))
* **api:** switch between spiral and grid tiling based on outpaint margins ([#101](https://github.com/ssube/onnx-web/issues/101)) ([6fe278c](https://github.com/ssube/onnx-web/commit/6fe278c744041cf5b7d33299f6e576b9f5dce76a))
* **api:** switch RNG based on LPW parameter ([f3983a7](https://github.com/ssube/onnx-web/commit/f3983a7917036c0586a23a20309e623f9abba2bf))
* **api:** tile mask during outpaint stage ([d6193a9](https://github.com/ssube/onnx-web/commit/d6193a9a479701b96ba77bbb9e31fd38892596d1))
* **api:** update SD upscale pipeline ([49b3aa6](https://github.com/ssube/onnx-web/commit/49b3aa68bbe297b77ba275a2ddb401b40f704b56))
* **api:** use first available platform if requested one does not exist ([15c651b](https://github.com/ssube/onnx-web/commit/15c651b31a1cceca45635d156e3c7aff2b6c081e))
* **api:** use grid tiling when inpaint margin is 0 ([d6c1244](https://github.com/ssube/onnx-web/commit/d6c1244d7249c39c897dde396fb9292f050f3e7d))
* **api:** use requested size for initial chain pipeline input ([0050cea](https://github.com/ssube/onnx-web/commit/0050cea6947d0753ef1f7d8ea9c57ed10daa450a))
* **api:** use server image format when building output name ([e533dad](https://github.com/ssube/onnx-web/commit/e533dad4baf0d71307f82638bc2e042ab778de78))
* **api:** use SRVGG net for Real ESRGAN v3 ([de4a381](https://github.com/ssube/onnx-web/commit/de4a3818a08aa0de741caca3ff31ccfddb1d6975))
* **api:** variable name in GFPGAN ([1ca7edb](https://github.com/ssube/onnx-web/commit/1ca7edb4a84573c94c4ed87d678c0b4d6001875d))
* **api:** write border and upscale to params file ([b1eec69](https://github.com/ssube/onnx-web/commit/b1eec6907a71cd0f289fb322860806966dff528f))
* **build:** disable ROCm container ([c0e5f43](https://github.com/ssube/onnx-web/commit/c0e5f435ee022189b6f73e39d8ff84fd884d5425))
* **build:** include extras and logging config in containers ([e1ce3d2](https://github.com/ssube/onnx-web/commit/e1ce3d21361b24a5cf57efc74dc4e46ec0c25e1a))
* **build:** install dev deps in API test job ([1f65da8](https://github.com/ssube/onnx-web/commit/1f65da88b0f4a78830365894f259d202e03425dc))
* **build:** mark additional targets as phony ([9f9736c](https://github.com/ssube/onnx-web/commit/9f9736c30c4f8c22a46782b176c7bb796206335c))
* **build:** sh-friendly syntax ([d1ed5c4](https://github.com/ssube/onnx-web/commit/d1ed5c48e8a733d4ffaad47b65c001a09b47b072))
* **docs:** add checkboxes to release test plan ([69ebb1c](https://github.com/ssube/onnx-web/commit/69ebb1cb65557770d05b783398b4ea7e46987819))
* **docs:** add duplicate device error to user guide ([f6dbab3](https://github.com/ssube/onnx-web/commit/f6dbab3422076f7aba4ec8a2c56f44429b6f4059))
* **docs:** add PyTorch to ROCm setup section ([43787f0](https://github.com/ssube/onnx-web/commit/43787f085e0b8f557c2a1af33c0e1ca609e54e72))
* **docs:** correct syntax for skip argument to convert script ([480129c](https://github.com/ssube/onnx-web/commit/480129cc71869471ec944c292753526f4df300b8))
* **docs:** describe ROCm setup ([dad0564](https://github.com/ssube/onnx-web/commit/dad056404de7b86f105fa7e188b683914859854f))
* **docs:** explain how to convert your own models ([27da3c3](https://github.com/ssube/onnx-web/commit/27da3c333407972a4904ea4dbc728b0409b95b45))
* **docs:** start a guide for chain pipelines ([2baf6ed](https://github.com/ssube/onnx-web/commit/2baf6ed212a650c149892b3637e4498009f699fa))
* **gui:** clear loading state for image when it enters history ([7181d62](https://github.com/ssube/onnx-web/commit/7181d62fbadcc71d0ae02d4ff6ea109583c8b9da))
* **gui:** load remaining defaults from server params ([88e4f74](https://github.com/ssube/onnx-web/commit/88e4f74efe958b5c43d32731ae103ea19c5ca40a))
* **gui:** move image card labels to tooltip ([2bc679e](https://github.com/ssube/onnx-web/commit/2bc679ea973e23b610a28a8d78ba139d6170e554))
* **gui:** only send outscale when needed ([35445ff](https://github.com/ssube/onnx-web/commit/35445ff0f6892dd24ba28b25520ab204253db6d4))
* **gui:** only send scale when upscale is enabled ([#106](https://github.com/ssube/onnx-web/issues/106)) ([13de863](https://github.com/ssube/onnx-web/commit/13de86377fe4fb99bbc3eb18b33cb81b27d316bd))
* **gui:** query for each loading image separately ([0eee464](https://github.com/ssube/onnx-web/commit/0eee4648917f664011736cfc48a895662f2219cd))
* **gui:** show indeterminate spinner when progress is not available ([4abd0cb](https://github.com/ssube/onnx-web/commit/4abd0cb8a31d13cf57e33dcc5dbc70545fac6af2))
* **gui:** split upscaling and face correction controls ([b8ffe3f](https://github.com/ssube/onnx-web/commit/b8ffe3ffa8cccb238b7ea595c96ff20c6e0fc6c4))
## [0.5.0](https://github.com/ssube/onnx-web/compare/v0.4.0...v0.5.0) (2023-01-24) ## [0.5.0](https://github.com/ssube/onnx-web/compare/v0.4.0...v0.5.0) (2023-01-24)

View File

@ -424,7 +424,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.5.0` with the desired tag. If you want to run a specific tag of the server, run `git checkout v0.6.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.5.0", version="0.6.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.5.0", "version": "0.6.0",
"description": "onnx web gui", "description": "onnx web gui",
"type": "module", "type": "module",
"main": "out/src/main.js", "main": "out/src/main.js",