feat: add LoRA models category to CivitAI config with add-detail-xl and siesta
This commit is contained in:
@@ -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
|
||||
# ============================================================================
|
||||
|
||||
Reference in New Issue
Block a user