ntc-ai commited on
Commit
5f4d133
1 Parent(s): e65f94e

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

Git LFS Details

  • SHA256: 802944e4707a7efd7d6eca612b85ee7f5ed98977f6185b49183e68abf13e403c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.49 MB
images/sharp focus_17_-3.0.png ADDED

Git LFS Details

  • SHA256: 2201a7d00333af944d26850874175c9acb5aba5913085b155447aae41bc24a85
  • Pointer size: 132 Bytes
  • Size of remote file: 1.45 MB
images/sharp focus_17_0.0.png ADDED

Git LFS Details

  • SHA256: 3f0182240e899204aabb8f79ecce1f1c14894dfccd2caf63c8b88c2945497cf9
  • Pointer size: 132 Bytes
  • Size of remote file: 1.57 MB
images/sharp focus_17_1.5.png ADDED

Git LFS Details

  • SHA256: 9d023b8a6a50837894c1fd6773421358c0ed3fe52bbfd1c86b8fef69cd452d56
  • Pointer size: 132 Bytes
  • Size of remote file: 1.65 MB
images/sharp focus_17_3.0.png ADDED

Git LFS Details

  • SHA256: cf8a17a51bea7cb1d449a092c8a463dec79c11c8e63a23b18997f37935b28587
  • Pointer size: 132 Bytes
  • Size of remote file: 1.7 MB
images/sharp focus_19_-1.5.png ADDED

Git LFS Details

  • SHA256: 9e4c12d4b2fe5d1a9039357eebe5e363267f47c351233bdd43523fe9f6cb4382
  • Pointer size: 132 Bytes
  • Size of remote file: 1.48 MB
images/sharp focus_19_-3.0.png ADDED

Git LFS Details

  • SHA256: cd493a2df7d38b9dce7c75b5a237b9ed3157d03a4fd4e30a4474a58289c22d5d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.45 MB
images/sharp focus_19_0.0.png ADDED

Git LFS Details

  • SHA256: 171942c31864455bb354df442e6c4ef079913142a4223ef1423e9651b1ccf66f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.52 MB
images/sharp focus_19_1.5.png ADDED

Git LFS Details

  • SHA256: 0214223771eaab64c5a8abfd0839fbbd46f0e0a986c2f1a647a8758fcb65d079
  • Pointer size: 132 Bytes
  • Size of remote file: 1.57 MB
images/sharp focus_19_3.0.png ADDED

Git LFS Details

  • SHA256: 56aecec5c6ff9ec89b0362281eb989a52c78f28253d82d2033d740f0a4df1260
  • Pointer size: 132 Bytes
  • Size of remote file: 1.57 MB
images/sharp focus_20_-1.5.png ADDED

Git LFS Details

  • SHA256: 312b99d1ba6ef980b8fc0103f4a38b6a886a82de0033c592055b97e35a7f1bb7
  • Pointer size: 132 Bytes
  • Size of remote file: 1.89 MB
images/sharp focus_20_-3.0.png ADDED

Git LFS Details

  • SHA256: 3ee5c346718d81b06f75c8aa6602c02d1b3add0e4dfc0960a58e12801b7dab81
  • Pointer size: 132 Bytes
  • Size of remote file: 1.83 MB
images/sharp focus_20_0.0.png ADDED

Git LFS Details

  • SHA256: 66f08c5d46b3c4fcb6531d389f86634600ec6c36d77e822c46166fff5fb479ba
  • Pointer size: 132 Bytes
  • Size of remote file: 1.91 MB
images/sharp focus_20_1.5.png ADDED

Git LFS Details

  • SHA256: 810bc66b886b41ddaca223f635cc6a696f895e2c58da7e53889c895ac481fe22
  • Pointer size: 132 Bytes
  • Size of remote file: 1.89 MB
images/sharp focus_20_3.0.png ADDED

Git LFS Details

  • SHA256: 5eeb35d147a81b212277ff6a29bfd48dc54716da7b54a86a3e650672a8addd83
  • Pointer size: 132 Bytes
  • Size of remote file: 1.85 MB
images/sharp focus_21_-1.5.png ADDED

Git LFS Details

  • SHA256: 087eb79a9d97d295767ba939c3a920ef63c319a7d986f95e0a7620066f8229e3
  • Pointer size: 132 Bytes
  • Size of remote file: 1.68 MB
images/sharp focus_21_-3.0.png ADDED

Git LFS Details

  • SHA256: 0bf2d788365f35976dcde7b60452eb20a51ce9c094bb996b56cc7ca6b74322b7
  • Pointer size: 132 Bytes
  • Size of remote file: 1.63 MB
images/sharp focus_21_0.0.png ADDED

Git LFS Details

  • SHA256: 4663961f905c2c0b2fd5ad1b56da8a39dd2f67b36018131c92c2486301223023
  • Pointer size: 132 Bytes
  • Size of remote file: 1.73 MB
images/sharp focus_21_1.5.png ADDED

Git LFS Details

  • SHA256: f11fc5bafae8839b0d12625babbcf420497339a4ce12a4e9cddf9f2bf5a61376
  • Pointer size: 132 Bytes
  • Size of remote file: 1.75 MB
images/sharp focus_21_3.0.png ADDED

Git LFS Details

  • SHA256: 273c4e56f958a5514393c10bf41a6b1ec77556ef4ce0fe92e4c09f20c0e10a2b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.74 MB
images/sharp focus_22_-1.5.png ADDED

Git LFS Details

  • SHA256: ffa9ec6f415c9483e3e36643b86d0c1868ec9a6b193f3c41bf6682c3d9c87f49
  • Pointer size: 132 Bytes
  • Size of remote file: 1.5 MB
images/sharp focus_22_-3.0.png ADDED

Git LFS Details

  • SHA256: 40f5b7d5e581a6a82c24cd9c2c4db62473aef1ef7d1d859c1b3e41f274e55e7b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
images/sharp focus_22_0.0.png ADDED

Git LFS Details

  • SHA256: c493063658397359f768a646fc408da17a78988454881143ad01a5d2c2dea00e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.52 MB
images/sharp focus_22_1.5.png ADDED

Git LFS Details

  • SHA256: bf1dce9a85237575f4e00e437b7f512cf5dece2c1c078e3f7f7333c707aea18e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.55 MB
images/sharp focus_22_3.0.png ADDED

Git LFS Details

  • SHA256: 627ef4c1d7b15fbb3e56fc488dc2c0db40e661eca1f3617c4802774c33c1a0e5
  • Pointer size: 132 Bytes
  • Size of remote file: 1.56 MB
sharp focus.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:59ac81f6e61a16ea3875f680b78943cfdcf17e43bd25e7e0ec571ed78b6caf5c
3
+ size 8789076