Model reference · open weights
F-Lite-Texture is an open-weight image model from Freepik. 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
| Maker | Freepik |
|---|---|
| Type | Image models |
| Task | Text→image |
| Runs with | diffusers |
| Based on | Freepik/F-Lite |
| Released | 2025-04-23 |
| Popularity | 10 downloads / month |
| Licence | Open weights |
About
F Lite is a 10B parameter diffusion model created by Freepik and Fal, trained exclusively on copyright-safe and SFW content. The model was trained on Freepik's internal dataset comprising approximately 80 million copyright-safe images, making it the first publicly available model of this scale trained exclusively on legally compliant and SFW content.
F Lite Texture is a variant of F Lite that produces better textures and aesthetics in generated images, but performs poorly with short prompts and is less effective for vector graphics.
Experience F Lite Texture instantly through our interactive demo on Hugging Face of at fal.ai.
F Lite Texture works with both the diffusers library and ComfyUI. For details, see the F-Lite GitHub repository.
Read the technical report to learn more about the model details.
This model uses T5 XXLand Flux Schnell VAE
The F Lite Texture weights are licensed under the permissive CreativeML Open RAIL-M license. The T5 XXL and Flux Schnell VAE are licensed under Apache 2.0.
If you find our work helpful, please cite it!
@article{ryu2025flite,
title={F-Lite Technical Report},
author={Ryu, Simo and Pengqi, Lu and Mart\'in Juan, Javier and de Prado Alonso, Iv\'an},
year={2025}
}
From the published model card. Full card on the HuggingFace links in the sidebar.
How it works
Using it via the API
Once AxForge deploys f-lite-texture for you, it answers on the OpenAI-compatible API — the same base URL and keys as every other model. (f-lite-texture 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":"f-lite-texture","prompt":"a red bicycle","size":"1024x1024"}'
Create an account — your API key is available in the console. 5M tokens/month currently included with every new account at launch.