5 ms·
People recently figured out how to export stable diffusion to onnx so it’ll be exciting to see some actual web UIs for it soon (via quantized models and tfjs/on
by hwers 4y ago
People recently figured out how to export stable diffusion to onnx so it’ll be exciting to see some actual web UIs for it soon (via quantized models and tfjs/onnxruntime for web)
- password4321 4y agoVery cool! Can you link to where this is taking place? A commenter mentioned today it might be possible to pre-download the model and load it into the browser from the local filesystem rather than include such a gigantic blob as an accompanying dependency, fighting different caching RFC's, security/usage restrictions, and anything else that might inadvertently trigger a re-download. https://news.ycombinator.com/item?id=32777909#32779093 https://news.ycombinator.com/item?id=32777909#32779093
- minimaxir 4y agoSupport for ONNX export was just added to diffusers, but no runtime logic for scheduling yet. https://github.com/huggingface/diffusers https://github.com/huggingface/diffusers