ntc-ai commited on
Commit
f869e82
1 Parent(s): d726437

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/ultra realistic illustration.../ultra realistic illustration_17_3.0.png"
6
+ widget:
7
+ - text: ultra realistic illustration
8
+ output:
9
+ url: images/ultra realistic illustration_17_3.0.png
10
+ - text: ultra realistic illustration
11
+ output:
12
+ url: images/ultra realistic illustration_19_3.0.png
13
+ - text: ultra realistic illustration
14
+ output:
15
+ url: images/ultra realistic illustration_20_3.0.png
16
+ - text: ultra realistic illustration
17
+ output:
18
+ url: images/ultra realistic illustration_21_3.0.png
19
+ - text: ultra realistic illustration
20
+ output:
21
+ url: images/ultra realistic illustration_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: "ultra realistic illustration"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - ultra realistic illustration (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/ultra realistic illustration_17_-3.0.png" width=256 height=256 /> | <img src="images/ultra realistic illustration_17_0.0.png" width=256 height=256 /> | <img src="images/ultra realistic illustration_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/ultra realistic illustration_19_-3.0.png" width=256 height=256 /> | <img src="images/ultra realistic illustration_19_0.0.png" width=256 height=256 /> | <img src="images/ultra realistic illustration_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/ultra realistic illustration_20_-3.0.png" width=256 height=256 /> | <img src="images/ultra realistic illustration_20_0.0.png" width=256 height=256 /> | <img src="images/ultra realistic illustration_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
+ ultra realistic illustration
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.ultra-realistic-illustration', weight_name='ultra realistic illustration.safetensors', adapter_name="ultra realistic illustration")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["ultra realistic illustration"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, ultra realistic illustration"
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 860+ 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/ultra realistic illustration_17_-1.5.png ADDED

Git LFS Details

  • SHA256: 295fba23b1c2e78eb4f615984ed47da85c8b9a604d7d718c9db753c5cefcd673
  • Pointer size: 132 Bytes
  • Size of remote file: 1.51 MB
images/ultra realistic illustration_17_-3.0.png ADDED

Git LFS Details

  • SHA256: 1396df47f93ad32954a964e68d8ff66607cb378178c89e4cf6382d273954eda3
  • Pointer size: 132 Bytes
  • Size of remote file: 1.51 MB
images/ultra realistic illustration_17_0.0.png ADDED

Git LFS Details

  • SHA256: 7e5bd1489b35b4756eaf6db6abd9a21f5c1faef172696d640f7a7cf45ffe194d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.43 MB
images/ultra realistic illustration_17_1.5.png ADDED

Git LFS Details

  • SHA256: 349c6216f47ca7f41d83852ed5080b3c52d109db06c36e60e58bd47bf65ef52b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.38 MB
images/ultra realistic illustration_17_3.0.png ADDED

Git LFS Details

  • SHA256: 23509636253a2ef4bb0e25fb122177636dd5849f0920a388193d072696936a27
  • Pointer size: 132 Bytes
  • Size of remote file: 1.38 MB
images/ultra realistic illustration_19_-1.5.png ADDED

Git LFS Details

  • SHA256: dddfa6eec8db71eb7ae2a71392fcb2559f79be0c8c9945f8fd6118ec0c86dc51
  • Pointer size: 132 Bytes
  • Size of remote file: 1.48 MB
images/ultra realistic illustration_19_-3.0.png ADDED

Git LFS Details

  • SHA256: 61070b53f0755ca9122c8498c8af45512bf7b48a2e5922b9934de308ef8e5e91
  • Pointer size: 132 Bytes
  • Size of remote file: 1.53 MB
images/ultra realistic illustration_19_0.0.png ADDED

Git LFS Details

  • SHA256: 4127f148eeb4859290a6b75717965473fc5110609ed2ac5f17645a9440f648f8
  • Pointer size: 132 Bytes
  • Size of remote file: 1.45 MB
images/ultra realistic illustration_19_1.5.png ADDED

Git LFS Details

  • SHA256: 3df4533c8d17d69e1f0919430aa588f00dbdacf043968615916c6d38069a4600
  • Pointer size: 132 Bytes
  • Size of remote file: 1.44 MB
images/ultra realistic illustration_19_3.0.png ADDED

Git LFS Details

  • SHA256: b862ca366d4d41264edc8444a96f09e369c37a9d85d881244e43a909fd1fc3b5
  • Pointer size: 132 Bytes
  • Size of remote file: 1.36 MB
images/ultra realistic illustration_20_-1.5.png ADDED

Git LFS Details

  • SHA256: 72a0f9aa2f8fb9ce348e46eebeed81b0dcc73ea3f66ff0bce63b0994cae5d6f3
  • Pointer size: 132 Bytes
  • Size of remote file: 1.56 MB
images/ultra realistic illustration_20_-3.0.png ADDED

Git LFS Details

  • SHA256: 351b8151cf07f75a1201487cb06e57ff517b09488f2846e13e4b9d16b8a02612
  • Pointer size: 132 Bytes
  • Size of remote file: 1.54 MB
images/ultra realistic illustration_20_0.0.png ADDED

Git LFS Details

  • SHA256: 517044e361e57b8c28b03c2b34826a1bd440f8817669573e791e82cc090158ca
  • Pointer size: 132 Bytes
  • Size of remote file: 1.54 MB
images/ultra realistic illustration_20_1.5.png ADDED

Git LFS Details

  • SHA256: a8f5fc77c02cfa6f341b243421ae87de35ed3712e95e703b985c24571aa5692f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.55 MB
images/ultra realistic illustration_20_3.0.png ADDED

Git LFS Details

  • SHA256: a8bd126db1719838cb9e251f84e71ec52a438c41698ba66fe216762172f595dc
  • Pointer size: 132 Bytes
  • Size of remote file: 1.52 MB
images/ultra realistic illustration_21_-1.5.png ADDED

Git LFS Details

  • SHA256: bdadbc46f3966e05dd378731d94b5494a08998f011c17852dc8efddb61ff7ddd
  • Pointer size: 132 Bytes
  • Size of remote file: 1.42 MB
images/ultra realistic illustration_21_-3.0.png ADDED

Git LFS Details

  • SHA256: 988635fa0fa7aaf6d5d7a586a01625b5d6f7305a1d24cca273fe57c46601af65
  • Pointer size: 132 Bytes
  • Size of remote file: 1.33 MB
images/ultra realistic illustration_21_0.0.png ADDED

Git LFS Details

  • SHA256: 2a2c2fedb3707140e3a53e1e23df2e862f3a991b9a08f013d29d902326317b9f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.41 MB
images/ultra realistic illustration_21_1.5.png ADDED

Git LFS Details

  • SHA256: b7da44d99179bf24c17125a40995060cd7a3326be2f23f484975390f80dd5db2
  • Pointer size: 132 Bytes
  • Size of remote file: 1.34 MB
images/ultra realistic illustration_21_3.0.png ADDED

Git LFS Details

  • SHA256: 6766af058386457028e25763b8078fa817f7bc41e5ce96b2b560da72780fc413
  • Pointer size: 132 Bytes
  • Size of remote file: 1.39 MB
images/ultra realistic illustration_22_-1.5.png ADDED

Git LFS Details

  • SHA256: 832e74efdaff4fc3e5491547a7ad13e8ffa6d509ad1b78ba9fb536642e630a91
  • Pointer size: 132 Bytes
  • Size of remote file: 1.8 MB
images/ultra realistic illustration_22_-3.0.png ADDED

Git LFS Details

  • SHA256: 8986717436c6b04a05a5da00f305931e9e79f01c63ef3b9b9152f7c85baff297
  • Pointer size: 132 Bytes
  • Size of remote file: 1.76 MB
images/ultra realistic illustration_22_0.0.png ADDED

Git LFS Details

  • SHA256: d3f88c57ac286e11d87ae0b2eb505a2648987863123e90add8698466ad3fa0aa
  • Pointer size: 132 Bytes
  • Size of remote file: 1.71 MB
images/ultra realistic illustration_22_1.5.png ADDED

Git LFS Details

  • SHA256: 2bc2d48ebb55f6aad8319898e591eb7f5de2fdd24d0f937b66ca742361406708
  • Pointer size: 132 Bytes
  • Size of remote file: 1.65 MB
images/ultra realistic illustration_22_3.0.png ADDED

Git LFS Details

  • SHA256: b074329b71d505e3996f19b0c3159bc7cf1869e2018189e08fa43d533067a9db
  • Pointer size: 132 Bytes
  • Size of remote file: 1.56 MB
ultra realistic illustration.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c9ec02f2c28c0c5578bafe3cb8c0f8969d94730b69cb37098d28b0e550ee9e1
3
+ size 8789076