File size: 868 Bytes
d6ff60a | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | ---
license: creativeml-openrail-m
base_model: stabilityai/stable-diffusion-xl-base-1.0
instance_prompt: "$TRIGGER_WORD" # <--- MUST HAVE QUOTES
tags:
- stable-diffusion
- stable-diffusion-xl
- lora
---
# Model Card for ...
# [Model Name] - LoRA Backup
This repository contains a LoRA (Low-Rank Adaptation) model and its associated metadata. This was backed up using the **Hugging Face Hub Manager**.
## 📦 Included Files
- **`model.safetensors`**: The primary LoRA weights.
- **`preview.png`**: A sample image showcasing the model's output.
- **`config.json`**: Metadata including training settings, rank (network dim), and alpha.
## 🚀 Usage
### 🎨 Stable Diffusion WebUI (A1111 / Forge)
1. Download the `.safetensors` file.
2. Place it in your `models/Lora` folder.
3. Use the trigger word **`[Your Trigger Word]`** in your prompt.
### 🧨 Diffusers
|