ntc-ai commited on
Commit
596e143
·
1 Parent(s): 77d2c42

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/warrior...hair down/warrior_17_3.0.png"
6
+ widget:
7
+ - text: warrior
8
+ output:
9
+ url: images/warrior_17_3.0.png
10
+ - text: warrior
11
+ output:
12
+ url: images/warrior_19_3.0.png
13
+ - text: warrior
14
+ output:
15
+ url: images/warrior_20_3.0.png
16
+ - text: warrior
17
+ output:
18
+ url: images/warrior_21_3.0.png
19
+ - text: warrior
20
+ output:
21
+ url: images/warrior_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: "warrior"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - warrior (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/warrior_17_-3.0.png" width=256 height=256 /> | <img src="images/warrior_17_0.0.png" width=256 height=256 /> | <img src="images/warrior_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/warrior_19_-3.0.png" width=256 height=256 /> | <img src="images/warrior_19_0.0.png" width=256 height=256 /> | <img src="images/warrior_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/warrior_20_-3.0.png" width=256 height=256 /> | <img src="images/warrior_20_0.0.png" width=256 height=256 /> | <img src="images/warrior_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
+ warrior
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.warrior', weight_name='warrior.safetensors', adapter_name="warrior")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["warrior"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, warrior"
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 1030+ 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/warrior_17_-1.5.png ADDED

Git LFS Details

  • SHA256: 9f1dafa62b280267cecd194e8032d4ff89830c605d5f3d1479a7e522a6ef15b9
  • Pointer size: 132 Bytes
  • Size of remote file: 1.54 MB
images/warrior_17_-3.0.png ADDED

Git LFS Details

  • SHA256: 79d8ea8026e795aa77143bcf8d9a9838f0886eb62c01e5b20d67cc433c3e373c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.55 MB
images/warrior_17_0.0.png ADDED

Git LFS Details

  • SHA256: 99282231b9c2fa722ace15a0b83b733c4fca1c187b10e7f6c9a2deecab5961c7
  • Pointer size: 132 Bytes
  • Size of remote file: 1.58 MB
images/warrior_17_1.5.png ADDED

Git LFS Details

  • SHA256: 4eb5b63595cf00dacd5005c9f011f7b42dc179909ed8de948e91361f9f33ba32
  • Pointer size: 132 Bytes
  • Size of remote file: 1.54 MB
images/warrior_17_3.0.png ADDED

Git LFS Details

  • SHA256: 3cf0633eda7e6dc1869afe850e8266f9fa240bce55e4364a3478728f3b1511fb
  • Pointer size: 132 Bytes
  • Size of remote file: 1.52 MB
images/warrior_19_-1.5.png ADDED

Git LFS Details

  • SHA256: f12ad7371bcb157aef581cc7a3db203cf3921051ad7652056dac3c7c779c882d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.59 MB
images/warrior_19_-3.0.png ADDED

Git LFS Details

  • SHA256: 21c38432c2e4a5e0386aa8c3db2e57ed98160591612e89ca3a00d67dda74c3b5
  • Pointer size: 132 Bytes
  • Size of remote file: 1.61 MB
images/warrior_19_0.0.png ADDED

Git LFS Details

  • SHA256: a075af7548c18ef0c55e478d5d5dd0692dbafceb3126be772e8c7509fd81f798
  • Pointer size: 132 Bytes
  • Size of remote file: 1.62 MB
images/warrior_19_1.5.png ADDED

Git LFS Details

  • SHA256: 2b8efb47cca7352db88521d308837fa4aeb59c60bd0fc1360b151f06a35b2ca2
  • Pointer size: 132 Bytes
  • Size of remote file: 1.6 MB
images/warrior_19_3.0.png ADDED

Git LFS Details

  • SHA256: b01899dc3244513874d74b47ffd00ece6f0ae8367d2c11ba6b2714a4cc2d90d1
  • Pointer size: 132 Bytes
  • Size of remote file: 1.6 MB
images/warrior_20_-1.5.png ADDED

Git LFS Details

  • SHA256: 8d42ec50e8f02d82c19d78d56a6196aac2e74dd3035889c671084cdcfac622dd
  • Pointer size: 132 Bytes
  • Size of remote file: 1.46 MB
images/warrior_20_-3.0.png ADDED

Git LFS Details

  • SHA256: 643fd8ce32c0d3008bd37acd58d515bfe891f14f06d9b564c4b6959647efc8b7
  • Pointer size: 132 Bytes
  • Size of remote file: 1.43 MB
images/warrior_20_0.0.png ADDED

Git LFS Details

  • SHA256: 5393eb523231cc1cd86f4a7aa5fdd56984c9183b04ce81ad7bbf05447a3f5e49
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
images/warrior_20_1.5.png ADDED

Git LFS Details

  • SHA256: 8793e67c5255b5b3fcbc0e9416178c38a39c05de52232457b848bb2893962754
  • Pointer size: 132 Bytes
  • Size of remote file: 1.49 MB
images/warrior_20_3.0.png ADDED

Git LFS Details

  • SHA256: 0dd45a8fbbd4408e87bf98d96b02140ac9c56c51d9cec3c9ebd02725ae388880
  • Pointer size: 132 Bytes
  • Size of remote file: 1.54 MB
images/warrior_21_-1.5.png ADDED

Git LFS Details

  • SHA256: 7ee15b5973770afe08c96665f60474c6fb645e80453bbdfa080f144c90d644e1
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
images/warrior_21_-3.0.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: c2498d304e3bffe84171ec18aae88c75fd444657858301fb1d6f583fa1e21394
  • Pointer size: 132 Bytes
  • Size of remote file: 1.52 MB
images/warrior_21_1.5.png ADDED

Git LFS Details

  • SHA256: 904979840c9dc5f3c0cafa7fe20e669933a6009c7681df7cdfcbbaefda89b19e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.53 MB
images/warrior_21_3.0.png ADDED

Git LFS Details

  • SHA256: fa309c209483d9a07c56402609d8a61b2c1e2db5a584ba8c9fd1f65a0a45c314
  • Pointer size: 132 Bytes
  • Size of remote file: 1.56 MB
images/warrior_22_-1.5.png ADDED

Git LFS Details

  • SHA256: 374d2b1aff152509690211617efa66ed1e414c9f507c38f61c5c031524ea6958
  • Pointer size: 132 Bytes
  • Size of remote file: 1.58 MB
images/warrior_22_-3.0.png ADDED

Git LFS Details

  • SHA256: 4b6379ae0a69bd00712b7d093b7b6bfa4c0f2eef053f9ccdcc5c138dda13561d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.6 MB
images/warrior_22_0.0.png ADDED

Git LFS Details

  • SHA256: 06a0d93c35c0a1c5e46c72f40faea3a6ccb5123a8e1c894032c52ffccc041062
  • Pointer size: 132 Bytes
  • Size of remote file: 1.57 MB
images/warrior_22_1.5.png ADDED

Git LFS Details

  • SHA256: bca92582b0ebb06df4f114912e4655c24a11750f70d1551c7e77b54c46108d9c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.58 MB
images/warrior_22_3.0.png ADDED

Git LFS Details

  • SHA256: 28bb5f24a47b20229cfee6928664d56dd8ad01a20189ab2c250bb95f04e0166c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.67 MB
warrior.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:147b93de8e56cd6c91f5f36a436492dd7aabc8fb7b745a1ffbea10d10491fd59
3
+ size 8789076