一键导入
lightflow-flux-image-edit
Use this skill when working with the lightflow.flux_image_edit workflow, prompt-guided image editing, or FLUX image-edit model sync.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use this skill when working with the lightflow.flux_image_edit workflow, prompt-guided image editing, or FLUX image-edit model sync.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use this skill when working with the lightflow.flux_inpaint workflow, masks, local repainting, or FLUX inpaint model sync.
Use this skill when working with the lightflow.flux_preview_text_to_image deterministic preview workflow or testing FLUX pipelines without a model backend.
Use this skill when working with the lightflow.flux_text_to_image workflow, syncing FLUX models, or generating images from prompts.
Use this skill when working with the lightflow.flux_text_to_image_router workflow or routing image generation between real FLUX and preview runtimes.
| name | LightFlow FLUX Image Edit |
| description | Use this skill when working with the lightflow.flux_image_edit workflow, prompt-guided image editing, or FLUX image-edit model sync. |
| version | 0.1.0 |
Use lightflow.flux_image_edit to edit an existing image from a text prompt while preserving source composition.
lightflow.flux_image_editimage_path, prompt, negative, strength, seed, count, steps, guidance, output_path, output_template, model.image, image_path, images, image_paths.lightflow.image.edit.flux_model, llm_model, and vae_model.image_path is an image artifact input; image outputs are image artifacts; strength, steps, guidance, and count expose editor ranges.Run lfw sync lightflow.flux_image_edit --auto-model --apply before a real edit run. The runtime uses flux-native when available, otherwise LIGHTFLOW_FLUX_RUNNER receives --task image-edit, source image path, prompt, model paths, and output path.
lfw sync lightflow.flux_image_edit --auto-model --apply
lfw run lightflow.flux_image_edit \
-i image_path='"input.png"' \
-i prompt='"make the lighting softer"' \
-i output_path='"out/edit.png"'
lfw node test lightflow.flux_image_edit
Start lfw serve, then call the workflow through the shared HTTP run contract. Adjust inputs to match the workflow contract above.
curl -sS -X POST http://127.0.0.1:5174/workflows/lightflow.flux_image_edit/run \
-H 'content-type: application/json' \
-d '{"inputs":{}}'