ntc-ai commited on
Commit
f90b1e5
1 Parent(s): abdcccc

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/life of the party...boring/life of the party_17_3.0.png"
6
+ widget:
7
+ - text: life of the party
8
+ output:
9
+ url: images/life of the party_17_3.0.png
10
+ - text: life of the party
11
+ output:
12
+ url: images/life of the party_19_3.0.png
13
+ - text: life of the party
14
+ output:
15
+ url: images/life of the party_20_3.0.png
16
+ - text: life of the party
17
+ output:
18
+ url: images/life of the party_21_3.0.png
19
+ - text: life of the party
20
+ output:
21
+ url: images/life of the party_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: "life of the party"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - life of the party (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/life of the party_17_-3.0.png" width=256 height=256 /> | <img src="images/life of the party_17_0.0.png" width=256 height=256 /> | <img src="images/life of the party_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/life of the party_19_-3.0.png" width=256 height=256 /> | <img src="images/life of the party_19_0.0.png" width=256 height=256 /> | <img src="images/life of the party_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/life of the party_20_-3.0.png" width=256 height=256 /> | <img src="images/life of the party_20_0.0.png" width=256 height=256 /> | <img src="images/life of the party_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
+ life of the party
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.life-of-the-party', weight_name='life of the party.safetensors', adapter_name="life of the party")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["life of the party"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, life of the party"
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 730+ 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/life of the party_17_-1.5.png ADDED

Git LFS Details

  • SHA256: 678938c81951e54672916c62d18fcc7a4ade40f34522a9927c44ef48be09ea21
  • Pointer size: 132 Bytes
  • Size of remote file: 1.43 MB
images/life of the party_17_-3.0.png ADDED

Git LFS Details

  • SHA256: d4f6d3d60b707af257e11a00753aeb45cad10a31348c9f6eea287bc35dce87dd
  • Pointer size: 132 Bytes
  • Size of remote file: 1.39 MB
images/life of the party_17_0.0.png ADDED

Git LFS Details

  • SHA256: cc6eb863a4e97c1045ba2e2797f57c90098dbcfd60ea9d07b6168e63ebb93569
  • Pointer size: 132 Bytes
  • Size of remote file: 1.46 MB
images/life of the party_17_1.5.png ADDED

Git LFS Details

  • SHA256: 4ae1eb89bf550ce46260ac2a6573e5ba2f6609152ae8388e0d85708c593d7c34
  • Pointer size: 132 Bytes
  • Size of remote file: 1.48 MB
images/life of the party_17_3.0.png ADDED

Git LFS Details

  • SHA256: 2782e7d03a9db9f6bb2b64e21f56b44a764cec02275b1178b69c2b9c02de9d74
  • Pointer size: 132 Bytes
  • Size of remote file: 1.53 MB
images/life of the party_19_-1.5.png ADDED

Git LFS Details

  • SHA256: 7b90a178b641568029d6ea6ad9474d1c6e96cd23d602b6a9d18c3be48fd25075
  • Pointer size: 132 Bytes
  • Size of remote file: 1.64 MB
images/life of the party_19_-3.0.png ADDED

Git LFS Details

  • SHA256: a2b46de31e3dff6c52d4940b2c401fd1292be63988d4870ff9a5aa623fcdf8ce
  • Pointer size: 132 Bytes
  • Size of remote file: 1.62 MB
images/life of the party_19_0.0.png ADDED

Git LFS Details

  • SHA256: a9b2ee3d39aa2bc72789cbbb4ba0af101840b489c56f291ed8446ed7fca8138c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.63 MB
images/life of the party_19_1.5.png ADDED

Git LFS Details

  • SHA256: 3eea6132ec57edcd9fc7472e9b0ee4f41260927dd39f6a7fedd88938ffac3bf9
  • Pointer size: 132 Bytes
  • Size of remote file: 1.64 MB
images/life of the party_19_3.0.png ADDED

Git LFS Details

  • SHA256: 37b2cda15009aca61c59d81287334219810aa060bce0de76518bad53ce18383c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.65 MB
images/life of the party_20_-1.5.png ADDED

Git LFS Details

  • SHA256: 6a7c176bf84d0e19aa09fb455e3394893e791526b41e5305d8ca643866f3791f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.61 MB
images/life of the party_20_-3.0.png ADDED

Git LFS Details

  • SHA256: ec36262679282b2fa3b65606502f3872f0537a36533d6fc082626633ec9c8912
  • Pointer size: 132 Bytes
  • Size of remote file: 1.62 MB
images/life of the party_20_0.0.png ADDED

Git LFS Details

  • SHA256: 60f0af6df48640a259fe76d531a9f9d1e0e8d119f02eb2dbddfe9fa2993b539e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.61 MB
images/life of the party_20_1.5.png ADDED

Git LFS Details

  • SHA256: 3743650a65a2808b96fae287567050e1a5b471fe51b2f1b9d7b04c0727fb8f74
  • Pointer size: 132 Bytes
  • Size of remote file: 1.63 MB
images/life of the party_20_3.0.png ADDED

Git LFS Details

  • SHA256: 50262ea916d7d07987c173335db62a6623b5f74f11e16fe105f14a3e6829725d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.66 MB
images/life of the party_21_-1.5.png ADDED

Git LFS Details

  • SHA256: 37d608a902aae74af0bb0633c1c3f5a490295bc0898470374af081a40115ac18
  • Pointer size: 132 Bytes
  • Size of remote file: 1.6 MB
images/life of the party_21_-3.0.png ADDED

Git LFS Details

  • SHA256: 278f3e8760745eeeaaf6272d9c0e8617c9b5c0117ff551a700f85f6fc9615b0f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.58 MB
images/life of the party_21_0.0.png ADDED

Git LFS Details

  • SHA256: fd9bc9a4d234e2cd2ea6d83c7888d1e55e3c4caa3edf485153b4a8cba229a00e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.6 MB
images/life of the party_21_1.5.png ADDED

Git LFS Details

  • SHA256: 033d28b091579f7a05b44f411bf68bae16c34334b00eeeca6b9caee0501aca30
  • Pointer size: 132 Bytes
  • Size of remote file: 1.62 MB
images/life of the party_21_3.0.png ADDED

Git LFS Details

  • SHA256: 3154e32f7378e4631533822178867ba5bc19b187fcc72e2048cd2f22937eedec
  • Pointer size: 132 Bytes
  • Size of remote file: 1.62 MB
images/life of the party_22_-1.5.png ADDED

Git LFS Details

  • SHA256: 3b7f8705df2ceb070ee59e325bd1ff7787651ae31dae8620193d483339fe037a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.53 MB
images/life of the party_22_-3.0.png ADDED

Git LFS Details

  • SHA256: 27c87397e8c3f26defbddec5ecb5439a4fa31cd61bf401b56ea9aa6abe87da3a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.54 MB
images/life of the party_22_0.0.png ADDED

Git LFS Details

  • SHA256: 3382d2886af3d5623dc9229a923af4b8e3fa7d69e8369760c52a91015d3e40b5
  • Pointer size: 132 Bytes
  • Size of remote file: 1.55 MB
images/life of the party_22_1.5.png ADDED

Git LFS Details

  • SHA256: 760a9c7daa5fde865211a9540a07f05369f29515c6bfffbf7fa2c86fb2993c67
  • Pointer size: 132 Bytes
  • Size of remote file: 1.54 MB
images/life of the party_22_3.0.png ADDED

Git LFS Details

  • SHA256: 7cadc57cabfacb958acddf7b83e6ee5c6066d2278a01360bdeeef172ce9d29e7
  • Pointer size: 132 Bytes
  • Size of remote file: 1.55 MB
life of the party.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:42b03bae9318b381d8368a991453f161f7a880f8fb9e8fc34ca39c489ea1d158
3
+ size 8789076