ntc-ai commited on
Commit
f67d0fd
1 Parent(s): d9ae64c

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/intimidating...meek/intimidating_17_3.0.png"
6
+ widget:
7
+ - text: intimidating
8
+ output:
9
+ url: images/intimidating_17_3.0.png
10
+ - text: intimidating
11
+ output:
12
+ url: images/intimidating_19_3.0.png
13
+ - text: intimidating
14
+ output:
15
+ url: images/intimidating_20_3.0.png
16
+ - text: intimidating
17
+ output:
18
+ url: images/intimidating_21_3.0.png
19
+ - text: intimidating
20
+ output:
21
+ url: images/intimidating_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: "intimidating"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - intimidating (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/intimidating_17_-3.0.png" width=256 height=256 /> | <img src="images/intimidating_17_0.0.png" width=256 height=256 /> | <img src="images/intimidating_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/intimidating_19_-3.0.png" width=256 height=256 /> | <img src="images/intimidating_19_0.0.png" width=256 height=256 /> | <img src="images/intimidating_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/intimidating_20_-3.0.png" width=256 height=256 /> | <img src="images/intimidating_20_0.0.png" width=256 height=256 /> | <img src="images/intimidating_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
+ intimidating
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.intimidating', weight_name='intimidating.safetensors', adapter_name="intimidating")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["intimidating"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, intimidating"
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 390+ 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/intimidating_17_-1.5.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: b771c4a89b6ede204e5e008081c4cf492c165f1b0beadcc86abd2c4da55d7a79
  • Pointer size: 132 Bytes
  • Size of remote file: 1.45 MB
images/intimidating_17_0.0.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: 8692e3b9d98f969752f5ffd39469c69ee913aab3957b8e8cfee5aeaae0c2561b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
images/intimidating_17_3.0.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: fa367bfc885843b7782bae133c9b8dbb2723fc61de80cac51d3c69d3e82beb83
  • Pointer size: 132 Bytes
  • Size of remote file: 1.34 MB
images/intimidating_19_-3.0.png ADDED

Git LFS Details

  • SHA256: a2b9a64d02af65f04925619483bdbeaf1a53e9ed3be67ba2c637305304842b6a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.33 MB
images/intimidating_19_0.0.png ADDED

Git LFS Details

  • SHA256: 06266c3e975781762a319f5e23b3ef79632a6b0abd2e949e66506db2a55f35ba
  • Pointer size: 132 Bytes
  • Size of remote file: 1.36 MB
images/intimidating_19_1.5.png ADDED

Git LFS Details

  • SHA256: f950ceac7aeb752cb171e8cc847edd81919aee86d173630fe28861f6fe62d4aa
  • Pointer size: 132 Bytes
  • Size of remote file: 1.38 MB
images/intimidating_19_3.0.png ADDED

Git LFS Details

  • SHA256: 78d68aa915388faffa4769c88c4405a3862998423d519aefe7f4ecbd4067dad8
  • Pointer size: 132 Bytes
  • Size of remote file: 1.42 MB
images/intimidating_20_-1.5.png ADDED

Git LFS Details

  • SHA256: 6b5576a60e89684512329882a28a899d73fe328738531e17bdc94a95dbb7b413
  • Pointer size: 132 Bytes
  • Size of remote file: 1.33 MB
images/intimidating_20_-3.0.png ADDED

Git LFS Details

  • SHA256: f805dedf60c8090303a2df4e4af21093b3ef3a106ef5d6dc0aa190807db36ed1
  • Pointer size: 132 Bytes
  • Size of remote file: 1.36 MB
images/intimidating_20_0.0.png ADDED

Git LFS Details

  • SHA256: e60e8eb44f86a344c848a524f4c4688d4e89d9cd6551a9dd6b3b517801db3bd4
  • Pointer size: 132 Bytes
  • Size of remote file: 1.3 MB
images/intimidating_20_1.5.png ADDED

Git LFS Details

  • SHA256: 55fd1b8e4ab7b8c46d50a3c878b7005cc8d1f5b2aecbe5ca35157a7fe5de0d60
  • Pointer size: 132 Bytes
  • Size of remote file: 1.28 MB
images/intimidating_20_3.0.png ADDED

Git LFS Details

  • SHA256: ba2fbb6bca083f81b72ef1d6cb5d9b6576b058ca28f5b9c5bbbbbb6e255ebc3a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.29 MB
images/intimidating_21_-1.5.png ADDED

Git LFS Details

  • SHA256: 92ce8df8bbdb6eb3d22712d107fd2a752eb8f2d5bd337d7772eaab1b82235ced
  • Pointer size: 132 Bytes
  • Size of remote file: 1.55 MB
images/intimidating_21_-3.0.png ADDED

Git LFS Details

  • SHA256: ecd4fe7bed1a89430e4c843ed0672c9d798889de07417be0d87482e9b8404f2f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.56 MB
images/intimidating_21_0.0.png ADDED

Git LFS Details

  • SHA256: 21095520ab8f8dcfbb4a25eb6a43a5d293d6061e95ca11f7ecf36274c9f405dc
  • Pointer size: 132 Bytes
  • Size of remote file: 1.56 MB
images/intimidating_21_1.5.png ADDED

Git LFS Details

  • SHA256: bcef4a6483e739e02ca1bff24bb0eaa5f8fa1f6016c6eeff8e633e4a51dbcf8f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.56 MB
images/intimidating_21_3.0.png ADDED

Git LFS Details

  • SHA256: 6b752959559f8cb0688fa409aa436ff9812efca1abda947975b6036b43579a0e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.53 MB
images/intimidating_22_-1.5.png ADDED

Git LFS Details

  • SHA256: 2c1fc0c9cd40f81ed47659952482af09aea2a3d7a73d630c98e1cc0a23e6ac04
  • Pointer size: 132 Bytes
  • Size of remote file: 1.54 MB
images/intimidating_22_-3.0.png ADDED

Git LFS Details

  • SHA256: c6e759f4d74207fd3979f4526236321d3279f62a7e905d91355d5499c25a86a5
  • Pointer size: 132 Bytes
  • Size of remote file: 1.56 MB
images/intimidating_22_0.0.png ADDED

Git LFS Details

  • SHA256: e32a281491a45888067e292370e82221dd2114408d82e42d3b499b53e0d302f1
  • Pointer size: 132 Bytes
  • Size of remote file: 1.54 MB
images/intimidating_22_1.5.png ADDED

Git LFS Details

  • SHA256: 5ef8e10e7a554a1f15a24f334a33ddede58a0d2bf32b7cb9ef93ba0354cba96b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.52 MB
images/intimidating_22_3.0.png ADDED

Git LFS Details

  • SHA256: b5aef73f0c24cd6eb179769d1593fb02c4bf7ff551513a9ea5f67d8fcc68f4c0
  • Pointer size: 132 Bytes
  • Size of remote file: 1.55 MB
intimidating.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ddb1e1019f3d76983c123913533c78950912df290fd774cc6232c79537d89b47
3
+ size 8789076