ntc-ai commited on
Commit
a16488f
1 Parent(s): 045a649

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/elf...human/elf_17_3.0.png"
6
+ widget:
7
+ - text: elf
8
+ output:
9
+ url: images/elf_17_3.0.png
10
+ - text: elf
11
+ output:
12
+ url: images/elf_19_3.0.png
13
+ - text: elf
14
+ output:
15
+ url: images/elf_20_3.0.png
16
+ - text: elf
17
+ output:
18
+ url: images/elf_21_3.0.png
19
+ - text: elf
20
+ output:
21
+ url: images/elf_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: "elf"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - elf (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/elf_17_-3.0.png" width=256 height=256 /> | <img src="images/elf_17_0.0.png" width=256 height=256 /> | <img src="images/elf_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/elf_19_-3.0.png" width=256 height=256 /> | <img src="images/elf_19_0.0.png" width=256 height=256 /> | <img src="images/elf_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/elf_20_-3.0.png" width=256 height=256 /> | <img src="images/elf_20_0.0.png" width=256 height=256 /> | <img src="images/elf_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
+ elf
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.elf', weight_name='elf.safetensors', adapter_name="elf")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["elf"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, elf"
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 200+ 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
elf.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f0d5b79f588af323114e38320f5428d1251b7a217bfedf3f0ea152fe0af85a3b
3
+ size 8789076
images/elf_17_-1.5.png ADDED

Git LFS Details

  • SHA256: 168eb8b88b63e27aac9b08add1d9030db9ff0ee719e7315aaea28f856efbf76a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.7 MB
images/elf_17_-3.0.png ADDED

Git LFS Details

  • SHA256: 0efa8807b71919d646378d91054d096bde277b83eb14b21273008cd21f766d8b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.68 MB
images/elf_17_0.0.png ADDED

Git LFS Details

  • SHA256: 24f837a294591043c598a82662467514a924a07e41bf195b53bcb43dc4066faa
  • Pointer size: 132 Bytes
  • Size of remote file: 1.71 MB
images/elf_17_1.5.png ADDED

Git LFS Details

  • SHA256: 5650da66ccdde8a9936ae1599b9e9743ba9b2630c3e2bb7a995788103403d5f2
  • Pointer size: 132 Bytes
  • Size of remote file: 1.69 MB
images/elf_17_3.0.png ADDED

Git LFS Details

  • SHA256: 47817295a3682124a8eefecdb145ac25cf3351e115cef5845d586418d310e255
  • Pointer size: 132 Bytes
  • Size of remote file: 1.68 MB
images/elf_19_-1.5.png ADDED

Git LFS Details

  • SHA256: bbeb1a5cf421f0454ecc8d40a80faa93afb6dd9adcdadff4a74246bfdd843277
  • Pointer size: 132 Bytes
  • Size of remote file: 1.49 MB
images/elf_19_-3.0.png ADDED

Git LFS Details

  • SHA256: dc67113cf2056897774138c902ee02250d6b9525b0043bedd0a5dd04828fa6f9
  • Pointer size: 132 Bytes
  • Size of remote file: 1.48 MB
images/elf_19_0.0.png ADDED

Git LFS Details

  • SHA256: 732c7d644ed5744ecf7edda480c0fd08b572cca2e107282bff3e92b0f79c5a9b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.48 MB
images/elf_19_1.5.png ADDED

Git LFS Details

  • SHA256: 5ab11edb105cce84fd0e75dd17e4d6598ea758d3e7007ec20e03a2abc89258d1
  • Pointer size: 132 Bytes
  • Size of remote file: 1.45 MB
images/elf_19_3.0.png ADDED

Git LFS Details

  • SHA256: 3f0b5634c5b5f68403c54de875d5f1119779b0183b904a01ce45d689c4e355a8
  • Pointer size: 132 Bytes
  • Size of remote file: 1.41 MB
images/elf_20_-1.5.png ADDED

Git LFS Details

  • SHA256: 0f33505c28da4b845cd5eaeb493b5ccb924a8e82fc137427646f5d8616bd8f70
  • Pointer size: 132 Bytes
  • Size of remote file: 1.44 MB
images/elf_20_-3.0.png ADDED

Git LFS Details

  • SHA256: b45fe8c03bd59a3c6077f65d21113e7d616320cc850e3e6f2dde7ba91e75574c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.45 MB
images/elf_20_0.0.png ADDED

Git LFS Details

  • SHA256: e50c0e02b1af787d290ee17737e64e1cbf047d3a6568a184670ac2d8b1a632d5
  • Pointer size: 132 Bytes
  • Size of remote file: 1.41 MB
images/elf_20_1.5.png ADDED

Git LFS Details

  • SHA256: 4f0ce66e8c2843eaabb0a7ee289b1a22d5afabdbaeda1a0d9c6a02594629a390
  • Pointer size: 132 Bytes
  • Size of remote file: 1.38 MB
images/elf_20_3.0.png ADDED

Git LFS Details

  • SHA256: 4ac1ddc9195d1e45b9fa7d75943ef0999178f14d336d27f8be192d9434c90f78
  • Pointer size: 132 Bytes
  • Size of remote file: 1.39 MB
images/elf_21_-1.5.png ADDED

Git LFS Details

  • SHA256: 803c07f84578c530fa41160c9fb39928fd599eb8140270cc55e27906be3a3e6b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.49 MB
images/elf_21_-3.0.png ADDED

Git LFS Details

  • SHA256: 14c015953eee9247d3941b8538731e7d20ed465e955d6743d9a0805f0d2cbb4c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.5 MB
images/elf_21_0.0.png ADDED

Git LFS Details

  • SHA256: 10933fa6b6f45cb77535b8ea404aa9039f69c76591fdc38c39a6f822ceeea694
  • Pointer size: 132 Bytes
  • Size of remote file: 1.52 MB
images/elf_21_1.5.png ADDED

Git LFS Details

  • SHA256: 5f4c4f62036120fe18f5b958cee5fb6cdcf4ea7e340c042209665ad7429a2103
  • Pointer size: 132 Bytes
  • Size of remote file: 1.55 MB
images/elf_21_3.0.png ADDED

Git LFS Details

  • SHA256: 187c1995692b7b9a033984e4ab3c20c528ccec0fd4a163fd2c41005daa6aa5aa
  • Pointer size: 132 Bytes
  • Size of remote file: 1.49 MB
images/elf_22_-1.5.png ADDED

Git LFS Details

  • SHA256: 3c760be69018a89b9feabd97a94928fc8370edd3b75ff9689a8642904d4255f1
  • Pointer size: 132 Bytes
  • Size of remote file: 1.24 MB
images/elf_22_-3.0.png ADDED

Git LFS Details

  • SHA256: ebc9688c462901dd5c7b097c49fbdacc1cf7802f778e844ea2ba720be01353ce
  • Pointer size: 132 Bytes
  • Size of remote file: 1.25 MB
images/elf_22_0.0.png ADDED

Git LFS Details

  • SHA256: 966bcfb11578f370976a4e5150a682a5bd52101b7324497e3f2cbf894523b121
  • Pointer size: 132 Bytes
  • Size of remote file: 1.25 MB
images/elf_22_1.5.png ADDED

Git LFS Details

  • SHA256: 6be1f57e505d43b3aead51f276a2e338cbe71df8639bf2dc01ff9d41dd697023
  • Pointer size: 132 Bytes
  • Size of remote file: 1.26 MB
images/elf_22_3.0.png ADDED

Git LFS Details

  • SHA256: 1eab579b9d7a52c2e1f8b39e4043f41c626a6e684969309cb8b502f477cc0e96
  • Pointer size: 132 Bytes
  • Size of remote file: 1.3 MB