ntc-ai commited on
Commit
80221c8
1 Parent(s): 64a43fc

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/bulging eyes...realistic/bulging eyes_17_3.0.png"
6
+ widget:
7
+ - text: bulging eyes
8
+ output:
9
+ url: images/bulging eyes_17_3.0.png
10
+ - text: bulging eyes
11
+ output:
12
+ url: images/bulging eyes_19_3.0.png
13
+ - text: bulging eyes
14
+ output:
15
+ url: images/bulging eyes_20_3.0.png
16
+ - text: bulging eyes
17
+ output:
18
+ url: images/bulging eyes_21_3.0.png
19
+ - text: bulging eyes
20
+ output:
21
+ url: images/bulging eyes_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: "bulging eyes"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - bulging eyes (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/bulging eyes_17_-3.0.png" width=256 height=256 /> | <img src="images/bulging eyes_17_0.0.png" width=256 height=256 /> | <img src="images/bulging eyes_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/bulging eyes_19_-3.0.png" width=256 height=256 /> | <img src="images/bulging eyes_19_0.0.png" width=256 height=256 /> | <img src="images/bulging eyes_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/bulging eyes_20_-3.0.png" width=256 height=256 /> | <img src="images/bulging eyes_20_0.0.png" width=256 height=256 /> | <img src="images/bulging eyes_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
+ bulging eyes
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.bulging-eyes', weight_name='bulging eyes.safetensors', adapter_name="bulging eyes")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["bulging eyes"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, bulging eyes"
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 740+ 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
bulging eyes.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f13eda67a0d06949399c7aae3241fb53fa2a7d4c840d2361e9877fbe9bb2a313
3
+ size 8789076
images/bulging eyes_17_-1.5.png ADDED

Git LFS Details

  • SHA256: a9c3c95209460a9e2efe15fb3b1e1011f6fb79c2d9e65fde9e0857508810dbb6
  • Pointer size: 132 Bytes
  • Size of remote file: 1.53 MB
images/bulging eyes_17_-3.0.png ADDED

Git LFS Details

  • SHA256: 0dcad7646e55bbe164b8beaa92906224430cd8cd1c5ecd16d1bbf076471dcc30
  • Pointer size: 132 Bytes
  • Size of remote file: 1.53 MB
images/bulging eyes_17_0.0.png ADDED

Git LFS Details

  • SHA256: 4223b8f9b52d3b1d966122f0b51fde9c02f5039f2ca73b3cc7af9a9c561b75f7
  • Pointer size: 132 Bytes
  • Size of remote file: 1.55 MB
images/bulging eyes_17_1.5.png ADDED

Git LFS Details

  • SHA256: 713952976ae03c96b68956e5e8215ee731730ae03158b18d7b7c95bf9f699792
  • Pointer size: 132 Bytes
  • Size of remote file: 1.59 MB
images/bulging eyes_17_3.0.png ADDED

Git LFS Details

  • SHA256: 62575244f3d8e7f3b81c71e07e40e470f8f8ff63e9f0db18929ba8ad391579e0
  • Pointer size: 132 Bytes
  • Size of remote file: 1.59 MB
images/bulging eyes_19_-1.5.png ADDED

Git LFS Details

  • SHA256: 0bda2c3d31d8ab739f3ef06f71f907704d5fc8a49a2039ba683e8a39b5dcdb21
  • Pointer size: 132 Bytes
  • Size of remote file: 1.27 MB
images/bulging eyes_19_-3.0.png ADDED

Git LFS Details

  • SHA256: f2161c29dd27f3db16f5d70e79b70dc2e49fe14576de1a3bd4eb76d5dc37091b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.25 MB
images/bulging eyes_19_0.0.png ADDED

Git LFS Details

  • SHA256: 44fb46136c2dca01eee0ce1563f1b1f65b298810aad918630cc78f8b7a39e63d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.29 MB
images/bulging eyes_19_1.5.png ADDED

Git LFS Details

  • SHA256: 4a51f3f067dabbdab666ed1dafd3fe6861aa11dc4001a7775cd51dede753c2d4
  • Pointer size: 132 Bytes
  • Size of remote file: 1.3 MB
images/bulging eyes_19_3.0.png ADDED

Git LFS Details

  • SHA256: 5cbcd752f289b55bc1dc24cbdbbb26835d27fbd72e160f42b51930a9b319c763
  • Pointer size: 132 Bytes
  • Size of remote file: 1.31 MB
images/bulging eyes_20_-1.5.png ADDED

Git LFS Details

  • SHA256: aef58c0b36fbf561a732eb24dbec7f517e2b3b07c821f7153e0184cc40eae915
  • Pointer size: 132 Bytes
  • Size of remote file: 1.38 MB
images/bulging eyes_20_-3.0.png ADDED

Git LFS Details

  • SHA256: 4cbcf845553c245c41a9655143854e4e71663d196bffd36a1bb1ee5ba1dc9cb6
  • Pointer size: 132 Bytes
  • Size of remote file: 1.37 MB
images/bulging eyes_20_0.0.png ADDED

Git LFS Details

  • SHA256: e6aaf3e6c824101f9f4cd11f93e9479b88db33243955f2576b89271e91a9b411
  • Pointer size: 132 Bytes
  • Size of remote file: 1.38 MB
images/bulging eyes_20_1.5.png ADDED

Git LFS Details

  • SHA256: dffaf5f44851bc47d030ea97e83eb36ac62782996adcb08b53be29e4d05ebf4b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.38 MB
images/bulging eyes_20_3.0.png ADDED

Git LFS Details

  • SHA256: 00bcb5b98f67ab32b0fc585aaf3967a729eb07ff877374745f0638dff3750920
  • Pointer size: 132 Bytes
  • Size of remote file: 1.32 MB
images/bulging eyes_21_-1.5.png ADDED

Git LFS Details

  • SHA256: 779a9ec540a90779b91d11af8fcaa4b650418cff787e34d33a1a5e1649b80621
  • Pointer size: 132 Bytes
  • Size of remote file: 1.13 MB
images/bulging eyes_21_-3.0.png ADDED

Git LFS Details

  • SHA256: 75fa8e965d6ec814e9e82c37e289bbd35e9a5781bf231caacaa9bd91b3408afd
  • Pointer size: 132 Bytes
  • Size of remote file: 1.1 MB
images/bulging eyes_21_0.0.png ADDED

Git LFS Details

  • SHA256: acedfbe10b1f434a9cc437157196d0132d28cfd3845a3b2f358eb77c479e3277
  • Pointer size: 132 Bytes
  • Size of remote file: 1.17 MB
images/bulging eyes_21_1.5.png ADDED

Git LFS Details

  • SHA256: 14d45455b00ef4c7a93fd6a5f8c76d07c7fda1f7a522d8c78b181f1d7c4f1c7d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.25 MB
images/bulging eyes_21_3.0.png ADDED

Git LFS Details

  • SHA256: 1af463b7bdccba03db2440db5b77ec1b82d2396cde5db55650a348798a78b89e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.3 MB
images/bulging eyes_22_-1.5.png ADDED

Git LFS Details

  • SHA256: a0c00aea9c132ea063b42bcf039bee637bfcb7d34716d27dfde90dcdd6f4ed86
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
images/bulging eyes_22_-3.0.png ADDED

Git LFS Details

  • SHA256: 8cf5a5f7129ea0165dd1786acd435025cdcdaaf45de4c56935678cc51dee040f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.44 MB
images/bulging eyes_22_0.0.png ADDED

Git LFS Details

  • SHA256: 22b0311eeeb9444dc577dd1affa523137de75f4beb3189105879ee7f1d8fc928
  • Pointer size: 132 Bytes
  • Size of remote file: 1.52 MB
images/bulging eyes_22_1.5.png ADDED

Git LFS Details

  • SHA256: eef662efb82b2eb903bd02707c8c87cdeae582614ce45e140f3e85a59833433c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.46 MB
images/bulging eyes_22_3.0.png ADDED

Git LFS Details

  • SHA256: 29b1e6777949c3df5ba4665a64fe795ca96a644959e05b9798d05cecffcc1d55
  • Pointer size: 132 Bytes
  • Size of remote file: 1.42 MB