Nutzen Sie die RunComfy-API, um aidc-ai/ovis-image auszuführen. Zulässige Ein- und Ausgaben finden Sie im Schema.
curl --request POST \
--url https://model-api.runcomfy.net/v1/models/aidc-ai/ovis-image \
--header "Content-Type: application/json" \
--header "Authorization: Bearer <token>" \
--data '{
"prompt": "A casually captured spontaneous iPhone photograph featuring an individual standing relaxed with arms gently crossed on a lightly grassy alpine slope beside rugged rocky formations. The subject wears a burgundy windbreaker jacket with an Arc'teryx logo, elastic cuffs, and a full-length zipper, crafted from durable water-resistant fabric realistically creased and subtly weathered with slight dirt marks. Loose, khaki cargo pants provide a comfortable fit, textured with natural creases and faint soil traces near the hems. Chunky dark gray sneakers with thick soles add a modern technical vibe. The jacket hood is casually pulled up, slightly shadowing their neutral, slightly obscured face, while sleek realistic sunglasses reflect the soft diffused mountain light. Ambient natural daylight is slightly overcast, casting gentle shadows on the uneven terrain of grassy wildflowers and rugged rocks. The framing holds a casual, slightly tilted angle, enhancing the authentic spontaneity and candid intimacy typical of trendy outdoor gorpcore iPhone photography. The background showcases distant jagged mountain ridges partially veiled in mist and low-hanging cloud layers, emphasizing pristine alpine wilderness and rugged outdoor adventure stylistics. Textural authenticity is prioritized with visible fabric textures, subtle weathering of shoes, natural grass details, and reflective sunglass lenses, reinforcing a highly believable, stylish technical outdoor aesthetic."
}'Weisen Sie der Umgebungsvariable YOUR_API_TOKEN Ihren API-Schlüssel zu (Verwaltung unter Profil). Senden Sie bei jeder Anfrage im Header Authorization einen Bearer-Token: Authorization: Bearer $YOUR_API_TOKEN.
Senden Sie einen asynchronen Generierungsauftrag und erhalten Sie sofort eine request_id sowie URLs für Status, Ergebnisse und Abbruch.
curl --request POST \
--url https://model-api.runcomfy.net/v1/models/aidc-ai/ovis-image \
--header "Content-Type: application/json" \
--header "Authorization: Bearer <token>" \
--data '{
"prompt": "A casually captured spontaneous iPhone photograph featuring an individual standing relaxed with arms gently crossed on a lightly grassy alpine slope beside rugged rocky formations. The subject wears a burgundy windbreaker jacket with an Arc'teryx logo, elastic cuffs, and a full-length zipper, crafted from durable water-resistant fabric realistically creased and subtly weathered with slight dirt marks. Loose, khaki cargo pants provide a comfortable fit, textured with natural creases and faint soil traces near the hems. Chunky dark gray sneakers with thick soles add a modern technical vibe. The jacket hood is casually pulled up, slightly shadowing their neutral, slightly obscured face, while sleek realistic sunglasses reflect the soft diffused mountain light. Ambient natural daylight is slightly overcast, casting gentle shadows on the uneven terrain of grassy wildflowers and rugged rocks. The framing holds a casual, slightly tilted angle, enhancing the authentic spontaneity and candid intimacy typical of trendy outdoor gorpcore iPhone photography. The background showcases distant jagged mountain ridges partially veiled in mist and low-hanging cloud layers, emphasizing pristine alpine wilderness and rugged outdoor adventure stylistics. Textural authenticity is prioritized with visible fabric textures, subtle weathering of shoes, natural grass details, and reflective sunglass lenses, reinforcing a highly believable, stylish technical outdoor aesthetic."
}'Ruft den aktuellen Status für eine request_id ab („in_queue“, „in_progress“, „completed“ oder „cancelled“).
curl --request GET \
--url https://model-api.runcomfy.net/v1/requests/{request_id}/status \
--header "Authorization: Bearer <token>"Ruft die endgültigen Ausgaben und Metadaten für die angegebene request_id ab; ist der Auftrag noch nicht fertig, liefert die Antwort den aktuellen Status zum Weiterpollen.
curl --request GET \
--url https://model-api.runcomfy.net/v1/requests/{request_id}/result \
--header "Authorization: Bearer <token>"Bricht einen wartenden Auftrag per request_id ab; laufende Aufträge können nicht abgebrochen werden.
curl --request POST \
--url https://model-api.runcomfy.net/v1/requests/{request_id}/cancel \
--header "Authorization: Bearer <token>"Geben Sie eine öffentlich erreichbare HTTPS-URL an. Der Host muss serverseitige Abrufe erlauben (ohne Login/Cookies), nicht drosseln oder Bots blockieren. Empfohlen: Bilder ≤ 50 MB (~4K), Videos ≤ 100 MB (~2–5 Min. bei 720p). Für private Assets stabile oder vorab signierte URLs verwenden.
{
"type": "object",
"title": "Eingabeschema",
"required": [
"prompt"
],
"properties": {
"prompt": {
"title": "Prompt",
"description": "",
"type": "string",
"default": "A casually captured spontaneous iPhone photograph featuring an individual standing relaxed with arms gently crossed on a lightly grassy alpine slope beside rugged rocky formations. The subject wears a burgundy windbreaker jacket with an Arc'teryx logo, elastic cuffs, and a full-length zipper, crafted from durable water-resistant fabric realistically creased and subtly weathered with slight dirt marks. Loose, khaki cargo pants provide a comfortable fit, textured with natural creases and faint soil traces near the hems. Chunky dark gray sneakers with thick soles add a modern technical vibe. The jacket hood is casually pulled up, slightly shadowing their neutral, slightly obscured face, while sleek realistic sunglasses reflect the soft diffused mountain light. Ambient natural daylight is slightly overcast, casting gentle shadows on the uneven terrain of grassy wildflowers and rugged rocks. The framing holds a casual, slightly tilted angle, enhancing the authentic spontaneity and candid intimacy typical of trendy outdoor gorpcore iPhone photography. The background showcases distant jagged mountain ridges partially veiled in mist and low-hanging cloud layers, emphasizing pristine alpine wilderness and rugged outdoor adventure stylistics. Textural authenticity is prioritized with visible fabric textures, subtle weathering of shoes, natural grass details, and reflective sunglass lenses, reinforcing a highly believable, stylish technical outdoor aesthetic."
},
"negative_prompt": {
"title": "Negativer Prompt",
"description": "",
"type": "string",
"default": ""
},
"image_size": {
"title": "Bildgröße",
"description": "",
"type": "string",
"enum": [
"square_hd",
"square",
"portrait_4_3",
"portrait_16_9",
"landscape_4_3",
"landscape_16_9"
],
"default": "landscape_4_3"
},
"num_inference_steps": {
"title": "Anzahl der Inferenzschritte",
"description": "Anzahl der Inferenzschritte (1 bis 50).",
"type": "integer",
"minimum": 1,
"maximum": 50,
"default": 28
},
"guidance_scale": {
"title": "Guidance-Skala",
"description": "Stärke der Orientierung am Prompt (1 bis 20).",
"type": "float",
"minimum": 1,
"maximum": 20,
"default": 5
},
"seed": {
"title": "Seed",
"description": "",
"type": "integer",
"default": null
},
"output_format": {
"title": "Ausgabeformat",
"description": "Dateiformat des erzeugten Bildes.",
"type": "string",
"enum": [
"jpeg",
"png",
"webp"
],
"default": "png"
}
}
}{
"output": {
"type": "object",
"properties": {
"image": {
"type": "string",
"format": "uri",
"description": "Einzelbild-URL"
},
"video": {
"type": "string",
"format": "uri",
"description": "Einzelvideo-URL"
},
"images": {
"type": "array",
"description": "mehrere Bild-URLs",
"items": {
"type": "string",
"format": "uri"
}
},
"videos": {
"type": "array",
"description": "mehrere Video-URLs",
"items": {
"type": "string",
"format": "uri"
}
}
}
}
}RunComfy ist die führende ComfyUI Plattform, die ComfyUI online Umgebung und Services bietet, zusammen mit ComfyUI Workflows mit atemberaubenden Visualisierungen. RunComfy bietet auch AI Models, Künstlern ermöglichen, die neuesten AI-Tools zu nutzen, um unglaubliche Kunst zu schaffen.