ntc-ai commited on
Commit
826ce4e
1 Parent(s): 8a1aa7b

Update README, safetensors and PNGs

Browse files
Files changed (28) hide show
  1. .gitattributes +1 -0
  2. README.md +96 -0
  3. images/sitting at the edge of a cliff_17_-1.5.png +3 -0
  4. images/sitting at the edge of a cliff_17_-3.0.png +3 -0
  5. images/sitting at the edge of a cliff_17_0.0.png +3 -0
  6. images/sitting at the edge of a cliff_17_1.5.png +3 -0
  7. images/sitting at the edge of a cliff_17_3.0.png +3 -0
  8. images/sitting at the edge of a cliff_19_-1.5.png +3 -0
  9. images/sitting at the edge of a cliff_19_-3.0.png +3 -0
  10. images/sitting at the edge of a cliff_19_0.0.png +3 -0
  11. images/sitting at the edge of a cliff_19_1.5.png +3 -0
  12. images/sitting at the edge of a cliff_19_3.0.png +3 -0
  13. images/sitting at the edge of a cliff_20_-1.5.png +3 -0
  14. images/sitting at the edge of a cliff_20_-3.0.png +3 -0
  15. images/sitting at the edge of a cliff_20_0.0.png +3 -0
  16. images/sitting at the edge of a cliff_20_1.5.png +3 -0
  17. images/sitting at the edge of a cliff_20_3.0.png +3 -0
  18. images/sitting at the edge of a cliff_21_-1.5.png +3 -0
  19. images/sitting at the edge of a cliff_21_-3.0.png +3 -0
  20. images/sitting at the edge of a cliff_21_0.0.png +3 -0
  21. images/sitting at the edge of a cliff_21_1.5.png +3 -0
  22. images/sitting at the edge of a cliff_21_3.0.png +3 -0
  23. images/sitting at the edge of a cliff_22_-1.5.png +3 -0
  24. images/sitting at the edge of a cliff_22_-3.0.png +3 -0
  25. images/sitting at the edge of a cliff_22_0.0.png +3 -0
  26. images/sitting at the edge of a cliff_22_1.5.png +3 -0
  27. images/sitting at the edge of a cliff_22_3.0.png +3 -0
  28. sitting at the edge of a cliff.safetensors +3 -0
