Merge branch 'main' into style-fixes

This commit is contained in:
blessedcoolant 2023-07-18 23:50:48 +12:00 committed by GitHub
commit 769df47863
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,7 +36,7 @@ const ParamMainModelSelect = () => {
const data: SelectItem[] = [];
forEach(mainModels.entities, (model, id) => {
if (!model) {
if (!model || ['sdxl', 'sdxl-refiner'].includes(model.base_model)) {
return;
}