TfiyuenLau
commited on
Commit
·
f2ba3dd
1
Parent(s):
29c06c1
update markdown
Browse files
README.md
CHANGED
@@ -11,10 +11,10 @@ tags:
|
|
11 |
- waifu2x
|
12 |
license: apache-2.0
|
13 |
model:
|
14 |
-
name: SDXL-LoRA
|
15 |
-
description: A model based on SDXL with LoRA fine-tuning for Text-To-Image generation.
|
16 |
pipeline_tag: image-generation
|
17 |
-
repo: https://huggingface.co/TfiyuenLau/
|
18 |
library: huggingface
|
19 |
framework: pytorch
|
20 |
version: 1.0.0
|
@@ -25,7 +25,7 @@ model:
|
|
25 |
task: text-to-image
|
26 |
---
|
27 |
|
28 |
-
# 基于SDXL模型LoRA
|
29 |
|
30 |
![example](./assets/example.png)
|
31 |
|
@@ -37,7 +37,7 @@ model:
|
|
37 |
5. 数据集画质增强:[waifu2x](https://github.com/nagadomi/waifu2x)
|
38 |
|
39 |
## 二、Prompt Dict
|
40 |
-
1. 少前2追放角色
|
41 |
* 佩里缇亚: PKPSP
|
42 |
* 塞布丽娜: SPAS12
|
43 |
* 托洛洛: AKAlfa
|
@@ -82,7 +82,7 @@ from diffusers import (
|
|
82 |
)
|
83 |
|
84 |
# LoRA Hugging Face ID
|
85 |
-
lora_id = "TfiyuenLau/
|
86 |
|
87 |
# Load VAE component
|
88 |
vae = AutoencoderKL.from_pretrained(
|
|
|
11 |
- waifu2x
|
12 |
license: apache-2.0
|
13 |
model:
|
14 |
+
name: GirlsFrontline2-SDXL-LoRA
|
15 |
+
description: A model based on SDXL with LoRA fine-tuning for 《Girl's Frontline 2》 Text-To-Image generation.
|
16 |
pipeline_tag: image-generation
|
17 |
+
repo: https://huggingface.co/TfiyuenLau/GirlsFrontline2_SDXL_LoRA
|
18 |
library: huggingface
|
19 |
framework: pytorch
|
20 |
version: 1.0.0
|
|
|
25 |
task: text-to-image
|
26 |
---
|
27 |
|
28 |
+
# 基于SDXL模型LoRA微调实现《少前2:追放》文生图
|
29 |
|
30 |
![example](./assets/example.png)
|
31 |
|
|
|
37 |
5. 数据集画质增强:[waifu2x](https://github.com/nagadomi/waifu2x)
|
38 |
|
39 |
## 二、Prompt Dict
|
40 |
+
1. 少前2追放角色
|
41 |
* 佩里缇亚: PKPSP
|
42 |
* 塞布丽娜: SPAS12
|
43 |
* 托洛洛: AKAlfa
|
|
|
82 |
)
|
83 |
|
84 |
# LoRA Hugging Face ID
|
85 |
+
lora_id = "TfiyuenLau/GirlsFrontline2_SDXL_LoRA"
|
86 |
|
87 |
# Load VAE component
|
88 |
vae = AutoencoderKL.from_pretrained(
|