ntc-ai commited on
Commit
d0c37a8
·
1 Parent(s): bb04d75

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
HDR, high dynamic range.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef95b726a3f77cd7d6c29847db8a6d04aafdf4c894a83eb3c369a9030ed509fe
3
+ size 8789076
README.md ADDED
@@ -0,0 +1,96 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+ language:
4
+ - en
5
+ thumbnail: "images/evaluate/HDR, high dynamic range.../HDR, high dynamic range_17_3.0.png"
6
+ widget:
7
+ - text: HDR, high dynamic range
8
+ output:
9
+ url: images/HDR, high dynamic range_17_3.0.png
10
+ - text: HDR, high dynamic range
11
+ output:
12
+ url: images/HDR, high dynamic range_19_3.0.png
13
+ - text: HDR, high dynamic range
14
+ output:
15
+ url: images/HDR, high dynamic range_20_3.0.png
16
+ - text: HDR, high dynamic range
17
+ output:
18
+ url: images/HDR, high dynamic range_21_3.0.png
19
+ - text: HDR, high dynamic range
20
+ output:
21
+ url: images/HDR, high dynamic range_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: "HDR, high dynamic range"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - HDR, high dynamic range (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/HDR, high dynamic range_17_-3.0.png" width=256 height=256 /> | <img src="images/HDR, high dynamic range_17_0.0.png" width=256 height=256 /> | <img src="images/HDR, high dynamic range_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/HDR, high dynamic range_19_-3.0.png" width=256 height=256 /> | <img src="images/HDR, high dynamic range_19_0.0.png" width=256 height=256 /> | <img src="images/HDR, high dynamic range_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/HDR, high dynamic range_20_-3.0.png" width=256 height=256 /> | <img src="images/HDR, high dynamic range_20_0.0.png" width=256 height=256 /> | <img src="images/HDR, high dynamic range_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
+ HDR, high dynamic range
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.HDR-high-dynamic-range', weight_name='HDR, high dynamic range.safetensors', adapter_name="HDR, high dynamic range")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["HDR, high dynamic range"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, HDR, high dynamic range"
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 960+ 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/HDR, high dynamic range_17_-1.5.png ADDED

Git LFS Details

  • SHA256: d93495237ac216b93e2266481b87007be4aad45e3ca9eee86a22fea2fb2982de
  • Pointer size: 132 Bytes
  • Size of remote file: 1.59 MB
images/HDR, high dynamic range_17_-3.0.png ADDED

Git LFS Details

  • SHA256: 525b30b37a66e67826c3a95d5104e5464be39afd3df9772d2cca3b4fab640089
  • Pointer size: 132 Bytes
  • Size of remote file: 1.59 MB
images/HDR, high dynamic range_17_0.0.png ADDED

Git LFS Details

  • SHA256: 17f420c5ce000b4bfa129213360efb552c5bdaeaec88bb1ad501178ef9f72b69
  • Pointer size: 132 Bytes
  • Size of remote file: 1.56 MB
images/HDR, high dynamic range_17_1.5.png ADDED

Git LFS Details

  • SHA256: 6583fdf7ca7d6109204c091d648ba68916f3ebd93dfecb7eacaaf6bd98366276
  • Pointer size: 132 Bytes
  • Size of remote file: 1.51 MB
images/HDR, high dynamic range_17_3.0.png ADDED

Git LFS Details

  • SHA256: 3919db13e6489f3f654884561589b27cd90c40ca4ff5805d5bc3ac7a280e8f4c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.61 MB
images/HDR, high dynamic range_19_-1.5.png ADDED

Git LFS Details

  • SHA256: 444210d2a07109dd68c0a639045e50358cdf9339e30b9f0ef27eda0e77082d00
  • Pointer size: 132 Bytes
  • Size of remote file: 1.43 MB
images/HDR, high dynamic range_19_-3.0.png ADDED

Git LFS Details

  • SHA256: 08f4f0f844f1d389be0ad09ea27cb111736c689057ef9fda6424c57cf30bb528
  • Pointer size: 132 Bytes
  • Size of remote file: 1.33 MB
images/HDR, high dynamic range_19_0.0.png ADDED

Git LFS Details

  • SHA256: 4060955f78aa92974881f7b4b3304c8b15ceb6d85176e34c2477cf25575500fb
  • Pointer size: 132 Bytes
  • Size of remote file: 1.55 MB
images/HDR, high dynamic range_19_1.5.png ADDED

Git LFS Details

  • SHA256: cfd7e21a5dd8166a2845cb3072edcadd6934a548fc0a04892233d77f95dfc1d2
  • Pointer size: 132 Bytes
  • Size of remote file: 1.71 MB
images/HDR, high dynamic range_19_3.0.png ADDED

Git LFS Details

  • SHA256: 6c2237da0831ed3e09d232381dee9f48cb0147db5929a3f89beb4dbf4880c8f0
  • Pointer size: 132 Bytes
  • Size of remote file: 1.79 MB
images/HDR, high dynamic range_20_-1.5.png ADDED

Git LFS Details

  • SHA256: 9058dc6a51772ae8322942c000298145f05dd72e20b147364a73ec8bb59a45b5
  • Pointer size: 132 Bytes
  • Size of remote file: 1.48 MB
images/HDR, high dynamic range_20_-3.0.png ADDED

Git LFS Details

  • SHA256: 628d3bcbad1e5af15d538c714f1ee7f7bab37a241078f592ede159cea028bc1d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.49 MB
images/HDR, high dynamic range_20_0.0.png ADDED

Git LFS Details

  • SHA256: 04d3def40bad17a51f38f440213d87c11b6446a593c2806c54ed0d1fa079cda6
  • Pointer size: 132 Bytes
  • Size of remote file: 1.54 MB
images/HDR, high dynamic range_20_1.5.png ADDED

Git LFS Details

  • SHA256: 4dea8606f89c612fd9f7be37cc5f313098ff654585798ae380590b394a3833e1
  • Pointer size: 132 Bytes
  • Size of remote file: 1.63 MB
images/HDR, high dynamic range_20_3.0.png ADDED

Git LFS Details

  • SHA256: 9b800184336b14545107ed0d9adcbc81b4eb95349c17010a3edbfe29da0f9107
  • Pointer size: 132 Bytes
  • Size of remote file: 1.68 MB
images/HDR, high dynamic range_21_-1.5.png ADDED

Git LFS Details

  • SHA256: 2639cbbbf4eb3d0233307d0e3374d3047e87ad940e0743fc22b64e8d8b8fa8bc
  • Pointer size: 132 Bytes
  • Size of remote file: 1.56 MB
images/HDR, high dynamic range_21_-3.0.png ADDED

Git LFS Details

  • SHA256: df138bb38b4b3263bf64a927bf101241f05dd6f9a538a07a91f988eaee04e73f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.55 MB
images/HDR, high dynamic range_21_0.0.png ADDED

Git LFS Details

  • SHA256: 96ab148ce996fff7a5d7bd9b820ab7fbe5d4ccb38fabb6a649c367e8f5257161
  • Pointer size: 132 Bytes
  • Size of remote file: 1.6 MB
images/HDR, high dynamic range_21_1.5.png ADDED

Git LFS Details

  • SHA256: 7140a74ffd6e0400bfc90b8104ed167c078942b38cbf60a9594382e4d32cadec
  • Pointer size: 132 Bytes
  • Size of remote file: 1.64 MB
images/HDR, high dynamic range_21_3.0.png ADDED

Git LFS Details

  • SHA256: bd3f3be0cdefc6173a9936c465522202855cf2dcbf047086285a8da06b953f8c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.74 MB
images/HDR, high dynamic range_22_-1.5.png ADDED

Git LFS Details

  • SHA256: 2945b8f1db546e554b5cf694611b03e18762c5e7630ecafc5b43c01589230e05
  • Pointer size: 132 Bytes
  • Size of remote file: 1.56 MB
images/HDR, high dynamic range_22_-3.0.png ADDED

Git LFS Details

  • SHA256: bec71545c623ac6099e038ae4caae5017b8a0332809eac4f3902af5a805e881a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.54 MB
images/HDR, high dynamic range_22_0.0.png ADDED

Git LFS Details

  • SHA256: b23c9f8bb0fda7d811acf36d4ada9f3ea91d07a609c1a163d3cb017162d1b3ec
  • Pointer size: 132 Bytes
  • Size of remote file: 1.6 MB
images/HDR, high dynamic range_22_1.5.png ADDED

Git LFS Details

  • SHA256: 721ac63af98322f1c964de4f30ea880132303f2dd14e29e0a5c2851d1b1d724f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.67 MB
images/HDR, high dynamic range_22_3.0.png ADDED

Git LFS Details

  • SHA256: d9299db555d75a54e1b1d9e1ea8c608068bac42415d7af677d55dcd815de9689
  • Pointer size: 132 Bytes
  • Size of remote file: 1.75 MB