Integreer het flux-lora-trainer AI-model via krachtige API's met lage latentie en betalen naar verbruik.
About this model
Krijg programmatische toegang tot het flux-lora-trainer-model op MuAPI met directe schaalbaarheid en lage latentie.
Cost analysis
| Provider | Cost | Notes |
|---|---|---|
| muapiapp | $3.20 每次训练运行 | 每次训练运行按固定费用计费,支持范围内的 ZIP 大小不影响价格。训练得到的 LoRA 可由你在无限次生成中复用。 |
| Fal.ai | $2.00 每次训练运行 | 可作为独立训练端点使用,但需要你分别管理托管、密钥轮换和集成。 |
| Replicate | Varieert per model | Comparable Flux LoRA trainers exist but 定价 is usage-based (per training second) and varies by hardware tier. |
每次训练运行按固定费用计费,支持范围内的 ZIP 大小不影响价格。训练得到的 LoRA 可由你在无限次生成中复用。
可作为独立训练端点使用,但需要你分别管理托管、密钥轮换和集成。
Comparable Flux LoRA trainers exist but 定价 is usage-based (per training second) and varies by hardware tier.
** Competitor pricing is estimated based on similar model architectures and usage tiers.
Configuration schema
| Parameter | Type | Description | Default |
|---|---|---|---|
| Afbeelding ZIP URL | string | Public URL to a .zip archive containing 10-50 training images. 可选的 caption .txt files (same name as the matching image) can include a [trigger] placeholder which is replaced with trigger_phrase. | https://d3adwkbyhxyrtq.cloudfront.net/loradata/train_lora.zip |
| 触发短语 | string | 在推理时激活训练概念的唯一单词或短语。请保持简短且不常见,避免与普通词汇冲突。 | mysubject |
| 训练风格 | Enum (2 options) | LoRA 学习的内容:'subject'(人物、角色或物体)或 'style'(美学风格或艺术指导)。 | subject |
Public URL to a .zip archive containing 10-50 training images. 可选的 caption .txt files (same name as the matching image) can include a [trigger] placeholder which is replaced with trigger_phrase.
https://d3adwkbyhxyrtq.cloudfront.net/loradata/train_lora.zip在推理时激活训练概念的唯一单词或短语。请保持简短且不常见,避免与普通词汇冲突。
mysubjectLoRA 学习的内容:'subject'(人物、角色或物体)或 'style'(美学风格或艺术指导)。
subjectDeveloper documentation
Stuur een POST-verzoek naar het endpoint met uw gewenste parameters en MuAPI-sleutel.
Frequently asked