From 6c576da775e1d216cca3af6e27440bc92beee43e Mon Sep 17 00:00:00 2001 From: Avaray <1459553+Avaray@users.noreply.github.com> Date: Sun, 22 Dec 2024 20:07:24 +0100 Subject: [PATCH] Update loras.ts --- data/loras.ts | 101 +++++++++++++++++++++++++++----------------------- 1 file changed, 54 insertions(+), 47 deletions(-) diff --git a/data/loras.ts b/data/loras.ts index 14e37ce..2ee1c16 100644 --- a/data/loras.ts +++ b/data/loras.ts @@ -8,73 +8,80 @@ export interface Lora { export const loras = [ { - name: 'Looking at Viewer', - filename: 'looking_at_viewer.safetensors', - homepage: 'https://civitai.com/models/229962/looking-at-viewer-sliders-ntcaixyz', - base: ['sdxl'], - triggerwords: ['looking at viewer'], + name: "Looking at Viewer", + filename: "looking_at_viewer.safetensors", + homepage: "https://civitai.com/models/229962/looking-at-viewer-sliders-ntcaixyz", + base: ["sdxl"], + triggerwords: ["looking at viewer"], }, { - name: 'Weight Slider', - filename: 'weight_slider-sdxl.safetensors', - homepage: 'https://civitai.com/models/443279?modelVersionId=493678', - base: ['sdxl'], - triggerwords: ['weight'], + name: "Weight Slider", + filename: "weight_slider-sdxl.safetensors", + homepage: "https://civitai.com/models/443279?modelVersionId=493678", + base: ["sdxl"], + triggerwords: ["weight"], }, { - name: 'Milf Style', - filename: 'MS_Milf_Style_V2_Pony.safetensors', - homepage: 'https://civitai.com/models/681666/milf-style-for-pony', - base: ['sdxl', 'pdxl'], - triggerWords: ['milf'], + name: "Milf Style", + filename: "MS_Milf_Style_V2_Pony.safetensors", + homepage: "https://civitai.com/models/681666/milf-style-for-pony", + base: ["sdxl", "pdxl"], + triggerWords: ["milf"], }, { - name: 'Milf Style', - filename: 'MS_Milf_Style_V3_Pony.safetensors', - homepage: 'https://civitai.com/models/681666?modelVersionId=999073', - base: ['pdxl'], - triggerWords: ['milf'], + name: "Milf Style", + filename: "MS_Milf_Style_V3_Pony.safetensors", + homepage: "https://civitai.com/models/681666?modelVersionId=999073", + base: ["pdxl"], + triggerWords: ["milf"], }, { - name: 'Age Slider', - filename: 'age_slider-sdxl.safetensors', - homepage: 'https://civitai.com/models/443279?modelVersionId=493670', - base: ['sdxl'], + name: "Age Slider", + filename: "age_slider-sdxl.safetensors", + homepage: "https://civitai.com/models/443279?modelVersionId=493670", + base: ["sdxl"], triggerWords: [], }, { - name: 'Tight Slider', - filename: 'Thigh_Size_Slider_V2_alpha1.0_rank4_noxattn_last.safetensors', - homepage: 'https://civitai.com/models/481421?modelVersionId=625365', - base: ['pdxl'], + name: "Tight Slider", + filename: "Thigh_Size_Slider_V2_alpha1.0_rank4_noxattn_last.safetensors", + homepage: "https://civitai.com/models/481421?modelVersionId=625365", + base: ["pdxl"], triggerwords: [], }, { - name: 'Envy Pony Pretty Eyes', - filename: 'EnvyPonyPrettyEyes01.safetensors', - homepage: 'https://civitai.com/models/393101/envy-pony-pretty-eyes-01-pretty-anime-eyes', - base: ['pdxl'], + name: "Envy Pony Pretty Eyes", + filename: "EnvyPonyPrettyEyes01.safetensors", + homepage: "https://civitai.com/models/393101/envy-pony-pretty-eyes-01-pretty-anime-eyes", + base: ["pdxl"], triggerwords: [], }, { - name: 'GLSHS Style v2.4', - filename: 'GLSHS_Style_V2_4.safetensors', - homepage: 'https://civitai.com/models/550871?modelVersionId=669776', - base: ['pdxl'], - triggerwords: ['GLSHS', 'partially illuminated'], + name: "GLSHS Style v2.4", + filename: "GLSHS_Style_V2_4.safetensors", + homepage: "https://civitai.com/models/550871?modelVersionId=669776", + base: ["pdxl"], + triggerwords: ["GLSHS", "partially illuminated"], }, { - name: 'GLSHS Style v3N', - filename: 'GLSHS_Style_V3_N.safetensors', - homepage: 'https://civitai.com/models/550871?modelVersionId=950053', - base: ['pdxl'], - triggerwords: ['GLSHS'], + name: "GLSHS Style v3N", + filename: "GLSHS_Style_V3_N.safetensors", + homepage: "https://civitai.com/models/550871?modelVersionId=950053", + base: ["pdxl"], + triggerwords: ["GLSHS"], }, { - name: 'Retro Neon Style', - filename: 'retro-neon-style-pony.safetensors', - homepage: 'https://civitai.com/models/569937?modelVersionId=635256', - base: ['pdxl'], - triggerwords: ['retro_neon'], + name: "Retro Neon Style", + filename: "retro-neon-style-pony.safetensors", + homepage: "https://civitai.com/models/569937?modelVersionId=635256", + base: ["pdxl"], + triggerwords: ["retro_neon"], + }, + { + name: "Retro 60s Style (Dan Decarlo)", + filename: "Retro_60s_Decarlo_V1_PDXL.safetensors", + homepage: "https://civitai.com/models/553267?modelVersionId=615701", + base: ["pdxl"], + triggerwords: ["decarloxl", "retro colors", "60s"], }, ];