ntc-ai commited on
Commit
e33c57b
1 Parent(s): d4932b5

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/soulful.../soulful_17_3.0.png"
6
+ widget:
7
+ - text: soulful
8
+ output:
9
+ url: images/soulful_17_3.0.png
10
+ - text: soulful
11
+ output:
12
+ url: images/soulful_19_3.0.png
13
+ - text: soulful
14
+ output:
15
+ url: images/soulful_20_3.0.png
16
+ - text: soulful
17
+ output:
18
+ url: images/soulful_21_3.0.png
19
+ - text: soulful
20
+ output:
21
+ url: images/soulful_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: "soulful"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - soulful (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/soulful_17_-3.0.png" width=256 height=256 /> | <img src="images/soulful_17_0.0.png" width=256 height=256 /> | <img src="images/soulful_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/soulful_19_-3.0.png" width=256 height=256 /> | <img src="images/soulful_19_0.0.png" width=256 height=256 /> | <img src="images/soulful_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/soulful_20_-3.0.png" width=256 height=256 /> | <img src="images/soulful_20_0.0.png" width=256 height=256 /> | <img src="images/soulful_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
+ soulful
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.soulful', weight_name='soulful.safetensors', adapter_name="soulful")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["soulful"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, soulful"
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 900+ 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/soulful_17_-1.5.png ADDED

Git LFS Details

  • SHA256: 5f5c60bad1d67fbed98b9fdba397899b01cd0bd4baf2a5b49bb15847c59de36f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.42 MB
images/soulful_17_-3.0.png ADDED

Git LFS Details

  • SHA256: 28ea33d680f0d60e52c5fe489d99bc0403568112719842b8421acf585434b4a8
  • Pointer size: 132 Bytes
  • Size of remote file: 1.41 MB
images/soulful_17_0.0.png ADDED

Git LFS Details

  • SHA256: 747c4a2cfe4717be41cd74f1866dc363aaab0ab7dca4640ca2a17972b5e59d33
  • Pointer size: 132 Bytes
  • Size of remote file: 1.42 MB
images/soulful_17_1.5.png ADDED

Git LFS Details

  • SHA256: 57bc8d0a3f240246e6ce4eb3bedb20efb762ef0e09605d4d065ff0733cd70035
  • Pointer size: 132 Bytes
  • Size of remote file: 1.41 MB
images/soulful_17_3.0.png ADDED

Git LFS Details

  • SHA256: a212d70ab842d7e6f97622813c8f8107f75fc0f3415b8dec5e6d140eea8868e9
  • Pointer size: 132 Bytes
  • Size of remote file: 1.41 MB
images/soulful_19_-1.5.png ADDED

Git LFS Details

  • SHA256: afe8f8e6e3de33ede537ef08586dead15195331d15e45aea29520fa70d2a6624
  • Pointer size: 132 Bytes
  • Size of remote file: 1.45 MB
images/soulful_19_-3.0.png ADDED

Git LFS Details

  • SHA256: 56e3257d66c535754f8785af2164e61a8ddb9726dbb989314f2f36849ef79d68
  • Pointer size: 132 Bytes
  • Size of remote file: 1.42 MB
images/soulful_19_0.0.png ADDED

Git LFS Details

  • SHA256: 16bab7bdcd81dd011ef5d5c231846326d854a5a2bed497d0ccb40550bdab9342
  • Pointer size: 132 Bytes
  • Size of remote file: 1.48 MB
images/soulful_19_1.5.png ADDED

Git LFS Details

  • SHA256: e9acc1774c56ce5d70e7c5f9451a6ce888ac6685db362ce1ae6843a6d2b3771a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
images/soulful_19_3.0.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: a9c28a8b168c383fac3490c976f1d0c1c8b1016e8e11273b0c24029cc71e9cd1
  • Pointer size: 132 Bytes
  • Size of remote file: 1.63 MB
images/soulful_20_-3.0.png ADDED

Git LFS Details

  • SHA256: 4d06a7b1a13919edcd3e0c89d0d0ece2bd27c51d0318335bb509e80902f10f67
  • Pointer size: 132 Bytes
  • Size of remote file: 1.64 MB
images/soulful_20_0.0.png ADDED

Git LFS Details

  • SHA256: 132abcd08641f6d7b516bb844e2ac006cc331e4dfd0d6514ab0c87369ddb6a0d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.61 MB
images/soulful_20_1.5.png ADDED

Git LFS Details

  • SHA256: e3a3e7cd93dc1a084c146dde1cdab698b4427875c01fadf948299d277abd4fa7
  • Pointer size: 132 Bytes
  • Size of remote file: 1.59 MB
images/soulful_20_3.0.png ADDED

Git LFS Details

  • SHA256: 55e8618cc21afccdd7b35042d89e0c1d93639d784867753299ccd526ef69c59a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.58 MB
images/soulful_21_-1.5.png ADDED

Git LFS Details

  • SHA256: 568526b02f37aa73753085c16167f5ae844de759abf75deed0fc61ee83100248
  • Pointer size: 132 Bytes
  • Size of remote file: 1.27 MB
images/soulful_21_-3.0.png ADDED

Git LFS Details

  • SHA256: bcb3d051af04ced00c79fdeb524bf1b24f2b77ae7de33e014af34886d06c0da9
  • Pointer size: 132 Bytes
  • Size of remote file: 1.23 MB
images/soulful_21_0.0.png ADDED

Git LFS Details

  • SHA256: b10a7238df2b0bfcd435e9bb0f1cfb8603c65c634007e5859497dee91b412c3f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.33 MB
images/soulful_21_1.5.png ADDED

Git LFS Details

  • SHA256: 1af1bfdc2b608e04ec1a58bf1f52c1baa0275df33c3e0c869ec3d106b9ab42cd
  • Pointer size: 132 Bytes
  • Size of remote file: 1.36 MB
images/soulful_21_3.0.png ADDED

Git LFS Details

  • SHA256: 39a3a9492b1e4a528addbe2ddf51a48f3ce20c5792490d65a053b26035dffb5c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.49 MB
images/soulful_22_-1.5.png ADDED

Git LFS Details

  • SHA256: 6971842e77e4e5aa982c00d3154a60a3f54e2c88c93057a3d164aa4267ebfcc8
  • Pointer size: 132 Bytes
  • Size of remote file: 1.43 MB
images/soulful_22_-3.0.png ADDED

Git LFS Details

  • SHA256: 25a28e64dd9047a017f473ed5227c83560bf7dc5544311951ffcae7100ebc142
  • Pointer size: 132 Bytes
  • Size of remote file: 1.43 MB
images/soulful_22_0.0.png ADDED

Git LFS Details

  • SHA256: 5d01eece6700f9282ae81f74b9e6b1d46a979148de139327832dd25403261f52
  • Pointer size: 132 Bytes
  • Size of remote file: 1.42 MB
images/soulful_22_1.5.png ADDED

Git LFS Details

  • SHA256: 286691d028bd44c2a87e0aaefba9393941b304e3434e9135f135ce80a3aaf80e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.4 MB
images/soulful_22_3.0.png ADDED

Git LFS Details

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