You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not yet, admittedly speed and/or resolution would be limited on a mobile chip, or would take quite long to generate an image.
Would require some work, but should not be very substantial as the base code is written in a platform agnostic way. You would need to configure the sessions to use an IOS compatible execution provider, and port a little code (e.g. mainly image loading, saving) to the OS.
Currently SD 1.5 works with all basic features (txt2img, img2img, inpainting) and controlnet. SD XL support is in progress on the sdxl branch, basic image generation works, but quality is not perfect yet. I do not think you will run SDXL on a phone though, it is quite heavy for that.
The lib uses ONNX models. However I wrote a guide for conversion: https://github.com/axodox/unpaint/wiki/Model-import. The upcoming version of the ONNX converter respects the weight tensor names, so with that it will be possible to load model weights from safetensors and other formats.
Hi,
First, nice project.
Thanks.
The text was updated successfully, but these errors were encountered: