ntc-ai commited on
Commit
e6467ad
1 Parent(s): 1f183e9

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

Git LFS Details

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

Git LFS Details

  • SHA256: 2dbfb3b203376fec524c33544dff727c2b25232fa1f61ddbabd656a8bde431a0
  • Pointer size: 132 Bytes
  • Size of remote file: 1.46 MB
images/moon elf_17_0.0.png ADDED

Git LFS Details

  • SHA256: 9c2234092f5b8c5124b88ade1184e049aceb78d2c36b8c7283c08c5bc293e7e7
  • Pointer size: 132 Bytes
  • Size of remote file: 1.52 MB
images/moon elf_17_1.5.png ADDED

Git LFS Details

  • SHA256: c2fe9c255378278a4587d0c4f3c4f0658626614d55f7845624de43d5912f33ff
  • Pointer size: 132 Bytes
  • Size of remote file: 1.52 MB
images/moon elf_17_3.0.png ADDED

Git LFS Details

  • SHA256: 6a54434ad5d4395fb10c6077bbd1a2a24dab5c8152da1a3c1e4306e7df27853c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.56 MB
images/moon elf_19_-1.5.png ADDED

Git LFS Details

  • SHA256: 5ed6533596c95a6f4e85aec1a0246305c624f928bb616c99f7ca97e28bd360e6
  • Pointer size: 132 Bytes
  • Size of remote file: 1.61 MB
images/moon elf_19_-3.0.png ADDED

Git LFS Details

  • SHA256: 2def5ccfe0df2892be9252673db215ae022defde0a509335c8191b4c020a9f70
  • Pointer size: 132 Bytes
  • Size of remote file: 1.56 MB
images/moon elf_19_0.0.png ADDED

Git LFS Details

  • SHA256: 2683081eafb3862164409ba837f82150dddce9ef918f1d951a678e93aa812fc8
  • Pointer size: 132 Bytes
  • Size of remote file: 1.62 MB
images/moon elf_19_1.5.png ADDED

Git LFS Details

  • SHA256: 07648c79fee0b89ba9b866084f7b150fa271196becbe8269c1772b104a8c8458
  • Pointer size: 132 Bytes
  • Size of remote file: 1.63 MB
images/moon elf_19_3.0.png ADDED

Git LFS Details

  • SHA256: b46b8aeb98d20c72baaaef5b8063289d52fd8ab9238198c3d8d928e1a35fbe7e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.63 MB
images/moon elf_20_-1.5.png ADDED

Git LFS Details

  • SHA256: e9fc1bbc24ae186272bc07f2cdaafd959c3049c444840294f8f46383ef99b94b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.39 MB
images/moon elf_20_-3.0.png ADDED

Git LFS Details

  • SHA256: 18106b698a0fc42162604738e3b841b521531ed454225bf6a7c09b2f8daa7283
  • Pointer size: 132 Bytes
  • Size of remote file: 1.38 MB
images/moon elf_20_0.0.png ADDED

Git LFS Details

  • SHA256: 57069a9e540150f20aaf2670bb263276c4d07576d4d6691a7ebe256db3c931ea
  • Pointer size: 132 Bytes
  • Size of remote file: 1.38 MB
images/moon elf_20_1.5.png ADDED

Git LFS Details

  • SHA256: 5a5fb22532b0467357ba7d7b7be9363da620b86cfa617495b8373df6a5244d1e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.41 MB
images/moon elf_20_3.0.png ADDED

Git LFS Details

  • SHA256: f214b94b062f8875c040de6be9c0f8fd91c08e72e7eb3da055d9dc690d435e58
  • Pointer size: 132 Bytes
  • Size of remote file: 1.43 MB
images/moon elf_21_-1.5.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: 9f07941d1c935272d3be058cafceb95fb3af9b8e005bda4d4b3d57ca552dd4f5
  • Pointer size: 132 Bytes
  • Size of remote file: 1.57 MB
images/moon elf_21_0.0.png ADDED

Git LFS Details

  • SHA256: 28ee03e1b61df669967f83def6ff68d2afceb187dc2bf05bc6855cc5f08fa17d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.57 MB
images/moon elf_21_1.5.png ADDED

Git LFS Details

  • SHA256: 7f285e96989066c022258442c350f56c5daec2e827936108856c768134a7770f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.56 MB
images/moon elf_21_3.0.png ADDED

Git LFS Details

  • SHA256: 737b8a1365d8458367a048106650f520760de16207720b595db5c8670c7bd30d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.57 MB
images/moon elf_22_-1.5.png ADDED

Git LFS Details

  • SHA256: f86ab0245a417cc3218fe9c5a50c8a9fc73801da22ad85c7d38627e8dad8fba5
  • Pointer size: 132 Bytes
  • Size of remote file: 1.39 MB
images/moon elf_22_-3.0.png ADDED

Git LFS Details

  • SHA256: af5305934cf7016dc006e6de8a101ecfc577ab78d3fa68afaa404dcf7420094d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.38 MB
images/moon elf_22_0.0.png ADDED

Git LFS Details

  • SHA256: f3b2d2acf32a472f39b591cc64b0e1437d6189d58e108d9e9148dd03b5c58e19
  • Pointer size: 132 Bytes
  • Size of remote file: 1.43 MB
images/moon elf_22_1.5.png ADDED

Git LFS Details

  • SHA256: b5c147fc22b3c6687b46d655a75535972e09db5ce9d7c8423516410abc72a3ab
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
images/moon elf_22_3.0.png ADDED

Git LFS Details

  • SHA256: 2c01a679c865557a162f94f220d1713a38ca0f83496bd9fe48f6ea6a7492b4f9
  • Pointer size: 132 Bytes
  • Size of remote file: 1.5 MB
moon elf.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:77db63441332a3bc6cb4fd3aab425885382496ab18b3559aea132e99e8144e47
3
+ size 8789076