This commit is contained in:
2026-04-07 10:50:55 -07:00
parent 6a64717c9d
commit baf18dcb5f
11 changed files with 160 additions and 119 deletions

File diff suppressed because one or more lines are too long

View File

@@ -228,7 +228,7 @@
"inputs": { "inputs": {
"lora_01": "qwen/Qwen-Image-Edit-2511-Lightning-8steps-V1.0-fp32.safetensors", "lora_01": "qwen/Qwen-Image-Edit-2511-Lightning-8steps-V1.0-fp32.safetensors",
"strength_01": 1, "strength_01": 1,
"lora_02": "qwen/qwen_2511_extract_mask7_000008000.safetensors", "lora_02": "qwen/qwen_mask_expanded_dataset_000000500.safetensors",
"strength_02": 0.93, "strength_02": 0.93,
"lora_03": "None", "lora_03": "None",
"strength_03": 1, "strength_03": 1,

View File

@@ -165,6 +165,7 @@ def api_mask_extract():
polygon_width = 2 polygon_width = 2
if use_polygon: if use_polygon:
subject = subject + ' outlined in red'
poly_data = polygon_storage.get(ora_path) poly_data = polygon_storage.get(ora_path)
if poly_data: if poly_data:
polygon_points = poly_data.get('points', []) polygon_points = poly_data.get('points', [])