使用 Krea 2 Turbo LoRA 生成个性化 AI 图像。以亚秒级速度原生运行自定义 LoRA,在 1K 到 2K 分辨率下生成内容。按次生成付费。
关于此模型
Krea 2 Turbo LoRA 是一款超高速、审美优先的图像生成模型,支持最多 3 个自定义 Low-Rank Adaptation (LoRA) 模型。创作者和开发者可以在 1K(约 1 megapixel)和 2K(约 4 megapixels)分辨率下,以亚秒级延迟原生生成个性化角色、特定艺术风格、品牌素材和自定义视觉概念。它同时支持文生图和图生图工作流,并可调节 strength 控制,提供完整的创作控制。可将其与 Krea 2 Turbo、Z-Image Turbo LoRA 或 FLUX.1 Dev LoRA 搭配,用于构建灵活的风格适配生产工作流。
成本分析
| 提供商 | 费用 | 备注 |
|---|---|---|
| muapiapp | $0.015 - $0.026 每次生成 | Affordable pay-per-generation 定价 with full custom LoRA support, workflow nodes, and API access. |
| Fal.ai | 暂不可用 | Krea 2 Turbo LoRA 并未直接在 Fal.ai 提供。 |
| Replicate | 暂不可用 | Krea 2 Turbo LoRA is 未在 Replicate. |
Affordable pay-per-generation 定价 with full custom LoRA support, workflow nodes, and API access.
Krea 2 Turbo LoRA 并未直接在 Fal.ai 提供。
Krea 2 Turbo LoRA is 未在 Replicate.
** 竞品价格根据相似模型架构和使用层级估算。
配置参数
| 参数 | 类型 | 描述 | 默认值 |
|---|---|---|---|
| 提示词 | string | 用于生成的正向提示词。 | A cinematic ocean wave at sunrise, highly detailed, vibrant colors, volumetric lighting, photorealistic. |
| 图像 URL | string | 可选的 source image URL. When provided, the model runs image-to-image from it; the output keeps the source aspect ratio. | |
| LoRA 列表 | array | 要应用的 LoRA 列表(最多 3 个)。 | - |
| 画面比例 | 枚举(15 个选项) | The aspect ratio of the 生成的图像. | 1:1 |
| 分辨率 | 枚举(2 个选项) | 输出总分辨率级别:1k(约 1 兆像素)或 2k(约 4 兆像素,原生生成)。 | 1k |
| 强度 | float | 图生图强度(0-1)。数值越高,源图像会被更自由地重绘。仅在设置图像时使用。 | 0.8 |
| 种子 | int | 用于生成的随机种子。-1 表示使用随机种子。 | -1 |
用于生成的正向提示词。
A cinematic ocean wave at sunrise, highly detailed, vibrant colors, volumetric lighting, photorealistic.可选的 source image URL. When provided, the model runs image-to-image from it; the output keeps the source aspect ratio.
要应用的 LoRA 列表(最多 3 个)。
-The aspect ratio of the 生成的图像.
1:1输出总分辨率级别:1k(约 1 兆像素)或 2k(约 4 兆像素,原生生成)。
1k图生图强度(0-1)。数值越高,源图像会被更自由地重绘。仅在设置图像时使用。
0.8用于生成的随机种子。-1 表示使用随机种子。
-1开发者文档
准备提示词、LoRA 和参数
loras 中指定最多 3 个 LoRA 对象,其中包含 path(Civitai model ID 或 Hugging Face URL)和 scale 权重。aspect_ratio(例如 1:1、16:9、9:16、21:9)和 resolution(1k 或 2k)。image_url,并调整 strength(0.0 到 1.0)以进行图生图转换。提交 API 请求
/api/v1/krea-v2-turbo-lora 发送异步 POST 请求。curl -X POST https://api.muapi.ai/api/v1/krea-v2-turbo-lora \
-H "x-api-key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"prompt": "A cinematic ocean wave at sunrise, highly detailed, photorealistic",
"loras": [
{
"path": "civitai:1642876@1864626",
"scale": 1.0
}
],
"aspect_ratio": "16:9",
"resolution": "1k",
"seed": -1
}'
request_id。轮询 prediction 状态,或提供 webhook_url,以便立即接收最终图像输出。常见问答
Krea 2 Turbo LoRA 是一款超高速图像生成模型,支持加载自定义 LoRA 适配器,以 1K 和 2K 分辨率生成个性化、风格化或品牌图像。
在 `loras` 字段下传入对象列表,每个对象包含 `path`(例如 Civitai model ID 或 Hugging Face repository URL)以及用于控制适配器强度的可选 `scale` 参数。
支持。你可以在提示词和 LoRA 之外提供 `image_url`,并调节 `strength` 参数,以控制输出对参考图像的遵循程度。
Krea 2 Turbo LoRA 支持 15 种宽高比,包括 1:1、16:9、9:16、4:3、3:4、21:9 和 9:21,以及 1k 和 2k 原生分辨率层级。
Krea 2 Turbo LoRA 按次生成透明计费:1K 分辨率为 $0.015,2K 分辨率为 $0.026,无需订阅即可按需付费。