ntc-ai commited on
Commit
6fdf0dc
1 Parent(s): 0a55d5e

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/surprised...unsurprised/surprised_17_3.0.png"
6
+ widget:
7
+ - text: surprised
8
+ output:
9
+ url: images/surprised_17_3.0.png
10
+ - text: surprised
11
+ output:
12
+ url: images/surprised_19_3.0.png
13
+ - text: surprised
14
+ output:
15
+ url: images/surprised_20_3.0.png
16
+ - text: surprised
17
+ output:
18
+ url: images/surprised_21_3.0.png
19
+ - text: surprised
20
+ output:
21
+ url: images/surprised_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: "surprised"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - surprised (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/surprised_17_-3.0.png" width=256 height=256 /> | <img src="images/surprised_17_0.0.png" width=256 height=256 /> | <img src="images/surprised_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/surprised_19_-3.0.png" width=256 height=256 /> | <img src="images/surprised_19_0.0.png" width=256 height=256 /> | <img src="images/surprised_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/surprised_20_-3.0.png" width=256 height=256 /> | <img src="images/surprised_20_0.0.png" width=256 height=256 /> | <img src="images/surprised_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
+ surprised
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.surprised', weight_name='surprised.safetensors', adapter_name="surprised")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["surprised"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, surprised"
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 230+ 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
images/surprised_17_-1.5.png ADDED

Git LFS Details

  • SHA256: 9ff7d97cd52fa810ca9375f78453defd09613a70b78b4a5594ae697d08b81116
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
images/surprised_17_-3.0.png ADDED

Git LFS Details

  • SHA256: bf2c0db0606e4ec4183d5827ecaa71a895aaca9b8e001db9dc1aac23b5fccf70
  • Pointer size: 132 Bytes
  • Size of remote file: 1.48 MB
images/surprised_17_0.0.png ADDED

Git LFS Details

  • SHA256: b743a96b433baf20051fa3387760f3c4f1c974ca54828349d017bcef6220b6fa
  • Pointer size: 132 Bytes
  • Size of remote file: 1.46 MB
images/surprised_17_1.5.png ADDED

Git LFS Details

  • SHA256: d553d38ab3c6ec6b88aa948c2b25e50ddf1f3af015b6d08640ba1edd0c077b8d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.46 MB
images/surprised_17_3.0.png ADDED

Git LFS Details

  • SHA256: 3ac7ad44820a953de429b9b5ffba1bfb85f1fd40bfac4b8fdd9b28da28cd368d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.46 MB
images/surprised_19_-1.5.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: 485f075bc95d8aaf3778637f286bbe23eb3495fc205906ea64c5e037b204990a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
images/surprised_19_0.0.png ADDED

Git LFS Details

  • SHA256: 8dd065528dcdd51e3aa522337065b498c476e7286dffd2ea1f4db5aab1a88180
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
images/surprised_19_1.5.png ADDED

Git LFS Details

  • SHA256: 8f0b283c8bd4e900efff46bcdccae53337432dd9b8a0760bc292e8845214abef
  • Pointer size: 132 Bytes
  • Size of remote file: 1.46 MB
images/surprised_19_3.0.png ADDED

Git LFS Details

  • SHA256: 4dd588703390b4b9fb669f7bdda4c8080abcc2ecaee01115c1afbe7055d5221a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.45 MB
images/surprised_20_-1.5.png ADDED

Git LFS Details

  • SHA256: 80ea78d735b9ac7562fc002cc61b148d3aeb739009e22c2aa29c25df495b736d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.32 MB
images/surprised_20_-3.0.png ADDED

Git LFS Details

  • SHA256: 5ef67d80ae5518c6f8edf035f13b00412d4a3df886126d6650f4e4b98e01b0b0
  • Pointer size: 132 Bytes
  • Size of remote file: 1.35 MB
images/surprised_20_0.0.png ADDED

Git LFS Details

  • SHA256: 9eb0928c8c3a8bb80f1ceedb5dc1a008e6d359faec4b2b5eecc5674ad900f83d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.3 MB
images/surprised_20_1.5.png ADDED

Git LFS Details

  • SHA256: d3646bc5b70596b160c2327248b66a8afcec8fc574f034b67e9319b9dc5902d4
  • Pointer size: 132 Bytes
  • Size of remote file: 1.27 MB
images/surprised_20_3.0.png ADDED

Git LFS Details

  • SHA256: f3e97884e573988dcd1696dd1d3881941b97d4e89f54e9cba234a49c96b63327
  • Pointer size: 132 Bytes
  • Size of remote file: 1.26 MB
images/surprised_21_-1.5.png ADDED

Git LFS Details

  • SHA256: 18299ba3a73be36f16362802d6561be3e4186e349ac8502ac8856e0522530b34
  • Pointer size: 132 Bytes
  • Size of remote file: 1.67 MB
images/surprised_21_-3.0.png ADDED

Git LFS Details

  • SHA256: 8401972e569a2369ffddea43508bd39fab159fc5768380d09db2ab0425bcb76d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.68 MB
images/surprised_21_0.0.png ADDED

Git LFS Details

  • SHA256: 6b612174edb5d2cdb3489e81f033c91c3ea871e13e354e1357ecabe2c197248e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.66 MB
images/surprised_21_1.5.png ADDED

Git LFS Details

  • SHA256: 1776543fd5a43d67eebdf817577d810c32c1dc7e73b41bb2950c682ec125fec1
  • Pointer size: 132 Bytes
  • Size of remote file: 1.65 MB
images/surprised_21_3.0.png ADDED

Git LFS Details

  • SHA256: a4c0b3d2ccd5802b4f5e80473e45dbe58c733e84cbf9dbd24498c72a0e554518
  • Pointer size: 132 Bytes
  • Size of remote file: 1.63 MB
images/surprised_22_-1.5.png ADDED

Git LFS Details

  • SHA256: 2e25de91a91e359ed2d32242f35a8dfb67d9dd2440a38e4785855153df5d573e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.64 MB
images/surprised_22_-3.0.png ADDED

Git LFS Details

  • SHA256: b40d3559d21d3c1d17ad6e12f43204dd5cd008bcc1fe9ba87a15b7917a33118d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.65 MB
images/surprised_22_0.0.png ADDED

Git LFS Details

  • SHA256: 11717b95d6d1d1bb6d4b225188d1963de37639468919ec38376b156e54da427f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.64 MB
images/surprised_22_1.5.png ADDED

Git LFS Details

  • SHA256: e1c2d4d90de5d7bc05db2b101a884c27bf5c7d9b47a7f7b9a736b0f59e3a470d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.63 MB
images/surprised_22_3.0.png ADDED

Git LFS Details

  • SHA256: 15c7731c5e90aea4543a21071defaebe34d10b69d429ee555aa4c3e33d6b2af2
  • Pointer size: 132 Bytes
  • Size of remote file: 1.62 MB
surprised.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:378d81eee94187d3699e5797216e43be46760d95d9b1465e6e90c8e2f8c9a958
3
+ size 8789076