Model reference · open weights

react-native-executorch-style-transfer-candy

Available as managed deployment Image software-mansion Image edit 1 variants 575 dl/mo

react-native-executorch-style-transfer-candy is an open-weight image model from software-mansion. AxForge deploys and operates it for you on dedicated EU-owned hardware — with the licence handled where one is required.

Available as managed deployment — configured and operated for you on dedicated EU hardware, quoted per deployment.

What it is

Released bysoftware-mansion
TypeImage models
TaskImage edit
Runs withexecutorch
Released2024-12-16
Popularity575 downloads / month
LicenceOpen weights

About

What react-native-executorch-style-transfer-candy is

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

Upstream model: style transfer

Read the full model card

Variants

PathBackendPrecision
coreml/style_transfer_candy_coreml_fp16.ptecoremlfp16
xnnpack/style_transfer_candy_xnnpack_fp32.ptexnnpackfp32
xnnpack/style_transfer_candy_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_candy_coreml_fp16.pte    3.6 MB
mlx/NOTES.md                                   2.6 kB
xnnpack/config.json                            1.4 kB
xnnpack/style_transfer_candy_xnnpack_fp32.pte  6.5 MB
xnnpack/style_transfer_candy_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.

From the published model card. Full card on the HuggingFace links in the sidebar.

How it works

How image models work

Text promptwhat to makeText encoderunderstands itDiffusion stepsdenoise to pixelsImagePNG / JPEGA diffusion model starts from noise and denoises it, guided by your prompt, into a finished image.

Using it via the API

Call it like any OpenAI endpoint

Once AxForge deploys react-native-executorch-style-transfer-candy for you, it answers on the OpenAI-compatible API — the same base URL and keys as every other model. (react-native-executorch-style-transfer-candy below is illustrative; you get the exact model name on deployment.)

$ curl -sS https://api.axforge.ai/v1/images/generations \
  -H "Authorization: Bearer $AXFORGE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model":"react-native-executorch-style-transfer-candy","prompt":"a red bicycle","size":"1024x1024"}'

Create an account — your API key is available in the console. 3M free tokens every 30 days with every new account.

© 2026 AxForge · EU-hosted AI infrastructure Pricing Docs Trust Privacy Terms