mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-02-11 10:14:58 -05:00
partial implementation of SDXL model loader
This commit is contained in:
@@ -13,6 +13,8 @@ import { useGetMainModelsQuery } from 'services/api/endpoints/models';
|
||||
export const MODEL_TYPE_MAP = {
|
||||
'sd-1': 'Stable Diffusion 1.x',
|
||||
'sd-2': 'Stable Diffusion 2.x',
|
||||
sdxl: 'Stable Diffusion XL',
|
||||
'sdxl-refiner': 'Stable Diffusion XL Refiner',
|
||||
};
|
||||
|
||||
const ModelSelect = () => {
|
||||
|
||||
Reference in New Issue
Block a user