feat: Add multi param query support to getMainModels

This commit is contained in:
blessedcoolant
2023-07-11 14:50:56 +12:00
parent 23d8a2777e
commit 7ce43692c2
4 changed files with 158 additions and 22 deletions

View File

@ -14,6 +14,14 @@ export const clipSkipMap = {
maxClip: 24,
markers: [0, 1, 2, 3, 5, 10, 15, 20, 24],
},
sdxl: {
maxClip: 24,
markers: [0, 1, 2, 3, 5, 10, 15, 20, 24],
},
'sdxl-refiner': {
maxClip: 24,
markers: [0, 1, 2, 3, 5, 10, 15, 20, 24],
},
};
export default function ParamClipSkip() {