Flux
Start a new Flux Training Job
Submit a new Flux training job with the specified configuration, training data, and metadata.
POST
Authorizations
JWT token for authentication
Headers
Bearer token for authentication and authorization.
Body
multipart/form-data
The trigger word to be associated with generated images.
Example:
"portrait of a person"
Organization ID associated with the training job.
Example:
"0bf00b43-430a-4ca3-a8b3-b13cc8dc6d4d"
Dataset file containing training images.
Name assigned to the Flux training job.
Example:
"my_first_flux_job"
The rank parameter for training.
Example:
"128"
Number of training steps.
Example:
"1000"
Learning rate for training.
Example:
"0.0001"
Optimizer to use for training.
Example:
"Adam"
Whether to enable high resolution mode.
Example:
"false"