50 lines
1.6 KiB
JSON
50 lines
1.6 KiB
JSON
{
|
|
"id": "mflux_image_edit",
|
|
"name": "Edit Image (local, Qwen)",
|
|
"category": "image-prep",
|
|
"description": "1-3 images + instruction → edited image (multi-image composes: 'put the shirt from image 2 on the person in image 1') entirely on this Mac via mflux Qwen-Image-Edit (ungated/Apache-2.0). Free local alternative to fal_image_edit / nano-banana edit — 'remove the sticker', 'make it studio-lit on white', material/lighting changes. First run downloads weights.",
|
|
"accepts": [
|
|
"image"
|
|
],
|
|
"produces": [
|
|
"image"
|
|
],
|
|
"resources": "gpu",
|
|
"entry": "run.py",
|
|
"python": "venvs/mflux/bin/python",
|
|
"params_schema": {
|
|
"type": "object",
|
|
"properties": {
|
|
"prompt": {
|
|
"type": "string",
|
|
"default": "",
|
|
"description": "Edit instruction (what to change)"
|
|
},
|
|
"steps": {
|
|
"type": "integer",
|
|
"default": 25,
|
|
"minimum": 1,
|
|
"maximum": 50,
|
|
"description": "Inference steps"
|
|
},
|
|
"seed": {
|
|
"type": "integer",
|
|
"default": 42,
|
|
"description": "Random seed"
|
|
},
|
|
"guidance": {
|
|
"type": "number",
|
|
"default": 4.0,
|
|
"minimum": 0,
|
|
"maximum": 10,
|
|
"description": "Guidance scale"
|
|
},
|
|
"loras": {
|
|
"type": "string",
|
|
"default": "",
|
|
"description": "Qwen-Edit LoRAs, comma-separated 'name' or 'name:scale' (e.g. 'qwen-studio-realism:0.8,gymnast'). Resolved from ~/Documents/localmodels/QwenLora on both mflux nodes (QWEN_LORA_DIRS overrides). Wrong-base LoRAs are silent no-ops."
|
|
}
|
|
}
|
|
}
|
|
}
|