ntc-ai commited on
Commit
6d34b96
·
1 Parent(s): 4b5a8f6

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/mohawk...clean haircut/mohawk_17_3.0.png"
6
+ widget:
7
+ - text: mohawk
8
+ output:
9
+ url: images/mohawk_17_3.0.png
10
+ - text: mohawk
11
+ output:
12
+ url: images/mohawk_19_3.0.png
13
+ - text: mohawk
14
+ output:
15
+ url: images/mohawk_20_3.0.png
16
+ - text: mohawk
17
+ output:
18
+ url: images/mohawk_21_3.0.png
19
+ - text: mohawk
20
+ output:
21
+ url: images/mohawk_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: "mohawk"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - mohawk (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/mohawk_17_-3.0.png" width=256 height=256 /> | <img src="images/mohawk_17_0.0.png" width=256 height=256 /> | <img src="images/mohawk_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/mohawk_19_-3.0.png" width=256 height=256 /> | <img src="images/mohawk_19_0.0.png" width=256 height=256 /> | <img src="images/mohawk_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/mohawk_20_-3.0.png" width=256 height=256 /> | <img src="images/mohawk_20_0.0.png" width=256 height=256 /> | <img src="images/mohawk_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
+ mohawk
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.mohawk', weight_name='mohawk.safetensors', adapter_name="mohawk")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["mohawk"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, mohawk"
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 260+ 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/mohawk_17_-1.5.png ADDED

Git LFS Details

  • SHA256: 0412a8972689bdc3f3dc89c85c6e319eeb38b528f92b607f0a107758c2466adf
  • Pointer size: 132 Bytes
  • Size of remote file: 1.65 MB
images/mohawk_17_-3.0.png ADDED

Git LFS Details

  • SHA256: 201f58eb31d529518796905d7a540d3f73e115781cae4f60505f592e100d2edc
  • Pointer size: 132 Bytes
  • Size of remote file: 1.61 MB
images/mohawk_17_0.0.png ADDED

Git LFS Details

  • SHA256: 4572bf39da09780e560d1568d01811490ed5c2fdcd700aa6e00b372e8c350348
  • Pointer size: 132 Bytes
  • Size of remote file: 1.71 MB
images/mohawk_17_1.5.png ADDED

Git LFS Details

  • SHA256: 02a5d41edc4ab5885f1e99e37e25ca1e276d8cf953f54e10bc512882907e95fc
  • Pointer size: 132 Bytes
  • Size of remote file: 1.71 MB
images/mohawk_17_3.0.png ADDED

Git LFS Details

  • SHA256: 7b7a9d7e68367d14b37f2b3fa62b6f43377f30deaaf78d2c5c5167f2d9c5094a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.71 MB
images/mohawk_19_-1.5.png ADDED

Git LFS Details

  • SHA256: 6d77fdced632ed54a523c9b1e37400421a3b45ebe75c518990de9ebbec394e35
  • Pointer size: 132 Bytes
  • Size of remote file: 1.29 MB
images/mohawk_19_-3.0.png ADDED

Git LFS Details

  • SHA256: 210671836d1907f0df363032b9c2d76ff729e6b0c8fd464fdc97672668eb521e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.27 MB
images/mohawk_19_0.0.png ADDED

Git LFS Details

  • SHA256: 58cee4f6095232cd1c674439a19bc372c9e7c5abec1c4dd6e641178c0402c324
  • Pointer size: 132 Bytes
  • Size of remote file: 1.31 MB
images/mohawk_19_1.5.png ADDED

Git LFS Details

  • SHA256: cfe7273eca3fafce04ec5e8bef22aacecc4e17deb65e0fb6b0197bd856b4ca7e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.33 MB
images/mohawk_19_3.0.png ADDED

Git LFS Details

  • SHA256: 4349b3fcdd22e0b9341a449523a26f1e980cc214f5c4d09c5dbf1011c0029c71
  • Pointer size: 132 Bytes
  • Size of remote file: 1.38 MB
images/mohawk_20_-1.5.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: 204158c47ed8e06f4e2fec3d2f134e932321986c977b67ee63c04f77cdc5cec9
  • Pointer size: 132 Bytes
  • Size of remote file: 1.53 MB
images/mohawk_20_0.0.png ADDED

Git LFS Details

  • SHA256: 14daf6b7bcd5d9ea9cf2db99a630ea276655684acf8a4b03ba38bf73e78efb89
  • Pointer size: 132 Bytes
  • Size of remote file: 1.53 MB
images/mohawk_20_1.5.png ADDED

Git LFS Details

  • SHA256: 618c84e9fccd02873bc9fb4d0bacddc17f4330623f78459026c67f712a79d8bf
  • Pointer size: 132 Bytes
  • Size of remote file: 1.59 MB
images/mohawk_20_3.0.png ADDED

Git LFS Details

  • SHA256: de83c9c511591024c6770ee3018e3321b9f1a9cfc77a9d63e59384c80c752c5d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.67 MB
images/mohawk_21_-1.5.png ADDED

Git LFS Details

  • SHA256: 13849d221b45543445e4c12a0236dd9c4ac91941475fce7fb4e9dbd75b7fa97e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.77 MB
images/mohawk_21_-3.0.png ADDED

Git LFS Details

  • SHA256: 8b63a93db187caaf4f366b9cdbf2c24450c067e9eaf5e9e80f241c59266f23ad
  • Pointer size: 132 Bytes
  • Size of remote file: 1.75 MB
images/mohawk_21_0.0.png ADDED

Git LFS Details

  • SHA256: 6b05f63e701a3dac1173705fb926f32c6595fb551f07093015e6feccb6d2509e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.79 MB
images/mohawk_21_1.5.png ADDED

Git LFS Details

  • SHA256: c6abf451079eaab142247438eb468b66e6b456480b9e7541664608510e8c7c69
  • Pointer size: 132 Bytes
  • Size of remote file: 1.81 MB
images/mohawk_21_3.0.png ADDED

Git LFS Details

  • SHA256: 7d19a497ffb3037dcf48cee4c78981ba7494915d858f20bf7b258781f3ff8404
  • Pointer size: 132 Bytes
  • Size of remote file: 2.1 MB
images/mohawk_22_-1.5.png ADDED

Git LFS Details

  • SHA256: e05a2f2d8a1a6a88f0ecb1a47502fb20c82735ca51b6bd95438f85eefe1029af
  • Pointer size: 132 Bytes
  • Size of remote file: 1.62 MB
images/mohawk_22_-3.0.png ADDED

Git LFS Details

  • SHA256: deff4d652d2b0540d1fd1743d9e78abba6a67576d1f932efdf043b68c699b329
  • Pointer size: 132 Bytes
  • Size of remote file: 1.57 MB
images/mohawk_22_0.0.png ADDED

Git LFS Details

  • SHA256: 285269a6c4739a268f9783574c0abc8c5af065a1091748897c004c1a8649b91e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.63 MB
images/mohawk_22_1.5.png ADDED

Git LFS Details

  • SHA256: b0cc1e3a8f7e6006928775cf4dd3ac24a0e7ad5fb88355533371d3e6b99c1527
  • Pointer size: 132 Bytes
  • Size of remote file: 1.68 MB
images/mohawk_22_3.0.png ADDED

Git LFS Details

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