ntc-ai commited on
Commit
9a23237
1 Parent(s): d9cd54b

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/double exposure.../double exposure_17_3.0.png"
6
+ widget:
7
+ - text: double exposure
8
+ output:
9
+ url: images/double exposure_17_3.0.png
10
+ - text: double exposure
11
+ output:
12
+ url: images/double exposure_19_3.0.png
13
+ - text: double exposure
14
+ output:
15
+ url: images/double exposure_20_3.0.png
16
+ - text: double exposure
17
+ output:
18
+ url: images/double exposure_21_3.0.png
19
+ - text: double exposure
20
+ output:
21
+ url: images/double exposure_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: "double exposure"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - double exposure (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/double exposure_17_-3.0.png" width=256 height=256 /> | <img src="images/double exposure_17_0.0.png" width=256 height=256 /> | <img src="images/double exposure_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/double exposure_19_-3.0.png" width=256 height=256 /> | <img src="images/double exposure_19_0.0.png" width=256 height=256 /> | <img src="images/double exposure_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/double exposure_20_-3.0.png" width=256 height=256 /> | <img src="images/double exposure_20_0.0.png" width=256 height=256 /> | <img src="images/double exposure_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
+ double exposure
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.double-exposure', weight_name='double exposure.safetensors', adapter_name="double exposure")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["double exposure"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, double exposure"
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 920+ 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
double exposure.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f35db546b7776ffc3d249178ea8e7373e6134720e8528626978a01cad30ec32c
3
+ size 8789076
images/double exposure_17_-1.5.png ADDED

Git LFS Details

  • SHA256: 36922b888d13b8230008cbd2bd99ad322385232f9268834453f2771ab806dba7
  • Pointer size: 132 Bytes
  • Size of remote file: 1.53 MB
images/double exposure_17_-3.0.png ADDED

Git LFS Details

  • SHA256: 160173cbd9e086615d621d7c33e7034c3ae792eb14aff8fe95ec7260f63ae70d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.52 MB
images/double exposure_17_0.0.png ADDED

Git LFS Details

  • SHA256: 9a844e953e149dafe3e564f611f4bef7334126da5eed8c5460d128d67ac0d57c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.58 MB
images/double exposure_17_1.5.png ADDED

Git LFS Details

  • SHA256: acdcacde1365f0bcd49690771255c54774220f0f48c1de2014137c4156524e18
  • Pointer size: 132 Bytes
  • Size of remote file: 1.64 MB
images/double exposure_17_3.0.png ADDED

Git LFS Details

  • SHA256: 2d329ec62da3e94d41bc5648547e2e21146019483a8b5bcdce2194d08a8d1d89
  • Pointer size: 132 Bytes
  • Size of remote file: 1.37 MB
images/double exposure_19_-1.5.png ADDED

Git LFS Details

  • SHA256: 5fdb2250fc3b06a68a9b12941668007fddf2ddae5b34c374ba0cf94c4a00026c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.54 MB
images/double exposure_19_-3.0.png ADDED

Git LFS Details

  • SHA256: 02b16b4bd51c2ab4c2b7ad817ccb787935abb44875765da1d4b8ef787c8c2ad7
  • Pointer size: 132 Bytes
  • Size of remote file: 1.49 MB
images/double exposure_19_0.0.png ADDED

Git LFS Details

  • SHA256: 24ef89e10909601d125209e2099f55e7c299156a0db3058245931fa8f3dbe364
  • Pointer size: 132 Bytes
  • Size of remote file: 1.57 MB
images/double exposure_19_1.5.png ADDED

Git LFS Details

  • SHA256: 5bd2ee614444acb65b54197d512a2f334a40a6e28d3167c723983ebbd74449bc
  • Pointer size: 132 Bytes
  • Size of remote file: 1.53 MB
images/double exposure_19_3.0.png ADDED

Git LFS Details

  • SHA256: d46bf6708611ea10e729367572b66e13bc34bf811a8801eb185966573d3d3592
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
images/double exposure_20_-1.5.png ADDED

Git LFS Details

  • SHA256: e1371c28d3473b71fbee7b8046537b164317b35c5922e521a2b7aa4dad472a3e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.26 MB
images/double exposure_20_-3.0.png ADDED

Git LFS Details

  • SHA256: 104fb39eca4362d4bc749518da5e7ccbdda4e9fbebef1a9a5305a0efc83cc540
  • Pointer size: 132 Bytes
  • Size of remote file: 1.24 MB
images/double exposure_20_0.0.png ADDED

Git LFS Details

  • SHA256: 4ece100ea6ac4e100eaa37c6308c29908513e7c5265ce9e307b39cbc56c9705b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.28 MB
images/double exposure_20_1.5.png ADDED

Git LFS Details

  • SHA256: 8d945071f763a51cadc33c45d8cf36bcec85bc76d34874ba53cd5206119b5e4b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.33 MB
images/double exposure_20_3.0.png ADDED

Git LFS Details

  • SHA256: 410c093f9da0f69911e84849eb6376579f01138d0af96d2ecb803bac3f077ce9
  • Pointer size: 132 Bytes
  • Size of remote file: 1.33 MB
images/double exposure_21_-1.5.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: 0e7a60a58a7d1d0446d268bfd419059a8b7cfe309216bf37f94e7397b1b4c385
  • Pointer size: 132 Bytes
  • Size of remote file: 1.45 MB
images/double exposure_21_0.0.png ADDED

Git LFS Details

  • SHA256: ee517d1c47df0f66d0eb042fbfe402775dd752e2a76145e9f7f967686596b687
  • Pointer size: 132 Bytes
  • Size of remote file: 1.46 MB
images/double exposure_21_1.5.png ADDED

Git LFS Details

  • SHA256: 7b5faaba499e6a58c6ae29aeb746241b276d3ed0bb4d839106b6c47c798809c0
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
images/double exposure_21_3.0.png ADDED

Git LFS Details

  • SHA256: fc1f100773efeb04d7fd19cb31c6fbac4f9ca0731e4ce3fe22d0f13b7192bd06
  • Pointer size: 132 Bytes
  • Size of remote file: 1.45 MB
images/double exposure_22_-1.5.png ADDED

Git LFS Details

  • SHA256: 311ccbf62243e4dd4ee57535893dfb53391152b354f7384b787f11d925f2a610
  • Pointer size: 132 Bytes
  • Size of remote file: 1.55 MB
images/double exposure_22_-3.0.png ADDED

Git LFS Details

  • SHA256: 0e01b3b1885d8324c0aa7d4223df2eac753bee85906759df42296fa8ae164afd
  • Pointer size: 132 Bytes
  • Size of remote file: 1.53 MB
images/double exposure_22_0.0.png ADDED

Git LFS Details

  • SHA256: 1a3401451ad318fa47e2dfe7b64f380f2cbd2765b36800251c3ff8d3b14976be
  • Pointer size: 132 Bytes
  • Size of remote file: 1.57 MB
images/double exposure_22_1.5.png ADDED

Git LFS Details

  • SHA256: 7a22b950a6573bbadfe9f7e97c70ba43aebbd9dbd5243c1322cbd8946fdabde1
  • Pointer size: 132 Bytes
  • Size of remote file: 1.54 MB
images/double exposure_22_3.0.png ADDED

Git LFS Details

  • SHA256: 84135dc21ba626554ba2f0b9d35cf687bf12b65c35dd6d012839df62f0baac33
  • Pointer size: 132 Bytes
  • Size of remote file: 1.49 MB