1
0
Fork 0
onnx-web/CHANGELOG.md

14 KiB

Changelog

All notable changes to this project will be documented in this file. See commit-and-tag-version for commit guidelines.

0.3.0 (2023-01-12)

Features

  • api: add inpaint endpoint (182ce6d)
  • api: add params endpoint, defaults file (03fd728)
  • api: set up venv in CUDA container, add onnxruntime-gpu (a3fe2ca)
  • build: add github status jobs (fixes #28) (c8b2abc)
  • build: replace Buster image with CUDA-based Ubuntu (07c18c2)
  • build: upload pip package (fixes #29) (8452b73)
  • gui: add inpaint call to API client (15ab44f)
  • gui: add inpaint tab and basic image mask component (11b9295)
  • gui: display source images after selection (f49fc96)
  • gui: implement mask painting, flood fill (5e71292)
  • gui: load and merge server params with config (37efd51)
  • gui: persist image control state (fixes #11) (07fa81a)
  • gui: share image history between tabs, add setting to adjust length of history (fixes #22) (662bf42)

Bug Fixes

  • api: add latents to inpaint, remove strength (131cff6)
  • api: allow decimal CFG (2f3b5c0)
  • api: omit negative prompt from pipeline (9bb01cc)
  • api: pass seed when calculating inpaint filenames (d20fb91)
  • api: rename to avoid shadowing type (48f42e5)
  • api: use correct dict for type hints (4abf760)
  • build: add venv to CPU image (362b732)
  • build: define template for curl jobs (9f7e16b)
  • build: put Github status jobs in correct stages (e704db5)
  • bump package versions to 0.2.1 (760b162)
  • docs: describe how to install inpainting model (2332c44)
  • gui: allow decimal steps for CFG (2ff4aee)
  • gui: consistently load image controls from server params (4a6458d)
  • gui: default mask brush to white/full replacement (63758b0)
  • gui: handle cancel from file input (6b3c0fe)
  • gui: move seed control onto same line with cfg and steps (1aa2181)

0.2.1 (2023-01-08)

Bug Fixes

  • gui: allow max safe seed constant (477d89b)

0.2.0 (2023-01-08)

Features

  • api: add image with pytorch CUDA (a721008)
  • api: add img2img endpoint (09ce654)
  • api: experimentally add CUDA provider and Nvidia platform (8359bd5)
  • api: switch to package structure (599e0ee)
  • api: use hash of params as output filename (e82379c)
  • gui: add download and delete buttons to image history (e605c9f)
  • gui: add seed to image controls with random button (fixes #16) (4585792)
  • gui: add sliders to numeric inputs (c5e0439)
  • gui: add strength to img2img controls (2328c5f)
  • gui: implement img2img tab (98a8db1)
  • gui: put in a proper loading card (3ec8f7c)
  • implement negative prompts (f2e2b20)
  • make additional schedulers available in UI (93e53f6)

Bug Fixes

  • api: adjust output path for module structure (c6662d1)
  • api: clamp im2img strength (282a7cf)
  • api: defer first model load until first request (0232c71)
  • api: hash full range of seed values (057eea2)
  • api: keep strength as a float (926f77b)
  • api: remove prompt from output name (0d4c0a5)
  • api: seed rng for each image (8c133e9)
  • api: typesafe param hashing (f4ca6a0)
  • api: update serve app name, add module entrypoint (b59519c)
  • build: automatically push after tagging releases (55d4354)
  • docs: add section with known errors (067a9b3)
  • docs: begin clarifying packages for each environment (#19) (f99438e)
  • docs: include onnxruntime in list of common deps (6442e68)
  • docs: move ONNX DML package to Windows setup (16c8b54)
  • docs: note cloning and fix test script name in readme (9973bf1)
  • docs: note python3 command and venv "name cmd" error in readme (f119cb4)
  • gui: add npm ignore (8f7c1e7)
  • gui: add strings for more stable diffusion models, nvidia GPUs (33fd5f1)
  • gui: bind dev server to localhost by default, open binding in containers (fc988e4)
  • gui: disable img2img tab for now, consistent quotes in jsx (de48450)
  • gui: handle decimal inputs correctly (d5c4040)
  • gui: key image history by order (17e62fb)
  • gui: limit seed to safe values, prep for more settings (3dfbb00)
  • gui: send seed with img2img requests (4894e0d)
  • gui: switch txt2img to post on client (e454203)

0.1.0 (2023-01-06)

Features

  • add model and output directories 41d93c9
  • add vscode workspace with subdir roots 4088bf4
  • api: add endpoint to get previous outputs 50221af
  • api: add endpoint to list models 4cb6ce8
  • api: add endpoints to list platforms/accelerators and pipeline schedulers c70728d
  • api: add introspection to index endpoint 8c985e9
  • api: add option to switch between AMD hardware and CPU software rendering 668e46a
  • api: add remaining inputs params to response bbd0e93
  • api: cache pipeline between requests (part of #5) 82e7fbf
  • api: cache pipeline when changing scheduler, make txt2img logging more verbose cab13f6
  • build: add basic CI c6579b7
  • build: add basic python CI 8d3ca31
  • build: add bundle to JS build, add API image jobs 6d560af
  • build: add git multi-push target 917f6ce
  • build: add nginx-based GUI images 5e9890f
  • build: add release target ce759ca
  • build: add root makefile and common targets 3be185d
  • build: put image base OS at the end of the image tag 7b8f96f
  • docs: add readme note about monorepo paths b20f200
  • docs: notes about bundling UI, ONNX_WEB paths for server b22f50f
  • gui: add labels to dropdowns d3f4607
  • gui: get default params and prompt from config 561fcb4
  • gui: get platforms and schedulers from server ce06837
  • gui: load models from server 46e047b
  • gui: make an image card component showing params b5d67b4
  • gui: move platform selector outside of mode tabs 45a097a
  • gui: set up react-query for better request handling b13d46c
  • gui: show recent image history 764a097
  • image: add preliminary container files 8f77bb8
  • return json struct with output path instead of image data, load images from outputs endpoint 4668841

Bug Fixes

  • api: add numpy version restriction to requirements ca0da31
  • api: add recommended venv name to git ignore 5a82f39
  • api: improve image layer order 5482978
  • api: match model and output paths from readme c036c6f
  • api: match model path from readme 6004f76
  • build: add base OS to image tags 11e61d0
  • build: add stub API unit test 1cd3bd8
  • build: correct base OS for GUI nginx image 91c6f47
  • build: correct output filename for JS ep 9a10f52
  • build: install coverage in python build 32c7701
  • build: make image suffix part of the name 150a81e
  • build: pull GUI images from hub 03362f3
  • build: remove bash shebang e900479
  • build: remove unittest from CI install list, add coverage output to git ignore 16b7bde
  • build: run GUI image build in correct subdir 86a3968
  • build: use correct path for image script 7dcb0d1
  • build: use CPU version of pytorch in hypothetical alpine API image af40bff
  • docs: add numpy to install list 7f90461
  • docs: add section about custom config a0172f8
  • docs: describe current features 33eb7cd
  • docs: explain running containers 08270f2
  • docs: note DirectML for Windows 9a5ec9c
  • docs: note numpy version requirements in readme 1f26858
  • docs: update readme to use nginx image for GUI 37253cc
  • gui: copy bundle to correct path within nginx image 225f5f1
  • gui: correct paths in nginx image 7f23711
  • gui: dedupe query lists into a component 1c9eed3
  • gui: make more space for scheduler in image card 7c08c4b
  • gui: prevent dropdown border from overlapping with label 26e886b
  • gui: remove paragraph wrapping image details 0376499
  • gui: run dev server from node image ee6cf50
  • gui: show parameters in a grid in the image card a950343
  • gui: switch default API host to localhost 5f1bb4a
  • gui: switch default platform to AMD 29c4908
  • lint: style issues in gui cd36172