| 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 | |