Tech-Meld commited on
Commit
ba39e6e
1 Parent(s): b5f02db

Upload folder using huggingface_hub

Browse files
24271280.jpeg ADDED
24272502.jpeg ADDED
24272914.jpeg ADDED
24281303.jpeg ADDED
24333146.jpeg ADDED
24333209.jpeg ADDED
24415396.jpeg ADDED
24417334.jpeg ADDED
24627775.jpeg ADDED
24627863.jpeg ADDED
Her_Eyes.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f64f22ac26a895797a714793530fb33bcf38e333413cdc9621cca9d8c4ec28f
3
+ size 114437092
README.md ADDED
@@ -0,0 +1,110 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ license_name: bespoke-lora-trained-license
4
+ license_link: https://multimodal.art/civitai-licenses?allowNoCredit=False&allowCommercialUse=RentCivit&allowDerivatives=True&allowDifferentLicense=False
5
+ tags:
6
+ - text-to-image
7
+ - stable-diffusion
8
+ - lora
9
+ - diffusers
10
+ - template:sd-lora
11
+ - migrated
12
+ - photorealistic
13
+ - realism
14
+ - base model
15
+ - eyes
16
+ - woman
17
+ - girls
18
+ - realistic
19
+ - pretty
20
+ - eye
21
+
22
+ base_model: stabilityai/stable-diffusion-xl-base-1.0
23
+ instance_prompt:
24
+ widget:
25
+ - text: ' '
26
+
27
+ output:
28
+ url: >-
29
+ 24333209.jpeg
30
+ - text: ' '
31
+
32
+ output:
33
+ url: >-
34
+ 24333146.jpeg
35
+ - text: ' '
36
+
37
+ output:
38
+ url: >-
39
+ 24271280.jpeg
40
+ - text: ' '
41
+
42
+ output:
43
+ url: >-
44
+ 24272502.jpeg
45
+ - text: ' '
46
+
47
+ output:
48
+ url: >-
49
+ 24272914.jpeg
50
+ - text: ' '
51
+
52
+ output:
53
+ url: >-
54
+ 24281303.jpeg
55
+ - text: ' '
56
+
57
+ output:
58
+ url: >-
59
+ 24415396.jpeg
60
+ - text: ' '
61
+
62
+ output:
63
+ url: >-
64
+ 24417334.jpeg
65
+ - text: ' '
66
+
67
+ output:
68
+ url: >-
69
+ 24627863.jpeg
70
+ - text: ' '
71
+
72
+ output:
73
+ url: >-
74
+ 24627775.jpeg
75
+
76
+ ---
77
+
78
+ # Her Eyes
79
+
80
+ <Gallery />
81
+
82
+
83
+
84
+
85
+
86
+ ## Model description
87
+
88
+ <p>This is a test version of "Her Eyes" LoRA, if you get unexpectedly bad results or images please share them with me "The creator" directly to improve this LoRA on an upcoming update.</p><p>Your support drives our ability to create better, more enjoyable and controllable diffusion models and adapter that fit all your AI image generation needs.</p>
89
+
90
+
91
+
92
+ ## Download model
93
+
94
+ Weights for this model are available in Safetensors format.
95
+
96
+ [Download](/Tech-Meld/her-eyes/tree/main) them in the Files & versions tab.
97
+
98
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
99
+
100
+ ```py
101
+ from diffusers import AutoPipelineForText2Image
102
+ import torch
103
+
104
+ pipeline = AutoPipelineForText2Image.from_pretrained('stabilityai/stable-diffusion-xl-base-1.0', torch_dtype=torch.float16).to('cuda')
105
+ pipeline.load_lora_weights('Tech-Meld/her-eyes', weight_name='Her_Eyes.safetensors')
106
+ image = pipeline('Your custom prompt').images[0]
107
+ ```
108
+
109
+ 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)
110
+