ntc-ai commited on
Commit
b679f4e
1 Parent(s): d9039df

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/high contrast.../high contrast_17_3.0.png"
6
+ widget:
7
+ - text: high contrast
8
+ output:
9
+ url: images/high contrast_17_3.0.png
10
+ - text: high contrast
11
+ output:
12
+ url: images/high contrast_19_3.0.png
13
+ - text: high contrast
14
+ output:
15
+ url: images/high contrast_20_3.0.png
16
+ - text: high contrast
17
+ output:
18
+ url: images/high contrast_21_3.0.png
19
+ - text: high contrast
20
+ output:
21
+ url: images/high contrast_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: "high contrast"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - high contrast (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/high contrast_17_-3.0.png" width=256 height=256 /> | <img src="images/high contrast_17_0.0.png" width=256 height=256 /> | <img src="images/high contrast_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/high contrast_19_-3.0.png" width=256 height=256 /> | <img src="images/high contrast_19_0.0.png" width=256 height=256 /> | <img src="images/high contrast_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/high contrast_20_-3.0.png" width=256 height=256 /> | <img src="images/high contrast_20_0.0.png" width=256 height=256 /> | <img src="images/high contrast_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
+ high contrast
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.high-contrast', weight_name='high contrast.safetensors', adapter_name="high contrast")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["high contrast"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, high contrast"
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 550+ 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
high contrast.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c7217b0d8782d440093137d55005f4ab16e1fbc332444dc61b05c5ede1c8cbcf
3
+ size 8789076
images/high contrast_17_-1.5.png ADDED

Git LFS Details

  • SHA256: c591aec67a3fa6089fd50cd470110454a4f0347411b2eb9ecac88a3b53e88bc1
  • Pointer size: 132 Bytes
  • Size of remote file: 1.38 MB
images/high contrast_17_-3.0.png ADDED

Git LFS Details

  • SHA256: 29f90045705a8f13fe37527fd465af9f9e6f72a3d230d76ac61e2b3a49d776a9
  • Pointer size: 132 Bytes
  • Size of remote file: 1.37 MB
images/high contrast_17_0.0.png ADDED

Git LFS Details

  • SHA256: b15bf366910d36c8893baf8925b24288911dd4bd4f5416675681e6e27d728943
  • Pointer size: 132 Bytes
  • Size of remote file: 1.4 MB
images/high contrast_17_1.5.png ADDED

Git LFS Details

  • SHA256: 20a76e8eb617007d497496f74db8e6daa0731bb2371960175632d9255d424b51
  • Pointer size: 132 Bytes
  • Size of remote file: 1.43 MB
images/high contrast_17_3.0.png ADDED

Git LFS Details

  • SHA256: 43e0dfd32450ad24986f7cd0bc13b0d3cc71020eef9e23fe32db9a013516b814
  • Pointer size: 132 Bytes
  • Size of remote file: 1.49 MB
images/high contrast_19_-1.5.png ADDED

Git LFS Details

  • SHA256: 29caf3bbe1b6c140a62f4723e4757a57d9d43d17149d8b2ee5dc3ecfdcc0c590
  • Pointer size: 132 Bytes
  • Size of remote file: 1.65 MB
images/high contrast_19_-3.0.png ADDED

Git LFS Details

  • SHA256: 136609f29a91132520328fc0fec13c9d826fb41126c36c8cbe43e9b9d4a763e3
  • Pointer size: 132 Bytes
  • Size of remote file: 1.63 MB
images/high contrast_19_0.0.png ADDED

Git LFS Details

  • SHA256: 31a0a7f5294ee7f66330adbc106100a1128b8123789419fcf682ade4bda0dca0
  • Pointer size: 132 Bytes
  • Size of remote file: 1.64 MB
images/high contrast_19_1.5.png ADDED

Git LFS Details

  • SHA256: 2cdc49f0c4ba0a613de9b340a0b260d2b73007e2701936c31c7aa2f73657f5fc
  • Pointer size: 132 Bytes
  • Size of remote file: 1.66 MB
images/high contrast_19_3.0.png ADDED

Git LFS Details

  • SHA256: 2dbab805aaf2b07691a060da56f986a7f74d9bf6f9099ef5546334de01523684
  • Pointer size: 132 Bytes
  • Size of remote file: 1.64 MB
images/high contrast_20_-1.5.png ADDED

Git LFS Details

  • SHA256: 04087085678ab5926cb9b20d63afb2c187b4876cc8b06e87c6f501d87156c00b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.46 MB
images/high contrast_20_-3.0.png ADDED

Git LFS Details

  • SHA256: ab51299fef63ddaa3545a14c0b3de912b0bfd643e2453d3ead19db6db16c6f32
  • Pointer size: 132 Bytes
  • Size of remote file: 1.44 MB
images/high contrast_20_0.0.png ADDED

Git LFS Details

  • SHA256: e429fa907d480620ccf5148a5d690ba3b3e4c7849a3c408563477e3d27c03d4d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
images/high contrast_20_1.5.png ADDED

Git LFS Details

  • SHA256: 1418ab88284d9625bacfedb374312b90b94b44b642b694a39ce5945ce8da45b4
  • Pointer size: 132 Bytes
  • Size of remote file: 1.48 MB
images/high contrast_20_3.0.png ADDED

Git LFS Details

  • SHA256: 2252c51cf8c1d6f2fa57624e711e87cb15df2b94559b755ca10a287e67f9adc8
  • Pointer size: 132 Bytes
  • Size of remote file: 1.45 MB
images/high contrast_21_-1.5.png ADDED

Git LFS Details

  • SHA256: bc3f38ab61c30f2eccea2ffa40dee46bc83ab99098c4cbc6e33c515e56897a49
  • Pointer size: 132 Bytes
  • Size of remote file: 1.55 MB
images/high contrast_21_-3.0.png ADDED

Git LFS Details

  • SHA256: e1a464c0a5e18b5e9fb1efb54a4fc737256f6acac3bdea96671abacd2408c8b0
  • Pointer size: 132 Bytes
  • Size of remote file: 1.51 MB
images/high contrast_21_0.0.png ADDED

Git LFS Details

  • SHA256: 999b5dc59bd65551b375554a636b71f3d76753afd4fa4508be0b4fe91707f0c7
  • Pointer size: 132 Bytes
  • Size of remote file: 1.57 MB
images/high contrast_21_1.5.png ADDED

Git LFS Details

  • SHA256: ad6a12f94f72939955241ba5c92cf9a3af595675a1e4ef30d106feafeddc4adc
  • Pointer size: 132 Bytes
  • Size of remote file: 1.59 MB
images/high contrast_21_3.0.png ADDED

Git LFS Details

  • SHA256: 3d4b6e7b11e9984bc4db6b08347b5b5989142a67021bf9e820e0d91a765e5554
  • Pointer size: 132 Bytes
  • Size of remote file: 1.63 MB
images/high contrast_22_-1.5.png ADDED

Git LFS Details

  • SHA256: 1edcac993101f1d73ed777f87efbddc6ac91b72b58b2478719136c894615a24c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.53 MB
images/high contrast_22_-3.0.png ADDED

Git LFS Details

  • SHA256: 54e2a32cb1b4cbb5b9f3f79b883e4f738f69b013b5fdf8c25677fa24db5249ea
  • Pointer size: 132 Bytes
  • Size of remote file: 1.5 MB
images/high contrast_22_0.0.png ADDED

Git LFS Details

  • SHA256: e2111d28df339e9fc3e484b8a5f060d3ca774556751fc07c003cd073cfb1e648
  • Pointer size: 132 Bytes
  • Size of remote file: 1.55 MB
images/high contrast_22_1.5.png ADDED

Git LFS Details

  • SHA256: 38870d8bf2d3a34f88647dadab73a038426be1ce2ee77122679e3708cc5ff588
  • Pointer size: 132 Bytes
  • Size of remote file: 1.58 MB
images/high contrast_22_3.0.png ADDED

Git LFS Details

  • SHA256: 7e12928d126136cb209b768bebfb409f718573327aff6eb551b71b8fde5c6a35
  • Pointer size: 132 Bytes
  • Size of remote file: 1.52 MB