invoke-ai / InvokeAI

Invoke is a leading creative engine for Stable Diffusion models, empowering professionals, artists, and enthusiasts to generate and create visual media using the latest AI-driven technologies. The solution offers an industry leading WebUI, and serves as the foundation for multiple commercial products.
https://invoke-ai.github.io/InvokeAI/
Apache License 2.0
23.77k stars 2.44k forks source link

feat(ui): update warnings on upscaling tab based on model arch #7299

Closed psychedelicious closed 2 weeks ago

psychedelicious commented 2 weeks ago

Summary

When an unsupported model architecture is selected, show that warning only, without the extra warnings (i.e. no "missing tile controlnet" warning)

Update Invoke tooltip warnings accordingly

Related Issues / Discussions

Closes #7239 Closes #7177

QA Instructions

You won't be able to choose FLUX or SD3.5 models when on the upscaling tab - but you can from the canvas tab. Choose one of those model types for your main model, then go to the upscaling tab.

You should get a message about unsupported model architecture instead of a misleading message about missing the tile upscaling model. Also, the invoke button tooltip should warn about incompatible model.

Merge Plan

n/a

Checklist