ntc-ai commited on
Commit
79afb7a
1 Parent(s): ce512df

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/passionate...passionless/passionate_17_3.0.png"
6
+ widget:
7
+ - text: passionate
8
+ output:
9
+ url: images/passionate_17_3.0.png
10
+ - text: passionate
11
+ output:
12
+ url: images/passionate_19_3.0.png
13
+ - text: passionate
14
+ output:
15
+ url: images/passionate_20_3.0.png
16
+ - text: passionate
17
+ output:
18
+ url: images/passionate_21_3.0.png
19
+ - text: passionate
20
+ output:
21
+ url: images/passionate_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: "passionate"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - passionate (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/passionate_17_-3.0.png" width=256 height=256 /> | <img src="images/passionate_17_0.0.png" width=256 height=256 /> | <img src="images/passionate_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/passionate_19_-3.0.png" width=256 height=256 /> | <img src="images/passionate_19_0.0.png" width=256 height=256 /> | <img src="images/passionate_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/passionate_20_-3.0.png" width=256 height=256 /> | <img src="images/passionate_20_0.0.png" width=256 height=256 /> | <img src="images/passionate_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
+ passionate
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.passionate', weight_name='passionate.safetensors', adapter_name="passionate")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["passionate"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, passionate"
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 510+ 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/passionate_17_-1.5.png ADDED

Git LFS Details

  • SHA256: 5b034cc21df6486882c5a8392ddc05adc78284b1b67585f86f530698de77f803
  • Pointer size: 132 Bytes
  • Size of remote file: 1.48 MB
images/passionate_17_-3.0.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: 825676b884b121cf3f989245aacb09c71d31ea250b035150a385b8b9dd555f05
  • Pointer size: 132 Bytes
  • Size of remote file: 1.49 MB
images/passionate_17_1.5.png ADDED

Git LFS Details

  • SHA256: 553f50314edbcdf6f09e4ef02b1b1e0ca3edc218448aab445654c84ce2dc6aed
  • Pointer size: 132 Bytes
  • Size of remote file: 1.5 MB
images/passionate_17_3.0.png ADDED

Git LFS Details

  • SHA256: 11dae86d8ea1e536af351121f0cef6b7b74c39de82913d7b12115dc6cd240351
  • Pointer size: 132 Bytes
  • Size of remote file: 1.51 MB
images/passionate_19_-1.5.png ADDED

Git LFS Details

  • SHA256: 00db8e8b4bccc25ae6af64f606fbcff7234cc069d69a63d78829d71a326c91c4
  • Pointer size: 132 Bytes
  • Size of remote file: 1.39 MB
images/passionate_19_-3.0.png ADDED

Git LFS Details

  • SHA256: 9fed476efc8c77743b041fae739989ac73c1bdaf5472b0682cd96883d2b19cbe
  • Pointer size: 132 Bytes
  • Size of remote file: 1.39 MB
images/passionate_19_0.0.png ADDED

Git LFS Details

  • SHA256: c6ab63086674d199e76b1bd0a8358f8699035564c175356120946fab692fc5c2
  • Pointer size: 132 Bytes
  • Size of remote file: 1.4 MB
images/passionate_19_1.5.png ADDED

Git LFS Details

  • SHA256: 76b94210ae011c77e4a4f2a9162b8c5cf30ccdf47ac3bc6c2cfc9955066433b2
  • Pointer size: 132 Bytes
  • Size of remote file: 1.42 MB
images/passionate_19_3.0.png ADDED

Git LFS Details

  • SHA256: 4b984007052c6a6a6b0adbfd5237d5256fcaecaa6903bd68d8c905f098622f5b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.43 MB
images/passionate_20_-1.5.png ADDED

Git LFS Details

  • SHA256: de0e6d31a0d251003e6c843c303cec8c1a736580871e6d54f7e7299b2750a82b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.44 MB
images/passionate_20_-3.0.png ADDED

Git LFS Details

  • SHA256: 725877af81244b3c8d9d975f981c62a56348126e0a5196dba77aaf4cd7086254
  • Pointer size: 132 Bytes
  • Size of remote file: 1.44 MB
images/passionate_20_0.0.png ADDED

Git LFS Details

  • SHA256: 05fb2e49725132b621f5b5efcac74b736bfed36c21f7f616877558778fd3e491
  • Pointer size: 132 Bytes
  • Size of remote file: 1.45 MB
images/passionate_20_1.5.png ADDED

Git LFS Details

  • SHA256: ae29c8f4613b40a0d285aff8e83c8c1b544a1d33abc0e4d94dc285ad1484afd4
  • Pointer size: 132 Bytes
  • Size of remote file: 1.46 MB
images/passionate_20_3.0.png ADDED

Git LFS Details

  • SHA256: 77d3308159edab180f0f4da87e9e0f5ed9e6fc5c59ffb395651dd9b92ebd8651
  • Pointer size: 132 Bytes
  • Size of remote file: 1.46 MB
images/passionate_21_-1.5.png ADDED

Git LFS Details

  • SHA256: 27558158e36bcf1aa1e61aaa557ad330ae8b23982f14dbc11980dabc5e76c1c9
  • Pointer size: 132 Bytes
  • Size of remote file: 1.41 MB
images/passionate_21_-3.0.png ADDED

Git LFS Details

  • SHA256: 43174427082333075ed0c9b5ff792c60a52e2eedc88f41b2dc0e22aeca45aca4
  • Pointer size: 132 Bytes
  • Size of remote file: 1.4 MB
images/passionate_21_0.0.png ADDED

Git LFS Details

  • SHA256: fc8a31ce0eb58cf988d71deeac50a2070816e56d0f2a499e15cf7df3798ca062
  • Pointer size: 132 Bytes
  • Size of remote file: 1.39 MB
images/passionate_21_1.5.png ADDED

Git LFS Details

  • SHA256: b2ecd95d468253d20aab1726afe8c42ed92dd3de893f14e3bde5f16839069b9d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.4 MB
images/passionate_21_3.0.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: 26b67cee716dac24fc40e09203632e5b20070e1a33578b0ebca9163c66c10388
  • Pointer size: 132 Bytes
  • Size of remote file: 1.61 MB
images/passionate_22_-3.0.png ADDED

Git LFS Details

  • SHA256: 4783e765af423c9cb414867d1c66d3494e9a3a834fc5ab38814047966bf74ea5
  • Pointer size: 132 Bytes
  • Size of remote file: 1.6 MB
images/passionate_22_0.0.png ADDED

Git LFS Details

  • SHA256: 70aeb9bbd90480db7c9a8f00f515e80b0e719b1448ba244c9cccec875eafbd79
  • Pointer size: 132 Bytes
  • Size of remote file: 1.61 MB
images/passionate_22_1.5.png ADDED

Git LFS Details

  • SHA256: 5d16c967bff294f4da4ade3b6a2ba02bf17fbebad869610d55f668fc7368e429
  • Pointer size: 132 Bytes
  • Size of remote file: 1.58 MB
images/passionate_22_3.0.png ADDED

Git LFS Details

  • SHA256: 46a4193aea62a350208875611f7e33b7e3a9dd6208b9049a34fc4f7feb624851
  • Pointer size: 132 Bytes
  • Size of remote file: 1.59 MB
passionate.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d4e71d38f288b7bbff0a3524ccbe3ab3fd3740f8bbf5e2671aa0baa4507f086f
3
+ size 8789076