ntc-ai commited on
Commit
c068bff
1 Parent(s): 680a658

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/headshot.../headshot_17_3.0.png"
6
+ widget:
7
+ - text: headshot
8
+ output:
9
+ url: images/headshot_17_3.0.png
10
+ - text: headshot
11
+ output:
12
+ url: images/headshot_19_3.0.png
13
+ - text: headshot
14
+ output:
15
+ url: images/headshot_20_3.0.png
16
+ - text: headshot
17
+ output:
18
+ url: images/headshot_21_3.0.png
19
+ - text: headshot
20
+ output:
21
+ url: images/headshot_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: "headshot"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - headshot (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/headshot_17_-3.0.png" width=256 height=256 /> | <img src="images/headshot_17_0.0.png" width=256 height=256 /> | <img src="images/headshot_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/headshot_19_-3.0.png" width=256 height=256 /> | <img src="images/headshot_19_0.0.png" width=256 height=256 /> | <img src="images/headshot_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/headshot_20_-3.0.png" width=256 height=256 /> | <img src="images/headshot_20_0.0.png" width=256 height=256 /> | <img src="images/headshot_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
+ headshot
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.headshot', weight_name='headshot.safetensors', adapter_name="headshot")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["headshot"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, headshot"
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
headshot.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:944a3d7066614a23427dcb1aa14f06fbc751b2a7361fc4baa62d2f504aa5a1ad
3
+ size 8789076
images/headshot_17_-1.5.png ADDED

Git LFS Details

  • SHA256: 896994bd2d5fb1559701646036d760a2246ddbcce1d7279284b328871c5e2df2
  • Pointer size: 132 Bytes
  • Size of remote file: 1.53 MB
images/headshot_17_-3.0.png ADDED

Git LFS Details

  • SHA256: fef80c8ce42fc3add82351408c129cec3677bddef8798c1ab8d5a195c2827f44
  • Pointer size: 132 Bytes
  • Size of remote file: 1.55 MB
images/headshot_17_0.0.png ADDED

Git LFS Details

  • SHA256: 68d90b8b62415bba3ea080c0322abe53353afa0b3ff58e307ce25e72475be07a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.52 MB
images/headshot_17_1.5.png ADDED

Git LFS Details

  • SHA256: a3b96c94381b1c31a6b38af04f359c3997bed07c16ee96a48a59e690402346f3
  • Pointer size: 132 Bytes
  • Size of remote file: 1.46 MB
images/headshot_17_3.0.png ADDED

Git LFS Details

  • SHA256: 34d90394d59007d3f78c9e24f89c983ddd2b348e0471b15690376b7bf5d3229a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.41 MB
images/headshot_19_-1.5.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: 742101220105f4920f19038ab460b105394df6f0bb75ec1f51bd0f31868ddc4c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.37 MB
images/headshot_19_0.0.png ADDED

Git LFS Details

  • SHA256: e0cd6875f2c3223fe51d20b35491212dc9e58a24c8315596998cfd8eba4c6b04
  • Pointer size: 132 Bytes
  • Size of remote file: 1.39 MB
images/headshot_19_1.5.png ADDED

Git LFS Details

  • SHA256: 69d7f2f3f136bfb8e6886f3ed297d3b06013f116d8b43cae0b88b2fc7ba841c1
  • Pointer size: 132 Bytes
  • Size of remote file: 1.37 MB
images/headshot_19_3.0.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: 7bc6f3e806ea5510fc8e1ea1a4c53ba14ec0297e5d5b8f4eb4f6cbfd593a25a3
  • Pointer size: 132 Bytes
  • Size of remote file: 1.64 MB
images/headshot_20_-3.0.png ADDED

Git LFS Details

  • SHA256: b94dfe54fcf9f944f59b5f6e52b7ae41f9560956f41f3b83ab1e98a71e76a7f1
  • Pointer size: 132 Bytes
  • Size of remote file: 1.63 MB
images/headshot_20_0.0.png ADDED

Git LFS Details

  • SHA256: d50daa65c7de44a2e292d369bd46a8bddc477423f4f7af2b8029d9896b08b82c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.64 MB
images/headshot_20_1.5.png ADDED

Git LFS Details

  • SHA256: e66e6b65358c956c87c5173dc60741854cf7dafadaf3cd99197e4e08181bd8c4
  • Pointer size: 132 Bytes
  • Size of remote file: 1.61 MB
images/headshot_20_3.0.png ADDED

Git LFS Details

  • SHA256: 4f39d871fb84bec89745e980fb09554d317ea6e13a0562973626c25639cf6007
  • Pointer size: 132 Bytes
  • Size of remote file: 1.55 MB
images/headshot_21_-1.5.png ADDED

Git LFS Details

  • SHA256: 5d9a2aede1e1b03a213c6f723bee2358abd6e28a5a763b62275941d2c3487f9d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.43 MB
images/headshot_21_-3.0.png ADDED

Git LFS Details

  • SHA256: b1cab46fef13df5595f278fdfbf4b5758615418fc72f8dde9660ff5ebdfc933c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.39 MB
images/headshot_21_0.0.png ADDED

Git LFS Details

  • SHA256: 0b1f13b897fe72161539a6f7f40213b2cb3757d3ebb85b82a24dba923737715e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.43 MB
images/headshot_21_1.5.png ADDED

Git LFS Details

  • SHA256: cd56584c3015a01c0ab5b1037e49d5004a01ac01c96b1dda1b04a8290adb0018
  • Pointer size: 132 Bytes
  • Size of remote file: 1.44 MB
images/headshot_21_3.0.png ADDED

Git LFS Details

  • SHA256: 41a1fa4aa64070715c03aacda57398d5b27aef9d44a1d1a8b8c3482e57d8c8bb
  • Pointer size: 132 Bytes
  • Size of remote file: 1.45 MB
images/headshot_22_-1.5.png ADDED

Git LFS Details

  • SHA256: 4eb1471d3b98726b9368b6e8b815bcdf5636ab0967a45e1af5c01c008b40dc2c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.35 MB
images/headshot_22_-3.0.png ADDED

Git LFS Details

  • SHA256: e9a9ed9c71d7d5de9121675e65b6a4fa64f1f92abf73db41305dc4c978b95a61
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
images/headshot_22_0.0.png ADDED

Git LFS Details

  • SHA256: 3e2af41d3acc4a07cb7e504ead54e9efca822c13180bc4823a62f2ce5b8cddce
  • Pointer size: 132 Bytes
  • Size of remote file: 1.38 MB
images/headshot_22_1.5.png ADDED

Git LFS Details

  • SHA256: 1b7c03f92795156a32afe4df41dafe150d487f4a8f1e44f566ec573f5a80a86c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.41 MB
images/headshot_22_3.0.png ADDED

Git LFS Details

  • SHA256: a1b6c09f02501502f228c46ccd3d97aa993558cea422829a935d697ab5463d08
  • Pointer size: 132 Bytes
  • Size of remote file: 1.38 MB