ntc-ai commited on
Commit
9218699
1 Parent(s): 80751f0

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/admiration...disgust/admiration_17_3.0.png"
6
+ widget:
7
+ - text: admiration
8
+ output:
9
+ url: images/admiration_17_3.0.png
10
+ - text: admiration
11
+ output:
12
+ url: images/admiration_19_3.0.png
13
+ - text: admiration
14
+ output:
15
+ url: images/admiration_20_3.0.png
16
+ - text: admiration
17
+ output:
18
+ url: images/admiration_21_3.0.png
19
+ - text: admiration
20
+ output:
21
+ url: images/admiration_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: "admiration"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - admiration (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/admiration_17_-3.0.png" width=256 height=256 /> | <img src="images/admiration_17_0.0.png" width=256 height=256 /> | <img src="images/admiration_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/admiration_19_-3.0.png" width=256 height=256 /> | <img src="images/admiration_19_0.0.png" width=256 height=256 /> | <img src="images/admiration_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/admiration_20_-3.0.png" width=256 height=256 /> | <img src="images/admiration_20_0.0.png" width=256 height=256 /> | <img src="images/admiration_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
+ admiration
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.admiration', weight_name='admiration.safetensors', adapter_name="admiration")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["admiration"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, admiration"
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 230+ 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
admiration.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:922b097d7ee8827a473e2145d1f1267d5e1f7a9f5f3939c4fb7496214fb1ef3b
3
+ size 8789076
images/admiration_17_-1.5.png ADDED

Git LFS Details

  • SHA256: 87da530be94d66d8bde5a52de2114d7a114c52c68908653270d4fe10d86ccfa1
  • Pointer size: 132 Bytes
  • Size of remote file: 1.26 MB
images/admiration_17_-3.0.png ADDED

Git LFS Details

  • SHA256: 569acb37ce28283ebee8ffc7e2e303b868d85267eca68eb585dec0f8ff169b6d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.24 MB
images/admiration_17_0.0.png ADDED

Git LFS Details

  • SHA256: 1b376cfd8218e4b91ca368e23335c44193958b0e9a8a6578cfa9ac99258d4587
  • Pointer size: 132 Bytes
  • Size of remote file: 1.28 MB
images/admiration_17_1.5.png ADDED

Git LFS Details

  • SHA256: 33f21120f8072e6ada96fdfb0d9bb278fc669ebdd4552ae15c59f02e914ed40d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.31 MB
images/admiration_17_3.0.png ADDED

Git LFS Details

  • SHA256: 41ec94cf5f200de57980c583ab89ad2561ab7c1278626e5b8e16d3372318aaf9
  • Pointer size: 132 Bytes
  • Size of remote file: 1.36 MB
images/admiration_19_-1.5.png ADDED

Git LFS Details

  • SHA256: 065c5c8aa79c77bf3b486497ad855f1bf61f1dcd52637bf076f8de0033396092
  • Pointer size: 132 Bytes
  • Size of remote file: 1.38 MB
images/admiration_19_-3.0.png ADDED

Git LFS Details

  • SHA256: 747ec701e92383ac49826062c0c026b4bfc2edbdf0ad86da35cf5c6a26aff4c1
  • Pointer size: 132 Bytes
  • Size of remote file: 1.35 MB
images/admiration_19_0.0.png ADDED

Git LFS Details

  • SHA256: e5869804df2011a357f9a9ea72daa7495b2e9bbbb334a8a7ab20da8936c81f87
  • Pointer size: 132 Bytes
  • Size of remote file: 1.44 MB
images/admiration_19_1.5.png ADDED

Git LFS Details

  • SHA256: 47110e516a87b1f16e7d3f778a29c55a9eafe19401a2a8e0fa5ca005bfb6cce4
  • Pointer size: 132 Bytes
  • Size of remote file: 1.49 MB
images/admiration_19_3.0.png ADDED

Git LFS Details

  • SHA256: b87c857e6fd609ff96cacef39a239666cb27ee4c8e109cda58166ccfc1ed1849
  • Pointer size: 132 Bytes
  • Size of remote file: 1.53 MB
images/admiration_20_-1.5.png ADDED

Git LFS Details

  • SHA256: 9b8ad9e95bb4fa2946583259934647a88a1cd9ad2affed7e756ca5727029ff32
  • Pointer size: 132 Bytes
  • Size of remote file: 1.45 MB
images/admiration_20_-3.0.png ADDED

Git LFS Details

  • SHA256: 1a93f314e40e3ecd902551180903dc0c0be758966e7b3a5ea2dd44d80e0cc33a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.42 MB
images/admiration_20_0.0.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: ad9d6c589afb64e6db75f1b8305f3c444b086ed9d503f30e56885f1538be318c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.53 MB
images/admiration_20_3.0.png ADDED

Git LFS Details

  • SHA256: 4392ff2520082e60d811d048631134c5661f13d0db6dec14c0afe319b83e8e0e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.56 MB
images/admiration_21_-1.5.png ADDED

Git LFS Details

  • SHA256: 475718f66be9d7c9bbe47910b6407ee10a0c65fc5a7490db080d867c4828eb2a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
images/admiration_21_-3.0.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: e52e2521d988d02ba04d6b24db1776ab5c67fd948ff6998391cb564e8d6a2442
  • Pointer size: 132 Bytes
  • Size of remote file: 1.45 MB
images/admiration_21_1.5.png ADDED

Git LFS Details

  • SHA256: 6d7aaf6739e67b9071b0fa637d007b50f3a299f1ca0630ac5e54cf194adfe240
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
images/admiration_21_3.0.png ADDED

Git LFS Details

  • SHA256: aacedd28e4f8d83b00494cc159a91d4edecc4387ee586e0a30b60e984e264a32
  • Pointer size: 132 Bytes
  • Size of remote file: 1.52 MB
images/admiration_22_-1.5.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: 0b4dbd43d0875cc9643a5d79a1fc36b73c1655e9a06af4956e2d0e07429bbe21
  • Pointer size: 132 Bytes
  • Size of remote file: 1.45 MB
images/admiration_22_0.0.png ADDED

Git LFS Details

  • SHA256: cc538c464e38eb87c58a4ddd95a32585ce5a40f76ed42519903a19926fce0bad
  • Pointer size: 132 Bytes
  • Size of remote file: 1.53 MB
images/admiration_22_1.5.png ADDED

Git LFS Details

  • SHA256: 7fcc87969fbbc391763a4e1cfee446314dfb715b42eb2186774a3b42cd5611d9
  • Pointer size: 132 Bytes
  • Size of remote file: 1.6 MB
images/admiration_22_3.0.png ADDED

Git LFS Details

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