.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/sitting at the edge of a cliff.../sitting at the edge of a cliff_17_3.0.png"
6
+ widget:
7
+ - text: sitting at the edge of a cliff
8
+ output:
9
+ url: images/sitting at the edge of a cliff_17_3.0.png
10
+ - text: sitting at the edge of a cliff
11
+ output:
12
+ url: images/sitting at the edge of a cliff_19_3.0.png
13
+ - text: sitting at the edge of a cliff
14
+ output:
15
+ url: images/sitting at the edge of a cliff_20_3.0.png
16
+ - text: sitting at the edge of a cliff
17
+ output:
18
+ url: images/sitting at the edge of a cliff_21_3.0.png
19
+ - text: sitting at the edge of a cliff
20
+ output:
21
+ url: images/sitting at the edge of a cliff_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: "sitting at the edge of a cliff"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - sitting at the edge of a cliff (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/sitting at the edge of a cliff_17_-3.0.png" width=256 height=256 /> | <img src="images/sitting at the edge of a cliff_17_0.0.png" width=256 height=256 /> | <img src="images/sitting at the edge of a cliff_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/sitting at the edge of a cliff_19_-3.0.png" width=256 height=256 /> | <img src="images/sitting at the edge of a cliff_19_0.0.png" width=256 height=256 /> | <img src="images/sitting at the edge of a cliff_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/sitting at the edge of a cliff_20_-3.0.png" width=256 height=256 /> | <img src="images/sitting at the edge of a cliff_20_0.0.png" width=256 height=256 /> | <img src="images/sitting at the edge of a cliff_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
+ sitting at the edge of a cliff
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.sitting-at-the-edge-of-a-cliff', weight_name='sitting at the edge of a cliff.safetensors', adapter_name="sitting at the edge of a cliff")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["sitting at the edge of a cliff"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, sitting at the edge of a cliff"
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 870+ 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/sitting at the edge of a cliff_17_-1.5.png ADDED

Git LFS Details

  • SHA256: 38f131b8d6b788d8ace2e43558b18cde2a786c0f6c3054a2f2deda978c6870e5
  • Pointer size: 132 Bytes
  • Size of remote file: 1.49 MB
images/sitting at the edge of a cliff_17_-3.0.png ADDED

Git LFS Details

  • SHA256: be06aeb15dbaf02db5a27056f3e595c2abad0ab206a0d84a7e50dd2b5b99908d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.5 MB
images/sitting at the edge of a cliff_17_0.0.png ADDED

Git LFS Details

  • SHA256: d80a8ba9312cccf8bc09b09e854cb175f3943f3a3eef1386fd11f236d67f2b37
  • Pointer size: 132 Bytes
  • Size of remote file: 1.42 MB
images/sitting at the edge of a cliff_17_1.5.png ADDED

Git LFS Details

  • SHA256: 4e7711adde45f5016d38f5959c94d09780fd7b0b3dfe09f229d4ba23e8d0db4c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.39 MB
images/sitting at the edge of a cliff_17_3.0.png ADDED

Git LFS Details

  • SHA256: ceb79888d3e07d068126d8448db535c52311bec562fe64095724d507fddc2a31
  • Pointer size: 132 Bytes
  • Size of remote file: 1.4 MB
images/sitting at the edge of a cliff_19_-1.5.png ADDED

Git LFS Details

  • SHA256: 8d6a01a239d70a08f01a2eff6ffcebddf2bce89b031f4cff0b992d0b61f6be9f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.63 MB
images/sitting at the edge of a cliff_19_-3.0.png ADDED

Git LFS Details

  • SHA256: 33a7c7139e3804af74887e89c29204baa038688d9ad25f3f2b4a529457016818
  • Pointer size: 132 Bytes
  • Size of remote file: 1.68 MB
images/sitting at the edge of a cliff_19_0.0.png ADDED

Git LFS Details

  • SHA256: 77a5db5196437ef1aa7c1d93f3d6326f436a3801c494b6352313b27ee22b7245
  • Pointer size: 132 Bytes
  • Size of remote file: 1.64 MB
images/sitting at the edge of a cliff_19_1.5.png ADDED

Git LFS Details

  • SHA256: 3da38342ddcaa827c97eda19a1e2e6a8e62e7388549465a407ede7ca7c393960
  • Pointer size: 132 Bytes
  • Size of remote file: 1.61 MB
images/sitting at the edge of a cliff_19_3.0.png ADDED

Git LFS Details

  • SHA256: 424128f76cb5a7865478010e8f2b1f8efc510615fd3ea13e020530116e75f86c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.59 MB
images/sitting at the edge of a cliff_20_-1.5.png ADDED

Git LFS Details

  • SHA256: 43a520c714061b6901ea16b80c0c22b1acb84bb998007b16567726e7c9ef6725
  • Pointer size: 132 Bytes
  • Size of remote file: 1.62 MB
images/sitting at the edge of a cliff_20_-3.0.png ADDED

Git LFS Details

  • SHA256: 01a2344d02130106179f1c883b31100539cb10171e91f272fb33bc90e60688cc
  • Pointer size: 132 Bytes
  • Size of remote file: 1.58 MB
images/sitting at the edge of a cliff_20_0.0.png ADDED

Git LFS Details

  • SHA256: 1c0a61e5435e9ef77f10fe761dd1bf8e01834ebae1d4c5470b2b3d3a7c96bcd5
  • Pointer size: 132 Bytes
  • Size of remote file: 1.62 MB
images/sitting at the edge of a cliff_20_1.5.png ADDED

Git LFS Details

  • SHA256: be8ca2c8b07ac8d5151a784e38c9783aef1115f93731a282a7a5a60cb4979c35
  • Pointer size: 132 Bytes
  • Size of remote file: 1.54 MB
images/sitting at the edge of a cliff_20_3.0.png ADDED

Git LFS Details

  • SHA256: aeafa0ec6a599ec41d33d9f63debfae9f784e79dd6a958852c13185619c0e00b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.45 MB
images/sitting at the edge of a cliff_21_-1.5.png ADDED

Git LFS Details

  • SHA256: a36434ad6e548a10e3723067506e59a3f845c22b38b53e7b6005fd55c80c8448
  • Pointer size: 132 Bytes
  • Size of remote file: 1.64 MB
images/sitting at the edge of a cliff_21_-3.0.png ADDED

Git LFS Details

  • SHA256: 49516b343ec0d52c93d4c37edb8ae343bc9705986a6aefa0485f070e1bcbdcb6
  • Pointer size: 132 Bytes
  • Size of remote file: 1.56 MB
images/sitting at the edge of a cliff_21_0.0.png ADDED

Git LFS Details

  • SHA256: 8f1d4477998f82357f1cc0ebc755f2a335d9e441194b2717a579d6d38058763b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.71 MB
images/sitting at the edge of a cliff_21_1.5.png ADDED

Git LFS Details

  • SHA256: c82266e492ae34922a4995ae30ff7144dedfe78de3fb6626333e2e520a756e02
  • Pointer size: 132 Bytes
  • Size of remote file: 1.67 MB
images/sitting at the edge of a cliff_21_3.0.png ADDED

Git LFS Details

  • SHA256: 098225b4074a2513a8b7cd888ccaa775364ff406692edbed35c735823e6358ad
  • Pointer size: 132 Bytes
  • Size of remote file: 1.5 MB
images/sitting at the edge of a cliff_22_-1.5.png ADDED

Git LFS Details

  • SHA256: 82059c4a2951d2372bb9e7cc43ec53f038e248df6b9ada5715323365bf311825
  • Pointer size: 132 Bytes
  • Size of remote file: 1.38 MB
images/sitting at the edge of a cliff_22_-3.0.png ADDED

Git LFS Details

  • SHA256: 4610987bfd8f7e42102e32d12ad98bbc62e5c8f02d0853d9f7940405a6409dfa
  • Pointer size: 132 Bytes
  • Size of remote file: 1.35 MB
images/sitting at the edge of a cliff_22_0.0.png ADDED

Git LFS Details

  • SHA256: d2f280a1316becc47e41ff9bdecf100636dd2cff0650e663f7cd0a4c996090e3
  • Pointer size: 132 Bytes
  • Size of remote file: 1.46 MB
images/sitting at the edge of a cliff_22_1.5.png ADDED

Git LFS Details

  • SHA256: 82ec19de0a4c518b74cca5afa2b1025e3bf87c08fbf44dfd17745bfc486e206f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.48 MB
images/sitting at the edge of a cliff_22_3.0.png ADDED

Git LFS Details

  • SHA256: 971a7f9bc8ae5cbf16256e3d320a88a69fd3779f38c0bbd6f16edc645c888c0c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.33 MB
sitting at the edge of a cliff.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e54cbb15362b1287df7081a480cfdb25e093af612a6747afcf1bd04eedb25d6
3
+ size 8789076