mirror of
https://github.com/Anil-matcha/Open-Generative-AI.git
synced 2026-08-31 01:40:10 +08:00
4634acb241
Several i2i models (Seedream 4/4.5/5.0/5.0 Pro Edit, Qwen Image 2.0/Pro Edit, Flux 2 Klein variants, Wan 2.7 Image Edit, Kling O3 Image Edit, Nano Banana 2 Lite Edit) declared images_list in their input schema but were missing the imageField config, so generateI2I() defaulted to sending image_url instead. The backend never read that field, causing a 422 "images_list field required" error.