Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: other
|
| 3 |
+
tags:
|
| 4 |
+
- lora
|
| 5 |
+
- character
|
| 6 |
+
- wan-2.2
|
| 7 |
+
---
|
| 8 |
+
|
| 9 |
+
# MIk LoRA
|
| 10 |
+
|
| 11 |
+
Character LoRA for WAN 2.2 image generation.
|
| 12 |
+
|
| 13 |
+
## Trigger Word
|
| 14 |
+
`chr_mik`
|
| 15 |
+
|
| 16 |
+
## Character Attributes
|
| 17 |
+
- **Build**: average
|
| 18 |
+
- **Ethnicity**: Caucasian
|
| 19 |
+
- **Facial Features**: oval face shape, brown eyes, straight nose, full lips, light stubble beard
|
| 20 |
+
- **Hair**: brown, short, styled
|
| 21 |
+
- **Distinctive Features**: light stubble beard, blue eyes
|
| 22 |
+
|
| 23 |
+
## Models Included
|
| 24 |
+
- `high_noise.safetensors` - Versatile, works across various scenes
|
| 25 |
+
- `low_noise.safetensors` - Consistent, high fidelity
|
| 26 |
+
|
| 27 |
+
## Usage
|
| 28 |
+
```python
|
| 29 |
+
# Use with WAN 2.2 text-to-image
|
| 30 |
+
prompt = "chr_mik, your prompt here"
|
| 31 |
+
lora_url = "https://huggingface.co/KozMi/mik_lora_qwen_image/text_to_image_lora/resolve/main/high_noise.safetensors"
|
| 32 |
+
```
|
| 33 |
+
|
| 34 |
+
## Training Details
|
| 35 |
+
- Trained on WaveSpeed AI WAN 2.2 LoRA Trainer
|
| 36 |
+
- Private model for authorized use only
|
| 37 |
+
|
| 38 |
+
---
|
| 39 |
+
|
| 40 |
+
*Generated by Once Content Automation*
|