ntc-ai commited on
Commit
5924827
1 Parent(s): 97e523e

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/reaching out.../reaching out_17_3.0.png"
6
+ widget:
7
+ - text: reaching out
8
+ output:
9
+ url: images/reaching out_17_3.0.png
10
+ - text: reaching out
11
+ output:
12
+ url: images/reaching out_19_3.0.png
13
+ - text: reaching out
14
+ output:
15
+ url: images/reaching out_20_3.0.png
16
+ - text: reaching out
17
+ output:
18
+ url: images/reaching out_21_3.0.png
19
+ - text: reaching out
20
+ output:
21
+ url: images/reaching out_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: "reaching out"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - reaching out (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/reaching out_17_-3.0.png" width=256 height=256 /> | <img src="images/reaching out_17_0.0.png" width=256 height=256 /> | <img src="images/reaching out_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/reaching out_19_-3.0.png" width=256 height=256 /> | <img src="images/reaching out_19_0.0.png" width=256 height=256 /> | <img src="images/reaching out_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/reaching out_20_-3.0.png" width=256 height=256 /> | <img src="images/reaching out_20_0.0.png" width=256 height=256 /> | <img src="images/reaching out_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
+ reaching out
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.reaching-out', weight_name='reaching out.safetensors', adapter_name="reaching out")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["reaching out"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, reaching out"
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 1140+ 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/reaching out_17_-1.5.png ADDED

Git LFS Details

  • SHA256: e1a226b6f4d386944a31c3fff9c96ff4761692d3e1d2bede8af7b64b8338265f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.57 MB
images/reaching out_17_-3.0.png ADDED

Git LFS Details

  • SHA256: 483859fa88016fa7143bef9f4e78154c7145786e56d2f6a04c4140e6f33e0f32
  • Pointer size: 132 Bytes
  • Size of remote file: 1.61 MB
images/reaching out_17_0.0.png ADDED

Git LFS Details

  • SHA256: 92db8d59b2e5ccc45961eb03713d33808682a8e0ee3a23df05044da61098551a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.54 MB
images/reaching out_17_1.5.png ADDED

Git LFS Details

  • SHA256: ad2db22463954f5e47338011cbd575306c4873580fb4599a8aa15eb3313f846d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.44 MB
images/reaching out_17_3.0.png ADDED

Git LFS Details

  • SHA256: 6cceffd822021582887989b20d725729103685482de404c2ee2a0a798974e7d3
  • Pointer size: 132 Bytes
  • Size of remote file: 1.36 MB
images/reaching out_19_-1.5.png ADDED

Git LFS Details

  • SHA256: 908385221b45d603397227c07032c80261ab2ab42c71e89a929f74626969a37e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.81 MB
images/reaching out_19_-3.0.png ADDED

Git LFS Details

  • SHA256: 6ec5efd92cf640d63db90f55c11c7a1fa0ee140da7435896ba57bfb8897b3638
  • Pointer size: 132 Bytes
  • Size of remote file: 1.84 MB
images/reaching out_19_0.0.png ADDED

Git LFS Details

  • SHA256: d4f8a54294d595d864e4eef8982a14658bfa6b6434742354723c604cb39b174d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.8 MB
images/reaching out_19_1.5.png ADDED

Git LFS Details

  • SHA256: 91b441dea2308f0bc0ea2d294d6765ffa6c9a9ed8865bba5c5dc6c082243224c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.75 MB
images/reaching out_19_3.0.png ADDED

Git LFS Details

  • SHA256: 2cd1543bacb16eff33fd3dd952ec5a4a499d4b276bfc3ea539ea70a794ad86bd
  • Pointer size: 132 Bytes
  • Size of remote file: 1.68 MB
images/reaching out_20_-1.5.png ADDED

Git LFS Details

  • SHA256: e3bbaf98d581a6afe864b70d5bdeae9ff217ab1a064f02690de755ae40f8a00a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.56 MB
images/reaching out_20_-3.0.png ADDED

Git LFS Details

  • SHA256: 6548fef719e5065e747245c22fe4ab4aeae949f083bf7156ad5123f68ff1f943
  • Pointer size: 132 Bytes
  • Size of remote file: 1.61 MB
images/reaching out_20_0.0.png ADDED

Git LFS Details

  • SHA256: 6899c13cdc70b50790955f81f808291aadc309795750dc860a36dca2462b7ff0
  • Pointer size: 132 Bytes
  • Size of remote file: 1.51 MB
images/reaching out_20_1.5.png ADDED

Git LFS Details

  • SHA256: f6244d4aea5058d7f47a8b31b92f1f05badbd9f5259a75a77da458bc6c9a4cdb
  • Pointer size: 132 Bytes
  • Size of remote file: 1.51 MB
images/reaching out_20_3.0.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: 838c71065bc79325048b96b56f5988eee11fdddea5aeb6d37b0e5fbe6b984217
  • Pointer size: 132 Bytes
  • Size of remote file: 1.7 MB
images/reaching out_21_-3.0.png ADDED

Git LFS Details

  • SHA256: 7835d2d850ace83f1aa9b9a763f81a6b4dfa63bd89ceec5d4a8ea5503f0502d2
  • Pointer size: 132 Bytes
  • Size of remote file: 1.74 MB
images/reaching out_21_0.0.png ADDED

Git LFS Details

  • SHA256: 54bf78f2c6f9446e386f42ba40ca8e9bebd03d812e71f2253c5df847bfb1d5f3
  • Pointer size: 132 Bytes
  • Size of remote file: 1.64 MB
images/reaching out_21_1.5.png ADDED

Git LFS Details

  • SHA256: 34b0bf063965a27d00250b0d830035ef4aabb432e8939674f035dc485692b24c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.56 MB
images/reaching out_21_3.0.png ADDED

Git LFS Details

  • SHA256: 39d656e82886a70f735ddb1f5b6ea34c57d65d15381d3226cd554ce785c30bd9
  • Pointer size: 132 Bytes
  • Size of remote file: 1.48 MB
images/reaching out_22_-1.5.png ADDED

Git LFS Details

  • SHA256: 0bbaad93e3e289c8705f145d2e25e6fbfa3bef69c8057302e8b669d90076bf49
  • Pointer size: 132 Bytes
  • Size of remote file: 1.73 MB
images/reaching out_22_-3.0.png ADDED

Git LFS Details

  • SHA256: 7cd8cd179aec496e87e332cea46a2ea5d2d98c1637f30d07e75c7407287b9e2b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.73 MB
images/reaching out_22_0.0.png ADDED

Git LFS Details

  • SHA256: 7d45f4f01aa714063cdb0ebca0ca37fd346fc80d77509a0c5aba46f4c0c0c56b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.71 MB
images/reaching out_22_1.5.png ADDED

Git LFS Details

  • SHA256: b08fa58a98db44ac2be68b649dd0305e2c84378e650693456ef9f485671c045e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.68 MB
images/reaching out_22_3.0.png ADDED

Git LFS Details

  • SHA256: 106a3237bad04e273a5d4c6ef91f6ba9a6a66d24d3204447ccead1bda2bc146f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.5 MB
reaching out.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:79aee54be0369230e90288b6f2fb38c8a52c165ca7c9650c7e33041b8e96584c
3
+ size 8789076