progress
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user