Honglee003 commited on
Commit
01b69c8
1 Parent(s): cb404c7

Upload folder using huggingface_hub

Browse files
Files changed (9) hide show
  1. 615872.jpeg +0 -0
  2. 615878.jpeg +0 -0
  3. 615880.jpeg +0 -0
  4. 615934.jpeg +0 -0
  5. 615935.jpeg +0 -0
  6. 615937.jpeg +0 -0
  7. 615938.jpeg +0 -0
  8. README.md +89 -0
  9. Yunying_v11.safetensors +3 -0
615872.jpeg ADDED
615878.jpeg ADDED
615880.jpeg ADDED
615934.jpeg ADDED
615935.jpeg ADDED
615937.jpeg ADDED
615938.jpeg ADDED
README.md ADDED
@@ -0,0 +1,89 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ - girl
13
+ - woman
14
+ - game character
15
+
16
+ base_model: runwayml/stable-diffusion-v1-5
17
+ instance_prompt:
18
+ widget:
19
+ - text: ' '
20
+
21
+ output:
22
+ url: >-
23
+ 615872.jpeg
24
+ - text: ' '
25
+
26
+ output:
27
+ url: >-
28
+ 615880.jpeg
29
+ - text: ' '
30
+
31
+ output:
32
+ url: >-
33
+ 615878.jpeg
34
+ - text: ' '
35
+
36
+ output:
37
+ url: >-
38
+ 615934.jpeg
39
+ - text: ' '
40
+
41
+ output:
42
+ url: >-
43
+ 615935.jpeg
44
+ - text: ' '
45
+
46
+ output:
47
+ url: >-
48
+ 615937.jpeg
49
+ - text: ' '
50
+
51
+ output:
52
+ url: >-
53
+ 615938.jpeg
54
+
55
+ ---
56
+
57
+ # YunYing | 云缨 LoRA
58
+
59
+ <Gallery />
60
+
61
+
62
+
63
+ ([CivitAI](https://civitai.com/models/))
64
+
65
+ ## Model description
66
+
67
+ <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>
68
+
69
+
70
+
71
+ ## Download model
72
+
73
+ Weights for this model are available in Safetensors format.
74
+
75
+ [Download](/Honglee003/yunying-yun-ying-lora/tree/main) them in the Files & versions tab.
76
+
77
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
78
+
79
+ ```py
80
+ from diffusers import AutoPipelineForText2Image
81
+ import torch
82
+
83
+ pipeline = AutoPipelineForText2Image.from_pretrained('runwayml/stable-diffusion-v1-5', torch_dtype=torch.float16).to('cuda')
84
+ pipeline.load_lora_weights('Honglee003/yunying-yun-ying-lora', weight_name='Yunying_v11.safetensors')
85
+ image = pipeline('Your custom prompt').images[0]
86
+ ```
87
+
88
+ 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)
89
+
Yunying_v11.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:caa2bec030a0570d2a89586afae076f797b12af72a192fbf6aa41c905496bf2b
3
+ size 151108831