michaeltrs
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Text2Face-LoRa
|
2 |
![Python version](https://img.shields.io/badge/python-3.8+-blue.svg)
|
3 |
![License](https://img.shields.io/badge/license-MIT-green)
|
@@ -69,6 +83,4 @@ accelerate launch finetune_lora.py --pretrained_model_name_or_path=$MODEL_NAME
|
|
69 |
```
|
70 |
|
71 |
# Datasets
|
72 |
-
Details on the dataset format and preparation will be available soon.
|
73 |
-
|
74 |
-
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
library_name: diffusers
|
6 |
+
tags:
|
7 |
+
- lora
|
8 |
+
- image-generation
|
9 |
+
- diffusion
|
10 |
+
- face-generation
|
11 |
+
- text-conditioned-human-portrait
|
12 |
+
- synthetic-captions
|
13 |
+
- diffusers
|
14 |
+
---
|
15 |
# Text2Face-LoRa
|
16 |
![Python version](https://img.shields.io/badge/python-3.8+-blue.svg)
|
17 |
![License](https://img.shields.io/badge/license-MIT-green)
|
|
|
83 |
```
|
84 |
|
85 |
# Datasets
|
86 |
+
Details on the dataset format and preparation will be available soon.
|
|
|
|