From 9ca62724d0a2e8e7d5970c6fab356bd386c8b020 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Sun, 23 Nov 2025 19:04:19 +0100 Subject: [PATCH] feat: add LoRA models category to CivitAI config with add-detail-xl and siesta --- models_civitai.yaml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/models_civitai.yaml b/models_civitai.yaml index 9ef7b0e..081afb7 100644 --- a/models_civitai.yaml +++ b/models_civitai.yaml @@ -120,6 +120,37 @@ model_categories: tags: [nsfw, versatile] notes: "General-purpose NSFW model with good results across styles" + # ========================================================================== + # LORA MODELS (Style Enhancement & Detail) + # ========================================================================== + loras: + - name: add-detail-xl + version_id: "135867" + model_id: "122359" + description: "Add Detail XL - Detail enhancement LoRA for SDXL" + size_gb: 0.21 + essential: true + type: loras + format: safetensors + base_model: SDXL 1.0 + tags: [enhancement, detail, quality] + recommended_settings: + strength_model: "0.5-1.0" + strength_clip: "0.5-1.0" + notes: "Popular detail enhancer LoRA, works with all SDXL checkpoints" + + - name: siesta-v1-1 + version_id: "unknown" + model_id: "unknown" + description: "Siesta v1.1 - Style LoRA" + size_gb: 0.04 + essential: false + type: loras + format: safetensors + base_model: SDXL 1.0 + tags: [style, artistic] + notes: "Manually downloaded LoRA, version_id needs to be updated" + # ============================================================================ # STORAGE & VRAM SUMMARIES # ============================================================================