ntc-ai commited on
Commit
402bc59
1 Parent(s): a8f2727

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/mischievious grin.../mischievious grin_17_3.0.png"
6
+ widget:
7
+ - text: mischievious grin
8
+ output:
9
+ url: images/mischievious grin_17_3.0.png
10
+ - text: mischievious grin
11
+ output:
12
+ url: images/mischievious grin_19_3.0.png
13
+ - text: mischievious grin
14
+ output:
15
+ url: images/mischievious grin_20_3.0.png
16
+ - text: mischievious grin
17
+ output:
18
+ url: images/mischievious grin_21_3.0.png
19
+ - text: mischievious grin
20
+ output:
21
+ url: images/mischievious grin_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: "mischievious grin"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - mischievious grin (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/mischievious grin_17_-3.0.png" width=256 height=256 /> | <img src="images/mischievious grin_17_0.0.png" width=256 height=256 /> | <img src="images/mischievious grin_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/mischievious grin_19_-3.0.png" width=256 height=256 /> | <img src="images/mischievious grin_19_0.0.png" width=256 height=256 /> | <img src="images/mischievious grin_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/mischievious grin_20_-3.0.png" width=256 height=256 /> | <img src="images/mischievious grin_20_0.0.png" width=256 height=256 /> | <img src="images/mischievious grin_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
+ mischievious grin
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.mischievious-grin', weight_name='mischievious grin.safetensors', adapter_name="mischievious grin")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["mischievious grin"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, mischievious grin"
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
images/mischievious grin_17_-1.5.png ADDED

Git LFS Details

  • SHA256: 00fec3181b52aca0dded00b097353834e666d9385d34d0634aecc2d79c3429e0
  • Pointer size: 132 Bytes
  • Size of remote file: 1.8 MB
images/mischievious grin_17_-3.0.png ADDED

Git LFS Details

  • SHA256: 840f38827feb37c6e36e84cdba22d0ca9039ffad184307a4e3cbbf0e878f4333
  • Pointer size: 132 Bytes
  • Size of remote file: 1.84 MB
images/mischievious grin_17_0.0.png ADDED

Git LFS Details

  • SHA256: f1237bdec2db19dfe67e79bea272a24f93a040b45a7f393baf41a6fff5af10b3
  • Pointer size: 132 Bytes
  • Size of remote file: 1.76 MB
images/mischievious grin_17_1.5.png ADDED

Git LFS Details

  • SHA256: d3d50100c44eb838d4827a6d49dc4d168169291a1e65cdf212eab38db83ba79c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.65 MB
images/mischievious grin_17_3.0.png ADDED

Git LFS Details

  • SHA256: 523e77df4f9436196b58b6ef503dbc57e0d51c20ba88c536928a9e1ca42650eb
  • Pointer size: 132 Bytes
  • Size of remote file: 1.61 MB
images/mischievious grin_19_-1.5.png ADDED

Git LFS Details

  • SHA256: b6481dc4a3b4bcf650be9d3cdb47bc6ecbd3072da9cd0c0677670ebb7f07c050
  • Pointer size: 132 Bytes
  • Size of remote file: 1.53 MB
images/mischievious grin_19_-3.0.png ADDED

Git LFS Details

  • SHA256: 498ca0e53d29a2dcd59bf11a8c8808f5fe99860e5fb22b34775b1d75cf207367
  • Pointer size: 132 Bytes
  • Size of remote file: 1.55 MB
images/mischievious grin_19_0.0.png ADDED

Git LFS Details

  • SHA256: f50f243b723da003612e57d9056529a896df582b152c668eaf9137ac9e04adc0
  • Pointer size: 132 Bytes
  • Size of remote file: 1.53 MB
images/mischievious grin_19_1.5.png ADDED

Git LFS Details

  • SHA256: 0558bd6c9520160727d9d0761bbb260e45dc8425433cb90ab117e476a1c8bc20
  • Pointer size: 132 Bytes
  • Size of remote file: 1.55 MB
images/mischievious grin_19_3.0.png ADDED

Git LFS Details

  • SHA256: a1edf65a5e15d19742d78a7a2b1ebafb459b0dac9526e07f8a2a573a9522e8a7
  • Pointer size: 132 Bytes
  • Size of remote file: 1.55 MB
images/mischievious grin_20_-1.5.png ADDED

Git LFS Details

  • SHA256: f96528594484c8bbc050f93f90d11572078cacb24b56235f2e9bfcdbec924128
  • Pointer size: 132 Bytes
  • Size of remote file: 1.53 MB
images/mischievious grin_20_-3.0.png ADDED

Git LFS Details

  • SHA256: 411d0dc0043c77a754061604176aa0907a3da49bd300a22525aaa3e188cc9bd3
  • Pointer size: 132 Bytes
  • Size of remote file: 1.55 MB
images/mischievious grin_20_0.0.png ADDED

Git LFS Details

  • SHA256: 91ee16bb1547601fb8b0d06985dcffdf8dd596251e790a402076eb88ee9a59f6
  • Pointer size: 132 Bytes
  • Size of remote file: 1.5 MB
images/mischievious grin_20_1.5.png ADDED

Git LFS Details

  • SHA256: a337580edca41f7e63ba12f4051fce5b7a55c03de4be6028bbe346a7cec5decd
  • Pointer size: 132 Bytes
  • Size of remote file: 1.46 MB
images/mischievious grin_20_3.0.png ADDED

Git LFS Details

  • SHA256: 7e119b2571805dc6724729f058e5498d4537f7967621ddbe28b56d9c0e294169
  • Pointer size: 132 Bytes
  • Size of remote file: 1.42 MB
images/mischievious grin_21_-1.5.png ADDED

Git LFS Details

  • SHA256: 4369604571b10288ab3c2b90144c3a2e70df0cfada4830d1234dfe70de3c6ad0
  • Pointer size: 132 Bytes
  • Size of remote file: 1.5 MB
images/mischievious grin_21_-3.0.png ADDED

Git LFS Details

  • SHA256: 40f2e5e15d9f13ae4dd9ade274b4f0dbd8e4a8eb48d405bca89e6ed3739d2c97
  • Pointer size: 132 Bytes
  • Size of remote file: 1.52 MB
images/mischievious grin_21_0.0.png ADDED

Git LFS Details

  • SHA256: ee6b8e0d67d921bf1f2388613bd38cd80846ffb20698cc37c47ad0779db7a540
  • Pointer size: 132 Bytes
  • Size of remote file: 1.5 MB
images/mischievious grin_21_1.5.png ADDED

Git LFS Details

  • SHA256: 87983485b1215f95a12aa5b4a24fa1b090046d7c99941bbea8c2bc6b083da2e7
  • Pointer size: 132 Bytes
  • Size of remote file: 1.48 MB
images/mischievious grin_21_3.0.png ADDED

Git LFS Details

  • SHA256: d0aaa64c8ed31a4717662d10c1eb0375dc586e6d9c510e8bd550ab2d00259005
  • Pointer size: 132 Bytes
  • Size of remote file: 1.4 MB
images/mischievious grin_22_-1.5.png ADDED

Git LFS Details

  • SHA256: 207c49ba3981edc8c2996703a462bd5e50ffa3b2e4448ed1c3845e96871d7336
  • Pointer size: 132 Bytes
  • Size of remote file: 1.77 MB
images/mischievious grin_22_-3.0.png ADDED

Git LFS Details

  • SHA256: ca34d63e5e376e20948c6b608f08d4e2c2b1f41147565c137fcbb25a3ecd0653
  • Pointer size: 132 Bytes
  • Size of remote file: 1.8 MB
images/mischievious grin_22_0.0.png ADDED

Git LFS Details

  • SHA256: e19929034a80d5cd194f2cd1b6fcf154e7f77bc99fa4965a8cfd7a2782d73854
  • Pointer size: 132 Bytes
  • Size of remote file: 1.69 MB
images/mischievious grin_22_1.5.png ADDED

Git LFS Details

  • SHA256: ff154c8182b31416424560e0b3953eeec3855cfdd9f8a43af379e9826c32f37a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.69 MB
images/mischievious grin_22_3.0.png ADDED

Git LFS Details

  • SHA256: ece1d46c5cab23e75ceb73f7b83d6f9a046a9162f92c1a2a5c41c975676af925
  • Pointer size: 132 Bytes
  • Size of remote file: 1.6 MB
mischievious grin.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:719d6ade9c551287422c3d8393f90c67f3d019ea0b295e45d089e959f6119d1d
3
+ size 8789076