Q: I think there is a bug
Hi Guys,
I think there is a Small bug in AI Images: the three "Style" thumbnails don't do anything. Picking a different one changes nothing in the output. Can somebody confirm this ?
They're radio inputs named "model" holding old Stable Diffusion checkpoint values (epicphotogasm..., protovisionXL..., comicDiffusion...). Their only handler is a console.log, and createImage() never reads them - it takes the model from the #modelselect dropdown instead. Nothing on the page queries input[name="model"]. They look like leftovers from before the switch to Flux. All three also share id="model", which is probably how they got orphaned.
The Format radios work fine, by the way. Just my 5 c
Mkha
Sep 17, 2026A: Thanks for pointing this out. You are correct — those Style options are leftover from our previous image generation implementation and are no longer being used by the current models. We’ll remove/update them to avoid confusion.
The Format options are working as expected. Thanks for bringing this to our attention!