ntc-ai commited on
Commit
f911aea
·
1 Parent(s): 686b341

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/wolverine claws...hands/wolverine claws_17_3.0.png"
6
+ widget:
7
+ - text: wolverine claws
8
+ output:
9
+ url: images/wolverine claws_17_3.0.png
10
+ - text: wolverine claws
11
+ output:
12
+ url: images/wolverine claws_19_3.0.png
13
+ - text: wolverine claws
14
+ output:
15
+ url: images/wolverine claws_20_3.0.png
16
+ - text: wolverine claws
17
+ output:
18
+ url: images/wolverine claws_21_3.0.png
19
+ - text: wolverine claws
20
+ output:
21
+ url: images/wolverine claws_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: "wolverine claws"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - wolverine claws (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/wolverine claws_17_-3.0.png" width=256 height=256 /> | <img src="images/wolverine claws_17_0.0.png" width=256 height=256 /> | <img src="images/wolverine claws_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/wolverine claws_19_-3.0.png" width=256 height=256 /> | <img src="images/wolverine claws_19_0.0.png" width=256 height=256 /> | <img src="images/wolverine claws_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/wolverine claws_20_-3.0.png" width=256 height=256 /> | <img src="images/wolverine claws_20_0.0.png" width=256 height=256 /> | <img src="images/wolverine claws_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
+ wolverine claws
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.wolverine-claws', weight_name='wolverine claws.safetensors', adapter_name="wolverine claws")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["wolverine claws"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, wolverine claws"
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 1140+ 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/wolverine claws_17_-1.5.png ADDED

Git LFS Details

  • SHA256: ccb457833afccbaf940090084f5c1b34baa91f22ab28fa0acea243d343e5b115
  • Pointer size: 132 Bytes
  • Size of remote file: 1.67 MB
images/wolverine claws_17_-3.0.png ADDED

Git LFS Details

  • SHA256: e1a81a69930c6c22116fed6d038f73047ab9f5d2d7fe117b09acc3064660b8a5
  • Pointer size: 132 Bytes
  • Size of remote file: 1.72 MB
images/wolverine claws_17_0.0.png ADDED

Git LFS Details

  • SHA256: db227a7f33b55ec314a668588eb76fbe71cdc48f95d159376ad159c959295547
  • Pointer size: 132 Bytes
  • Size of remote file: 1.6 MB
images/wolverine claws_17_1.5.png ADDED

Git LFS Details

  • SHA256: 48fce3d0742ffbeb17bbb58d17b9fd01239820a9735e65198de10df7eff90657
  • Pointer size: 132 Bytes
  • Size of remote file: 1.54 MB
images/wolverine claws_17_3.0.png ADDED

Git LFS Details

  • SHA256: beb9cf1ea546b4174b6e4e4867be1efe894637450ac2baab6dd55922023bc69f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.44 MB
images/wolverine claws_19_-1.5.png ADDED

Git LFS Details

  • SHA256: e737ac3e1a0c4618bbf29f73511d9d30d54283f7b43d02148b3ed9f108709fc1
  • Pointer size: 132 Bytes
  • Size of remote file: 1.58 MB
images/wolverine claws_19_-3.0.png ADDED

Git LFS Details

  • SHA256: 731f84c4ff2bdd1696d2503d46d02286e773af5fdee79791ec830956cf66fa4e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.53 MB
images/wolverine claws_19_0.0.png ADDED

Git LFS Details

  • SHA256: 4a5ebf549dfa8161d0316e59bcae5efd1c9df8606a192068f6770c33b5d892e1
  • Pointer size: 132 Bytes
  • Size of remote file: 1.57 MB
images/wolverine claws_19_1.5.png ADDED

Git LFS Details

  • SHA256: 56bea528c2ef1caa422f0f4f294f440ea0b2c1220950c229736be010a0bc1851
  • Pointer size: 132 Bytes
  • Size of remote file: 1.61 MB
images/wolverine claws_19_3.0.png ADDED

Git LFS Details

  • SHA256: caa8cd80c3a23271610c230d400e237a7f417c3adbf256e5ef2032ae6b332d75
  • Pointer size: 132 Bytes
  • Size of remote file: 1.61 MB
images/wolverine claws_20_-1.5.png ADDED

Git LFS Details

  • SHA256: b2cae5f07fcdf77e626ee6f05f331393cd79921ff9e9781d19955a10b013564b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.42 MB
images/wolverine claws_20_-3.0.png ADDED

Git LFS Details

  • SHA256: 8d8e72d85642aae73470f7cb4be1a37416fd26467c9d13ce60ff0cecba374c84
  • Pointer size: 132 Bytes
  • Size of remote file: 1.4 MB
images/wolverine claws_20_0.0.png ADDED

Git LFS Details

  • SHA256: a3a30f1ae72d86202733dfb22b4544af6bf0d70fa99067d4c4fefe397d535acd
  • Pointer size: 132 Bytes
  • Size of remote file: 1.39 MB
images/wolverine claws_20_1.5.png ADDED

Git LFS Details

  • SHA256: ad5ded0572e8faaec46f3dfc70ed1c7879352a2392dec291ad8895ad772a9204
  • Pointer size: 132 Bytes
  • Size of remote file: 1.46 MB
images/wolverine claws_20_3.0.png ADDED

Git LFS Details

  • SHA256: 381183e8795e5abd6de15c150aa762f850c2114080911df36f1942ce7f476deb
  • Pointer size: 132 Bytes
  • Size of remote file: 1.53 MB
images/wolverine claws_21_-1.5.png ADDED

Git LFS Details

  • SHA256: ce7eaa119b077b632bb1d25754cd3b638d6ad43f3f805e47b2108cd876ccbdde
  • Pointer size: 132 Bytes
  • Size of remote file: 1.44 MB
images/wolverine claws_21_-3.0.png ADDED

Git LFS Details

  • SHA256: 3122aa44a2f21bad8474a7bd26d549552fe544baec19cbf5ae467aced2c313ae
  • Pointer size: 132 Bytes
  • Size of remote file: 1.43 MB
images/wolverine claws_21_0.0.png ADDED

Git LFS Details

  • SHA256: 09bc4fe4bde894af11b88d095492489c42ecebbf8e01be03c11c49b4acf763cf
  • Pointer size: 132 Bytes
  • Size of remote file: 1.45 MB
images/wolverine claws_21_1.5.png ADDED

Git LFS Details

  • SHA256: d8c86f25657e415db6a852c720bde69f0b6f89173c329ff6d9df2fced63c65b8
  • Pointer size: 132 Bytes
  • Size of remote file: 1.41 MB
images/wolverine claws_21_3.0.png ADDED

Git LFS Details

  • SHA256: 1f163b216735131d079076b17315c1405bbc783df27042965d62a95fb085a78d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.43 MB
images/wolverine claws_22_-1.5.png ADDED

Git LFS Details

  • SHA256: 226c3b530607b4deaf892696292d9b09e5a85e89969cac02d86d440c4b9f4fb7
  • Pointer size: 132 Bytes
  • Size of remote file: 1.38 MB
images/wolverine claws_22_-3.0.png ADDED

Git LFS Details

  • SHA256: 8fc1431be6021637f4fd90bd1ed38b3d757a4d6973dfbd7c61faeff3ffbeec90
  • Pointer size: 132 Bytes
  • Size of remote file: 1.41 MB
images/wolverine claws_22_0.0.png ADDED

Git LFS Details

  • SHA256: 0db39bd873f26b07e71ad7bfec71c14a16b8e542de16f540ffbfa2058570e133
  • Pointer size: 132 Bytes
  • Size of remote file: 1.35 MB
images/wolverine claws_22_1.5.png ADDED

Git LFS Details

  • SHA256: c4ad5dec9677f6c5caf1979fea6794b1a927eaadb463255144195e99a825ee1f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.41 MB
images/wolverine claws_22_3.0.png ADDED

Git LFS Details

  • SHA256: 46c5ad56ac6afcfd08b41c5c295a0966b69851e8ae61d5721367b01f23620b6e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.39 MB
wolverine claws.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2769eb065cd4db3f4796e35897e18334ea4592795f383d45cd3d34e8d8f4a829
3
+ size 8789076