LoRAs training for custom characters
Mystic
LoRAs training for custom characters
Create you own custom character using LoRAs training
For now you can check the status of the training calling v1/ai/loras. We are working on it
POST
LoRAs training for custom characters
Authorizations
Your Magnific API key. Required for authentication. Learn how to obtain an API key
Body
application/json
Name of the LoRA character. This name will be used to identify the style in the system.
Pattern:
^[a-zA-Z0-9-_]+$Quality of the LoRA character
Available options:
high, ultra Available options:
male, female, neutral, custom List of images to train the LoRA character
Required array length:
8 - 20 elementsUrl of the image to train the LoRA character
Description of the LoRA character
Webhook URL to notify the user when the task is completed
Response
OK - The request has succeeded and the character is processing
Example:
{
"task_id": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"status": "CREATED",
"generated": [
"https://openapi-generator.tech",
"https://openapi-generator.tech"
]
}