ntc-ai commited on
Commit
d320834
1 Parent(s): 6d221b5

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/fearful.../fearful_17_3.0.png"
6
+ widget:
7
+ - text: fearful
8
+ output:
9
+ url: images/fearful_17_3.0.png
10
+ - text: fearful
11
+ output:
12
+ url: images/fearful_19_3.0.png
13
+ - text: fearful
14
+ output:
15
+ url: images/fearful_20_3.0.png
16
+ - text: fearful
17
+ output:
18
+ url: images/fearful_21_3.0.png
19
+ - text: fearful
20
+ output:
21
+ url: images/fearful_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: "fearful"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - fearful (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/fearful_17_-3.0.png" width=256 height=256 /> | <img src="images/fearful_17_0.0.png" width=256 height=256 /> | <img src="images/fearful_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/fearful_19_-3.0.png" width=256 height=256 /> | <img src="images/fearful_19_0.0.png" width=256 height=256 /> | <img src="images/fearful_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/fearful_20_-3.0.png" width=256 height=256 /> | <img src="images/fearful_20_0.0.png" width=256 height=256 /> | <img src="images/fearful_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
+ fearful
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.fearful', weight_name='fearful.safetensors', adapter_name="fearful")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["fearful"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, fearful"
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
fearful.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:66d59988f6ca6b9ae8ffa1679aa61ac69b35360b73b1a3e7c6661ff166c942af
3
+ size 8789076
images/fearful_17_-1.5.png ADDED

Git LFS Details

  • SHA256: d3b3f950da0419d7fa6a680638671823229e79bb906fcc1440d6984bab33c5bf
  • Pointer size: 132 Bytes
  • Size of remote file: 1.6 MB
images/fearful_17_-3.0.png ADDED

Git LFS Details

  • SHA256: a42defd1cedd6125e36dd1ab5d7b86489500d911acf66060e64235eb51f35345
  • Pointer size: 132 Bytes
  • Size of remote file: 1.61 MB
images/fearful_17_0.0.png ADDED

Git LFS Details

  • SHA256: 2cbbb9aa6b686c7a9c555dbf9b6a41438cf04c7bd6358030c12297d62b5304be
  • Pointer size: 132 Bytes
  • Size of remote file: 1.6 MB
images/fearful_17_1.5.png ADDED

Git LFS Details

  • SHA256: d69ddff559d0a149ef87d7d2609d8e02b6571210080aa3cf48245c5ccff6741a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.6 MB
images/fearful_17_3.0.png ADDED

Git LFS Details

  • SHA256: 82184f5c91c268ba450bc528a3f2e2d34b407a2882ae60954369239de2426b9a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.59 MB
images/fearful_19_-1.5.png ADDED

Git LFS Details

  • SHA256: e5a10d3d778bbf73611d5a8415d6055cc5808d442e60eb54572e0690b2377d32
  • Pointer size: 132 Bytes
  • Size of remote file: 1.6 MB
images/fearful_19_-3.0.png ADDED

Git LFS Details

  • SHA256: 84558e133d6016ff24f7f8c0e768012c98571acdec26691675d88c713ec85dd3
  • Pointer size: 132 Bytes
  • Size of remote file: 1.61 MB
images/fearful_19_0.0.png ADDED

Git LFS Details

  • SHA256: 55fade8f90d11a36c8b7de953091c6b41ba2985d31f795e3fa4e87a8caf79c45
  • Pointer size: 132 Bytes
  • Size of remote file: 1.61 MB
images/fearful_19_1.5.png ADDED

Git LFS Details

  • SHA256: 86b7762eed41089e015ee7468db5a7c71c0164eb31c6039e7ef3ea5e0f5a488e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.62 MB
images/fearful_19_3.0.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: 9f6369056a5e3c60e05fb63517e336260353f3f5721887f5cdee8822d31998a8
  • Pointer size: 132 Bytes
  • Size of remote file: 1.41 MB
images/fearful_20_-3.0.png ADDED

Git LFS Details

  • SHA256: dc20315e776cd0106df6db5fabdbc1e78bd269be6566fcd59d23bfcf6a8612a9
  • Pointer size: 132 Bytes
  • Size of remote file: 1.41 MB
images/fearful_20_0.0.png ADDED

Git LFS Details

  • SHA256: 643e5604ac7708441873c3fde4cc1d2dd63f5d5004ead27c05810a9b14f7f7e7
  • Pointer size: 132 Bytes
  • Size of remote file: 1.4 MB
images/fearful_20_1.5.png ADDED

Git LFS Details

  • SHA256: 61cde8c2431296ab285d6f9cb80706ef7ad1001902802f67b6baf9aa67e32d43
  • Pointer size: 132 Bytes
  • Size of remote file: 1.37 MB
images/fearful_20_3.0.png ADDED

Git LFS Details

  • SHA256: b76ac495f47772cb253144b78b8c0482bdd51fed9070a5186bba54123293ae86
  • Pointer size: 132 Bytes
  • Size of remote file: 1.3 MB
images/fearful_21_-1.5.png ADDED

Git LFS Details

  • SHA256: 1e4a71e7838b0ee34c22a2a3e92c1ced3a15e0ef2952b78afffb008086dd3ae0
  • Pointer size: 132 Bytes
  • Size of remote file: 1.3 MB
images/fearful_21_-3.0.png ADDED

Git LFS Details

  • SHA256: ab9dedd1dd5ef80758762cd13856e2467fa622339eba4bca77e1cdf85021d714
  • Pointer size: 132 Bytes
  • Size of remote file: 1.28 MB
images/fearful_21_0.0.png ADDED

Git LFS Details

  • SHA256: 385380db8eccf5b70f69dd03c4abef0e7bb9c7d999629fb0a4248084dd855ea6
  • Pointer size: 132 Bytes
  • Size of remote file: 1.33 MB
images/fearful_21_1.5.png ADDED

Git LFS Details

  • SHA256: db5833f83dab6f981ce3bccdea88bf24438a3f9171fce16b986ccc602ebbd489
  • Pointer size: 132 Bytes
  • Size of remote file: 1.32 MB
images/fearful_21_3.0.png ADDED

Git LFS Details

  • SHA256: f50d630e6a9193f31e8ab2f61945140f9fd6bae17e264936391c1bf237f711e8
  • Pointer size: 132 Bytes
  • Size of remote file: 1.32 MB
images/fearful_22_-1.5.png ADDED

Git LFS Details

  • SHA256: 5f79e8fe6c5b5f27b4530568ba069a6cef141bcf444b1a9e5ef3829b012669d1
  • Pointer size: 132 Bytes
  • Size of remote file: 1.54 MB
images/fearful_22_-3.0.png ADDED

Git LFS Details

  • SHA256: 8ad15234c002a3c7d4ab857d26ba38cb91bb9ad0f37fe725e6f7be04f9fe7a83
  • Pointer size: 132 Bytes
  • Size of remote file: 1.59 MB
images/fearful_22_0.0.png ADDED

Git LFS Details

  • SHA256: c2dbb35813bcabd15e27cd9aacbaf85133e5063804347a38672a989518018c66
  • Pointer size: 132 Bytes
  • Size of remote file: 1.49 MB
images/fearful_22_1.5.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: 6a68018400c46fddb632e5472a53182e902b8675df5b39dcf916a347f36a9029
  • Pointer size: 132 Bytes
  • Size of remote file: 1.42 MB