ntc-ai commited on
Commit
14cb0ae
·
1 Parent(s): e5be893

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/diablo.../diablo_17_3.0.png"
6
+ widget:
7
+ - text: diablo
8
+ output:
9
+ url: images/diablo_17_3.0.png
10
+ - text: diablo
11
+ output:
12
+ url: images/diablo_19_3.0.png
13
+ - text: diablo
14
+ output:
15
+ url: images/diablo_20_3.0.png
16
+ - text: diablo
17
+ output:
18
+ url: images/diablo_21_3.0.png
19
+ - text: diablo
20
+ output:
21
+ url: images/diablo_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: "diablo"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - diablo (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/diablo_17_-3.0.png" width=256 height=256 /> | <img src="images/diablo_17_0.0.png" width=256 height=256 /> | <img src="images/diablo_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/diablo_19_-3.0.png" width=256 height=256 /> | <img src="images/diablo_19_0.0.png" width=256 height=256 /> | <img src="images/diablo_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/diablo_20_-3.0.png" width=256 height=256 /> | <img src="images/diablo_20_0.0.png" width=256 height=256 /> | <img src="images/diablo_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
+ diablo
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.diablo', weight_name='diablo.safetensors', adapter_name="diablo")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["diablo"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, diablo"
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 650+ 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
diablo.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:478d67686374bde7b20bc0b1bff01af983b3515197162454a82233efc57a5b45
3
+ size 8789076
images/diablo_17_-1.5.png ADDED

Git LFS Details

  • SHA256: 871dbfa068d9ab26c3cdf0d3d9773ee3e0733c7d28a0a2c4542c37c29b898941
  • Pointer size: 132 Bytes
  • Size of remote file: 1.48 MB
images/diablo_17_-3.0.png ADDED

Git LFS Details

  • SHA256: 54611beb5f3a1ea4a364aeede9a25079fd01aa27aefd30d0981ed7ee566f0ead
  • Pointer size: 132 Bytes
  • Size of remote file: 1.54 MB
images/diablo_17_0.0.png ADDED

Git LFS Details

  • SHA256: eb00570efc3eb6cb7887cea1504c751323783f308f2ec737a64b602062440fa2
  • Pointer size: 132 Bytes
  • Size of remote file: 1.45 MB
images/diablo_17_1.5.png ADDED

Git LFS Details

  • SHA256: d051319430650feb733507a18b7add997a497c6605a283f5b88cae08cbc41931
  • Pointer size: 132 Bytes
  • Size of remote file: 1.42 MB
images/diablo_17_3.0.png ADDED

Git LFS Details

  • SHA256: 0bc14b21df81f163ae0075530430ce52eec6c35e538846d8356a238ea82a6fe1
  • Pointer size: 132 Bytes
  • Size of remote file: 1.42 MB
images/diablo_19_-1.5.png ADDED

Git LFS Details

  • SHA256: fcff89301b2450e075ece080a1851fbc35985f15a1a472335650dfdc0b210ff3
  • Pointer size: 132 Bytes
  • Size of remote file: 1.56 MB
images/diablo_19_-3.0.png ADDED

Git LFS Details

  • SHA256: b917f4def0bdbf17410e54e55470f7cde50cceada9cbdbd7489b0c07d0fd1c1b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.58 MB
images/diablo_19_0.0.png ADDED

Git LFS Details

  • SHA256: 45da96ae500993c760dd9fd60db9759dd4facd17b375e44ef5aed7346f3ef7ac
  • Pointer size: 132 Bytes
  • Size of remote file: 1.55 MB
images/diablo_19_1.5.png ADDED

Git LFS Details

  • SHA256: 5e1d881343dca129aca4443653b4a6c571a90b00a1cc2b9ec998711a593c65dd
  • Pointer size: 132 Bytes
  • Size of remote file: 1.49 MB
images/diablo_19_3.0.png ADDED

Git LFS Details

  • SHA256: 28fadbdfc1ce66144db8ad6ae1b2c43cd01088d3249b65bbed14451d337849bf
  • Pointer size: 132 Bytes
  • Size of remote file: 1.35 MB
images/diablo_20_-1.5.png ADDED

Git LFS Details

  • SHA256: 30e87dafb01f3914a20c0ccceb0baee414828a4585614aaa1abd4a3b0144e3a1
  • Pointer size: 132 Bytes
  • Size of remote file: 1.45 MB
images/diablo_20_-3.0.png ADDED

Git LFS Details

  • SHA256: ef8b010891d1bdb8b9d18468d254bffad59b8b2b8990979a5d6054f97cd9e7dd
  • Pointer size: 132 Bytes
  • Size of remote file: 1.5 MB
images/diablo_20_0.0.png ADDED

Git LFS Details

  • SHA256: 52f803006cf2c4d3f2b1c27468ba12590ca5a09e2b72221f898a651c8d3007cb
  • Pointer size: 132 Bytes
  • Size of remote file: 1.37 MB
images/diablo_20_1.5.png ADDED

Git LFS Details

  • SHA256: 53cbec95d686ffc06df8f4cb3af185b7363109516a7aa44ccb20e3b8e7d294b9
  • Pointer size: 132 Bytes
  • Size of remote file: 1.25 MB
images/diablo_20_3.0.png ADDED

Git LFS Details

  • SHA256: 573fe2e99e443533f95549c656441cc4a281edd51fc7cffc275fc2bbc25be9e9
  • Pointer size: 132 Bytes
  • Size of remote file: 1.23 MB
images/diablo_21_-1.5.png ADDED

Git LFS Details

  • SHA256: 6c2d1f058da436be8bf7734c1ef119c995a95ffc73a0603fe793d7825e5aeb7b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.48 MB
images/diablo_21_-3.0.png ADDED

Git LFS Details

  • SHA256: 16cf307e5d6964abf4bcd261dae6df80efd03707eb030cc252669da22d42576f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
images/diablo_21_0.0.png ADDED

Git LFS Details

  • SHA256: 8d253e881a013b2d83a6ef6188723f69d20dadbc2cba21e945eb41dc67675096
  • Pointer size: 132 Bytes
  • Size of remote file: 1.46 MB
images/diablo_21_1.5.png ADDED

Git LFS Details

  • SHA256: f2ded5be52b5cf6d81b0caf8203be1f5f8a023d6285aebfcb313bdb89a7efd80
  • Pointer size: 132 Bytes
  • Size of remote file: 1.44 MB
images/diablo_21_3.0.png ADDED

Git LFS Details

  • SHA256: e34afdb4f6862dd433cf0675d7069b2a1e9115d488c63a1eec113491f8e97747
  • Pointer size: 132 Bytes
  • Size of remote file: 1.46 MB
images/diablo_22_-1.5.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: 02325274f3e2e47249aa2190ea771bfecc11a5fc76f298f8406bdce7d07a58a0
  • Pointer size: 132 Bytes
  • Size of remote file: 1.25 MB
images/diablo_22_0.0.png ADDED

Git LFS Details

  • SHA256: 09ae3cd8d9bf8d220c1cffabfe45f1f0dd61cf5dd5c2c8f3cff0523901ad898b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.26 MB
images/diablo_22_1.5.png ADDED

Git LFS Details

  • SHA256: 900035506e69a2123d1b46b300f480e1cee3b3c5c42bcd3df39bbe7f3f12bc83
  • Pointer size: 132 Bytes
  • Size of remote file: 1.26 MB
images/diablo_22_3.0.png ADDED

Git LFS Details

  • SHA256: 087bdd0fb083b1ccb030f0398322fd183ee39cf44860a0d0444db9fb2f7d46dd
  • Pointer size: 132 Bytes
  • Size of remote file: 1.27 MB