if seed and add_watermark:
raise ValueError("Seed is not supported when add_watermark is enabled.")
The above should be validation check for seed and enhance_prompt instead. Updated imagen3_api.py and imagen4_api.py files to update this if statement. Also update the workflows to make enhanced prompt false by default