GoogleCloudPlatform / GoogleCloudPlatform/accelerated-platforms
fix validation check for comfyUI imagen3 and imagen4 nodes
Open
- Dominant language
- HCL
- Stars
- 103
- Forks
- 36
- Avg merge
- 4d 9h
- Merged PRs (30d)
- 5
Description
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
Contributor guide
Assessment
This issue has not been assessed yet.