Blend (Görüntüden Görüntüye)
CometAPI ile bir veya daha fazla girdiyi yeni bir Midjourney tarzı görüntüde harmanlamak için görüntüleri POST /mj/submit/blend endpoint’ine gönderin.
Bu endpoint’i, 2 ila 5 kaynak görüntüyü yeni bir Midjourney kompozisyonunda harmanlamak için kullanın. Bu doğrudan bir giriş noktasıdır ve önceden bir imagine görevi gerektirmez.Documentation Index
Fetch the complete documentation index at: https://apidoc.cometapi.com/llms.txt
Use this file to discover all available pages before exploring further.
Çağırmadan önce
- 2 ila 5 kaynak görüntü hazırlayın
- İlk testi küçük tutun ve ihtiyacınız yoksa ek hesap yönlendirme seçeneklerini atlayın
- Döndürülen görev kimliğini kaydedin, çünkü harmanlama hâlâ asenkron çalışır
Görev akışı
Blend görevini gönderin
Görevi sorgulayın
Sonuçtan devam edin
Yetkilendirmeler
Bearer token authentication. Use your CometAPI key.
Gövde
Two or more base64-encoded images to blend. Each item should be a data URI such as data:image/png;base64,xxx.
Output aspect ratio.
PORTRAIT, SQUARE, LANDSCAPE Webhook URL to receive task status updates. Falls back to your account-level webhook if omitted.
Custom state string. Returned as-is in the task result and webhook callback for your own tracking.
Bot type to use. MID_JOURNEY for Midjourney (default), NIJI_JOURNEY for Niji.
MID_JOURNEY, NIJI_JOURNEY