Model reference · open weights
marigold-iid-appearance-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-10-21 |
| Popularity | 2k downloads / month |
| Licence | Open weights |
About
This is a model card for the marigold-iid-appearance-v1-1 model for single-image Intrinsic Image Decomposition (IID).
The model is fine-tuned from the stable-diffusion-2 model as
described in our papers:
This model type (appearance) is trained to perform InteriorVerse decomposition into Albedo and two BRDF material properties: roughness and metallicity.
Both the input image and the output albedo are in the sRGB color space.
For an alternative model type (lighting) that performs decomposition into Albedo, Diffuse shading, and Non-diffuse residual, click
here.
@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-iid-appearance-1 for you, it answers on the OpenAI-compatible API — the same base URL and keys as every other model. (marigold-iid-appearance-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-iid-appearance-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.