ntc-ai commited on
Commit
70fb1ac
1 Parent(s): 6b01705

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/stencil.../stencil_17_3.0.png"
6
+ widget:
7
+ - text: stencil
8
+ output:
9
+ url: images/stencil_17_3.0.png
10
+ - text: stencil
11
+ output:
12
+ url: images/stencil_19_3.0.png
13
+ - text: stencil
14
+ output:
15
+ url: images/stencil_20_3.0.png
16
+ - text: stencil
17
+ output:
18
+ url: images/stencil_21_3.0.png
19
+ - text: stencil
20
+ output:
21
+ url: images/stencil_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: "stencil"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - stencil (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/stencil_17_-3.0.png" width=256 height=256 /> | <img src="images/stencil_17_0.0.png" width=256 height=256 /> | <img src="images/stencil_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/stencil_19_-3.0.png" width=256 height=256 /> | <img src="images/stencil_19_0.0.png" width=256 height=256 /> | <img src="images/stencil_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/stencil_20_-3.0.png" width=256 height=256 /> | <img src="images/stencil_20_0.0.png" width=256 height=256 /> | <img src="images/stencil_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
+ stencil
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.stencil', weight_name='stencil.safetensors', adapter_name="stencil")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["stencil"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, stencil"
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/stencil_17_-1.5.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: 96dccdbd21f8f48e09a42696bcaa939b876d2d8371dffb581dab3e33996e2736
  • Pointer size: 132 Bytes
  • Size of remote file: 1.64 MB
images/stencil_17_0.0.png ADDED

Git LFS Details

  • SHA256: 080c7dc1a6ec04d00a6c2579064266d7ea7e16dd4e859f6cb2014b8723448463
  • Pointer size: 132 Bytes
  • Size of remote file: 1.61 MB
images/stencil_17_1.5.png ADDED

Git LFS Details

  • SHA256: 66a9377336868c8ecd9635a286318fbea760812fb7944084771f511318a3e0b1
  • Pointer size: 132 Bytes
  • Size of remote file: 1.55 MB
images/stencil_17_3.0.png ADDED

Git LFS Details

  • SHA256: e270b8c3e97d59ebda44f47ded75a2fb8d7cbf5a2e831ef53eed88e079fe359e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.58 MB
images/stencil_19_-1.5.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: 842fd7851ecd19b44fee3c2e59be52313c30569d02c487167070200967f90f89
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
images/stencil_19_0.0.png ADDED

Git LFS Details

  • SHA256: 866af095ae6862d53415202090eace5417f4e04da8bd9ef3bbbb206036935181
  • Pointer size: 132 Bytes
  • Size of remote file: 1.58 MB
images/stencil_19_1.5.png ADDED

Git LFS Details

  • SHA256: 6276d00c7f6dbca059769e206ce2a02900662d990c1b0f74a061e845f9e31582
  • Pointer size: 132 Bytes
  • Size of remote file: 1.81 MB
images/stencil_19_3.0.png ADDED

Git LFS Details

  • SHA256: 36a6611c6c1980d6076972df32e38caadb4152b3e9b9400cb6466af584099ae6
  • Pointer size: 132 Bytes
  • Size of remote file: 1.76 MB
images/stencil_20_-1.5.png ADDED

Git LFS Details

  • SHA256: e03017f4c280678a723c4f265f78c9ece8ad029dba0e22124d9cd02d1e7ac562
  • Pointer size: 132 Bytes
  • Size of remote file: 1.26 MB
images/stencil_20_-3.0.png ADDED

Git LFS Details

  • SHA256: e6d42a28f2107b3ca277f86319837727dbddaa04149ecdf1e6fe2b807818bf11
  • Pointer size: 132 Bytes
  • Size of remote file: 1.31 MB
images/stencil_20_0.0.png ADDED

Git LFS Details

  • SHA256: b5ec9d0a6b1ac86e5fd11efa89a8abb969485be7c086dfc7543b60b371e57cba
  • Pointer size: 132 Bytes
  • Size of remote file: 1.24 MB
images/stencil_20_1.5.png ADDED

Git LFS Details

  • SHA256: 280c646465b07b996e4b3bc9101066a8e1eeb2a6856d9199119081c12c2923f5
  • Pointer size: 132 Bytes
  • Size of remote file: 1.52 MB
images/stencil_20_3.0.png ADDED

Git LFS Details

  • SHA256: 60c0214da23433c0f74d5258a4ebfad14916d558d6d2b5b4b5140cddfa6d639e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.64 MB
images/stencil_21_-1.5.png ADDED

Git LFS Details

  • SHA256: 257abbdf6ba9cab90b065fc416484a1e0560c49742dbaafbcd32eeb98f99935a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.53 MB
images/stencil_21_-3.0.png ADDED

Git LFS Details

  • SHA256: 9dec3ee485e0c9b28879acfb7365d393a5d0ab9263043657d408e3cefbda104e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.5 MB
images/stencil_21_0.0.png ADDED

Git LFS Details

  • SHA256: 41f39b961c931976dd60809b30576dfd77f5450a99eedeaaa5c468afe5b12cb6
  • Pointer size: 132 Bytes
  • Size of remote file: 1.53 MB
images/stencil_21_1.5.png ADDED

Git LFS Details

  • SHA256: db6446a8df2f3d95897cafded6fd3a07dbbf3927a9388b94391781c4d8d1abdc
  • Pointer size: 132 Bytes
  • Size of remote file: 1.48 MB
images/stencil_21_3.0.png ADDED

Git LFS Details

  • SHA256: 9954ac88485b26920fe0665952d9e7eb40ca61346ed23ab348b0eada5f72c91b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.59 MB
images/stencil_22_-1.5.png ADDED

Git LFS Details

  • SHA256: f63134cb57806a7e30ebc79cf438839d9835e5595ddd6c6274a89ad35ff844a1
  • Pointer size: 132 Bytes
  • Size of remote file: 1.36 MB
images/stencil_22_-3.0.png ADDED

Git LFS Details

  • SHA256: ede44b7e15624fbd3f3d48cb1ee0fc5488cb08a2d1dde52d036e1dfe468291e5
  • Pointer size: 132 Bytes
  • Size of remote file: 1.36 MB
images/stencil_22_0.0.png ADDED

Git LFS Details

  • SHA256: 960d923576887bcd266fea9c77aaf325273f953f37b908e238a520d1bebe83f2
  • Pointer size: 132 Bytes
  • Size of remote file: 1.38 MB
images/stencil_22_1.5.png ADDED

Git LFS Details

  • SHA256: cd5d765c3198b5bc8fe8406b18fde731ffed74623370464cada0fba755b28c5e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.38 MB
images/stencil_22_3.0.png ADDED

Git LFS Details

  • SHA256: a58666fdfdb7a313590fa108331abc36db7c9daf61a462a8a5e6760291265ef3
  • Pointer size: 132 Bytes
  • Size of remote file: 1.31 MB
stencil.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f89af88d4d3083d79e37d84ddbe78765616663c7013860fe24d8d69ab116a39c
3
+ size 8789076