ssube / onnx-web

web UI for GPU-accelerated ONNX pipelines like Stable Diffusion, even on Windows and AMD
https://discord.gg/7CdQmutGuw
MIT License
190 stars 24 forks source link

v0.11.0 release checklist #418

Closed ssube closed 7 months ago

ssube commented 7 months ago

Issues:

Merges:

Testing:

Release:

ssube commented 7 months ago

The first RC for v0.11 has been built from commit 0b31ad0a:

ssube commented 7 months ago

Release tests are currently passing with --mse 10.0, which should be reduced before release.

New tests need to be added to the test plan for SDXL and LCM.

ssube commented 7 months ago

New release tests have been added, along with a getting started guide for new users. Most new features have been documented except for some parameters in the user guide.

Release tests are still passing at mse 10.0, although that can be reduced if you skip non-deterministic schedulers.

bzlibby commented 7 months ago

manual interactions QA (using Windows 10 + AMD card, in Chrome)

ssube commented 7 months ago

Thank you for helping with the UI testing. I was able to reproduce 2 of those 3 bugs, but I was not able to find the crash on the upscale tab. I know where that is in the code and put some defensive checks in place, but I wasn't able to reproduce it, so I'm not able to verify that it is fixed. The MaskCanvas crash was easy to reproduce, so I'm pretty sure I was able to fix that one.

ssube commented 7 months ago

Most of the release tests have passed, but there are two remaining errors that I'm aware of:

The first one will block the release until I can fix it, but the second might be related to the lack of negative prompt in the test data, and SD v2.1 is not enabled/converted by default.

I have gone through some of Civitai's most popular models and checked the licenses, and it looks like most of them allow redistribution under the same terms, so I will be preparing pre-converted archives for them. I may replace the Windows bundle's extras file with one that downloads the pre-converted archives to make things faster/easier for new users.

ssube commented 7 months ago

Both of the remaining errors have been resolved:

The latest RC bundle is https://pub-3c28d2c7c34e41c6a9189ffe0abd7d0b.r2.dev/onnx-web-v0.11.0-rc-3d245a66.zip.

ssube commented 7 months ago

Most of the conversion bugs have been squashed, although #446 is still lingering for a few models (Cetus, Faetastic, maybe others). So far, using the "pipeline": "txt2img-legacy" flag seems to be working, and the release bundle comes with pre-converted models anyways.