lodestones-chroma1-hd
Version: 5
lodestones/Chroma1-HD powered by Hugging Face API
Send Request
You can use cURL or any REST Client to send a request to the Azure ML endpoint with your Azure ML token.curl <AZUREML_ENDPOINT_URL> \
-X POST \
-H "Authorization: Bearer <AZUREML_TOKEN>" \
-H "Accept: image/png" \
-H "Content-Type: application/json" \
-d '{"inputs":"Astronaut riding a horse"}' \
--output output.png
Supported Parameters
- inputs (string): The input text data (sometimes called "prompt")
- parameters (object):
- guidance_scale (float): A higher guidance scale value encourages the model to generate images closely linked to the text prompt, but values too high may cause saturation and other artifacts.
- negative_prompt (string): One prompt to guide what NOT to include in image generation.
- num_inference_steps (integer): The number of denoising steps. More denoising steps usually lead to a higher quality image at the expense of slower inference.
- width (integer): The width in pixels of the output image.
- height (integer): The height in pixels of the output image.
- scheduler (string): Override the scheduler with a compatible one.
- seed (integer): Seed for the random number generator.
OpenAI Image Generation API
Additionally, the API also supports the OpenAI Image API Specification under the endpoint/v1/images/generations. Model Specifications
LicenseApache-2.0
Last UpdatedDecember 2025
ProviderHugging Face