ntc-ai commited on
Commit
e0a48f5
1 Parent(s): c34a558

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/looking at viewer...looking away/looking at viewer_17_3.0.png"
6
+ widget:
7
+ - text: looking at viewer
8
+ output:
9
+ url: images/looking at viewer_17_3.0.png
10
+ - text: looking at viewer
11
+ output:
12
+ url: images/looking at viewer_19_3.0.png
13
+ - text: looking at viewer
14
+ output:
15
+ url: images/looking at viewer_20_3.0.png
16
+ - text: looking at viewer
17
+ output:
18
+ url: images/looking at viewer_21_3.0.png
19
+ - text: looking at viewer
20
+ output:
21
+ url: images/looking at viewer_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: "looking at viewer"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - looking at viewer (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/looking at viewer_17_-3.0.png" width=256 height=256 /> | <img src="images/looking at viewer_17_0.0.png" width=256 height=256 /> | <img src="images/looking at viewer_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/looking at viewer_19_-3.0.png" width=256 height=256 /> | <img src="images/looking at viewer_19_0.0.png" width=256 height=256 /> | <img src="images/looking at viewer_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/looking at viewer_20_-3.0.png" width=256 height=256 /> | <img src="images/looking at viewer_20_0.0.png" width=256 height=256 /> | <img src="images/looking at viewer_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
+ looking at viewer
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.looking-at-viewer', weight_name='looking at viewer.safetensors', adapter_name="looking at viewer")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["looking at viewer"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, looking at viewer"
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 200+ 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/looking at viewer_17_-1.5.png ADDED

Git LFS Details

  • SHA256: b5821f96bf8cb2b424278218fc99be0fc0ab0ea018aaaf83b6a56014d777c713
  • Pointer size: 132 Bytes
  • Size of remote file: 1.55 MB
images/looking at viewer_17_-3.0.png ADDED

Git LFS Details

  • SHA256: dd0b4070ed76cec83640192239dd85d79aeaf2fe1bd0fc8aee6aaa08b025211e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.52 MB
images/looking at viewer_17_0.0.png ADDED

Git LFS Details

  • SHA256: b084a157b2c99e29a30a6f0a66fc5ddab3b4269a18db52b90fd7cb90340f7fda
  • Pointer size: 132 Bytes
  • Size of remote file: 1.56 MB
images/looking at viewer_17_1.5.png ADDED

Git LFS Details

  • SHA256: a41b7f4c2d9794d73912d134583c7a24f71f9db6da90b55065c7ececfc8ab784
  • Pointer size: 132 Bytes
  • Size of remote file: 1.59 MB
images/looking at viewer_17_3.0.png ADDED

Git LFS Details

  • SHA256: 516714345af585a90a99603f9b6427c940b4ff92267170125d31d896e1b947a6
  • Pointer size: 132 Bytes
  • Size of remote file: 1.59 MB
images/looking at viewer_19_-1.5.png ADDED

Git LFS Details

  • SHA256: f8986e46738d76589fc10571306ea5f8ca08992c796128932b0031a8abc6a99e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
images/looking at viewer_19_-3.0.png ADDED

Git LFS Details

  • SHA256: 7d614f59bf2ca7636f70ab6bebf2b15315815ac68090a2a9f4630d878079abca
  • Pointer size: 132 Bytes
  • Size of remote file: 1.43 MB
images/looking at viewer_19_0.0.png ADDED

Git LFS Details

  • SHA256: cafd85c475974aab061b061ada83b4335164e3dd8be5bf71788f88c41593f507
  • Pointer size: 132 Bytes
  • Size of remote file: 1.53 MB
images/looking at viewer_19_1.5.png ADDED

Git LFS Details

  • SHA256: fdb4d01f823873c9a9509e466e8ff4a8d46f05fc8f8cc46902f7d9761c4aed73
  • Pointer size: 132 Bytes
  • Size of remote file: 1.51 MB
images/looking at viewer_19_3.0.png ADDED

Git LFS Details

  • SHA256: e660a6288bb617a36db9934075ff391516f914a6f84536a7de3486af7acf2929
  • Pointer size: 132 Bytes
  • Size of remote file: 1.52 MB
images/looking at viewer_20_-1.5.png ADDED

Git LFS Details

  • SHA256: 5619c3e1148e30247ffa7e6728308a5afb30a30ee0e641cdd984aa4136b8cf1e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.82 MB
images/looking at viewer_20_-3.0.png ADDED

Git LFS Details

  • SHA256: e20b1c2bc528d4a1cc0ca4f27f3e595a4b83b45aaaa68206386cf60bf7b06300
  • Pointer size: 132 Bytes
  • Size of remote file: 1.75 MB
images/looking at viewer_20_0.0.png ADDED

Git LFS Details

  • SHA256: 12c79bf79d5eb70084c9732ced96a5135d000cf851c14975b0edcbe9f333b723
  • Pointer size: 132 Bytes
  • Size of remote file: 1.86 MB
images/looking at viewer_20_1.5.png ADDED

Git LFS Details

  • SHA256: 0e18415c94b466830aaef8c261033481a69ea27d639999a938fe4d50fb632807
  • Pointer size: 132 Bytes
  • Size of remote file: 1.89 MB
images/looking at viewer_20_3.0.png ADDED

Git LFS Details

  • SHA256: 8d4f0a4eceb72c4af59d6781ac121804ce35d9221f333129e816463558bd1c5d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.94 MB
images/looking at viewer_21_-1.5.png ADDED

Git LFS Details

  • SHA256: ce1e3572ae5e169a798fbbfb989c02f7fb0fbcd96843fdd1b03e3d252a7103da
  • Pointer size: 132 Bytes
  • Size of remote file: 1.22 MB
images/looking at viewer_21_-3.0.png ADDED

Git LFS Details

  • SHA256: cada8aaf60da55e455b83f68af244bba2b1184ad535c5e4b301b4822bdca55e1
  • Pointer size: 132 Bytes
  • Size of remote file: 1.16 MB
images/looking at viewer_21_0.0.png ADDED

Git LFS Details

  • SHA256: 25da1912eddcb632aaf036a11c943a114254ab6e2b48081fc426831dadbae777
  • Pointer size: 132 Bytes
  • Size of remote file: 1.31 MB
images/looking at viewer_21_1.5.png ADDED

Git LFS Details

  • SHA256: ea5ee9987bbc8ed08b586c739ec2c512f03c933adea669dc838c673ac7e006db
  • Pointer size: 132 Bytes
  • Size of remote file: 1.42 MB
images/looking at viewer_21_3.0.png ADDED

Git LFS Details

  • SHA256: 870ea0a48e79a0bd978b984b567a979b69a6445e9610313a9fec5fe29651732b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.49 MB
images/looking at viewer_22_-1.5.png ADDED

Git LFS Details

  • SHA256: ab31ec385defd8300b526de063f5a8f3aa60d2e71b43ad63607f5abe6f2cafda
  • Pointer size: 132 Bytes
  • Size of remote file: 1.55 MB
images/looking at viewer_22_-3.0.png ADDED

Git LFS Details

  • SHA256: 5c475d0e465821ddb647ccfb85066f9352fe3adfa893b24ea7fa6f1f11af4010
  • Pointer size: 132 Bytes
  • Size of remote file: 1.5 MB
images/looking at viewer_22_0.0.png ADDED

Git LFS Details

  • SHA256: 304f20d0e72b2d256d1565d20857478f10d4b3bf443538507d57a0976dbbdbc7
  • Pointer size: 132 Bytes
  • Size of remote file: 1.58 MB
images/looking at viewer_22_1.5.png ADDED

Git LFS Details

  • SHA256: 4f1b856b8c8aec1e782b4a1221da20e176f49896c9bfa7c2d3a272cfdfcceb8d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.61 MB
images/looking at viewer_22_3.0.png ADDED

Git LFS Details

  • SHA256: 3019786234e813c05f740ed1dcab7e133451bd338c11b6bd5910b53ca4a7471a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.62 MB
looking at viewer.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b0f2bc8342b4aad13ce4df863308881128428ab40f48fb05d10af8b3d2d9ed70
3
+ size 8789076