ntc-ai commited on
Commit
fbfadbe
1 Parent(s): 4290bdb

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/distinct, in-focus...blurry/distinct, in-focus_17_3.0.png"
6
+ widget:
7
+ - text: distinct, in-focus
8
+ output:
9
+ url: images/distinct, in-focus_17_3.0.png
10
+ - text: distinct, in-focus
11
+ output:
12
+ url: images/distinct, in-focus_19_3.0.png
13
+ - text: distinct, in-focus
14
+ output:
15
+ url: images/distinct, in-focus_20_3.0.png
16
+ - text: distinct, in-focus
17
+ output:
18
+ url: images/distinct, in-focus_21_3.0.png
19
+ - text: distinct, in-focus
20
+ output:
21
+ url: images/distinct, in-focus_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: "distinct, in-focus"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - distinct, in-focus (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/distinct, in-focus_17_-3.0.png" width=256 height=256 /> | <img src="images/distinct, in-focus_17_0.0.png" width=256 height=256 /> | <img src="images/distinct, in-focus_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/distinct, in-focus_19_-3.0.png" width=256 height=256 /> | <img src="images/distinct, in-focus_19_0.0.png" width=256 height=256 /> | <img src="images/distinct, in-focus_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/distinct, in-focus_20_-3.0.png" width=256 height=256 /> | <img src="images/distinct, in-focus_20_0.0.png" width=256 height=256 /> | <img src="images/distinct, in-focus_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
+ distinct, in-focus
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.distinct-in-focus', weight_name='distinct, in-focus.safetensors', adapter_name="distinct, in-focus")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["distinct, in-focus"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, distinct, in-focus"
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 480+ 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
distinct, in-focus.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a1136548b4926bc0f1e9129c3520210abfe423db22a6c6f2542a1887b6155bc
3
+ size 8789076
images/distinct, in-focus_17_-1.5.png ADDED

Git LFS Details

  • SHA256: 5f0dfa88510db860413f25f491748e95943c1f5251715751afbc576e282651d9
  • Pointer size: 132 Bytes
  • Size of remote file: 1.36 MB
images/distinct, in-focus_17_-3.0.png ADDED

Git LFS Details

  • SHA256: 395ee60f50b70fcf691c2263a34f3138636ccf31e38d14ee27a2c2c94e9f0a1b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.34 MB
images/distinct, in-focus_17_0.0.png ADDED

Git LFS Details

  • SHA256: 6ce5ff7a72a72c5ac08b87902a91eb5ecdfdb1c3d3d05c7a097039500d46eef5
  • Pointer size: 132 Bytes
  • Size of remote file: 1.37 MB
images/distinct, in-focus_17_1.5.png ADDED

Git LFS Details

  • SHA256: 9818e20fb044f92d4b3855a56052004947132d6952255419dbc5fcf6cd822aa4
  • Pointer size: 132 Bytes
  • Size of remote file: 1.39 MB
images/distinct, in-focus_17_3.0.png ADDED

Git LFS Details

  • SHA256: ccd2ed3a7b825a150fd8701c33d28825d2e092f445fdff46e042477790b928fc
  • Pointer size: 132 Bytes
  • Size of remote file: 1.39 MB
images/distinct, in-focus_19_-1.5.png ADDED

Git LFS Details

  • SHA256: 6160219ee115a73af9ce5c6a3e64f7597d482568a19af5d0c4942e8a6a29642b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.34 MB
images/distinct, in-focus_19_-3.0.png ADDED

Git LFS Details

  • SHA256: 5388c2091a838ebd93c30fa8e6b38fcd590d38330d71f5b32259520077179b1c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.32 MB
images/distinct, in-focus_19_0.0.png ADDED

Git LFS Details

  • SHA256: 6052eaec0c17e2f9c1ce77af09f3265a4896aa2de56d637c9e164a1cc07fee76
  • Pointer size: 132 Bytes
  • Size of remote file: 1.35 MB
images/distinct, in-focus_19_1.5.png ADDED

Git LFS Details

  • SHA256: 2030e5e8dd71128180f375105863d663d89c9730b1dbd9636c0b4929fda77d53
  • Pointer size: 132 Bytes
  • Size of remote file: 1.35 MB
images/distinct, in-focus_19_3.0.png ADDED

Git LFS Details

  • SHA256: 64b1172d214253bd99cc6870b488c98c734f1597e2e9b405d737cbf7c37b3226
  • Pointer size: 132 Bytes
  • Size of remote file: 1.35 MB
images/distinct, in-focus_20_-1.5.png ADDED

Git LFS Details

  • SHA256: 6cd3df9849817291a97b1d38d8fe8e32005ab87c6fb614ad560171dd8c5ef559
  • Pointer size: 132 Bytes
  • Size of remote file: 1.41 MB
images/distinct, in-focus_20_-3.0.png ADDED

Git LFS Details

  • SHA256: 1f06fa66afdc4b4ac6e9ae10fae5dde481bb0b621beb0abd653a1267fb0a2606
  • Pointer size: 132 Bytes
  • Size of remote file: 1.37 MB
images/distinct, in-focus_20_0.0.png ADDED

Git LFS Details

  • SHA256: 295c37c95fdb12ddd339fef143b52118e6db80526564a7e58329acd70ae1ccae
  • Pointer size: 132 Bytes
  • Size of remote file: 1.42 MB
images/distinct, in-focus_20_1.5.png ADDED

Git LFS Details

  • SHA256: 875fc7df8c24f4abecc6985d191d0f8204311fe60068d6eb743c87573aed2428
  • Pointer size: 132 Bytes
  • Size of remote file: 1.45 MB
images/distinct, in-focus_20_3.0.png ADDED

Git LFS Details

  • SHA256: a7639e45e638f5887f20100e3da95fc0f2d61af8236774ed6f89e37d6aa6ad48
  • Pointer size: 132 Bytes
  • Size of remote file: 1.49 MB
images/distinct, in-focus_21_-1.5.png ADDED

Git LFS Details

  • SHA256: 979f459da0025e6bb2bbc73218c3ceb233cea0122d0d5ea7497885be65794ec8
  • Pointer size: 132 Bytes
  • Size of remote file: 1.37 MB
images/distinct, in-focus_21_-3.0.png ADDED

Git LFS Details

  • SHA256: 936b3afe6e2124e41d2714b27044bb8e6ff8695f4679764a68a247aa00993b62
  • Pointer size: 132 Bytes
  • Size of remote file: 1.36 MB
images/distinct, in-focus_21_0.0.png ADDED

Git LFS Details

  • SHA256: 0e19b527f2ea86661fa345cd749bcd772d6bd048521a70b5822f27a9a8619f7f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.38 MB
images/distinct, in-focus_21_1.5.png ADDED

Git LFS Details

  • SHA256: 18985410cf50c42571203a1ecfffcfbcfa9d0c1466e6034d9fdbec4119ede4ba
  • Pointer size: 132 Bytes
  • Size of remote file: 1.39 MB
images/distinct, in-focus_21_3.0.png ADDED

Git LFS Details

  • SHA256: 318473d193e5de8a84b767f8a337746ced60deb68a73a56e253f5ed8b5952488
  • Pointer size: 132 Bytes
  • Size of remote file: 1.4 MB
images/distinct, in-focus_22_-1.5.png ADDED

Git LFS Details

  • SHA256: daa873c640fd8dfa5a876124ca54f493cc356a29c3cde29bcf3a8ec30d61f2d7
  • Pointer size: 132 Bytes
  • Size of remote file: 1.65 MB
images/distinct, in-focus_22_-3.0.png ADDED

Git LFS Details

  • SHA256: 93d1de6c8715c32c98fe954dcb32ba58397549f5c5d23290252b7548b5760b58
  • Pointer size: 132 Bytes
  • Size of remote file: 1.62 MB
images/distinct, in-focus_22_0.0.png ADDED

Git LFS Details

  • SHA256: f28af8921a3b6f9dc6c404540ff75fb6ba427215c7b73b3c2bf67058342cbbca
  • Pointer size: 132 Bytes
  • Size of remote file: 1.64 MB
images/distinct, in-focus_22_1.5.png ADDED

Git LFS Details

  • SHA256: fa065936273dafe9fc4002456bf6960b32c18a76709492baca24535efe756272
  • Pointer size: 132 Bytes
  • Size of remote file: 1.69 MB
images/distinct, in-focus_22_3.0.png ADDED

Git LFS Details

  • SHA256: ab780135539183c4956d77b42c400e45d63bfd7e228d2ad41f8b9910c308335e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.64 MB