ntc-ai commited on
Commit
63d554e
1 Parent(s): 611668d

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/scared.../scared_17_3.0.png"
6
+ widget:
7
+ - text: scared
8
+ output:
9
+ url: images/scared_17_3.0.png
10
+ - text: scared
11
+ output:
12
+ url: images/scared_19_3.0.png
13
+ - text: scared
14
+ output:
15
+ url: images/scared_20_3.0.png
16
+ - text: scared
17
+ output:
18
+ url: images/scared_21_3.0.png
19
+ - text: scared
20
+ output:
21
+ url: images/scared_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: "scared"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - scared (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/scared_17_-3.0.png" width=256 height=256 /> | <img src="images/scared_17_0.0.png" width=256 height=256 /> | <img src="images/scared_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/scared_19_-3.0.png" width=256 height=256 /> | <img src="images/scared_19_0.0.png" width=256 height=256 /> | <img src="images/scared_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/scared_20_-3.0.png" width=256 height=256 /> | <img src="images/scared_20_0.0.png" width=256 height=256 /> | <img src="images/scared_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
+ scared
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.scared', weight_name='scared.safetensors', adapter_name="scared")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["scared"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, scared"
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 770+ 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/scared_17_-1.5.png ADDED

Git LFS Details

  • SHA256: 1aed5249231f94809203614c22d7f99f0a9e2d19b48ea756030bba836f7c9933
  • Pointer size: 132 Bytes
  • Size of remote file: 1.59 MB
images/scared_17_-3.0.png ADDED

Git LFS Details

  • SHA256: cbfc312f8f77f0f5f89843c92a3e034db10667c494692daf2ffc84cbb88ad478
  • Pointer size: 132 Bytes
  • Size of remote file: 1.59 MB
images/scared_17_0.0.png ADDED

Git LFS Details

  • SHA256: 4d36e6dd7e60b10c3f8297842e1071935d1f5bdffe07b36ed3bdb1e563c37556
  • Pointer size: 132 Bytes
  • Size of remote file: 1.58 MB
images/scared_17_1.5.png ADDED

Git LFS Details

  • SHA256: 71e549b990abf9819993d5fcd725d056b45876efc146b1698d42b05099f74148
  • Pointer size: 132 Bytes
  • Size of remote file: 1.57 MB
images/scared_17_3.0.png ADDED

Git LFS Details

  • SHA256: 27c762cde0694a781ada8ef69b1feb4079e304015426f8a4ce0c6fbb0700139e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.49 MB
images/scared_19_-1.5.png ADDED

Git LFS Details

  • SHA256: 601f04e34e74dfd31617cf3e5c785bf7c092934d52299e6a7ec64ff9bc283e62
  • Pointer size: 132 Bytes
  • Size of remote file: 1.61 MB
images/scared_19_-3.0.png ADDED

Git LFS Details

  • SHA256: 1fb80dd961644632e3edfd61fe52163a4566737ac02ca8e086ee0c9f5317a4fa
  • Pointer size: 132 Bytes
  • Size of remote file: 1.64 MB
images/scared_19_0.0.png ADDED

Git LFS Details

  • SHA256: 067e3a11eafae054c948c97eadb822b3e5291108bae612ccf112c7a22b1997b8
  • Pointer size: 132 Bytes
  • Size of remote file: 1.59 MB
images/scared_19_1.5.png ADDED

Git LFS Details

  • SHA256: 4176a58b9306a0868569198e132b53fc46c51d2dacc74cefb6ec37d53c0aa015
  • Pointer size: 132 Bytes
  • Size of remote file: 1.57 MB
images/scared_19_3.0.png ADDED

Git LFS Details

  • SHA256: e50298fa8dba480d5e76a255a09cda05f0e4df21f6fc7e379a7353a04c7fa27b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.48 MB
images/scared_20_-1.5.png ADDED

Git LFS Details

  • SHA256: 5fffdc1ec76449ebfe336118b73dff559a8770fe28c64b7e1b6c5350a1641896
  • Pointer size: 132 Bytes
  • Size of remote file: 1.44 MB
images/scared_20_-3.0.png ADDED

Git LFS Details

  • SHA256: 866a3bd8ba7803318f4b1dee5493cea85cac74570e21778251a53f2b7ad8b599
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
images/scared_20_0.0.png ADDED

Git LFS Details

  • SHA256: e4b3fdde602afa3ab95bac9d7cab0555af0993b6bc704011d1eaafef9adb1978
  • Pointer size: 132 Bytes
  • Size of remote file: 1.42 MB
images/scared_20_1.5.png ADDED

Git LFS Details

  • SHA256: 96a7601306f2e4638ce93df97473e979294decd0d27b229935d1b2322c2ed9eb
  • Pointer size: 132 Bytes
  • Size of remote file: 1.38 MB
images/scared_20_3.0.png ADDED

Git LFS Details

  • SHA256: 185870ec2616069ea4c921421a9369730aab02ab3d9259698056a873dc7c1baa
  • Pointer size: 132 Bytes
  • Size of remote file: 1.37 MB
images/scared_21_-1.5.png ADDED

Git LFS Details

  • SHA256: 43e99a267303e72dd6aadde65e64f76d7134273e295ce8cdcdbf0b6d4006af92
  • Pointer size: 132 Bytes
  • Size of remote file: 1.56 MB
images/scared_21_-3.0.png ADDED

Git LFS Details

  • SHA256: d60a2dee6af5dd03b61e040f31cc8bf11e8cf32ac0d964d534a9260b62b51080
  • Pointer size: 132 Bytes
  • Size of remote file: 1.59 MB
images/scared_21_0.0.png ADDED

Git LFS Details

  • SHA256: 8ae7d7ca6b230e7441e9f06cc94b8a29628fb8975045eabc6fb2a7602eb33aae
  • Pointer size: 132 Bytes
  • Size of remote file: 1.53 MB
images/scared_21_1.5.png ADDED

Git LFS Details

  • SHA256: 33d471c1cd136bd579c6f219b605282c177e7ccb330a648b91340b54b6234767
  • Pointer size: 132 Bytes
  • Size of remote file: 1.48 MB
images/scared_21_3.0.png ADDED

Git LFS Details

  • SHA256: 8f180d0fab05e07c8f3ad7d602c6c43726bfe33286ed3e7fef619761ead49ec0
  • Pointer size: 132 Bytes
  • Size of remote file: 1.45 MB
images/scared_22_-1.5.png ADDED

Git LFS Details

  • SHA256: 76ff33b0133d7d0016a30899c14d13b86041989e196e9b1e2ee894513323c8ea
  • Pointer size: 132 Bytes
  • Size of remote file: 1.38 MB
images/scared_22_-3.0.png ADDED

Git LFS Details

  • SHA256: 86d53329259aacf3808fadd11837c60f6b525b02d641645a5b299ac0e676a453
  • Pointer size: 132 Bytes
  • Size of remote file: 1.41 MB
images/scared_22_0.0.png ADDED

Git LFS Details

  • SHA256: 6477a23fa0401c67f77548305df6eb7528a9cf2bf0d13e05c516e9d4b0236512
  • Pointer size: 132 Bytes
  • Size of remote file: 1.31 MB
images/scared_22_1.5.png ADDED

Git LFS Details

  • SHA256: c9fb97e67167ffbb9594bcc9e95d683c5d2bd911489ccf1e299e8885d0a1fc23
  • Pointer size: 132 Bytes
  • Size of remote file: 1.27 MB
images/scared_22_3.0.png ADDED

Git LFS Details

  • SHA256: 6262d2305379cd963c832a76cb5a526699529d20a25567abcba0a56fc72d0566
  • Pointer size: 132 Bytes
  • Size of remote file: 1.23 MB
scared.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ca8c8f8d157c14852a0bf31a9207bdab7e04033d2eb43088e34915d03ee509d5
3
+ size 8789076