ntc-ai commited on
Commit
879fa51
1 Parent(s): 55b5ab0

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/complex...simple/complex_17_3.0.png"
6
+ widget:
7
+ - text: complex
8
+ output:
9
+ url: images/complex_17_3.0.png
10
+ - text: complex
11
+ output:
12
+ url: images/complex_19_3.0.png
13
+ - text: complex
14
+ output:
15
+ url: images/complex_20_3.0.png
16
+ - text: complex
17
+ output:
18
+ url: images/complex_21_3.0.png
19
+ - text: complex
20
+ output:
21
+ url: images/complex_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: "complex"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - complex (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/complex_17_-3.0.png" width=256 height=256 /> | <img src="images/complex_17_0.0.png" width=256 height=256 /> | <img src="images/complex_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/complex_19_-3.0.png" width=256 height=256 /> | <img src="images/complex_19_0.0.png" width=256 height=256 /> | <img src="images/complex_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/complex_20_-3.0.png" width=256 height=256 /> | <img src="images/complex_20_0.0.png" width=256 height=256 /> | <img src="images/complex_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
+ complex
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.complex', weight_name='complex.safetensors', adapter_name="complex")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["complex"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, complex"
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 360+ 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
complex.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:74402412b5800ce0a1ec06c788826220f43d9b246e2b12d7ed5ca05189a834b4
3
+ size 8789076
images/complex_17_-1.5.png ADDED

Git LFS Details

  • SHA256: 4c2c78fa458c5792cf630f9561ec5280473c41cd56fd84cf9bbc773ca14cda06
  • Pointer size: 132 Bytes
  • Size of remote file: 1.59 MB
images/complex_17_-3.0.png ADDED

Git LFS Details

  • SHA256: 4e44fe44ee091445843a497027da64a6a0c76561b2417271232bce0e075cb3e8
  • Pointer size: 132 Bytes
  • Size of remote file: 1.54 MB
images/complex_17_0.0.png ADDED

Git LFS Details

  • SHA256: 3e61afaa99ff9c3736cbc8883873b66c50915e076665a2e3766394fc2bb93df7
  • Pointer size: 132 Bytes
  • Size of remote file: 1.65 MB
images/complex_17_1.5.png ADDED

Git LFS Details

  • SHA256: 3aa04a696c00abe54b695ca63e705d7a1e1f32d8ed265e85787dbaf8319a14bc
  • Pointer size: 132 Bytes
  • Size of remote file: 1.67 MB
images/complex_17_3.0.png ADDED

Git LFS Details

  • SHA256: 405cdc9edcd1a162d7913563e78248f55a0832c4fc32b6d5d537619ab3270ed9
  • Pointer size: 132 Bytes
  • Size of remote file: 1.72 MB
images/complex_19_-1.5.png ADDED

Git LFS Details

  • SHA256: fb7104cdf3f2f20d16865e362ea775f5fdce28d023bc2c37de6f760927ce4fac
  • Pointer size: 132 Bytes
  • Size of remote file: 1.36 MB
images/complex_19_-3.0.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: 69bfd2ac51639e02c0e65776515677fd5ef41d7c4a5c798f38dcae396c3616f3
  • Pointer size: 132 Bytes
  • Size of remote file: 1.34 MB
images/complex_19_1.5.png ADDED

Git LFS Details

  • SHA256: ebd64fca25c4edf429f653280c3c00127a801f7f46caf7a74ad6194e234a3d98
  • Pointer size: 132 Bytes
  • Size of remote file: 1.35 MB
images/complex_19_3.0.png ADDED

Git LFS Details

  • SHA256: 1f04049c69144ee57c26a8aa50a9cf97001bc12105044743b71a106c3eec02d2
  • Pointer size: 132 Bytes
  • Size of remote file: 1.38 MB
images/complex_20_-1.5.png ADDED

Git LFS Details

  • SHA256: 8b56db6c34450b15e852bd515674c6016d71167039f5a931d49bdf5b1543e7d0
  • Pointer size: 132 Bytes
  • Size of remote file: 1.35 MB
images/complex_20_-3.0.png ADDED

Git LFS Details

  • SHA256: c5826bf01596409541b1e850ca505363ead1c886709c8348426b05cbaa915393
  • Pointer size: 132 Bytes
  • Size of remote file: 1.31 MB
images/complex_20_0.0.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: 42f5c1fe0b77d4effba70185f7d8b0ab78c30e63d6c46837558ebeac734488da
  • Pointer size: 132 Bytes
  • Size of remote file: 1.4 MB
images/complex_20_3.0.png ADDED

Git LFS Details

  • SHA256: e320e91dad4309174001f4f3f4daab304d3ab535607e6c2ccb78b5e032230b5d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.44 MB
images/complex_21_-1.5.png ADDED

Git LFS Details

  • SHA256: 09cf5e02977200b705b9c4efdf024a9815b59fa2f76ca6670e20803fc495ad44
  • Pointer size: 132 Bytes
  • Size of remote file: 1.26 MB
images/complex_21_-3.0.png ADDED

Git LFS Details

  • SHA256: bfc267783b8d2f75463d088a62b435111d3004af1b84afe6181b5d00f4758a2c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.25 MB
images/complex_21_0.0.png ADDED

Git LFS Details

  • SHA256: f2ac88bf6cbde5a39b82e28ef6da02d5195c6ed9ca2332d66159525ec20f37df
  • Pointer size: 132 Bytes
  • Size of remote file: 1.26 MB
images/complex_21_1.5.png ADDED

Git LFS Details

  • SHA256: 00a13b8b5b0e91a1820dd2481672e9f3f14cec06c6869f71b0561b76446c1596
  • Pointer size: 132 Bytes
  • Size of remote file: 1.28 MB
images/complex_21_3.0.png ADDED

Git LFS Details

  • SHA256: de9cf22b86e14b07dad1b3cee564261369c4b39292495069e1cd377900c0fc8b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.33 MB
images/complex_22_-1.5.png ADDED

Git LFS Details

  • SHA256: 43389f37a73e31410926aa23e0c35f20fea7a4dab518c4376334f2e271116360
  • Pointer size: 132 Bytes
  • Size of remote file: 1.29 MB
images/complex_22_-3.0.png ADDED

Git LFS Details

  • SHA256: 806b57bb26817357506f3941038d52cd49ffc3ab77f629152fc2c6affaca526e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.22 MB
images/complex_22_0.0.png ADDED

Git LFS Details

  • SHA256: 6eed1e108f9004cc0b2b742f0bb8d95775ee3576e9c1be854068ee5ced979185
  • Pointer size: 132 Bytes
  • Size of remote file: 1.33 MB
images/complex_22_1.5.png ADDED

Git LFS Details

  • SHA256: 70b511427353d4aada5ae57f88921df29d862aa30c7af6e825852192070d5e28
  • Pointer size: 132 Bytes
  • Size of remote file: 1.36 MB
images/complex_22_3.0.png ADDED

Git LFS Details

  • SHA256: 06500b18c09300599112ff44070cdeceeece5aa53f48ded9e7fd505f63ffb09c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.41 MB