ntc-ai commited on
Commit
52edb5f
1 Parent(s): 4573d83

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/silhouette.../silhouette_17_3.0.png"
6
+ widget:
7
+ - text: silhouette
8
+ output:
9
+ url: images/silhouette_17_3.0.png
10
+ - text: silhouette
11
+ output:
12
+ url: images/silhouette_19_3.0.png
13
+ - text: silhouette
14
+ output:
15
+ url: images/silhouette_20_3.0.png
16
+ - text: silhouette
17
+ output:
18
+ url: images/silhouette_21_3.0.png
19
+ - text: silhouette
20
+ output:
21
+ url: images/silhouette_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: "silhouette"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - silhouette (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/silhouette_17_-3.0.png" width=256 height=256 /> | <img src="images/silhouette_17_0.0.png" width=256 height=256 /> | <img src="images/silhouette_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/silhouette_19_-3.0.png" width=256 height=256 /> | <img src="images/silhouette_19_0.0.png" width=256 height=256 /> | <img src="images/silhouette_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/silhouette_20_-3.0.png" width=256 height=256 /> | <img src="images/silhouette_20_0.0.png" width=256 height=256 /> | <img src="images/silhouette_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
+ silhouette
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.silhouette', weight_name='silhouette.safetensors', adapter_name="silhouette")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["silhouette"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, silhouette"
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 1080+ 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/silhouette_17_-1.5.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: 86f99c1830921f0cffb5fa48f97b0b5bb52d4ee3a8b2c2fa2cb844839be64bcf
  • Pointer size: 132 Bytes
  • Size of remote file: 1.38 MB
images/silhouette_17_0.0.png ADDED

Git LFS Details

  • SHA256: 14cd5510874b8d5e35737609451e2390a87bd8dbe4ea2484da72f733bb6b789d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.34 MB
images/silhouette_17_1.5.png ADDED

Git LFS Details

  • SHA256: 4952a9da7fe33d9ca24eb9e1be278c999dbee237bf2fba2012111897c18a7790
  • Pointer size: 132 Bytes
  • Size of remote file: 1.31 MB
images/silhouette_17_3.0.png ADDED

Git LFS Details

  • SHA256: 269f1cb206f8e47128335cc0e265c0b37ed2a6f67c96270b0b88e00582faada4
  • Pointer size: 132 Bytes
  • Size of remote file: 1.25 MB
images/silhouette_19_-1.5.png ADDED

Git LFS Details

  • SHA256: 7b5aabe5848f42b703089402b7774d9e75d2d75c467ed325dd50dc62edca363d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.48 MB
images/silhouette_19_-3.0.png ADDED

Git LFS Details

  • SHA256: 317aa44f97a03f79107a6ef8c7130d7006db979089705174a69ded570fface59
  • Pointer size: 132 Bytes
  • Size of remote file: 1.54 MB
images/silhouette_19_0.0.png ADDED

Git LFS Details

  • SHA256: 153005c8f8df9b625c407bfbe3a918cf3383e63087b6068f6bc03dd04ecf5864
  • Pointer size: 132 Bytes
  • Size of remote file: 1.42 MB
images/silhouette_19_1.5.png ADDED

Git LFS Details

  • SHA256: 8c28aa35d848279a09b02929b09037e437719df19e557a23c92203e9c9717b01
  • Pointer size: 132 Bytes
  • Size of remote file: 1.32 MB
images/silhouette_19_3.0.png ADDED

Git LFS Details

  • SHA256: 9d6d03db6af30194a2f18496b248029c54f034e8d425275a7c24cc7ada47add1
  • Pointer size: 132 Bytes
  • Size of remote file: 1.17 MB
images/silhouette_20_-1.5.png ADDED

Git LFS Details

  • SHA256: d859b01e174e19b32dbe554b1c6f84426673bfbb0d81dad6b3c3954001f1e7bd
  • Pointer size: 132 Bytes
  • Size of remote file: 1.51 MB
images/silhouette_20_-3.0.png ADDED

Git LFS Details

  • SHA256: f50b4a3f8c48f98ae4909125a29149fdf7e8836eca7de4d693d596cceb0143e7
  • Pointer size: 132 Bytes
  • Size of remote file: 1.6 MB
images/silhouette_20_0.0.png ADDED

Git LFS Details

  • SHA256: 5fb40f678c35aa18e17a6a1439609631d3e58cc2694eccf199bba4189ad683e6
  • Pointer size: 132 Bytes
  • Size of remote file: 1.43 MB
images/silhouette_20_1.5.png ADDED

Git LFS Details

  • SHA256: c9b2618404d563dfe96f61dab12976e9772ae01731cb6f45155554dbc0581076
  • Pointer size: 132 Bytes
  • Size of remote file: 1.32 MB
images/silhouette_20_3.0.png ADDED

Git LFS Details

  • SHA256: 96d903980fad93ee9c4d737900e5f2fa504af788ac34fcbe2d0e737557995d91
  • Pointer size: 132 Bytes
  • Size of remote file: 1.23 MB
images/silhouette_21_-1.5.png ADDED

Git LFS Details

  • SHA256: fb412010daff41bb3cc3c626d8ec3e8d1424436fc8788e82126a5f59a705310d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.48 MB
images/silhouette_21_-3.0.png ADDED

Git LFS Details

  • SHA256: 373af0fa9bc2111cb031a9c0c42da56ce6a2f534463b438af5402fb6c7242abf
  • Pointer size: 132 Bytes
  • Size of remote file: 1.49 MB
images/silhouette_21_0.0.png ADDED

Git LFS Details

  • SHA256: b027f922d244e159bd923d28bdd2bc90a875596c46ddda27ceb629418b471117
  • Pointer size: 132 Bytes
  • Size of remote file: 1.48 MB
images/silhouette_21_1.5.png ADDED

Git LFS Details

  • SHA256: ae77ee7a106c244dee0913ffd23b1e8c726b4d27835a7b4bccbfbd9cfad243bf
  • Pointer size: 132 Bytes
  • Size of remote file: 1.43 MB
images/silhouette_21_3.0.png ADDED

Git LFS Details

  • SHA256: f8683095744bec8a71e8d06630e7f21fad392e4c21d6798b67684022a51d5837
  • Pointer size: 132 Bytes
  • Size of remote file: 1.37 MB
images/silhouette_22_-1.5.png ADDED

Git LFS Details

  • SHA256: bf0a77f26a7f942d3d0cdccf0bf7e9a51985c7b1d406779a3dd01cb67df1f087
  • Pointer size: 132 Bytes
  • Size of remote file: 1.4 MB
images/silhouette_22_-3.0.png ADDED

Git LFS Details

  • SHA256: 50b6348750fb614de49fd85f9c9ffb2250a5ede8cd4f0553f2b43bb5c447d60c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.44 MB
images/silhouette_22_0.0.png ADDED

Git LFS Details

  • SHA256: b4a3fca12ab29278357fbd30bc5f586f7ef0819f105c5685885cc88a9833a03b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.36 MB
images/silhouette_22_1.5.png ADDED

Git LFS Details

  • SHA256: dbb72243a13f731e2b20d3c4ee23c699680a8ac1a443e5b2cd8b34636d6a2019
  • Pointer size: 132 Bytes
  • Size of remote file: 1.29 MB
images/silhouette_22_3.0.png ADDED

Git LFS Details

  • SHA256: 9c1cd22febc8ca432c5bff7b4b2a3f1117986729fb7078fbe2fdcac7596f332b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.2 MB
silhouette.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f6b618b8b953ca1775a725734236f8597f6974312ed23e5f2028ca143b27979a
3
+ size 8789076