ntc-ai commited on
Commit
821d1aa
1 Parent(s): 407993b

Update README, safetensors and PNGs

Browse files
.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ *.png filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,96 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+ language:
4
+ - en
5
+ thumbnail: "images/evaluate/blue eye color...red eye color/blue eye color_17_3.0.png"
6
+ widget:
7
+ - text: blue eye color
8
+ output:
9
+ url: images/blue eye color_17_3.0.png
10
+ - text: blue eye color
11
+ output:
12
+ url: images/blue eye color_19_3.0.png
13
+ - text: blue eye color
14
+ output:
15
+ url: images/blue eye color_20_3.0.png
16
+ - text: blue eye color
17
+ output:
18
+ url: images/blue eye color_21_3.0.png
19
+ - text: blue eye color
20
+ output:
21
+ url: images/blue eye color_22_3.0.png
22
+ tags:
23
+ - text-to-image
24
+ - stable-diffusion-xl
25
+ - lora
26
+ - template:sd-lora
27
+ - template:sdxl-lora
28
+ - sdxl-sliders
29
+ - ntcai.xyz-sliders
30
+ - concept
31
+ - diffusers
32
+ license: "mit"
33
+ inference: false
34
+ instance_prompt: "blue eye color"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - blue eye color (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/blue eye color_17_-3.0.png" width=256 height=256 /> | <img src="images/blue eye color_17_0.0.png" width=256 height=256 /> | <img src="images/blue eye color_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/blue eye color_19_-3.0.png" width=256 height=256 /> | <img src="images/blue eye color_19_0.0.png" width=256 height=256 /> | <img src="images/blue eye color_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/blue eye color_20_-3.0.png" width=256 height=256 /> | <img src="images/blue eye color_20_0.0.png" width=256 height=256 /> | <img src="images/blue eye color_20_3.0.png" width=256 height=256 /> |
44
+
45
+
46
+ ## Download
47
+
48
+ Weights for this model are available in Safetensors format.
49
+
50
+ ## Trigger words
51
+
52
+ You can apply this LoRA with trigger words for additional effect:
53
+
54
+ ```
55
+ blue eye color
56
+ ```
57
+
58
+ ## Use in diffusers
59
+
60
+ ```python
61
+ from diffusers import StableDiffusionXLPipeline
62
+ from diffusers import EulerAncestralDiscreteScheduler
63
+ import torch
64
+
65
+ pipe = StableDiffusionXLPipeline.from_single_file("https://huggingface.co/martyn/sdxl-turbo-mario-merge-top-rated/blob/main/topRatedTurboxlLCM_v10.safetensors")
66
+ pipe.to("cuda")
67
+ pipe.scheduler = EulerAncestralDiscreteScheduler.from_config(pipe.scheduler.config)
68
+
69
+ # Load the LoRA
70
+ pipe.load_lora_weights('ntc-ai/SDXL-LoRA-slider.blue-eye-color', weight_name='blue eye color.safetensors', adapter_name="blue eye color")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["blue eye color"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, blue eye color"
76
+ negative_prompt = "nsfw"
77
+ width = 512
78
+ height = 512
79
+ num_inference_steps = 10
80
+ guidance_scale = 2
81
+ image = pipe(prompt, negative_prompt=negative_prompt, width=width, height=height, guidance_scale=guidance_scale, num_inference_steps=num_inference_steps).images[0]
82
+ image.save('result.png')
83
+ ```
84
+
85
+ ## Support the Patreon
86
+
87
+ If you like this model please consider [joining our Patreon](https://www.patreon.com/NTCAI).
88
+
89
+ By joining our Patreon, you'll gain access to an ever-growing library of over 580+ unique and diverse LoRAs, covering a wide range of styles and genres. You'll also receive early access to new models and updates, exclusive behind-the-scenes content, and the powerful LoRA slider creator, allowing you to craft your own custom LoRAs and experiment with endless possibilities.
90
+
91
+ Your support on Patreon will allow us to continue developing and refining new models.
92
+
93
+ ## Other resources
94
+
95
+ - [CivitAI](https://civitai.com/user/ntc) - Follow ntc on Civit for even more LoRAs
96
+ - [ntcai.xyz](https://ntcai.xyz) - See ntcai.xyz to find more articles and LoRAs
blue eye color.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c17512975183ec236f927fe396d88c25fdcbc2b9901ad606699acc153ab31834
3
+ size 8789076
images/blue eye color_17_-1.5.png ADDED

Git LFS Details

  • SHA256: 8a56333466b54fc31b5a9bb7d22e73b496fea9202f2f2924d8f1bf652636afa0
  • Pointer size: 132 Bytes
  • Size of remote file: 1.45 MB
images/blue eye color_17_-3.0.png ADDED

Git LFS Details

  • SHA256: de6100b0c9967409d2bc0cf84145e16025bc2c78205cf57648015c3045864c5e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
images/blue eye color_17_0.0.png ADDED

Git LFS Details

  • SHA256: 0704147d79b18caa3eeb0d345a50f788663d3aa55d58c30e0d9e97980ccbfc90
  • Pointer size: 132 Bytes
  • Size of remote file: 1.43 MB
images/blue eye color_17_1.5.png ADDED

Git LFS Details

  • SHA256: 4764aa3060c7db4327b693037ebb27908e160c5d78f1931f7b048c3cd4c61e15
  • Pointer size: 132 Bytes
  • Size of remote file: 1.45 MB
images/blue eye color_17_3.0.png ADDED

Git LFS Details

  • SHA256: acd1538997f2c00f22a752ded160985deb1786ba0200b17c4767c70546768845
  • Pointer size: 132 Bytes
  • Size of remote file: 1.43 MB
images/blue eye color_19_-1.5.png ADDED

Git LFS Details

  • SHA256: ba804c610a92f23ba8b5b3ccb07079887137076dda3a090003efcb32e8dac1d5
  • Pointer size: 132 Bytes
  • Size of remote file: 1.8 MB
images/blue eye color_19_-3.0.png ADDED

Git LFS Details

  • SHA256: 41d1e70e877eecf5244bf834c0eeb2be7f64c9ceb0233b1ce4778dddbee10789
  • Pointer size: 132 Bytes
  • Size of remote file: 1.77 MB
images/blue eye color_19_0.0.png ADDED

Git LFS Details

  • SHA256: fb6457900d35d1ab6015f1a18be572783a573094230428720444b78ac86bf3f8
  • Pointer size: 132 Bytes
  • Size of remote file: 1.85 MB
images/blue eye color_19_1.5.png ADDED

Git LFS Details

  • SHA256: 97f18707f80789bbd2935fa8994217bdbc00917001ac7f91aaa7da1dfd3b3e8f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.87 MB
images/blue eye color_19_3.0.png ADDED

Git LFS Details

  • SHA256: 58ce0522ea184d1d1209fb9f4b272c3e90fa7d266fcf4413e80cedfd9f29dbed
  • Pointer size: 132 Bytes
  • Size of remote file: 1.88 MB
images/blue eye color_20_-1.5.png ADDED

Git LFS Details

  • SHA256: 057417cbbc27e511a24f4d9510d79c7aa96c480fa949cb09e4219c97e1793c21
  • Pointer size: 132 Bytes
  • Size of remote file: 1.59 MB
images/blue eye color_20_-3.0.png ADDED

Git LFS Details

  • SHA256: cabdf4f17bdfb4bfbb2f71e78de601ccaae2f8e135a9ce81e94c91f9764dda32
  • Pointer size: 132 Bytes
  • Size of remote file: 1.57 MB
images/blue eye color_20_0.0.png ADDED

Git LFS Details

  • SHA256: a3ff412614a92dd539c8d2ea8cf405baa1223f22b0244752179c50760c3b2c2b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.6 MB
images/blue eye color_20_1.5.png ADDED

Git LFS Details

  • SHA256: 2a673565ff1d2f67ca0fd8b2cdb28d5990e3272ab3e2141c69393601b6ed7d95
  • Pointer size: 132 Bytes
  • Size of remote file: 1.59 MB
images/blue eye color_20_3.0.png ADDED

Git LFS Details

  • SHA256: d60dcd39c35e25d0d3a61b9a113d0837dc5757e44f7f576067d5c666ed4d2cb8
  • Pointer size: 132 Bytes
  • Size of remote file: 1.58 MB
images/blue eye color_21_-1.5.png ADDED

Git LFS Details

  • SHA256: fac3fef9197b6bc0df64044cf11c1398053c358b057a3e440aebc381f8713fb8
  • Pointer size: 132 Bytes
  • Size of remote file: 1.6 MB
images/blue eye color_21_-3.0.png ADDED

Git LFS Details

  • SHA256: a117692e98abee1fce79e4ee9c37542dc1d91ed89ea092d94e3296d6e34420f5
  • Pointer size: 132 Bytes
  • Size of remote file: 1.62 MB
images/blue eye color_21_0.0.png ADDED

Git LFS Details

  • SHA256: 0b3a91bacb377b54b02f1c2f83f9bcb1ef82622090b55523abad2fc8c997fce1
  • Pointer size: 132 Bytes
  • Size of remote file: 1.58 MB
images/blue eye color_21_1.5.png ADDED

Git LFS Details

  • SHA256: 64bc7f2acaa860b8ec0d819c69f1edec0e9f0ac706f46addaaaa7530cbb5d889
  • Pointer size: 132 Bytes
  • Size of remote file: 1.55 MB
images/blue eye color_21_3.0.png ADDED

Git LFS Details

  • SHA256: 00efefa8578a8a01618df3f41a0ee42ac2437a1fa92ae92595120b73c5ced717
  • Pointer size: 132 Bytes
  • Size of remote file: 1.52 MB
images/blue eye color_22_-1.5.png ADDED

Git LFS Details

  • SHA256: dc16bef2623b49b55dbffef8bd8b211a9a8880d611461ce6e64ae72297c98f05
  • Pointer size: 132 Bytes
  • Size of remote file: 1.48 MB
images/blue eye color_22_-3.0.png ADDED

Git LFS Details

  • SHA256: 17e06482980f80f4018819616941cfed520341b1930f10391dcec2de74b914c8
  • Pointer size: 132 Bytes
  • Size of remote file: 1.54 MB
images/blue eye color_22_0.0.png ADDED

Git LFS Details

  • SHA256: fa08b6dc63e61929fb6794e19193e4e08d0e296844955c9b48b4913546191d31
  • Pointer size: 132 Bytes
  • Size of remote file: 1.46 MB
images/blue eye color_22_1.5.png ADDED

Git LFS Details

  • SHA256: 619ff3380132cd6eb9434ae00126b4d83262db0a097e4a14535a36defdb59a05
  • Pointer size: 132 Bytes
  • Size of remote file: 1.43 MB
images/blue eye color_22_3.0.png ADDED

Git LFS Details

  • SHA256: 65904016f3844c0a03232a8e99baff78bca78d6d3ccc65bc7d0ea24032929ee9
  • Pointer size: 132 Bytes
  • Size of remote file: 1.35 MB