ssube / onnx-web

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

v0.8.0 release checklist #217

Closed ssube closed 1 year ago

ssube commented 1 year ago

Issues:

Merges:

Testing:

Release:

ssube commented 1 year ago

There are a few bugs around model conversion that still need to be fixed, as well as LoRA token expansion.

ssube commented 1 year ago

All of the bugs that have been reported so far have been fixed, and the release test script passed on my Win10 + AMD + DirectML and Ubuntu + Nvidia + CUDA systems. Unfortunately, my Ubuntu + AMD + ROCm test machine is not cooperating, so I need to fix that or will have to release without specifically testing ROCm, which I don't like very much.

The new ONNX_WEB_EXTRA_ARGS variable still needs to be documented and I need to check if the UniPCMultistepScheduler can be added yet.

ssube commented 1 year ago