ntc-ai commited on
Commit
e6eba01
1 Parent(s): 2aefa2d

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/macro close-up shot.../macro close-up shot_17_3.0.png"
6
+ widget:
7
+ - text: macro close-up shot
8
+ output:
9
+ url: images/macro close-up shot_17_3.0.png
10
+ - text: macro close-up shot
11
+ output:
12
+ url: images/macro close-up shot_19_3.0.png
13
+ - text: macro close-up shot
14
+ output:
15
+ url: images/macro close-up shot_20_3.0.png
16
+ - text: macro close-up shot
17
+ output:
18
+ url: images/macro close-up shot_21_3.0.png
19
+ - text: macro close-up shot
20
+ output:
21
+ url: images/macro close-up shot_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: "macro close-up shot"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - macro close-up shot (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/macro close-up shot_17_-3.0.png" width=256 height=256 /> | <img src="images/macro close-up shot_17_0.0.png" width=256 height=256 /> | <img src="images/macro close-up shot_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/macro close-up shot_19_-3.0.png" width=256 height=256 /> | <img src="images/macro close-up shot_19_0.0.png" width=256 height=256 /> | <img src="images/macro close-up shot_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/macro close-up shot_20_-3.0.png" width=256 height=256 /> | <img src="images/macro close-up shot_20_0.0.png" width=256 height=256 /> | <img src="images/macro close-up shot_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
+ macro close-up shot
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.macro-close-up-shot', weight_name='macro close-up shot.safetensors', adapter_name="macro close-up shot")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["macro close-up shot"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, macro close-up shot"
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 1080+ 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/macro close-up shot_17_-1.5.png ADDED

Git LFS Details

  • SHA256: d6a9c51c5307e2ed9a8905164484e043436f90c2a151ef5f11aa610bb06ea740
  • Pointer size: 132 Bytes
  • Size of remote file: 1.59 MB
images/macro close-up shot_17_-3.0.png ADDED

Git LFS Details

  • SHA256: 84a75432f5b46f23291d85acbd629e22190fe54173dce3136173e9d3f2b5ec8a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.57 MB
images/macro close-up shot_17_0.0.png ADDED

Git LFS Details

  • SHA256: 5ae153e82f58d821ac638803cd58f9325f5de675bc4365672344561d8f6900d4
  • Pointer size: 132 Bytes
  • Size of remote file: 1.6 MB
images/macro close-up shot_17_1.5.png ADDED

Git LFS Details

  • SHA256: 0c24753731fd0a6df8a5a9981deb77407938bbd34a6b28e04d0e6fbe6b7f8197
  • Pointer size: 132 Bytes
  • Size of remote file: 1.6 MB
images/macro close-up shot_17_3.0.png ADDED

Git LFS Details

  • SHA256: c322926ed737b60db61e21d051fb1f9285e51cd002f1ee153293ea9946488915
  • Pointer size: 132 Bytes
  • Size of remote file: 1.59 MB
images/macro close-up shot_19_-1.5.png ADDED

Git LFS Details

  • SHA256: 61cbdc95037e3fd09b97b68a5548e718ee869e59d05de0ee28edd40282562169
  • Pointer size: 132 Bytes
  • Size of remote file: 1.61 MB
images/macro close-up shot_19_-3.0.png ADDED

Git LFS Details

  • SHA256: 69c6a63824e229978bcf2565df2f8065852117d1e18ae931e10c13ff8738be3a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.63 MB
images/macro close-up shot_19_0.0.png ADDED

Git LFS Details

  • SHA256: 95820a8e29f1b49bab03bbea385003fa930841928fee62c0a783036279e6c9b6
  • Pointer size: 132 Bytes
  • Size of remote file: 1.56 MB
images/macro close-up shot_19_1.5.png ADDED

Git LFS Details

  • SHA256: 093c60f2ca5378c753918b86bfb155f97f7ba6b0cec1206e0960e8c13efa2030
  • Pointer size: 132 Bytes
  • Size of remote file: 1.53 MB
images/macro close-up shot_19_3.0.png ADDED

Git LFS Details

  • SHA256: 74414b67d23995928dfe3890571672570c534d0bd07f8bd4f7b81a28d808b5f4
  • Pointer size: 132 Bytes
  • Size of remote file: 1.44 MB
images/macro close-up shot_20_-1.5.png ADDED

Git LFS Details

  • SHA256: 06d49578ac90bf5c54ddcdcee0042bf7e67a3b8794f0eed632fd98a6325337ba
  • Pointer size: 132 Bytes
  • Size of remote file: 1.54 MB
images/macro close-up shot_20_-3.0.png ADDED

Git LFS Details

  • SHA256: c16c078bdbf0b26c9676bc7b83623bc431ceb757688fc09533359a3656049d28
  • Pointer size: 132 Bytes
  • Size of remote file: 1.57 MB
images/macro close-up shot_20_0.0.png ADDED

Git LFS Details

  • SHA256: 87fe89163e055ec01ee37054fdf7f6a9331f3518ce5e398b54f28bf2153930ba
  • Pointer size: 132 Bytes
  • Size of remote file: 1.55 MB
images/macro close-up shot_20_1.5.png ADDED

Git LFS Details

  • SHA256: df1c8154fa576c7a5d5ed3830a8abb562cc569716a31b9c537048752db263ce7
  • Pointer size: 132 Bytes
  • Size of remote file: 1.57 MB
images/macro close-up shot_20_3.0.png ADDED

Git LFS Details

  • SHA256: 623289dc71751d7f17b18fab12472f22b66473e9f2c404a017324f2f6326adc0
  • Pointer size: 132 Bytes
  • Size of remote file: 1.51 MB
images/macro close-up shot_21_-1.5.png ADDED

Git LFS Details

  • SHA256: 9f66c0239990026686026719604268bf652bb1a4982cb875462ee4bd21bcf45b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.66 MB
images/macro close-up shot_21_-3.0.png ADDED

Git LFS Details

  • SHA256: f60e55c8ecd3376234abe0d72b689015ef3ea2af9fcebf5f158a00d8021d936c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.73 MB
images/macro close-up shot_21_0.0.png ADDED

Git LFS Details

  • SHA256: 394c070ea6d316a35ec6c4dceee39fe0b16cf1226605ef4c6231c46ded02152c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.68 MB
images/macro close-up shot_21_1.5.png ADDED

Git LFS Details

  • SHA256: 2c9a1818555670bc3711bb9fbbf625bb22449f6ebddbc1223b258f3825c29724
  • Pointer size: 132 Bytes
  • Size of remote file: 1.71 MB
images/macro close-up shot_21_3.0.png ADDED

Git LFS Details

  • SHA256: 8d07ac24374d1e67a90cdb337770a701b9319b83e0236a81cb9fd6afd41a1f59
  • Pointer size: 132 Bytes
  • Size of remote file: 1.65 MB
images/macro close-up shot_22_-1.5.png ADDED

Git LFS Details

  • SHA256: 449010f1ca7547cdb5db49f05f2c169a61daf509aa42a5150ebc93ab4682d8c8
  • Pointer size: 132 Bytes
  • Size of remote file: 1.46 MB
images/macro close-up shot_22_-3.0.png ADDED

Git LFS Details

  • SHA256: 871677a97b50d04fddecda7dfda033ea7a412ef4832e73ba7e1ca2bfa8351f3b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.48 MB
images/macro close-up shot_22_0.0.png ADDED

Git LFS Details

  • SHA256: c013d08781c47b7955a7c5cafe63571ee0e96ed70c7c61a5b1b1ef7d1f31bf74
  • Pointer size: 132 Bytes
  • Size of remote file: 1.48 MB
images/macro close-up shot_22_1.5.png ADDED

Git LFS Details

  • SHA256: abe47cdbb0f78b1f530a763cb5b2b15c7e127e19e004bef458d9a2c0c695e934
  • Pointer size: 132 Bytes
  • Size of remote file: 1.44 MB
images/macro close-up shot_22_3.0.png ADDED

Git LFS Details

  • SHA256: 6a9042bb5a3ca468e5b0d84591e24b04b1fe5a397faef9a9505447186973da8f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.44 MB
macro close-up shot.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7dacc7ee8cac164a106a3a17334e7121541a502d6409f60d54048dfa06aa26bb
3
+ size 8789076