ntc-ai commited on
Commit
10810e7
1 Parent(s): 83176d0

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/took too many drugs.../took too many drugs_17_3.0.png"
6
+ widget:
7
+ - text: took too many drugs
8
+ output:
9
+ url: images/took too many drugs_17_3.0.png
10
+ - text: took too many drugs
11
+ output:
12
+ url: images/took too many drugs_19_3.0.png
13
+ - text: took too many drugs
14
+ output:
15
+ url: images/took too many drugs_20_3.0.png
16
+ - text: took too many drugs
17
+ output:
18
+ url: images/took too many drugs_21_3.0.png
19
+ - text: took too many drugs
20
+ output:
21
+ url: images/took too many drugs_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: "took too many drugs"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - took too many drugs (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/took too many drugs_17_-3.0.png" width=256 height=256 /> | <img src="images/took too many drugs_17_0.0.png" width=256 height=256 /> | <img src="images/took too many drugs_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/took too many drugs_19_-3.0.png" width=256 height=256 /> | <img src="images/took too many drugs_19_0.0.png" width=256 height=256 /> | <img src="images/took too many drugs_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/took too many drugs_20_-3.0.png" width=256 height=256 /> | <img src="images/took too many drugs_20_0.0.png" width=256 height=256 /> | <img src="images/took too many drugs_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
+ took too many drugs
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.took-too-many-drugs', weight_name='took too many drugs.safetensors', adapter_name="took too many drugs")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["took too many drugs"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, took too many drugs"
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 610+ 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/took too many drugs_17_-1.5.png ADDED

Git LFS Details

  • SHA256: edc3fdfc747ba855aa71ddaf2470b19d284669c2d795e4758575a5c722db164a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.65 MB
images/took too many drugs_17_-3.0.png ADDED

Git LFS Details

  • SHA256: 7a0bcfffca11365ad01c79769a07274e17f5ba838727a8ef562845b7fe125824
  • Pointer size: 132 Bytes
  • Size of remote file: 1.64 MB
images/took too many drugs_17_0.0.png ADDED

Git LFS Details

  • SHA256: 2c26a22e5fae61b30e6822f1d4777dbdd1877a20d8f0ee9fab5253bb7a6ca697
  • Pointer size: 132 Bytes
  • Size of remote file: 1.7 MB
images/took too many drugs_17_1.5.png ADDED

Git LFS Details

  • SHA256: 7f68e85580a32518314bac0830c7b85e80c6f4a6fe7cd5a57e4c73b7f3487566
  • Pointer size: 132 Bytes
  • Size of remote file: 1.76 MB
images/took too many drugs_17_3.0.png ADDED

Git LFS Details

  • SHA256: 66b86da6303188a78322f1e86a011a94a52ccb3e6a1b4f950853de74fc337a83
  • Pointer size: 132 Bytes
  • Size of remote file: 1.86 MB
images/took too many drugs_19_-1.5.png ADDED

Git LFS Details

  • SHA256: e8b3707053dafbbacd2e5176c0bfd55945cc8b3724164ff634e34bd4dc43802b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.18 MB
images/took too many drugs_19_-3.0.png ADDED

Git LFS Details

  • SHA256: 60d7e27bab6bd661c47a5cbbe8e9282b24c5fa98ee881f54dabe8669e6ee8d04
  • Pointer size: 132 Bytes
  • Size of remote file: 1.15 MB
images/took too many drugs_19_0.0.png ADDED

Git LFS Details

  • SHA256: 1bfcec42c9d5c47f6d9004e162e06fb49dcd7e216110dedf459dd061a56823a8
  • Pointer size: 132 Bytes
  • Size of remote file: 1.22 MB
images/took too many drugs_19_1.5.png ADDED

Git LFS Details

  • SHA256: 30cf201cb491a5bb0659ee5f491006b72c73bc186d707c807340df2f61f5b4eb
  • Pointer size: 132 Bytes
  • Size of remote file: 1.26 MB
images/took too many drugs_19_3.0.png ADDED

Git LFS Details

  • SHA256: 3211b99b6ab4205e4efa8cf9242fbc44edcb3c15f144f2d2fe118b2cc29ad12e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.29 MB
images/took too many drugs_20_-1.5.png ADDED

Git LFS Details

  • SHA256: ea272ff496b95bbb7ef8f8a23751e99ade0420f1cd5d817e0c8bf2e087a6d9e6
  • Pointer size: 132 Bytes
  • Size of remote file: 1.59 MB
images/took too many drugs_20_-3.0.png ADDED

Git LFS Details

  • SHA256: aee0724af663bdaec051c7ff6347f1a06221b27ee3a9e0b8e62fcc1929afc017
  • Pointer size: 132 Bytes
  • Size of remote file: 1.57 MB
images/took too many drugs_20_0.0.png ADDED

Git LFS Details

  • SHA256: 9d7eeef384db340cd9c231640b2d524514a46daf5b1a844d1456e9763c147bdd
  • Pointer size: 132 Bytes
  • Size of remote file: 1.65 MB
images/took too many drugs_20_1.5.png ADDED

Git LFS Details

  • SHA256: b26889e701412eb5edf61472e68797267d452757f4fc6185b990989e44710b00
  • Pointer size: 132 Bytes
  • Size of remote file: 1.76 MB
images/took too many drugs_20_3.0.png ADDED

Git LFS Details

  • SHA256: aadc5f8b8c97a6a93732ec1f9450d530a69352a5e5be431dc0dbae14d1a8853e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.84 MB
images/took too many drugs_21_-1.5.png ADDED

Git LFS Details

  • SHA256: 44b9e5ce817c91f539482560abf6bf800f3c287124c2d5958fdfa5d8aca01396
  • Pointer size: 132 Bytes
  • Size of remote file: 1.58 MB
images/took too many drugs_21_-3.0.png ADDED

Git LFS Details

  • SHA256: eb3c038e54dc055bc9f350e8ad329e9ec479e2449555caaa3d3c935375d6a796
  • Pointer size: 132 Bytes
  • Size of remote file: 1.57 MB
images/took too many drugs_21_0.0.png ADDED

Git LFS Details

  • SHA256: 3b81e30f09dead756167a56c95652c9f3b37e79d37873de0b168441514b3eea9
  • Pointer size: 132 Bytes
  • Size of remote file: 1.59 MB
images/took too many drugs_21_1.5.png ADDED

Git LFS Details

  • SHA256: 54150821116c483c76465a404b4f2e75396cbc5dc470ebf6bd666f955909a361
  • Pointer size: 132 Bytes
  • Size of remote file: 1.61 MB
images/took too many drugs_21_3.0.png ADDED

Git LFS Details

  • SHA256: fcbd639297b31a76a49937b2d2d24329667d5bb082cf0910fafbb47cd0265c79
  • Pointer size: 132 Bytes
  • Size of remote file: 1.6 MB
images/took too many drugs_22_-1.5.png ADDED

Git LFS Details

  • SHA256: bab4de05e299ac2295f3dc6d4d41dd0e3fc75a780ef6f3d350f9d9fed3ea9791
  • Pointer size: 132 Bytes
  • Size of remote file: 1.46 MB
images/took too many drugs_22_-3.0.png ADDED

Git LFS Details

  • SHA256: f690de14eb11144c81935a72868cf04866e6d0e90a174177e33a17ac53cf8fe4
  • Pointer size: 132 Bytes
  • Size of remote file: 1.44 MB
images/took too many drugs_22_0.0.png ADDED

Git LFS Details

  • SHA256: 5d939ad9457a9a4701ef86a3f48998740a7f7bd201daf40323e50a128b6b35a1
  • Pointer size: 132 Bytes
  • Size of remote file: 1.49 MB
images/took too many drugs_22_1.5.png ADDED

Git LFS Details

  • SHA256: 3d286431b2b22becd0b7c2d39d8101560087a083e2a47aaa08eb4df44c272a6f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.53 MB
images/took too many drugs_22_3.0.png ADDED

Git LFS Details

  • SHA256: 9b6fa93601da2d6e9ef8707af9950b9588654dca522484f6afdd607847359bcb
  • Pointer size: 132 Bytes
  • Size of remote file: 1.5 MB
took too many drugs.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:60faf5be11d748d233b0cc7097a420f982b962dd301298b219cdc572771acaa3
3
+ size 8789076