--- 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 ([CivitAI](https://civitai.com/models/)) ## Model description

Yunying LoRA V1.1

CG like -----> V1.1

Cosplay like -----> V1.1ce

Yunying LoRA with a little updates, now can trigger more silver outfit looks and her childhood looks.

嗨呀,不愧是我!云缨小姐姐小更新啦!新增触发【赤焰之缨】皮肤和【小时候】皮肤。(禁止炼铜)

Maybe better than V0 or not

或许更好,或许不够V0, V0貌似也能触发

Adjust a bit training images, base model is

调整了一下训练集,底模是 -------------> meinaV9

VAE Using:

VAE我用 kl-f8-anime2 VAE

weight around 0.5-0.9.

权重0.5-0.9.

works well with 2.5D or Anime base model

和2.5D或动漫类模型相性好

Recommended prompt along side the LoRA (original outfit):

跟LoRA一起用(原皮):

pony tail, golden hair accessory, red and green choker, red and white outfit

===========================================================

===========================================================

真人相性还是不太好,依然要多加佐料多揉搓

Still not good at generating realistic one, need more LoRA to adjust.

带云缨周游世界吧! : D

Take her around the world :D

一起来创作和分享云缨更多的美图吧!

Let's have fun and share her nice pics!

## 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)