Skip to content

Commit

Permalink
Add 6 models and 1 lora
Browse files Browse the repository at this point in the history
  • Loading branch information
Aishlia committed Sep 7, 2023
1 parent b824336 commit 18bb57d
Show file tree
Hide file tree
Showing 2 changed files with 77 additions and 1 deletion.
10 changes: 10 additions & 0 deletions src/modules/sd-images/api/loras-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,16 @@ export const LORAS_CONFIGS: ILora[] = [
baseModel: 'SDXL 1.0',
aliases: ['pixel-art-xl', 'pixel'],
},
{
path: 'KoreanDollLikeness.safetensors',
name: 'KoreanDollLikeness',
id: '26124',
hash: '00483A2A78',
shortName: 'korean_doll',
link: 'https://civitai.com/models/26124/koreandolllikeness-v20',
baseModel: 'SD 1.5',
aliases: ['koreanDollLikeness_v20', 'korean_doll'],
},
];

export const getLoraByParam = (param: string, baseModel: 'SD 1.5' | 'SDXL 1.0') => {
Expand Down
68 changes: 67 additions & 1 deletion src/modules/sd-images/api/models-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,73 @@ export const MODELS_CONFIGS: IModel[] = [
baseModel: 'SDXL 1.0',
aliases: ['xl_dif', '8404', 'hef9'],
defaultPrompt: 'pastel color, from above, upper body, depth of field, masterpiece, best quality, best quality, girl sitting on a swing, school uniform, black hair, blue eyes, autumn, park'
}
},
{
path: "lyriel.safetensors",
name: "lyriel",
id: '22922',
hash: 'EC6F68EA63',
shortName: 'lyriel',
link: 'https://civitai.com/models/22922/lyriel',
baseModel: 'SD 1.5',
aliases: ['lyr'],
defaultPrompt: '(dark shot:1.1), epic realistic, RAW, analog, A full portrait of stunning woman wearing swimsuit, alluring expression, swimming pool, clear water, wet hair, natural look, no make up, pureerosface_v1, masterpiece that captures the essence and beauty of the woman and water, ((highly detailed skin, skin details, water details)), sharp focus, volumetric fog, 8k UHD, DSLR, high quality, film grain, Fujifilm XT3, art by greg rutkowski and artgerm, soft cinematic light, adobe lightroom, photolab, hdr, intricate, highly detailed, (depth of field:1.4), faded, (neutral colors:1.2), (hdr:1.4), (muted colors:1.2), hyperdetailed, (artstation:1.4), cinematic, warm lights, dramatic light, (intricate details:1.1), complex background, (rutkowski:0.66), (teal and orange:0.4), (natural skin texture, hyperrealism, soft light, sharp)',
},
{
path: "leosams_helloworld.safetensors",
name: "leosams_helloworld",
id: '43977',
hash: 'BCFD4AA1C0',
shortName: 'helloworld',
link: 'https://civitai.com/models/43977/moonmix',
baseModel: 'SDXL 1.0',
aliases: ['leo'],
defaultPrompt: 'leogirl, (1girl), standing, fluffy short hair, glowing skin, lace sexy lingerie, big breasts, japanese JK SCHOOL UNIFORM, looking at viewer',
},
{
path: "perfect_world.safetensors",
name: "perfect_world",
id: '8281',
hash: 'B4C1D10A2D',
shortName: 'perfect_world',
link: 'https://civitai.com/models/8281/perfect-world',
baseModel: 'SDXL 1.0', // baseModel is listed as 'other'
aliases: ['perf'],
defaultPrompt: 'ultra detailed 8k cg, slingshot swimsuit, large breasts, sexy, beach, wet, sea, resort',
},
{
path: "reliberate.safetensors",
name: "reliberate",
id: '79754',
hash: '6B08E2C182',
shortName: 'reliberate',
link: 'https://civitai.com/models/79754/reliberate',
baseModel: 'SD 1.5',
aliases: ['rel'],
defaultPrompt: '(hdr:1.4), professional photograph of an arab man worker, 80mm, desert, barren landscape, medium closeup, moles skin, soft light, sharp, exposure, muted colors, dim colors, soothing tones',
},
{
path: "a-zovya_rpg_artist_tools.safetensors",
name: "rpg_artist_tools",
id: '8124',
hash: '25BA966C5D',
shortName: 'rpg_artist_tools',
link: 'https://civitai.com/models/8124',
baseModel: 'SD 1.5',
aliases: ['rpg'],
defaultPrompt: 'dungeons and dragons epic movie poster barbarian woman with cape charging into battle violent roar riding a vicious ice [wolf|tiger] beast leather and fur boots warriors and red banners (windy dust debris storm:1.1) volumetric lighting fog depth mist pass z pass great stone castle very bright morning sunlight from side, (masterpiece) (best quality) (detailed) (8k) (cinematic lighting) (sharp focus) (intricate)',
},
{
path: "chilloutmix.safetensors",
name: "chilloutmix",
id: '6424',
hash: 'FC2511737A',
shortName: 'chillout',
link: 'https://civitai.com/models/6424/chilloutmix',
baseModel: 'SD 1.5',
aliases: ['chill'],
defaultPrompt: '(RAW photo, best quality), (realistic, photo-realistic:1.3), masterpiece, an extremely delicate and beautiful, extremely detailed, CG, unity , 2k wallpaper, Amazing, finely detail, light smile, extremely detailed CG unity 8k wallpaper, huge filesize, ultra-detailed, highres, absurdres, soft light, (((medium hair:1.3), short bang, pink hair, floating hair novafrogstyle)), beautiful detailed girl, detailed fingers, extremely detailed eyes and face, beautiful detailed nose, beautiful detailed eyes, long eyelashes, light on face, looking at viewer, (closed mouth:1.2), 1girl, cute, young, mature face, (full body:1.3), ((small breasts)), realistic face, realistic body, beautiful detailed thigh, (ulzzang-6500-v1.1:0.8), <lora:koreanDollLikeness_v15:0.4>, business suit, cross-laced clothes, collared shirt, open clothes, in office, detailed office, open cardigan, black thighhighs, miniskirt, black underwear, unbuttoned shirt,',
},
];

export const getModelByParam = (param: string) => {
Expand Down

0 comments on commit 18bb57d

Please sign in to comment.