Skip to content

Commit

Permalink
Update loras.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Avaray committed Dec 22, 2024
1 parent d8ae91f commit 6c576da
Showing 1 changed file with 54 additions and 47 deletions.
101 changes: 54 additions & 47 deletions data/loras.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
},
];

0 comments on commit 6c576da

Please sign in to comment.