ntc-ai commited on
Commit
a281fd9
·
1 Parent(s): 62b00d4

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/facing left.../facing left_17_3.0.png"
6
+ widget:
7
+ - text: facing left
8
+ output:
9
+ url: images/facing left_17_3.0.png
10
+ - text: facing left
11
+ output:
12
+ url: images/facing left_19_3.0.png
13
+ - text: facing left
14
+ output:
15
+ url: images/facing left_20_3.0.png
16
+ - text: facing left
17
+ output:
18
+ url: images/facing left_21_3.0.png
19
+ - text: facing left
20
+ output:
21
+ url: images/facing left_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: "facing left"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - facing left (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/facing left_17_-3.0.png" width=256 height=256 /> | <img src="images/facing left_17_0.0.png" width=256 height=256 /> | <img src="images/facing left_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/facing left_19_-3.0.png" width=256 height=256 /> | <img src="images/facing left_19_0.0.png" width=256 height=256 /> | <img src="images/facing left_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/facing left_20_-3.0.png" width=256 height=256 /> | <img src="images/facing left_20_0.0.png" width=256 height=256 /> | <img src="images/facing left_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
+ facing left
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.facing-left', weight_name='facing left.safetensors', adapter_name="facing left")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["facing left"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, facing left"
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 810+ 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
facing left.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ddb41a5385a4d08baca177e52cebcff3bcb5fdf588ddded58c1d9d432f322f3a
3
+ size 8789076
images/facing left_17_-1.5.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: cc07325dbe0699d5dff6775d708cdce7f921e90ef6f1d0e097a4479b0d15dc3a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.49 MB
images/facing left_17_0.0.png ADDED

Git LFS Details

  • SHA256: 5a7d2ec5d22c08e98ccc9e66aa2ec50786329b9208a706ce1e1f47c146297708
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
images/facing left_17_1.5.png ADDED

Git LFS Details

  • SHA256: a5b10487d19527da744fffcb2bbe3ded33f192706e5c73335f02852ec94506af
  • Pointer size: 132 Bytes
  • Size of remote file: 1.46 MB
images/facing left_17_3.0.png ADDED

Git LFS Details

  • SHA256: 463961a6575b5f4e751e584ec73497e7ce45135a2909c368c869a6c5f40c2d63
  • Pointer size: 132 Bytes
  • Size of remote file: 1.44 MB
images/facing left_19_-1.5.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: f7b24e89f4ccff00deb7c4b7489ec0bef2bca97dae30089de455bf178274007a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.59 MB
images/facing left_19_0.0.png ADDED

Git LFS Details

  • SHA256: 76b0ac78df7cc9355bbf31268b85c7280dea4b9b13a93ca74746176e07ef0b71
  • Pointer size: 132 Bytes
  • Size of remote file: 1.4 MB
images/facing left_19_1.5.png ADDED

Git LFS Details

  • SHA256: 96bc7ea2c69b0a0b05f8ffe83ead522fc320ecde96dcdb762dab1768c158b8f2
  • Pointer size: 132 Bytes
  • Size of remote file: 1.36 MB
images/facing left_19_3.0.png ADDED

Git LFS Details

  • SHA256: 3b570231ad8272b9ab76bb7a9a2e5b09b1ba507594e81877a68bbe6b5bfb73b9
  • Pointer size: 132 Bytes
  • Size of remote file: 1.32 MB
images/facing left_20_-1.5.png ADDED

Git LFS Details

  • SHA256: 50ab5dc4cab3fd81f6b66e344f2b5ecb899f1fa11158e9e46d849e096d75535f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.49 MB
images/facing left_20_-3.0.png ADDED

Git LFS Details

  • SHA256: 6ba232fa694976b2e57e711bb3c9e60d021a6c72d805b1bbc6f24fbba0c0cb5f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.57 MB
images/facing left_20_0.0.png ADDED

Git LFS Details

  • SHA256: f30c90b3f1f8565f363de1a309090b6e418965aaeba62d2fa94b039cf8d4dd88
  • Pointer size: 132 Bytes
  • Size of remote file: 1.45 MB
images/facing left_20_1.5.png ADDED

Git LFS Details

  • SHA256: 235c6a6f7bde687a1c388bcf3f1d37ee9bdae4d360ec7de40d4d5730ed221f8d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.41 MB
images/facing left_20_3.0.png ADDED

Git LFS Details

  • SHA256: a4a7235eaa0d1b30eeac92c6a4fc9121317cfb95136b328b29cf1c8dbfc45198
  • Pointer size: 132 Bytes
  • Size of remote file: 1.32 MB
images/facing left_21_-1.5.png ADDED

Git LFS Details

  • SHA256: 8a33fae95dcfdc8301487938e99a3c0fc4adc9544fd7876288df9770a85d00ca
  • Pointer size: 132 Bytes
  • Size of remote file: 1.32 MB
images/facing left_21_-3.0.png ADDED

Git LFS Details

  • SHA256: 2f931c308770eb251da1278a15629735d852695416e938f4cef86fe5f3f18a5f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.34 MB
images/facing left_21_0.0.png ADDED

Git LFS Details

  • SHA256: e1fb4f20f8853ce56646f0cd60aad61c204bda891e2e5de512e8417efc9169a5
  • Pointer size: 132 Bytes
  • Size of remote file: 1.32 MB
images/facing left_21_1.5.png ADDED

Git LFS Details

  • SHA256: 8b01029f2f7d961d38f46031c80f4fbc368c31ae267c056bd5efcc36ea9253d1
  • Pointer size: 132 Bytes
  • Size of remote file: 1.35 MB
images/facing left_21_3.0.png ADDED

Git LFS Details

  • SHA256: fb314f066d8d06445dd5fe9157af0eec8406349f82eaac0403ed62de7aa8e632
  • Pointer size: 132 Bytes
  • Size of remote file: 1.34 MB
images/facing left_22_-1.5.png ADDED

Git LFS Details

  • SHA256: 2a8866f1d4fae6b112301935c108268ff82954fe2a69c40570e71a70f8988cc8
  • Pointer size: 132 Bytes
  • Size of remote file: 1.62 MB
images/facing left_22_-3.0.png ADDED

Git LFS Details

  • SHA256: c8db584966ed78fc0efad6f69e308d585ab5a434d7925ced4714592db36fd40b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.64 MB
images/facing left_22_0.0.png ADDED

Git LFS Details

  • SHA256: 509b2773d5391609ef28631d70b8db2c38c454e224b3a8bc9f17b87991865168
  • Pointer size: 132 Bytes
  • Size of remote file: 1.62 MB
images/facing left_22_1.5.png ADDED

Git LFS Details

  • SHA256: 2efa0643518145059ae849f572de829900673ae0686ed32fb0c8d47641c33f84
  • Pointer size: 132 Bytes
  • Size of remote file: 1.63 MB
images/facing left_22_3.0.png ADDED

Git LFS Details

  • SHA256: 5a6da099d6d6c4bab7109198f4ca71e7fb48590a4cbefaa15e1b2c9d981b4cd6
  • Pointer size: 132 Bytes
  • Size of remote file: 1.63 MB