cURL
curl --request POST \ --url http://localhost:9000/api/v1/replicate/imagegeneration \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: multipart/form-data' \ --form 'prompt=<string>' \ --form width=123 \ --form height=123 \ --form num_outputs=123 \ --form 'negative_prompt=<string>' \ --form num_inference_steps=123 \ --form 'scheduler=<string>' \ --form guidance_scale=123 \ --form prompt_strength=123 \ --form lora_scale=123 \ --form apply_watermark=true
Image generation using the lorenzomarines/astra AI Model.
Was this page helpful?