Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,35 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: creativeml-openrail-m
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: creativeml-openrail-m
|
| 3 |
+
tags:
|
| 4 |
+
- stable-diffusion
|
| 5 |
+
- revanimated
|
| 6 |
+
- base-model
|
| 7 |
+
- celestine-ai
|
| 8 |
+
- LoRA-training
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
+
# 🌀 revAnimated_v11.safetensors
|
| 12 |
+
|
| 13 |
+
This is the **revAnimated v11** model in `.safetensors` format, uploaded for use in LoRA training pipelines—especially for stylized character generation in **Celestine-AI** projects (e.g. *Ashes & Rain – Tên Cô Ở Đầu Khẩu Lệnh*).
|
| 14 |
+
|
| 15 |
+
> ✅ The stylized images of all characters (Celestine, Ena, Rina...) in this project were generated using this exact model.
|
| 16 |
+
|
| 17 |
+
---
|
| 18 |
+
|
| 19 |
+
## 📌 Model Details
|
| 20 |
+
|
| 21 |
+
- **Base**: Stable Diffusion 1.5-compatible
|
| 22 |
+
- **Architecture**: revAnimated (v11)
|
| 23 |
+
- **Format**: `.safetensors`
|
| 24 |
+
- **Recommended Resolution**: 512x768
|
| 25 |
+
- **Purpose**: Fine-tuning / LoRA training with stylized anime–manhwa look
|
| 26 |
+
- **Author**: [@celestine-ai](https://huggingface.co/celestine-ai)
|
| 27 |
+
|
| 28 |
+
---
|
| 29 |
+
|
| 30 |
+
## 📂 Usage
|
| 31 |
+
|
| 32 |
+
To use this model in your training config:
|
| 33 |
+
|
| 34 |
+
```json
|
| 35 |
+
"pretrained_model_name_or_path": "celestine-ai/revAnimated-v11"
|