2024-10-06 12:45:44 +05:30
|
|
|
export const MODELS = {
|
2024-10-30 19:03:41 +05:30
|
|
|
"upscayl-standard-4x": {
|
|
|
|
id: "upscayl-standard-4x",
|
2024-10-06 12:45:44 +05:30
|
|
|
},
|
2024-10-30 19:03:41 +05:30
|
|
|
"upscayl-lite-4x": {
|
|
|
|
id: "upscayl-lite-4x",
|
2024-10-06 12:45:44 +05:30
|
|
|
},
|
2024-12-25 13:54:31 +05:30
|
|
|
"high-fidelity-4x": {
|
2024-12-25 14:11:00 +05:30
|
|
|
id: "high-fidelity-4x",
|
2024-12-25 13:54:31 +05:30
|
|
|
},
|
2024-11-25 19:09:32 +05:30
|
|
|
"remacri-4x": {
|
2024-10-30 19:03:41 +05:30
|
|
|
id: "remacri-4x",
|
2024-10-06 12:45:44 +05:30
|
|
|
},
|
2024-11-25 19:09:32 +05:30
|
|
|
"ultramix-balanced-4x": {
|
2024-10-30 19:03:41 +05:30
|
|
|
id: "ultramix-balanced-4x",
|
2024-10-06 12:45:44 +05:30
|
|
|
},
|
2024-11-25 19:09:32 +05:30
|
|
|
"ultrasharp-4x": {
|
2024-10-30 19:03:41 +05:30
|
|
|
id: "ultrasharp-4x",
|
2024-10-06 12:45:44 +05:30
|
|
|
},
|
2024-10-30 19:03:41 +05:30
|
|
|
"digital-art-4x": {
|
|
|
|
id: "digital-art-4x",
|
2024-10-06 12:45:44 +05:30
|
|
|
},
|
|
|
|
};
|
|
|
|
|
|
|
|
export type ModelId = keyof typeof MODELS;
|