ntc-ai commited on
Commit
9794abe
1 Parent(s): 9cbc7f4

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/heavy inking.../heavy inking_17_3.0.png"
6
+ widget:
7
+ - text: heavy inking
8
+ output:
9
+ url: images/heavy inking_17_3.0.png
10
+ - text: heavy inking
11
+ output:
12
+ url: images/heavy inking_19_3.0.png
13
+ - text: heavy inking
14
+ output:
15
+ url: images/heavy inking_20_3.0.png
16
+ - text: heavy inking
17
+ output:
18
+ url: images/heavy inking_21_3.0.png
19
+ - text: heavy inking
20
+ output:
21
+ url: images/heavy inking_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: "heavy inking"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - heavy inking (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/heavy inking_17_-3.0.png" width=256 height=256 /> | <img src="images/heavy inking_17_0.0.png" width=256 height=256 /> | <img src="images/heavy inking_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/heavy inking_19_-3.0.png" width=256 height=256 /> | <img src="images/heavy inking_19_0.0.png" width=256 height=256 /> | <img src="images/heavy inking_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/heavy inking_20_-3.0.png" width=256 height=256 /> | <img src="images/heavy inking_20_0.0.png" width=256 height=256 /> | <img src="images/heavy inking_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
+ heavy inking
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.heavy-inking', weight_name='heavy inking.safetensors', adapter_name="heavy inking")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["heavy inking"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, heavy inking"
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
heavy inking.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a300cc4901fbf7a112d265a7d9e551132b752fc78c9af46ee464c985ebb831dc
3
+ size 8789076
images/heavy inking_17_-1.5.png ADDED

Git LFS Details

  • SHA256: f62310c8800e7c03a8f02a9d82a63e558d2c089743a13495b7dac7a3e7cf1956
  • Pointer size: 132 Bytes
  • Size of remote file: 1.42 MB
images/heavy inking_17_-3.0.png ADDED

Git LFS Details

  • SHA256: 9431ca0a8f209823e191d7801aa564e1c7f29d9724f683e4523df606f49e0dd1
  • Pointer size: 132 Bytes
  • Size of remote file: 1.4 MB
images/heavy inking_17_0.0.png ADDED

Git LFS Details

  • SHA256: 3ce850f230ee95d64b7414b467588051e7004d94de1a398ade9d8d47b0d63689
  • Pointer size: 132 Bytes
  • Size of remote file: 1.45 MB
images/heavy inking_17_1.5.png ADDED

Git LFS Details

  • SHA256: 3e065dbb167ffefa98722c16ecf3a5ff5fb75c30664c95ddfc1e5b0ffe0177b7
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
images/heavy inking_17_3.0.png ADDED

Git LFS Details

  • SHA256: 627fd223e846fe402e0a0c4cd01714c665d34b7e8c2600ffc511bcb4f2741aaa
  • Pointer size: 132 Bytes
  • Size of remote file: 1.55 MB
images/heavy inking_19_-1.5.png ADDED

Git LFS Details

  • SHA256: 46d1819751418ee3a2a0ba2beb12eb9485c62d9861b28d3128d4d983dd2b576b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.49 MB
images/heavy inking_19_-3.0.png ADDED

Git LFS Details

  • SHA256: 7929a5a0c000e0cb87130636c4d2c86fd5690d666dfb885ee7da32b765f82ff0
  • Pointer size: 132 Bytes
  • Size of remote file: 1.48 MB
images/heavy inking_19_0.0.png ADDED

Git LFS Details

  • SHA256: 6cb7f843f2776159fbfbd1fb4ee900a55ef60043510e2fcc96c28af1eff8e39a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.52 MB
images/heavy inking_19_1.5.png ADDED

Git LFS Details

  • SHA256: 3f1302d233e0abdd145b32bf9ed3fe7f8d88abab82df7e91e59f8bbefadb32a9
  • Pointer size: 132 Bytes
  • Size of remote file: 1.62 MB
images/heavy inking_19_3.0.png ADDED

Git LFS Details

  • SHA256: 2d509a0b5c75c7b740d322f06bed8eeada1212b08d80f1e63b28c9aaa42954f0
  • Pointer size: 132 Bytes
  • Size of remote file: 1.69 MB
images/heavy inking_20_-1.5.png ADDED

Git LFS Details

  • SHA256: f1603dcef4986a12eabccb58d853dabab6b4b31f52f64e5cc51d97502d1dfc18
  • Pointer size: 132 Bytes
  • Size of remote file: 1.43 MB
images/heavy inking_20_-3.0.png ADDED

Git LFS Details

  • SHA256: d7054de12b09e672633b29ff2251c327ae7428d86e97d1e5e83af3922d496893
  • Pointer size: 132 Bytes
  • Size of remote file: 1.46 MB
images/heavy inking_20_0.0.png ADDED

Git LFS Details

  • SHA256: 665c399e2f96114baf726b6c85511243dbdec62a0e6c5d557e13366762c1cf43
  • Pointer size: 132 Bytes
  • Size of remote file: 1.42 MB
images/heavy inking_20_1.5.png ADDED

Git LFS Details

  • SHA256: 310271f231efea6989560c2922963a843b5ba9e527a2c609a358f47f7bb6c62d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.42 MB
images/heavy inking_20_3.0.png ADDED

Git LFS Details

  • SHA256: 6fb641f8b862f120cf764cb2d4463ff63c6b6d8a0cd55ae8f4754531629ab5f5
  • Pointer size: 132 Bytes
  • Size of remote file: 1.43 MB
images/heavy inking_21_-1.5.png ADDED

Git LFS Details

  • SHA256: a149b2a02c1748933372db56816fe2a3355ebc85d5e60d1e1f8b962bd2ea4062
  • Pointer size: 132 Bytes
  • Size of remote file: 1.45 MB
images/heavy inking_21_-3.0.png ADDED

Git LFS Details

  • SHA256: eea6ba3a42f5787575644ca63c5520b212bc3e5312cb19ccd155fb0c0f935942
  • Pointer size: 132 Bytes
  • Size of remote file: 1.53 MB
images/heavy inking_21_0.0.png ADDED

Git LFS Details

  • SHA256: 21ce8b58694bb606602de29d3445af14c8b539e7262c5e1416b7e38b4e54c018
  • Pointer size: 132 Bytes
  • Size of remote file: 1.41 MB
images/heavy inking_21_1.5.png ADDED

Git LFS Details

  • SHA256: 192a91afa37cf422813464eb36dcc46caf55c404f36965af1d9ed6da0ff0fdf6
  • Pointer size: 132 Bytes
  • Size of remote file: 1.41 MB
images/heavy inking_21_3.0.png ADDED

Git LFS Details

  • SHA256: 071b274c763fb9b344e267aeb6319c14341f523bd3d937f5bccabe1e02d36196
  • Pointer size: 132 Bytes
  • Size of remote file: 1.39 MB
images/heavy inking_22_-1.5.png ADDED

Git LFS Details

  • SHA256: 848f955942a61f7f5354781482b6ff506f3839e99d7cb2b9654d6ab20bd3ef60
  • Pointer size: 132 Bytes
  • Size of remote file: 1.21 MB
images/heavy inking_22_-3.0.png ADDED

Git LFS Details

  • SHA256: 8b65a93e60471779a92e37c9147f8877041c38771a34856db770ee4852cc2187
  • Pointer size: 132 Bytes
  • Size of remote file: 1.2 MB
images/heavy inking_22_0.0.png ADDED

Git LFS Details

  • SHA256: f5539b990a5cf90427a5f9717305eae3a360c1daf3b63d14e977da81685a44d7
  • Pointer size: 132 Bytes
  • Size of remote file: 1.22 MB
images/heavy inking_22_1.5.png ADDED

Git LFS Details

  • SHA256: 148739b40d74fe85154b5dd10e3d8d1480aff04defe13b333d4cd5e671dbb0cf
  • Pointer size: 132 Bytes
  • Size of remote file: 1.24 MB
images/heavy inking_22_3.0.png ADDED

Git LFS Details

  • SHA256: 3f8427a1ad6b577e897a7f8be44856112dc01e6f80de1aca6f217f96120c1c0f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.27 MB