ntc-ai commited on
Commit
b534f8e
1 Parent(s): 934c4c9

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/judgemental look.../judgemental look_17_3.0.png"
6
+ widget:
7
+ - text: judgemental look
8
+ output:
9
+ url: images/judgemental look_17_3.0.png
10
+ - text: judgemental look
11
+ output:
12
+ url: images/judgemental look_19_3.0.png
13
+ - text: judgemental look
14
+ output:
15
+ url: images/judgemental look_20_3.0.png
16
+ - text: judgemental look
17
+ output:
18
+ url: images/judgemental look_21_3.0.png
19
+ - text: judgemental look
20
+ output:
21
+ url: images/judgemental look_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: "judgemental look"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - judgemental look (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/judgemental look_17_-3.0.png" width=256 height=256 /> | <img src="images/judgemental look_17_0.0.png" width=256 height=256 /> | <img src="images/judgemental look_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/judgemental look_19_-3.0.png" width=256 height=256 /> | <img src="images/judgemental look_19_0.0.png" width=256 height=256 /> | <img src="images/judgemental look_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/judgemental look_20_-3.0.png" width=256 height=256 /> | <img src="images/judgemental look_20_0.0.png" width=256 height=256 /> | <img src="images/judgemental look_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
+ judgemental look
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.judgemental-look', weight_name='judgemental look.safetensors', adapter_name="judgemental look")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["judgemental look"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, judgemental look"
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 470+ 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/judgemental look_17_-1.5.png ADDED

Git LFS Details

  • SHA256: 4c974f615e18f8b6187e793154dd9846d4f884e164e49cd2583c32174aef3482
  • Pointer size: 132 Bytes
  • Size of remote file: 1.58 MB
images/judgemental look_17_-3.0.png ADDED

Git LFS Details

  • SHA256: 005365e49fe5f18b36c8c85e21726b704c7b1a3907af7f866c6ac3b4756f2b3c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.59 MB
images/judgemental look_17_0.0.png ADDED

Git LFS Details

  • SHA256: bfc10d58b24d04c31d54a779acff887119d3655c81e9b10978964b54454fc9e7
  • Pointer size: 132 Bytes
  • Size of remote file: 1.56 MB
images/judgemental look_17_1.5.png ADDED

Git LFS Details

  • SHA256: 6c407f928bcfdd71aea189bb1d92c34bddfe61679dbf1d61c649b050adc6a928
  • Pointer size: 132 Bytes
  • Size of remote file: 1.51 MB
images/judgemental look_17_3.0.png ADDED

Git LFS Details

  • SHA256: e5ec947c81dc6ccf38635eb54593405ba3695ba9593a913c55de7196957a61e9
  • Pointer size: 132 Bytes
  • Size of remote file: 1.49 MB
images/judgemental look_19_-1.5.png ADDED

Git LFS Details

  • SHA256: bc7176685efc4e188412125b756681659d651351ff4a00a8b7b261befefc4d83
  • Pointer size: 132 Bytes
  • Size of remote file: 1.57 MB
images/judgemental look_19_-3.0.png ADDED

Git LFS Details

  • SHA256: 3e16d1b25bea4f9b0db57f2a597bdfdffed57324c3f6bd184fb311bd3e0ffb1d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.55 MB
images/judgemental look_19_0.0.png ADDED

Git LFS Details

  • SHA256: da90cc8a04a92132504171744b7502600f3154cb0ff87f8036f5f1433a736121
  • Pointer size: 132 Bytes
  • Size of remote file: 1.59 MB
images/judgemental look_19_1.5.png ADDED

Git LFS Details

  • SHA256: 08742bc89994a37e2300533d19f3acec81a6d50ab29053e99abee65500b6a030
  • Pointer size: 132 Bytes
  • Size of remote file: 1.59 MB
images/judgemental look_19_3.0.png ADDED

Git LFS Details

  • SHA256: 87fcc37567302cd4b95325ae42448c088107740ef3f360498fc1cd01a4954cc2
  • Pointer size: 132 Bytes
  • Size of remote file: 1.56 MB
images/judgemental look_20_-1.5.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: 76c1bceb2ec1f369ab38720b1ac5184c1d449f89805275fcf9b36b3fcd4af2ed
  • Pointer size: 132 Bytes
  • Size of remote file: 1.51 MB
images/judgemental look_20_0.0.png ADDED

Git LFS Details

  • SHA256: 8d6f84849012ce87d57972c308f433e9e3b8c6a8981b8e49768c8dc871fa6592
  • Pointer size: 132 Bytes
  • Size of remote file: 1.45 MB
images/judgemental look_20_1.5.png ADDED

Git LFS Details

  • SHA256: 93be477ffe7397c2f90fd47cf412de8b9252a4f4033b82e0c46ce1bb91df234e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.41 MB
images/judgemental look_20_3.0.png ADDED

Git LFS Details

  • SHA256: 9ab9ff0d129d7d598342134ab221b60901b23d099808dc40063b3284b3e6589f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.35 MB
images/judgemental look_21_-1.5.png ADDED

Git LFS Details

  • SHA256: e187cb43a78b30054ffd8f902ee24dda35bd2427bed70fb5d1a854f9458b06de
  • Pointer size: 132 Bytes
  • Size of remote file: 1.49 MB
images/judgemental look_21_-3.0.png ADDED

Git LFS Details

  • SHA256: 8ca892c41ec7530a260d28b0773757edb1e1a90126d7c4e0f5ca1fe9f6f5f6a2
  • Pointer size: 132 Bytes
  • Size of remote file: 1.51 MB
images/judgemental look_21_0.0.png ADDED

Git LFS Details

  • SHA256: b6a347992d28bafc107a645ad86df0a6f759f4f4b1472111374a09ec6f3b9454
  • Pointer size: 132 Bytes
  • Size of remote file: 1.52 MB
images/judgemental look_21_1.5.png ADDED

Git LFS Details

  • SHA256: b469b19537b1681c63a07679c62cc3b93e62525164215cb740782c75bd65a29c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.43 MB
images/judgemental look_21_3.0.png ADDED

Git LFS Details

  • SHA256: 5ee12fc2b0a1a7f7e20ab6afed11da7ab7c7ab5708f36a06900a69277894bcdd
  • Pointer size: 132 Bytes
  • Size of remote file: 1.36 MB
images/judgemental look_22_-1.5.png ADDED

Git LFS Details

  • SHA256: b4298153ad7373aa6a563bd2af828bafc4764597a02350505857ce32e7f4ccd6
  • Pointer size: 132 Bytes
  • Size of remote file: 1.61 MB
images/judgemental look_22_-3.0.png ADDED

Git LFS Details

  • SHA256: 293ab822cd5a4951f0edae6c0b372e1b3a0dcdf8248993e1307c1706d560d397
  • Pointer size: 132 Bytes
  • Size of remote file: 1.59 MB
images/judgemental look_22_0.0.png ADDED

Git LFS Details

  • SHA256: 32e4ecd18f9ce07c7be4d4d695b9abb1c94968e0fd443ee93f3fe0eba182e9b6
  • Pointer size: 132 Bytes
  • Size of remote file: 1.63 MB
images/judgemental look_22_1.5.png ADDED

Git LFS Details

  • SHA256: cf482acba532b1155ca569e734d70398fe2c7418469fd15069e5fba6c9dbb29e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.64 MB
images/judgemental look_22_3.0.png ADDED

Git LFS Details

  • SHA256: 6aac9c0b21e97b65f64b5d1b7b84198d906964ee30c1c5be59a5f2a10b1d658b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.66 MB
judgemental look.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a440490e005c77ba50ba3b84d5962ab05bfc74e4d008010fb9da93f6cc43bd6
3
+ size 8789076