From d9acdb43484f93eddf8fba20c446dd7033f34db0 Mon Sep 17 00:00:00 2001 From: bicobus <bicobus@keemail.me> Date: Wed, 10 Jul 2024 19:06:55 +0200 Subject: [PATCH] Add ponygirl lora, for better character outfits. Closes #5294 --- src/art/genAI/prompts/clothesPromptPart.js | 12 ++++++------ src/gui/options/options.js | 5 +++++ 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/src/art/genAI/prompts/clothesPromptPart.js b/src/art/genAI/prompts/clothesPromptPart.js index 52360dbdd76..8a7138b7d39 100644 --- a/src/art/genAI/prompts/clothesPromptPart.js +++ b/src/art/genAI/prompts/clothesPromptPart.js @@ -258,13 +258,13 @@ const clothesPrompts = { "positive": "one-piece swimsuit, thighs", "negative": "jeans, nude, pussy, nipples", }, - "a nice pony outfit": { // Tbh, not really sure what this is - "positive": "latex bodysuit, long sleeves", - "negative": "bare shoulders, exposed skin, exposed legs, exposed arms, short sleeves, nude, pussy, nipples", + "a nice pony outfit": { + "positive": "<lora:ponygirl:0.7> ponygirl, bdsm, bodysuit", + "negative": "nude" }, - "a slutty pony outfit": { // Same - "positive": "latex bodysuit, long sleeves, cleavage, thighs", - "negative": "nude, pussy, nipples", + "a slutty pony outfit": { + "positive": "<lora:ponygirl:0.7> ponygirl, bdsm", + "negative": "pussy", }, "a button-up shirt and panties": { // Often not bottomless "positive": "collared shirt, oversized clothes, panties, (bottomless:1.1), thighs", diff --git a/src/gui/options/options.js b/src/gui/options/options.js index d8914b7414d..52038c0ee97 100644 --- a/src/gui/options/options.js +++ b/src/gui/options/options.js @@ -1314,6 +1314,11 @@ App.UI.aiLoraList = () => { urls: ["https://civitai.com/models/139298/conceptprosthetic-quadruped-girl?modelVersionId=154248"], usage: "Quadruped androids", }, + { + name: "ponygirl", + urls: "https://civitai.com/models/90831?modelVersionId=96789", + usage: "Pony Girl outfits, if available", + }, ]; /** -- GitLab