CoolFace
Modelpublic

software-mansion/react-native-executorch-style-transfer-udnie

sourceHugging Facebsd-3-clauseupdated 5d agoView on Hugging Face
0likes294downloads
Model Card

style-transfer-udnie

This repository hosts the style-transfer-udnie models exported for the React Native ExecuTorch library as ExecuTorch .pte programs, ready to run on device.

Upstream model: style transfer

Variants

PathBackendPrecision
coreml/style_transfer_udnie_coreml_fp16.ptecoremlfp16
xnnpack/style_transfer_udnie_xnnpack_fp32.ptexnnpackfp32
xnnpack/style_transfer_udnie_xnnpack_int8.ptexnnpackint8

Unshipped backends

A backend directory carrying a NOTES.md and no .pte was exported and not published. Its note records what went wrong.

Repository structure

LICENSE                                        3.4 kB
config.json                                    42 B
coreml/config.json                             889 B
coreml/style_transfer_udnie_coreml_fp16.pte    3.6 MB
mlx/NOTES.md                                   2.6 kB
xnnpack/config.json                            1.4 kB
xnnpack/style_transfer_udnie_xnnpack_fp32.pte  6.5 MB
xnnpack/style_transfer_udnie_xnnpack_int8.pte  1.8 MB

Compatibility

These files are published for the ExecuTorch v1.4.1 runtime. ExecuTorch gives no forward compatibility guarantee, so an older runtime may fail to load them.

To use them in React Native ExecuTorch, pass the model constant shipped in the library's model registry to the corresponding task pipeline. See the documentation.

To load these files in your own ExecuTorch runtime, read the compatibility note first.