ntc-ai commited on
Commit
0676ace
1 Parent(s): 7660612

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/magical,enchanted.../magical,enchanted_17_3.0.png"
6
+ widget:
7
+ - text: magical,enchanted
8
+ output:
9
+ url: images/magical,enchanted_17_3.0.png
10
+ - text: magical,enchanted
11
+ output:
12
+ url: images/magical,enchanted_19_3.0.png
13
+ - text: magical,enchanted
14
+ output:
15
+ url: images/magical,enchanted_20_3.0.png
16
+ - text: magical,enchanted
17
+ output:
18
+ url: images/magical,enchanted_21_3.0.png
19
+ - text: magical,enchanted
20
+ output:
21
+ url: images/magical,enchanted_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: "magical,enchanted"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - magical,enchanted (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/magical,enchanted_17_-3.0.png" width=256 height=256 /> | <img src="images/magical,enchanted_17_0.0.png" width=256 height=256 /> | <img src="images/magical,enchanted_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/magical,enchanted_19_-3.0.png" width=256 height=256 /> | <img src="images/magical,enchanted_19_0.0.png" width=256 height=256 /> | <img src="images/magical,enchanted_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/magical,enchanted_20_-3.0.png" width=256 height=256 /> | <img src="images/magical,enchanted_20_0.0.png" width=256 height=256 /> | <img src="images/magical,enchanted_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
+ magical,enchanted
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.magicalenchanted', weight_name='magical,enchanted.safetensors', adapter_name="magical,enchanted")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["magical,enchanted"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, magical,enchanted"
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 760+ 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/magical,enchanted_17_-1.5.png ADDED

Git LFS Details

  • SHA256: 42fde82401fca96ff2570b851cc4700a667ca4d2691d225a610911c056d7c6d7
  • Pointer size: 132 Bytes
  • Size of remote file: 1.25 MB
images/magical,enchanted_17_-3.0.png ADDED

Git LFS Details

  • SHA256: 5e4ad2ab0c205a805c411a14580f936d528389f5ac635b28d0b2500db1c80b0f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.21 MB
images/magical,enchanted_17_0.0.png ADDED

Git LFS Details

  • SHA256: 1f8caccc6721d0f97ac7c5c0ea80414dc2dad453be6a7a8c319165b5654faf73
  • Pointer size: 132 Bytes
  • Size of remote file: 1.33 MB
images/magical,enchanted_17_1.5.png ADDED

Git LFS Details

  • SHA256: bcd0a3afde6b6cb758cdcc6f3a90f8861388e27dc090a6cdefb0d8edfbf3d891
  • Pointer size: 132 Bytes
  • Size of remote file: 1.39 MB
images/magical,enchanted_17_3.0.png ADDED

Git LFS Details

  • SHA256: 0cfacd1c3322f3b0ec19369af85da397510ade44719f956e20dd38402b5ddb90
  • Pointer size: 132 Bytes
  • Size of remote file: 1.42 MB
images/magical,enchanted_19_-1.5.png ADDED

Git LFS Details

  • SHA256: db109eff2cc33cf0e5751d03819e18ffbacb5239ea856e947a2fdd5c80e79a62
  • Pointer size: 132 Bytes
  • Size of remote file: 1.3 MB
images/magical,enchanted_19_-3.0.png ADDED

Git LFS Details

  • SHA256: a0ec7d6e649bce275abc44fe03119e5dda25cab26eac0465adc97c77450ffa8c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.42 MB
images/magical,enchanted_19_0.0.png ADDED

Git LFS Details

  • SHA256: 8e88ee4c6b5610d68d68ef2325a1301bf901a89b451e8d2a431f858794be36b7
  • Pointer size: 132 Bytes
  • Size of remote file: 1.39 MB
images/magical,enchanted_19_1.5.png ADDED

Git LFS Details

  • SHA256: c4d428602b6fb6fcaaab310d09f2a47f98d24275905c8c0000127968bef0ab79
  • Pointer size: 132 Bytes
  • Size of remote file: 1.48 MB
images/magical,enchanted_19_3.0.png ADDED

Git LFS Details

  • SHA256: f91df222a2116cc83f569fb90b86a23b270a246f908c7bb2c57dc835c80ae4d1
  • Pointer size: 132 Bytes
  • Size of remote file: 1.57 MB
images/magical,enchanted_20_-1.5.png ADDED

Git LFS Details

  • SHA256: 3c93ac6c0477ad69f22f0836a715754ea6c87ccf51eb1656f88cb47d1383d4e1
  • Pointer size: 132 Bytes
  • Size of remote file: 1.21 MB
images/magical,enchanted_20_-3.0.png ADDED

Git LFS Details

  • SHA256: 25f5cbcac66b9942bc50b6f5cf25d96a37471c10e6980641380b01f03294b942
  • Pointer size: 132 Bytes
  • Size of remote file: 1.19 MB
images/magical,enchanted_20_0.0.png ADDED

Git LFS Details

  • SHA256: 45b09cb5c3e10b84df7019f41d6f9d756fe9045a21f28963dd1f27f4442201ad
  • Pointer size: 132 Bytes
  • Size of remote file: 1.27 MB
images/magical,enchanted_20_1.5.png ADDED

Git LFS Details

  • SHA256: 6c9bc6a3e060194769ee20117056bff84805936f9634b4b1effa117b9bf9bf54
  • Pointer size: 132 Bytes
  • Size of remote file: 1.28 MB
images/magical,enchanted_20_3.0.png ADDED

Git LFS Details

  • SHA256: 5787997e7f88fae2a6ca54eab2e6d4262ce6c2de80101a16ad2cacb5787669d0
  • Pointer size: 132 Bytes
  • Size of remote file: 1.53 MB
images/magical,enchanted_21_-1.5.png ADDED

Git LFS Details

  • SHA256: 41368bce55d9a8ad2ba2d65224c3374249fc392271716499778dd0926f04ad6e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.52 MB
images/magical,enchanted_21_-3.0.png ADDED

Git LFS Details

  • SHA256: b2aa48d7a12412bc09992e7bafabd208fbfa7b795a565248d36e61a371b37ae7
  • Pointer size: 132 Bytes
  • Size of remote file: 1.46 MB
images/magical,enchanted_21_0.0.png ADDED

Git LFS Details

  • SHA256: 0014130bb0ae97f9504f5800741c9d42a721c25796e8b24bff9d289d238e2591
  • Pointer size: 132 Bytes
  • Size of remote file: 1.58 MB
images/magical,enchanted_21_1.5.png ADDED

Git LFS Details

  • SHA256: 7f53b65b98b3adf7d9304fa1a3dbf356739174d63113d070ac03581bd3e1a27b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.68 MB
images/magical,enchanted_21_3.0.png ADDED

Git LFS Details

  • SHA256: 6fd40b5b0ac928ee3c09450cd878c4451b22bf9efff0ba3f24e67711c976a103
  • Pointer size: 132 Bytes
  • Size of remote file: 1.76 MB
images/magical,enchanted_22_-1.5.png ADDED

Git LFS Details

  • SHA256: a9373c08aab6179fddd6691ffc1866f38de7d8fde7d67b076c1c8ec9236430e5
  • Pointer size: 132 Bytes
  • Size of remote file: 1.38 MB
images/magical,enchanted_22_-3.0.png ADDED

Git LFS Details

  • SHA256: 046734a6dd28152b645b1a5b540d8ca72716ba0479d59c45129b58838d0bc68b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.35 MB
images/magical,enchanted_22_0.0.png ADDED

Git LFS Details

  • SHA256: d5e7c966024565bfc65891f1574b08d731bdd3e335c21dd8d6cbaf5a105f5528
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
images/magical,enchanted_22_1.5.png ADDED

Git LFS Details

  • SHA256: e7dd498659b3f971fc638c52557d10098dec3a2507a1b8edf62678d433befa1a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.51 MB
images/magical,enchanted_22_3.0.png ADDED

Git LFS Details

  • SHA256: e994ccc7d99d5c521bb7330adce39605199cb8789d143083e7861aeb67175717
  • Pointer size: 132 Bytes
  • Size of remote file: 1.58 MB
magical,enchanted.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d0087cb5d4877c1a20b715321be94920b55d26b215129f4098c6025f939e31cc
3
+ size 8789076