فلترة
curl --silent --show-error https://api.replicate.com/v1/models/black-forest-labs/flux-1.1-pro-ultra/predictions \
--request POST \
--header "Authorization: Bearer $REPLICATE_API_TOKEN" \
--header "Content-Type: application/json" \
--header "Prefer: wait" \
--data @- <<'EOM'
{
"input": {
"prompt": "a majestic snow-capped mountain peak bathed in a warm glow of the setting sun",
"aspect_ratio": "3:2"
}
}
EOM
تعليقات
إرسال تعليق