ntc-ai commited on
Commit
3e837c3
·
1 Parent(s): 1bba166

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/rich...poor/rich_17_3.0.png"
6
+ widget:
7
+ - text: rich
8
+ output:
9
+ url: images/rich_17_3.0.png
10
+ - text: rich
11
+ output:
12
+ url: images/rich_19_3.0.png
13
+ - text: rich
14
+ output:
15
+ url: images/rich_20_3.0.png
16
+ - text: rich
17
+ output:
18
+ url: images/rich_21_3.0.png
19
+ - text: rich
20
+ output:
21
+ url: images/rich_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: "rich"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - rich (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/rich_17_-3.0.png" width=256 height=256 /> | <img src="images/rich_17_0.0.png" width=256 height=256 /> | <img src="images/rich_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/rich_19_-3.0.png" width=256 height=256 /> | <img src="images/rich_19_0.0.png" width=256 height=256 /> | <img src="images/rich_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/rich_20_-3.0.png" width=256 height=256 /> | <img src="images/rich_20_0.0.png" width=256 height=256 /> | <img src="images/rich_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
+ rich
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.rich', weight_name='rich.safetensors', adapter_name="rich")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["rich"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, rich"
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 270+ 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/rich_17_-1.5.png ADDED

Git LFS Details

  • SHA256: 16331fdbf142c1fd82b96826d0fdd72b763dd941c44bdf2ed07ad3e921c3a614
  • Pointer size: 132 Bytes
  • Size of remote file: 1.73 MB
images/rich_17_-3.0.png ADDED

Git LFS Details

  • SHA256: 7067cad935be25318c7245efe0a9bc2efe9762d5a3778c333e92e9bdf580caf2
  • Pointer size: 132 Bytes
  • Size of remote file: 1.74 MB
images/rich_17_0.0.png ADDED

Git LFS Details

  • SHA256: f780c0d777ffdd37a858c67b4613a909d8b5091a90165b9199b04b3ab9a85041
  • Pointer size: 132 Bytes
  • Size of remote file: 1.73 MB
images/rich_17_1.5.png ADDED

Git LFS Details

  • SHA256: e359a2bc06652c568846ce3f145fa3666386c72f3e504463999bfa94cc25b71c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.74 MB
images/rich_17_3.0.png ADDED

Git LFS Details

  • SHA256: 61724d8edb5befbfc220eef66875bcaa42a605554cc336203ea0f3ae80b23983
  • Pointer size: 132 Bytes
  • Size of remote file: 1.77 MB
images/rich_19_-1.5.png ADDED

Git LFS Details

  • SHA256: 4d540c9822b946ea5905b203eb1c15ca72c901a207d7c351e7a4c15cefba4989
  • Pointer size: 132 Bytes
  • Size of remote file: 1.45 MB
images/rich_19_-3.0.png ADDED

Git LFS Details

  • SHA256: 71e2013f4519fda8d35f4c4c6b4d67558f76bb93ba309f1eff3959d592b84d7a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.44 MB
images/rich_19_0.0.png ADDED

Git LFS Details

  • SHA256: 152a8aed5b8d85ad8bde32179ef9a552c050a7001b40b07422b143af7aac7236
  • Pointer size: 132 Bytes
  • Size of remote file: 1.52 MB
images/rich_19_1.5.png ADDED

Git LFS Details

  • SHA256: cd623b5e8fc3baef84b8c2f9b0a1c064acd3723d2ee17f82a5f24848c7cfa149
  • Pointer size: 132 Bytes
  • Size of remote file: 1.51 MB
images/rich_19_3.0.png ADDED

Git LFS Details

  • SHA256: 430cea42b6db44c1b3c068a7408c5a1b40941e58d2aeffc63fcfa3ac468ee41e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.55 MB
images/rich_20_-1.5.png ADDED

Git LFS Details

  • SHA256: ae8b6cb5369c2c6e4fc881533144bc119f658cb96b6ab42e5d46d15d9cb5ddff
  • Pointer size: 132 Bytes
  • Size of remote file: 2.06 MB
images/rich_20_-3.0.png ADDED

Git LFS Details

  • SHA256: 96a895371f434a92f4adfcc69ae43c576fc322cc151f7b93f41213c86291ef5f
  • Pointer size: 132 Bytes
  • Size of remote file: 2.07 MB
images/rich_20_0.0.png ADDED

Git LFS Details

  • SHA256: 22f3065c3151e3d7e8bc5932d2dde9976961457e1a595d531aa54285e16450bc
  • Pointer size: 132 Bytes
  • Size of remote file: 2.06 MB
images/rich_20_1.5.png ADDED

Git LFS Details

  • SHA256: af6e82fda70f70bece5231cac24036cf0d3051391acdb82e947d58c73fe51b66
  • Pointer size: 132 Bytes
  • Size of remote file: 2.05 MB
images/rich_20_3.0.png ADDED

Git LFS Details

  • SHA256: 0e7cf236a997802430147e0bd7ed4e0c85fcbe54287a2f634c8ff4749d8f32b9
  • Pointer size: 132 Bytes
  • Size of remote file: 2.05 MB
images/rich_21_-1.5.png ADDED

Git LFS Details

  • SHA256: 16d40bdf78e049418378907bd1ed20f83a39b6641664cdee266ae7db77d1d3c2
  • Pointer size: 132 Bytes
  • Size of remote file: 1.49 MB
images/rich_21_-3.0.png ADDED

Git LFS Details

  • SHA256: c4d3ddb7f204ed9d59f6a46f5b60fb2bb674fb1c164f2db26f2754d7403be293
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
images/rich_21_0.0.png ADDED

Git LFS Details

  • SHA256: 119e3e3591d0e74b02c0698c3e6f12e1b77d8e9ae45eef777a0cb041c324bae5
  • Pointer size: 132 Bytes
  • Size of remote file: 1.52 MB
images/rich_21_1.5.png ADDED

Git LFS Details

  • SHA256: 028c3b2db9b1642305a972bcfa232df25fc9bd41b92c1d224f7973319f300ce5
  • Pointer size: 132 Bytes
  • Size of remote file: 1.56 MB
images/rich_21_3.0.png ADDED

Git LFS Details

  • SHA256: 2a8dea0d71c0e27188a3d1a8762919fcf6260c804b42b9678850c81c704ea1ca
  • Pointer size: 132 Bytes
  • Size of remote file: 1.64 MB
images/rich_22_-1.5.png ADDED

Git LFS Details

  • SHA256: 086d66027d9f62638f568197097f3f6e6ef5e078d5b1786e01d2d0fc88b55cb9
  • Pointer size: 132 Bytes
  • Size of remote file: 1.63 MB
images/rich_22_-3.0.png ADDED

Git LFS Details

  • SHA256: c973df9b8cd657be65641415e7b170eca6614d910a8c8b25c0a195314602068e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.65 MB
images/rich_22_0.0.png ADDED

Git LFS Details

  • SHA256: 1e237f0855928b7b55105f94902e6bb836d67d73edfd81bdd942e30e5ddc4bbf
  • Pointer size: 132 Bytes
  • Size of remote file: 1.62 MB
images/rich_22_1.5.png ADDED

Git LFS Details

  • SHA256: 710c58d4f828dd263442e5e55a5ed29d1d8cb503f29ca8d04b1c6d20c5d5caa4
  • Pointer size: 132 Bytes
  • Size of remote file: 1.61 MB
images/rich_22_3.0.png ADDED

Git LFS Details

  • SHA256: 484fb4604ab7294ca20291a472ab294d0b264184c61e2c291bf461f64512619e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.62 MB
rich.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c012a720e73f1a364f68606f2631541dbc8f4fc8996875739c0d278e225e9bcf
3
+ size 8789076