Model reference · open weights
marigold-normals-lcm-1 is an open-weight image model from prs-eth. 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 by | prs-eth |
|---|---|
| Type | Image models |
| Task | Image edit |
| Parameters (lead) | 866M |
| Runs with | diffusers |
| Released | 2024-04-26 |
| Popularity | 1k downloads / month |
| Licence | Open weights |
About
This is a model card for the marigold-normals-lcm-v0-1 model for monocular normals estimation from a single image.
The model is fine-tuned from the marigold-normals-v0-1 model
using the latent consistency distillation method, as
described in our papers:
@misc{ke2025marigold,
title={Marigold: Affordable Adaptation of Diffusion-Based Image Generators for Image Analysis},
author={Bingxin Ke and Kevin Qu and Tianfu Wang and Nando Metzger and Shengyu Huang and Bo Li and Anton Obukhov and Konrad Schindler},
year={2025},
eprint={2505.09358},
archivePrefix={arXiv},
primaryClass={cs.CV}
}
@InProceedings{ke2023repurposing,
title={Repurposing Diffusion-Based Image Generators for Monocular Depth Estimation},
author={Bingxin Ke and Anton Obukhov and Shengyu Huang and Nando Metzger and Rodrigo Caye Daudt and Konrad Schindler},
booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
year={2024}
}
From the published model card. Full card on the HuggingFace links in the sidebar.
Using it via the API
Once AxForge deploys marigold-normals-lcm-1 for you, it answers on the OpenAI-compatible API — the same base URL and keys as every other model. (marigold-normals-lcm-1 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":"marigold-normals-lcm-1","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.