ntc-ai commited on
Commit
412c650
1 Parent(s): be44226

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/eye-popping...drab/eye-popping_17_3.0.png"
6
+ widget:
7
+ - text: eye-popping
8
+ output:
9
+ url: images/eye-popping_17_3.0.png
10
+ - text: eye-popping
11
+ output:
12
+ url: images/eye-popping_19_3.0.png
13
+ - text: eye-popping
14
+ output:
15
+ url: images/eye-popping_20_3.0.png
16
+ - text: eye-popping
17
+ output:
18
+ url: images/eye-popping_21_3.0.png
19
+ - text: eye-popping
20
+ output:
21
+ url: images/eye-popping_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: "eye-popping"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - eye-popping (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/eye-popping_17_-3.0.png" width=256 height=256 /> | <img src="images/eye-popping_17_0.0.png" width=256 height=256 /> | <img src="images/eye-popping_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/eye-popping_19_-3.0.png" width=256 height=256 /> | <img src="images/eye-popping_19_0.0.png" width=256 height=256 /> | <img src="images/eye-popping_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/eye-popping_20_-3.0.png" width=256 height=256 /> | <img src="images/eye-popping_20_0.0.png" width=256 height=256 /> | <img src="images/eye-popping_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
+ eye-popping
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.eye-popping', weight_name='eye-popping.safetensors', adapter_name="eye-popping")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["eye-popping"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, eye-popping"
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 470+ 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
eye-popping.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f04034df556aa987215113f6db78c759f146e71de09889190b1ed51c8324f11
3
+ size 8789076
images/eye-popping_17_-1.5.png ADDED

Git LFS Details

  • SHA256: 2d12d47f4e8d19253910b19cbcbfae4f25766c7be8b2b03311fe2e8ba6c959ff
  • Pointer size: 132 Bytes
  • Size of remote file: 1.41 MB
images/eye-popping_17_-3.0.png ADDED

Git LFS Details

  • SHA256: db71870a836c0d069724a35e4c3a59c653243bd0a12521aa2318cf8241b4a3f5
  • Pointer size: 132 Bytes
  • Size of remote file: 1.36 MB
images/eye-popping_17_0.0.png ADDED

Git LFS Details

  • SHA256: 87e7bd1bd8f6b9d9d3cb8df041b9430028343107488c24ec77daf4e7f67814c9
  • Pointer size: 132 Bytes
  • Size of remote file: 1.44 MB
images/eye-popping_17_1.5.png ADDED

Git LFS Details

  • SHA256: cfce1f1aabd91f15d8d334ec87a57edf361be0eb9f019c98545f4275e7567eb1
  • Pointer size: 132 Bytes
  • Size of remote file: 1.48 MB
images/eye-popping_17_3.0.png ADDED

Git LFS Details

  • SHA256: 1df331cedfdeb109902ec8188c824b9d878b6aaa9821bd948ebc45174d8e3e1a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.48 MB
images/eye-popping_19_-1.5.png ADDED

Git LFS Details

  • SHA256: 62925a4a718fafcc4533f2394ebe714c6c5b43a276ab3dc9f35cae863b4cd276
  • Pointer size: 132 Bytes
  • Size of remote file: 1.46 MB
images/eye-popping_19_-3.0.png ADDED

Git LFS Details

  • SHA256: 90fcea6000c75303746222b2b02462f242984adda67180ce3c1c49b54420fde9
  • Pointer size: 132 Bytes
  • Size of remote file: 1.42 MB
images/eye-popping_19_0.0.png ADDED

Git LFS Details

  • SHA256: 684d21732bed99c042b3edfdb071c2c818b70c9e98ddc2f9c6fb25d7ddc18afb
  • Pointer size: 132 Bytes
  • Size of remote file: 1.46 MB
images/eye-popping_19_1.5.png ADDED

Git LFS Details

  • SHA256: b2ab86f8d259e1f22b1145ccdb97f8b6790540bd97282c86389c3e22de176317
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
images/eye-popping_19_3.0.png ADDED

Git LFS Details

  • SHA256: be52402923cb667319caeee97e7555dd10dd7441548115141cf85afe07291c5f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.48 MB
images/eye-popping_20_-1.5.png ADDED

Git LFS Details

  • SHA256: ae9b3dc460d3f2e3ee71aca59baf627331ae5e1596b23ae50a99e84e603fc572
  • Pointer size: 132 Bytes
  • Size of remote file: 1.5 MB
images/eye-popping_20_-3.0.png ADDED

Git LFS Details

  • SHA256: 9d34d0c9ce9482608ef8e220e77b897cb8b4b684258b07f29230075fbec3bcbc
  • Pointer size: 132 Bytes
  • Size of remote file: 1.48 MB
images/eye-popping_20_0.0.png ADDED

Git LFS Details

  • SHA256: 6683e939395fd1e18477f1a252a992988ac8d3c8484be353f0633ae16ef30947
  • Pointer size: 132 Bytes
  • Size of remote file: 1.55 MB
images/eye-popping_20_1.5.png ADDED

Git LFS Details

  • SHA256: e8240eb74076ff310b40214c1e7764854722ed73c1c8d9b00fc9db1e491a8db0
  • Pointer size: 132 Bytes
  • Size of remote file: 1.58 MB
images/eye-popping_20_3.0.png ADDED

Git LFS Details

  • SHA256: 84ca11979570e430ce2b21bd871d95b4925f596cd5fb9e119d1aec6c06b1efa2
  • Pointer size: 132 Bytes
  • Size of remote file: 1.61 MB
images/eye-popping_21_-1.5.png ADDED

Git LFS Details

  • SHA256: dc4c5a8098075afe36da09d428a535a6222d85f43f77a41ed64e6d8653828187
  • Pointer size: 132 Bytes
  • Size of remote file: 1.5 MB
images/eye-popping_21_-3.0.png ADDED

Git LFS Details

  • SHA256: d14d119443e840f54ea64eabe2a909519a559b28c9b1bd4905c066f70596b845
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
images/eye-popping_21_0.0.png ADDED

Git LFS Details

  • SHA256: b0ed51cb31039db83ec09b8ac4fdadf75389e2e3b2b191e10e0f66092f03abcf
  • Pointer size: 132 Bytes
  • Size of remote file: 1.52 MB
images/eye-popping_21_1.5.png ADDED

Git LFS Details

  • SHA256: e7302a58ca0c533d7aea7484321e907d7885a6bab860e4d0a1f6f85156ab944f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.61 MB
images/eye-popping_21_3.0.png ADDED

Git LFS Details

  • SHA256: 55b7d5fe9c00d3994626a7a8edbea9c7c8eceb43a0ebfa89732df1034a99188f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.6 MB
images/eye-popping_22_-1.5.png ADDED

Git LFS Details

  • SHA256: 48dfd11b33cec6dca0cf85ed3c2e7f02da9d886509fa46cef56af1ecce0a772e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.56 MB
images/eye-popping_22_-3.0.png ADDED

Git LFS Details

  • SHA256: 7bb9b6edf323801bf013fb915d5792777134b2032d2f6e0a62033747a20aba11
  • Pointer size: 132 Bytes
  • Size of remote file: 1.54 MB
images/eye-popping_22_0.0.png ADDED

Git LFS Details

  • SHA256: 149e03c02a61fcb83339341b21cbd9ce2917154dc42dedd34568f725c8bb0804
  • Pointer size: 132 Bytes
  • Size of remote file: 1.55 MB
images/eye-popping_22_1.5.png ADDED

Git LFS Details

  • SHA256: 03154e15d900dd7a9ddc381b76c0958627cc43fc09b7e66d63447ab8a5ace4c1
  • Pointer size: 132 Bytes
  • Size of remote file: 1.56 MB
images/eye-popping_22_3.0.png ADDED

Git LFS Details

  • SHA256: 28360d8c9d757eda412cf88842c9bb16d923ea7cff9c6115176d0f73f08d3481
  • Pointer size: 132 Bytes
  • Size of remote file: 1.65 MB