7 ms·
I'm confused. Isn't diffui using its own model?
by raincole 9d ago
I'm confused. Isn't diffui using its own model?
- jjcm 9d agoIt's both. I have several models loaded into diffui. Which one each prompt uses is determined based on user preference over time. Whichever image is currently at the top of any image node stack marks a win for the model that generated it, I assign each model an ELO score based on that, and I bias the chance each model is selected based on their ELO score. Right now gpt-image-2 is better than my own model, and it services around ~96% of the requests in diffui. I'll also be adding in microsoft's mai-image-2.6 soon, but I need to update my SOC2 to add MS as a provider before I turn that on for other users. The full list of models in rotation is here: https://image.non.io/d53a9760-8b74-4386-b032-d59da2cd5319.webp https://image.non.io/d53a9760-8b74-4386-b032-d59da2cd5319.we...
- raincole 9d agoOh, you're the dev of diffui? It's completely off-topic, but I've notice that RMB -> Download image will download an .png but it's actually a .webp and it can cause issues (e.g. file explorer doesn't show thumbnail correctly).
- jjcm 9d agoIndeed I am! Also nice catch - should have a fix up in the next hour. Hit me up with any other reqs - j@diffui.ai Edit: confirmed that the download should be fixed now - should be properly a png now.