changes
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -228,7 +228,7 @@
|
||||
"inputs": {
|
||||
"lora_01": "qwen/Qwen-Image-Edit-2511-Lightning-8steps-V1.0-fp32.safetensors",
|
||||
"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,
|
||||
"lora_03": "None",
|
||||
"strength_03": 1,
|
||||
|
||||
@@ -165,6 +165,7 @@ def api_mask_extract():
|
||||
polygon_width = 2
|
||||
|
||||
if use_polygon:
|
||||
subject = subject + ' outlined in red'
|
||||
poly_data = polygon_storage.get(ora_path)
|
||||
if poly_data:
|
||||
polygon_points = poly_data.get('points', [])
|
||||
|
||||
Reference in New Issue
Block a user