This commit is contained in:
2026-03-09 09:22:21 -07:00
parent 8cfae8dea2
commit dd4899b8f9
29 changed files with 1014 additions and 1 deletions

View File

@@ -125,7 +125,7 @@ def extract_mask(
with open(workflow_path, "r") as f:
workflow = json.load(f)
prompt_text = f"Create a black and white alpha mask of {subject}"
prompt_text = f"Create a black and white alpha mask of {subject}, leaving everything else black"
print(f"Encoding input image...")
base64_image = encode_image_base64(input_image)