Upload folder using huggingface_hub
Browse files- 51218768.jpeg +0 -0
- 51218769.jpeg +0 -0
- 51218770.jpeg +0 -0
- 51218771.jpeg +0 -0
- 51219951.jpeg +0 -0
- README.md +94 -0
- YulexuansdxlV6civit.safetensors +3 -0
51218768.jpeg
ADDED
![]() |
51218769.jpeg
ADDED
![]() |
51218770.jpeg
ADDED
![]() |
51218771.jpeg
ADDED
![]() |
51219951.jpeg
ADDED
![]() |
README.md
ADDED
@@ -0,0 +1,94 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: other
|
3 |
+
license_name: bespoke-lora-trained-license
|
4 |
+
license_link: https://multimodal.art/civitai-licenses?allowNoCredit=True&allowCommercialUse=Image&allowDerivatives=True&allowDifferentLicense=True
|
5 |
+
tags:
|
6 |
+
- text-to-image
|
7 |
+
- stable-diffusion
|
8 |
+
- lora
|
9 |
+
- diffusers
|
10 |
+
- template:sd-lora
|
11 |
+
- migrated
|
12 |
+
- character
|
13 |
+
- hanfu
|
14 |
+
- long hair
|
15 |
+
- asian male
|
16 |
+
|
17 |
+
base_model: stabilityai/stable-diffusion-xl-base-1.0
|
18 |
+
instance_prompt: ylxn
|
19 |
+
widget:
|
20 |
+
- text: 'ylxn, solo, hanfu, hat, 1boy, front view, face focus, arms crossed, portrait, long hair, brown hair, large pectorals, '
|
21 |
+
parameters:
|
22 |
+
negative_prompt: deformed, distorted, disfigured, low quality, blurry
|
23 |
+
|
24 |
+
output:
|
25 |
+
url: >-
|
26 |
+
51219951.jpeg
|
27 |
+
- text: 'ylxn, solo, hanfu, hat, 1boy, sitting, long hair, brown hair, inside a living room, large pectorals, '
|
28 |
+
parameters:
|
29 |
+
negative_prompt: deformed, distorted, disfigured, low quality, blurry
|
30 |
+
|
31 |
+
output:
|
32 |
+
url: >-
|
33 |
+
51218769.jpeg
|
34 |
+
- text: 'ylxn, solo, hanfu, hat, 1boy, full body, long hair, brown hair, standing in a living room, large pectorals, '
|
35 |
+
parameters:
|
36 |
+
negative_prompt: deformed, distorted, disfigured, low quality, blurry
|
37 |
+
|
38 |
+
output:
|
39 |
+
url: >-
|
40 |
+
51218768.jpeg
|
41 |
+
- text: 'ylxn, solo, hanfu, hat, 1boy, sitting, long hair, brown hair, inside a living room, large pectorals, '
|
42 |
+
parameters:
|
43 |
+
negative_prompt: deformed, distorted, disfigured, low quality, blurry
|
44 |
+
|
45 |
+
output:
|
46 |
+
url: >-
|
47 |
+
51218771.jpeg
|
48 |
+
- text: 'ylxn, solo, hanfu, hat, 1boy, full body, long hair, brown hair, standing in a living room, large pectorals, '
|
49 |
+
parameters:
|
50 |
+
negative_prompt: deformed, distorted, disfigured, low quality, blurry
|
51 |
+
|
52 |
+
output:
|
53 |
+
url: >-
|
54 |
+
51218770.jpeg
|
55 |
+
|
56 |
+
---
|
57 |
+
|
58 |
+
# Yu Lexuan (Blue hanfu version) SDXL
|
59 |
+
|
60 |
+
<Gallery />
|
61 |
+
|
62 |
+
|
63 |
+
|
64 |
+
|
65 |
+
|
66 |
+
## Model description
|
67 |
+
|
68 |
+
<p>This is the SDXL version of my previous SD 1.5 model, with an improved dataset and better tagging. The old version has been removed.</p>
|
69 |
+
|
70 |
+
## Trigger words
|
71 |
+
You should use `ylxn`, `hanfu`, `hat` to trigger the image generation.
|
72 |
+
|
73 |
+
|
74 |
+
## Download model
|
75 |
+
|
76 |
+
Weights for this model are available in Safetensors format.
|
77 |
+
|
78 |
+
[Download](/YuLexuan30/yu-lexuan-blue-hanfu-version-sdxl/tree/main) them in the Files & versions tab.
|
79 |
+
|
80 |
+
## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
|
81 |
+
|
82 |
+
```py
|
83 |
+
from diffusers import AutoPipelineForText2Image
|
84 |
+
import torch
|
85 |
+
|
86 |
+
device = "cuda" if torch.cuda.is_available() else "cpu"
|
87 |
+
|
88 |
+
pipeline = AutoPipelineForText2Image.from_pretrained('stabilityai/stable-diffusion-xl-base-1.0', torch_dtype=torch.float16).to(device)
|
89 |
+
pipeline.load_lora_weights('YuLexuan30/yu-lexuan-blue-hanfu-version-sdxl', weight_name='YulexuansdxlV6civit.safetensors')
|
90 |
+
image = pipeline('ylxn, solo, hanfu, hat, 1boy, full body, long hair, brown hair, standing in a living room, large pectorals, ').images[0]
|
91 |
+
```
|
92 |
+
|
93 |
+
For more details, including weighting, merging and fusing LoRAs, check the [documentation on loading LoRAs in diffusers](https://huggingface.co/docs/diffusers/main/en/using-diffusers/loading_adapters)
|
94 |
+
|
YulexuansdxlV6civit.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e5ac5f6f058793943c1ad86a1477fe2758d2445da473a2b0730c30c04e938c30
|
3 |
+
size 228454636
|