ntc-ai commited on
Commit
bc5f4fa
·
1 Parent(s): e0cdfa1

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.magical-enchanted', 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 630+ 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: ce8567c02ba525a713e5f9f4c3ebedeea12e564779741486841d279f2b351382
  • Pointer size: 132 Bytes
  • Size of remote file: 1.25 MB
images/magical, enchanted_17_-3.0.png ADDED

Git LFS Details

  • SHA256: 1b54f5788226968d84961a39be4165391a5beb9c00553b85f1b1caeb036f7aef
  • Pointer size: 132 Bytes
  • Size of remote file: 1.22 MB
images/magical, enchanted_17_0.0.png ADDED

Git LFS Details

  • SHA256: 4320970e559724ee4a380e8d7395eea13b37cd5c735297ddb8833e7f90abf5f1
  • Pointer size: 132 Bytes
  • Size of remote file: 1.3 MB
images/magical, enchanted_17_1.5.png ADDED

Git LFS Details

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

Git LFS Details

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

Git LFS Details

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

Git LFS Details

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

Git LFS Details

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

Git LFS Details

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

Git LFS Details

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

Git LFS Details

  • SHA256: 9045618f4c19ef05a7d0ab293ff8680fd0cda8093583c313704209a0d12cb996
  • Pointer size: 132 Bytes
  • Size of remote file: 1.48 MB
images/magical, enchanted_20_-3.0.png ADDED

Git LFS Details

  • SHA256: 2c7621a7ed9ce14aa8c8fa581fa21421d14d5c41091c2f60036a1353bc8d1c95
  • Pointer size: 132 Bytes
  • Size of remote file: 1.43 MB
images/magical, enchanted_20_0.0.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: 2cbed1c214b07131f0f399d9354e70ad6c45f12ebc5af290d13e5e942e8bb4a9
  • Pointer size: 132 Bytes
  • Size of remote file: 1.59 MB
images/magical, enchanted_20_3.0.png ADDED

Git LFS Details

  • SHA256: 6548b2d5abaedf11567c1eb025c434382bcc60c32433beec9dc4574dde64b5d1
  • Pointer size: 132 Bytes
  • Size of remote file: 1.65 MB
images/magical, enchanted_21_-1.5.png ADDED

Git LFS Details

  • SHA256: 9016c7f6702c8cbc61dfaf43216357566247bbb89d0cbe2cd0ef897efc9b8800
  • Pointer size: 132 Bytes
  • Size of remote file: 1.59 MB
images/magical, enchanted_21_-3.0.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: 3d743d822ae1e059716a6f153ee5f210408007171808d583c5f46bf0f30fc5f8
  • Pointer size: 132 Bytes
  • Size of remote file: 1.59 MB
images/magical, enchanted_21_1.5.png ADDED

Git LFS Details

  • SHA256: 1de3c17ec5a1253335acca2c7973f312b890988f849b9e83bed9ff01311261b6
  • Pointer size: 132 Bytes
  • Size of remote file: 1.59 MB
images/magical, enchanted_21_3.0.png ADDED

Git LFS Details

  • SHA256: 95a0a17852dc67acf1346f5628af3f05a8e22b10a6eb8f6e9a928d65a20894c0
  • Pointer size: 132 Bytes
  • Size of remote file: 1.68 MB
images/magical, enchanted_22_-1.5.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: 7f82dca38c0279118295c86e30e43c0d2949fd9efa8b2b1d7aab067a92f232d5
  • Pointer size: 132 Bytes
  • Size of remote file: 1.23 MB
images/magical, enchanted_22_0.0.png ADDED

Git LFS Details

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

Git LFS Details

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

Git LFS Details

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