Native MacOS App #314
Replies: 7 comments 18 replies
-
an interesting App |
Beta Was this translation helpful? Give feedback.
-
Hi @Sanster. I've also created a Mac (and iPad) app for LaMa. It's based on a port to Core ML I made with a SwiftUI interface. I built this with the intention of demoing it to a team for the company I work for, but that probably won't happen. I don't know. Maybe it will. I have no intention of publishing it. My app also works with Apple's (hidden) implementation of inpainting, as a pluggable alternative. Apple's inpainting filter is much faster, but from my experience it doesn't give good results. LaMa gives sub-second results on 45 MP images with Core ML, which is certainly adequate. I've put all my work on github in several private repos. I'd be happy to open them to you if you're interested. Given your interest in commercializing your work I can understand why you would not want to see it though. I generally do not publish my work, because I do not want to be bothered with supporting it. I'd also be interested to know if you solved one particular problem I ran into in my port to Core ML. Although Apple's Core ML converter supports flexible input image sizes, I have not been able to implement that for LaMa. I won't explain, because you probably know what I'm talking about. So my model is based on a fixed image input size. I suspect this problem can be resolved by augmenting the Pytorch model with a preprocessing step, but I have not bothered trying. It's too much work for me, and frankly it's probably beyond my abilities. You seem more than capable. If you do solve it, I hope I can entice you to share your solution. One more thing. Lama cleaner itself made my effort to port LaMa to Core ML much much easier. Thank you for sharing this project. If I ever do publish my work I will certainly credit Lama cleaner where credit is due. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
請問之後會有圖片縮放跟上傳mask 的功能嗎 ?? |
Beta Was this translation helpful? Give feedback.
-
收到上线邮件了, 使用兑换码成功了, 但是下载app后, 没有效果, 是还需要购买对吗? |
Beta Was this translation helpful? Give feedback.
-
Android端是否有可行方案呢,有没有计划上线 |
Beta Was this translation helpful? Give feedback.
-
是不是可以再做一个扩展图像的?感觉也很常用。 |
Beta Was this translation helpful? Give feedback.
-
OptiClean is officially released! Early Waitlist participants will progressively get promo codes. As the App Store can't create 50% discount code, you'll receive a complimentary promo code instead.
App Store Link: https://apps.apple.com/cn/app/id6452387177
Hello everyone, I plan to develop a native macOS app that is completely native from UI to model, no JS/Python/PyTorch involved.
In my test, it runs mush faster on the GPU of the M2 chip than using pytorch(mps device).
swiftui_coreml.mp4
There is still a lot of work to be done before officially releasing this app. If you are interested, you can fill out this form and submit your email address. You will receive a reminder when the app is launched and receive a 50% discount code. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions