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