File size: 2,091 Bytes
d0493c4
 
 
 
 
 
d1a86d1
d0493c4
 
d1a86d1
d0493c4
d1a86d1
d0493c4
d1a86d1
d0493c4
d1a86d1
d0493c4
d1a86d1
 
 
 
d0493c4
d1a86d1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
a1eb6f8
d1a86d1
 
a1eb6f8
d1a86d1
 
 
b4b5ebb
d1a86d1
 
 
 
 
 
 
 
 
a1eb6f8
d1a86d1
 
 
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
---
tags:
- stable-diffusion
- text-to-image
- lora
- character
- diffusionpipe
---

# Character LoRA Collection: Martin, Demetri, & Isaac

This repository contains a collection of three distinct character LoRAs. Each model was trained on 30 images generated by an LLM, using the **WAN2.1 14B** I2V model as a base.

Since all models are hosted in a single repository, please follow the usage instructions carefully to load the specific character you want.

## Character LoRAs Overview

### 1. Demetri
| Filename                 | Trigger Words                     |
| ------------------------ | --------------------------------- |
| `demetri_15.safetensors` | `#demerti, running and laughing` |


### 2. Martin
| Filename               | Trigger Words                  |
| ---------------------- | ------------------------------ |
| `martin_15.safetensors`| `#martin, 1boy`                |
<br>

### 3. Isaac
| Filename               | Trigger Words           |
| ---------------------- | ----------------------- |
| `isaac_15.safetensors` | `#isaac, laughing`      |
<br>

---

## How to Use with 

Because this repository contains multiple LoRA files, you **must specify the `weight_name`** (the filename) you wish to load.
- Download the models you want and load into comfyUI


## Training Details
Base Model: The LoRAs were trained on top of the WAN2.1 14B parameter T2V model.
Training Library: The training was implemented using the diffusionpipe library.
Hyperparameters: For a detailed look at the training configuration and hyperparameters, please visit the training repository here.

## Dataset
- Each LoRA was trained on a dataset of 30 images that were generated using a Large Language Model to ensure a consistent character style.
- Sample Data Used for Training:
(This image is an example from the dataset to show the style and quality.)
![alt text](https://huggingface.co/Bisre/character_loras/resolve/main/02.png)

## Demo Video 

<video autoplay loop muted controls width="100%" src="https://huggingface.co/Bisre/character_loras/resolve/main/Isaac_laughing.mp4"></video>