ntc-ai commited on
Commit
e65db29
1 Parent(s): fcc86d3

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/this person won the lottery...sitting calmly/this person won the lottery_17_3.0.png"
6
+ widget:
7
+ - text: this person won the lottery
8
+ output:
9
+ url: images/this person won the lottery_17_3.0.png
10
+ - text: this person won the lottery
11
+ output:
12
+ url: images/this person won the lottery_19_3.0.png
13
+ - text: this person won the lottery
14
+ output:
15
+ url: images/this person won the lottery_20_3.0.png
16
+ - text: this person won the lottery
17
+ output:
18
+ url: images/this person won the lottery_21_3.0.png
19
+ - text: this person won the lottery
20
+ output:
21
+ url: images/this person won the lottery_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: "this person won the lottery"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - this person won the lottery (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/this person won the lottery_17_-3.0.png" width=256 height=256 /> | <img src="images/this person won the lottery_17_0.0.png" width=256 height=256 /> | <img src="images/this person won the lottery_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/this person won the lottery_19_-3.0.png" width=256 height=256 /> | <img src="images/this person won the lottery_19_0.0.png" width=256 height=256 /> | <img src="images/this person won the lottery_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/this person won the lottery_20_-3.0.png" width=256 height=256 /> | <img src="images/this person won the lottery_20_0.0.png" width=256 height=256 /> | <img src="images/this person won the lottery_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
+ this person won the lottery
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.this-person-won-the-lottery', weight_name='this person won the lottery.safetensors', adapter_name="this person won the lottery")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["this person won the lottery"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, this person won the lottery"
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 1050+ 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/this person won the lottery_17_-1.5.png ADDED

Git LFS Details

  • SHA256: 57473d20c997aec6e2c1a3a20dc34f7e2a1e3df8b3fab0d2fff859d649510647
  • Pointer size: 132 Bytes
  • Size of remote file: 1.43 MB
images/this person won the lottery_17_-3.0.png ADDED

Git LFS Details

  • SHA256: b86ce9206592a8b260c6e614c3ed3e5b59990c1f6156158beaf22aacedc340b4
  • Pointer size: 132 Bytes
  • Size of remote file: 1.41 MB
images/this person won the lottery_17_0.0.png ADDED

Git LFS Details

  • SHA256: 0e2a7fdd957197192dc5b9023dfdc19d0395d59cc0db9592fbfbdfbdb654a2bf
  • Pointer size: 132 Bytes
  • Size of remote file: 1.44 MB
images/this person won the lottery_17_1.5.png ADDED

Git LFS Details

  • SHA256: 8355f5d857c916165199b233b3731abb4496dfc9145b024daa65ef9cc71144fc
  • Pointer size: 132 Bytes
  • Size of remote file: 1.48 MB
images/this person won the lottery_17_3.0.png ADDED

Git LFS Details

  • SHA256: 501a87e569cb579c780453b23d1637538f12701fa6add79533e54e7ae7b6bd86
  • Pointer size: 132 Bytes
  • Size of remote file: 1.53 MB
images/this person won the lottery_19_-1.5.png ADDED

Git LFS Details

  • SHA256: 2dc3be5b7540b227f1c0454cc35f1dd70a53947f77b8c3d361645d0a5cef9acb
  • Pointer size: 132 Bytes
  • Size of remote file: 1.64 MB
images/this person won the lottery_19_-3.0.png ADDED

Git LFS Details

  • SHA256: e4e9f8f835aed22fd6b41ce75dec7e53fd5411b4279bc5a19244912aa84afa32
  • Pointer size: 132 Bytes
  • Size of remote file: 1.6 MB
images/this person won the lottery_19_0.0.png ADDED

Git LFS Details

  • SHA256: 245f04c008e370fc79cbeaef958da13d95c2d6f8dbfcb26742d594b13a66813c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.67 MB
images/this person won the lottery_19_1.5.png ADDED

Git LFS Details

  • SHA256: 9867770267037b86396a3f9fe3ed7fe3f9b27f2a26cdac36e058005fd57f5df9
  • Pointer size: 132 Bytes
  • Size of remote file: 1.72 MB
images/this person won the lottery_19_3.0.png ADDED

Git LFS Details

  • SHA256: 60a59ecb4d6ec8dd46b98488b939f085fe009aed9a1a6948f9d11deb5ab5c2ac
  • Pointer size: 132 Bytes
  • Size of remote file: 1.81 MB
images/this person won the lottery_20_-1.5.png ADDED

Git LFS Details

  • SHA256: d3c6cbd622a25a3aa2335e41da5ba3db107eca14995a70e96febc2854dc43488
  • Pointer size: 132 Bytes
  • Size of remote file: 1.36 MB
images/this person won the lottery_20_-3.0.png ADDED

Git LFS Details

  • SHA256: 950c87932953be9cbd9b14ec294eb33a0662fcd1e442d030a0a0afe906d33953
  • Pointer size: 132 Bytes
  • Size of remote file: 1.32 MB
images/this person won the lottery_20_0.0.png ADDED

Git LFS Details

  • SHA256: f1704abc766ae0b396c38184441d11850fba67fc4c8b6629a7ab767cf362d989
  • Pointer size: 132 Bytes
  • Size of remote file: 1.39 MB
images/this person won the lottery_20_1.5.png ADDED

Git LFS Details

  • SHA256: de97ce44d3504cf527e5dd94366aca740c41d5396c31a2063bd7715254afd61d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.45 MB
images/this person won the lottery_20_3.0.png ADDED

Git LFS Details

  • SHA256: aa3ec33466b4fe6f5a8bf28bd2e425ae01bf1af4c3018ea198428e704281c950
  • Pointer size: 132 Bytes
  • Size of remote file: 1.55 MB
images/this person won the lottery_21_-1.5.png ADDED

Git LFS Details

  • SHA256: 0f456b6b4189b57ebb82f60f2bdbb0e721d2e4f0a143f1a0e7206aa036c47882
  • Pointer size: 132 Bytes
  • Size of remote file: 1.55 MB
images/this person won the lottery_21_-3.0.png ADDED

Git LFS Details

  • SHA256: 84370c779c309584e217519365c1a608d868da33072515a412276131e11ff504
  • Pointer size: 132 Bytes
  • Size of remote file: 1.57 MB
images/this person won the lottery_21_0.0.png ADDED

Git LFS Details

  • SHA256: 11e12dda8e39ad9f432fe4ec0109156ccbe5e624173311e6d2a021952c6d84f8
  • Pointer size: 132 Bytes
  • Size of remote file: 1.57 MB
images/this person won the lottery_21_1.5.png ADDED

Git LFS Details

  • SHA256: d823525e575e40b8bbccec505528ef19ad4b6bea4203942325e3313ca0f7f66a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.58 MB
images/this person won the lottery_21_3.0.png ADDED

Git LFS Details

  • SHA256: 1722026c4f586c198aad258f0c679871562498256d7167fdbf4fe4e21a1cc506
  • Pointer size: 132 Bytes
  • Size of remote file: 1.63 MB
images/this person won the lottery_22_-1.5.png ADDED

Git LFS Details

  • SHA256: d1eefed4fd82b2f85702790a7d5ccd0a4e393d68ce638447e3b60877951903b1
  • Pointer size: 132 Bytes
  • Size of remote file: 1.41 MB
images/this person won the lottery_22_-3.0.png ADDED

Git LFS Details

  • SHA256: 1404d91c35177ff4ce3619de681368da627c89f8176b7eedf45f26bea90c3868
  • Pointer size: 132 Bytes
  • Size of remote file: 1.4 MB
images/this person won the lottery_22_0.0.png ADDED

Git LFS Details

  • SHA256: ba911c9d5c3c7b445818eafa13a4a61b5e696bd1f7f7e2fed856aa54676bf72a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.44 MB
images/this person won the lottery_22_1.5.png ADDED

Git LFS Details

  • SHA256: ebfdc032086b2cdd70d23b2bc0b3467d4a120b60ef8148a47c62ea70089f24bd
  • Pointer size: 132 Bytes
  • Size of remote file: 1.54 MB
images/this person won the lottery_22_3.0.png ADDED

Git LFS Details

  • SHA256: e4280ce5ba8e95fb4739a5ab98b0e9e11e88bb647c94bb840639fa1648a47ebb
  • Pointer size: 132 Bytes
  • Size of remote file: 1.58 MB
this person won the lottery.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b65ca5743aa30806edf03098b4306d39e4df61bd7e192b747bd6cea5fa8220d0
3
+ size 8789076