imxieyi / waifu2x-ios

iOS Core ML implementation of waifu2x
MIT License
538 stars 58 forks source link

cannot use CUGAN model on iOS17 #72

Closed Tobybox closed 1 year ago

imxieyi commented 1 year ago

I already noticed this issue. Looks like iOS 17 changed the array memory layout which the app made assumptions on. Don't know if Apple will revert this change but it can be solved from the app.

Tobybox commented 1 year ago

Thank you for your work☺️

Yi Xie @.***>于2023年6月24日 周六00:58写道:

I already noticed this issue. Looks like iOS 17 changed the array memory layout which the app made assumptions on. Don't know if Apple will revert this change but it can be solved from the app.

— Reply to this email directly, view it on GitHub https://github.com/imxieyi/waifu2x-ios/issues/72#issuecomment-1604554610, or unsubscribe https://github.com/notifications/unsubscribe-auth/A445JRTIMNV3QE2QIERLKX3XMXDLVANCNFSM6AAAAAAZRSR7KU . You are receiving this because you authored the thread.Message ID: @.***>

imxieyi commented 1 year ago

The problem is fixed in the latest version (7.2.2). Feel free to update and reopen if it's still not working.