File size: 3,885 Bytes
01b69c8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
---
license: other
license_name: bespoke-lora-trained-license
license_link: https://multimodal.art/civitai-licenses?allowNoCredit=True&allowCommercialUse=Image&allowDerivatives=True&allowDifferentLicense=True
tags:
- text-to-image
- stable-diffusion
- lora
- diffusers
- template:sd-lora
- migrated
- girl
- woman
- game character

base_model: runwayml/stable-diffusion-v1-5
instance_prompt: 
widget:
- text: ' '
  
  output:
    url: >-
      615872.jpeg
- text: ' '
  
  output:
    url: >-
      615880.jpeg
- text: ' '
  
  output:
    url: >-
      615878.jpeg
- text: ' '
  
  output:
    url: >-
      615934.jpeg
- text: ' '
  
  output:
    url: >-
      615935.jpeg
- text: ' '
  
  output:
    url: >-
      615937.jpeg
- text: ' '
  
  output:
    url: >-
      615938.jpeg

---

# YunYing | 云缨 LoRA 

<Gallery />



([CivitAI](https://civitai.com/models/))

## Model description

<p>Yunying LoRA V1.1</p><p></p><p>CG like          -----&gt;           V1.1</p><p>Cosplay like  -----&gt;           V1.1ce</p><p></p><p>Yunying LoRA with a little updates, now can trigger more silver outfit looks and her childhood looks.</p><p>嗨呀,不愧是我!云缨小姐姐小更新啦!新增触发【赤焰之缨】皮肤和【小时候】皮肤。<s>(禁止炼铜)</s></p><p></p><p>Maybe better than V0 or not</p><p>或许更好,或许不够V0, V0貌似也能触发</p><p></p><p>Adjust a bit training images, base model is</p><p>调整了一下训练集,底模是 -------------&gt; <a target="_blank" rel="ugc" href="https://civitai.com/models/7240/meinamix"><strong><u>meinaV9</u></strong></a></p><p></p><p>VAE Using:</p><p>VAE我用 <a target="_blank" rel="ugc" href="https://civitai.com/models/23906/kl-f8-anime2-vae"><strong><u>kl-f8-anime2 VAE</u></strong></a></p><p></p><p>weight around 0.5-0.9.</p><p>权重0.5-0.9.</p><p></p><p>works well with 2.5D or Anime base model</p><p>和2.5D或动漫类模型相性好</p><p></p><p><strong>Recommended prompt along side the LoRA (original outfit)</strong>:</p><p>跟LoRA一起用(原皮):</p><p></p><p>pony tail, golden hair accessory, red and green choker, red and white outfit</p><p></p><p>===========================================================</p><ul><li><p>If you want to trigger silver skin use:</p><p>想要触发赤焰之缨皮肤输入:</p><p></p><p>yunying in silver outfit, red pants, silver hair accessories,</p><p></p></li></ul><ul><li><p>If you want to trigger childhood skin use:</p><p>想要触发小时候输入:</p><p></p><p>yunying in her childhood, child, cute,</p><p></p></li></ul><p>===========================================================</p><p></p><p>真人相性还是不太好,依然要多加佐料多揉搓</p><p>Still not good at generating realistic one, need more LoRA to adjust.</p><p></p><p>带云缨周游世界吧! : D</p><p>Take her around the world :D</p><p></p><p>一起来创作和分享云缨更多的美图吧!</p><p>Let's have fun and share her nice pics!</p><p></p><p></p><p></p><p></p><p></p><p></p><p></p><p></p><p></p><p></p><p></p><p></p><p></p>



## Download model

Weights for this model are available in Safetensors format.

[Download](/Honglee003/yunying-yun-ying-lora/tree/main) them in the Files & versions tab.

## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)

```py
from diffusers import AutoPipelineForText2Image
import torch

pipeline = AutoPipelineForText2Image.from_pretrained('runwayml/stable-diffusion-v1-5', torch_dtype=torch.float16).to('cuda')
pipeline.load_lora_weights('Honglee003/yunying-yun-ying-lora', weight_name='Yunying_v11.safetensors')
image = pipeline('Your custom prompt').images[0]
```

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)