ntc-ai commited on
Commit
16f134f
1 Parent(s): 63d97d2

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/arcana character.../arcana character_17_3.0.png"
6
+ widget:
7
+ - text: arcana character
8
+ output:
9
+ url: images/arcana character_17_3.0.png
10
+ - text: arcana character
11
+ output:
12
+ url: images/arcana character_19_3.0.png
13
+ - text: arcana character
14
+ output:
15
+ url: images/arcana character_20_3.0.png
16
+ - text: arcana character
17
+ output:
18
+ url: images/arcana character_21_3.0.png
19
+ - text: arcana character
20
+ output:
21
+ url: images/arcana character_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: "arcana character"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - arcana character (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/arcana character_17_-3.0.png" width=256 height=256 /> | <img src="images/arcana character_17_0.0.png" width=256 height=256 /> | <img src="images/arcana character_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/arcana character_19_-3.0.png" width=256 height=256 /> | <img src="images/arcana character_19_0.0.png" width=256 height=256 /> | <img src="images/arcana character_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/arcana character_20_-3.0.png" width=256 height=256 /> | <img src="images/arcana character_20_0.0.png" width=256 height=256 /> | <img src="images/arcana character_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
+ arcana character
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.arcana-character', weight_name='arcana character.safetensors', adapter_name="arcana character")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["arcana character"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, arcana character"
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
arcana character.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a276d3a77f7311da6c0b83d8a87901c9b563b1b3a358365b00eff2fc3de3e431
3
+ size 8789076
images/arcana character_17_-1.5.png ADDED

Git LFS Details

  • SHA256: e6c6fa0aaabbb5b24f390f0085b271daff6fab814f4bc850d9b50e58b445e578
  • Pointer size: 132 Bytes
  • Size of remote file: 1.38 MB
images/arcana character_17_-3.0.png ADDED

Git LFS Details

  • SHA256: bb2b59ad1b8e59f785c3bd2253d5ca543e5087fefc18723e295454162962a977
  • Pointer size: 132 Bytes
  • Size of remote file: 1.36 MB
images/arcana character_17_0.0.png ADDED

Git LFS Details

  • SHA256: e2920ed03b5b51bc9e860752bf2ae62c709aed0dec29ada86ed682af075551cf
  • Pointer size: 132 Bytes
  • Size of remote file: 1.42 MB
images/arcana character_17_1.5.png ADDED

Git LFS Details

  • SHA256: 1a9ec3364e0ac8c0fa57d1c9fcd47736e5496ef0c568e94b16602cbeb277ab8e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
images/arcana character_17_3.0.png ADDED

Git LFS Details

  • SHA256: 35e3371cfd5b2dc630550476aa39a192ca6753b5518a6eda6416845a0b727983
  • Pointer size: 132 Bytes
  • Size of remote file: 1.45 MB
images/arcana character_19_-1.5.png ADDED

Git LFS Details

  • SHA256: 374c2ec5c22c439da7344d9eda05afb0b4b23c910f9b3573dcfb63d018c0caee
  • Pointer size: 132 Bytes
  • Size of remote file: 1.36 MB
images/arcana character_19_-3.0.png ADDED

Git LFS Details

  • SHA256: 5fe96378bc474505d1fb0d129cd95aa2fe8b9925f242332efe261e572e690e4e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.38 MB
images/arcana character_19_0.0.png ADDED

Git LFS Details

  • SHA256: 2db13fb56a3dcfd0253a6764e3d7105d9696b8bd18792b1d916c9a97dcd47f17
  • Pointer size: 132 Bytes
  • Size of remote file: 1.36 MB
images/arcana character_19_1.5.png ADDED

Git LFS Details

  • SHA256: bdd8712e239c91383e697aee2a034beac6af730ec67a7f0d9799fd8e4ccad347
  • Pointer size: 132 Bytes
  • Size of remote file: 1.36 MB
images/arcana character_19_3.0.png ADDED

Git LFS Details

  • SHA256: e0ff09804b94e98153ef371782d65a72170060e288cb94c0aad893f629ea6130
  • Pointer size: 132 Bytes
  • Size of remote file: 1.29 MB
images/arcana character_20_-1.5.png ADDED

Git LFS Details

  • SHA256: 36ca4bbf75cc5c864e2833eb829d5c885e75668d2ac66c3d1ebb36d2dc47fd9d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.45 MB
images/arcana character_20_-3.0.png ADDED

Git LFS Details

  • SHA256: 74e4f24d0835a0c872517322288670ab87228ac147df13de6549eee0171675d8
  • Pointer size: 132 Bytes
  • Size of remote file: 1.46 MB
images/arcana character_20_0.0.png ADDED

Git LFS Details

  • SHA256: 65a616ad1bcbba4b725d7e92440f482b01465ab0c07108fbfc386f87c9c8daf8
  • Pointer size: 132 Bytes
  • Size of remote file: 1.41 MB
images/arcana character_20_1.5.png ADDED

Git LFS Details

  • SHA256: 9331cd79af9f9fea7756393db80f343de0c3d80de94adb5d5223a4d3618c14c6
  • Pointer size: 132 Bytes
  • Size of remote file: 1.33 MB
images/arcana character_20_3.0.png ADDED

Git LFS Details

  • SHA256: 12c4058ecaa89e48cd7e9046c93ff5d88f1c0c3950ee5ff9f843e4d945c8722c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.3 MB
images/arcana character_21_-1.5.png ADDED

Git LFS Details

  • SHA256: 2b176e5a4d980bad655d7d390103a4087d29979e8d83972662cda2cf1ae1e8b5
  • Pointer size: 132 Bytes
  • Size of remote file: 1.73 MB
images/arcana character_21_-3.0.png ADDED

Git LFS Details

  • SHA256: 0d74ca8593ed6b38431d208dbe8f5bcb279aca6dea7df1681db72c0ccb5df3c2
  • Pointer size: 132 Bytes
  • Size of remote file: 1.79 MB
images/arcana character_21_0.0.png ADDED

Git LFS Details

  • SHA256: e44bdf81fdf5337fa79757ae2859b714999bc7174dd2b62bf88eae95c8fcc125
  • Pointer size: 132 Bytes
  • Size of remote file: 1.66 MB
images/arcana character_21_1.5.png ADDED

Git LFS Details

  • SHA256: f51326361b18789dd4068d926d26f4cd9a84c27ffcbd50421bd4ecce5f76ffed
  • Pointer size: 132 Bytes
  • Size of remote file: 1.58 MB
images/arcana character_21_3.0.png ADDED

Git LFS Details

  • SHA256: 944653081deca09eb904cd7277cd5d281098a13fc062fca828dc2854a41f31cc
  • Pointer size: 132 Bytes
  • Size of remote file: 1.51 MB
images/arcana character_22_-1.5.png ADDED

Git LFS Details

  • SHA256: 283d8a2edd044605222839efda0234aa4229973e4156a6ed986cfa6b5179e13c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.54 MB
images/arcana character_22_-3.0.png ADDED

Git LFS Details

  • SHA256: 63ada70885971f6dc8b7c9d4d263c5b4bf1c7e6a7945b1dc4ed89e135accc320
  • Pointer size: 132 Bytes
  • Size of remote file: 1.66 MB
images/arcana character_22_0.0.png ADDED

Git LFS Details

  • SHA256: 4191ca1e4c475eaea25d01cab6b56955558c9bece3b2177874aff4d648fb6ff2
  • Pointer size: 132 Bytes
  • Size of remote file: 1.51 MB
images/arcana character_22_1.5.png ADDED

Git LFS Details

  • SHA256: c501eb9a9fde6ba2ec6ec8691a60e59d9758a46043a018b662670a5c4c16c8fa
  • Pointer size: 132 Bytes
  • Size of remote file: 1.48 MB
images/arcana character_22_3.0.png ADDED

Git LFS Details

  • SHA256: aaca74e2c64b16b8ebe3516a3379e408084b1bded94ed325190e9be3bd81b371
  • Pointer size: 132 Bytes
  • Size of remote file: 1.42 MB