ntc-ai commited on
Commit
5276370
1 Parent(s): f2a8a9e

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/eerie.../eerie_17_3.0.png"
6
+ widget:
7
+ - text: eerie
8
+ output:
9
+ url: images/eerie_17_3.0.png
10
+ - text: eerie
11
+ output:
12
+ url: images/eerie_19_3.0.png
13
+ - text: eerie
14
+ output:
15
+ url: images/eerie_20_3.0.png
16
+ - text: eerie
17
+ output:
18
+ url: images/eerie_21_3.0.png
19
+ - text: eerie
20
+ output:
21
+ url: images/eerie_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: "eerie"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - eerie (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/eerie_17_-3.0.png" width=256 height=256 /> | <img src="images/eerie_17_0.0.png" width=256 height=256 /> | <img src="images/eerie_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/eerie_19_-3.0.png" width=256 height=256 /> | <img src="images/eerie_19_0.0.png" width=256 height=256 /> | <img src="images/eerie_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/eerie_20_-3.0.png" width=256 height=256 /> | <img src="images/eerie_20_0.0.png" width=256 height=256 /> | <img src="images/eerie_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
+ eerie
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.eerie', weight_name='eerie.safetensors', adapter_name="eerie")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["eerie"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, eerie"
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 670+ 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
eerie.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6100179c2ea51ed28ad4de27c99ab26f1faef0c3549c0ebf5b98d5f2a820da3f
3
+ size 8789076
images/eerie_17_-1.5.png ADDED

Git LFS Details

  • SHA256: 4a841924614f4fee9d0d765f6883851502c286998456b44929a85a6a17223147
  • Pointer size: 132 Bytes
  • Size of remote file: 1.44 MB
images/eerie_17_-3.0.png ADDED

Git LFS Details

  • SHA256: 50e78330d003d331de3e7f69776130aa2be8aa93b5e9d91b5b6b5f148143efec
  • Pointer size: 132 Bytes
  • Size of remote file: 1.42 MB
images/eerie_17_0.0.png ADDED

Git LFS Details

  • SHA256: 0bffd22bc06e0705c7e2062b9d3c24c6ebee4d7d30078cdef1e5d8a5e52a1ab0
  • Pointer size: 132 Bytes
  • Size of remote file: 1.44 MB
images/eerie_17_1.5.png ADDED

Git LFS Details

  • SHA256: 519711de662c01764580179abc2d9ec2a7d4d583fec04b45c415d90137e84d82
  • Pointer size: 132 Bytes
  • Size of remote file: 1.42 MB
images/eerie_17_3.0.png ADDED

Git LFS Details

  • SHA256: f5c815a337a318a318513ee6a9cff3007beea3a13355f219c0cc51a1b1d6aa22
  • Pointer size: 132 Bytes
  • Size of remote file: 1.39 MB
images/eerie_19_-1.5.png ADDED

Git LFS Details

  • SHA256: 935100e7f49bd176578defa128b4baf8ab3232bd3b662b20ae1304ae09e1fa1d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.68 MB
images/eerie_19_-3.0.png ADDED

Git LFS Details

  • SHA256: 21b1a8f04e34c9af00c7429394cd5c5cd0d4cbd75ad3fd14cce26fb04a659934
  • Pointer size: 132 Bytes
  • Size of remote file: 1.72 MB
images/eerie_19_0.0.png ADDED

Git LFS Details

  • SHA256: acb98c020b6efe1363750c49f6faff04299727de26face90e057fa3dc32c54d4
  • Pointer size: 132 Bytes
  • Size of remote file: 1.59 MB
images/eerie_19_1.5.png ADDED

Git LFS Details

  • SHA256: 3e1391369ebe1b7d66bce2d1d230978c28f13c0762bb62c63b31180766abfc57
  • Pointer size: 132 Bytes
  • Size of remote file: 1.52 MB
images/eerie_19_3.0.png ADDED

Git LFS Details

  • SHA256: 257ff98cda34fc3e72c1b0a8ffd526bee849499957a85b7563b618d9f700b29d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.43 MB
images/eerie_20_-1.5.png ADDED

Git LFS Details

  • SHA256: 816aad8e72dfd1806fbcc8334cbc41037b741c59a85b461473c729fc2c7a4c25
  • Pointer size: 132 Bytes
  • Size of remote file: 1.48 MB
images/eerie_20_-3.0.png ADDED

Git LFS Details

  • SHA256: 553e8a722501cea6853a0a9d1845e0eb14dc144bccb70545b5f8cc7bdbfe3bea
  • Pointer size: 132 Bytes
  • Size of remote file: 1.52 MB
images/eerie_20_0.0.png ADDED

Git LFS Details

  • SHA256: 3c32bd107dd79b26430cb74fb508c346c7f4675e8dab1d5ad725108682609dea
  • Pointer size: 132 Bytes
  • Size of remote file: 1.46 MB
images/eerie_20_1.5.png ADDED

Git LFS Details

  • SHA256: d1acb4755085737160fed41e44d8e95441be7dcacb611bcd138e842adf61881f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.44 MB
images/eerie_20_3.0.png ADDED

Git LFS Details

  • SHA256: 820097dfe496d470436917186ac3f201265736e5ff7b9054703f8a153e0639d3
  • Pointer size: 132 Bytes
  • Size of remote file: 1.41 MB
images/eerie_21_-1.5.png ADDED

Git LFS Details

  • SHA256: 158b23f9a578e727736704d0cefac7bb0c587b46a687932346f30452c48dd024
  • Pointer size: 132 Bytes
  • Size of remote file: 1.49 MB
images/eerie_21_-3.0.png ADDED

Git LFS Details

  • SHA256: f4f2daf17269dcf39f9862b25843f5002ba1c4545f9c047a87db61a7827006f6
  • Pointer size: 132 Bytes
  • Size of remote file: 1.46 MB
images/eerie_21_0.0.png ADDED

Git LFS Details

  • SHA256: 1f29ce2df39d9f70e9aaeb583e30abfdf51ddc2e6975a847d836a1a5fbc88bee
  • Pointer size: 132 Bytes
  • Size of remote file: 1.45 MB
images/eerie_21_1.5.png ADDED

Git LFS Details

  • SHA256: 23220a6a244f7fd61affd14668ea958b0360ff95a4d667507a85c6de5f9ded14
  • Pointer size: 132 Bytes
  • Size of remote file: 1.44 MB
images/eerie_21_3.0.png ADDED

Git LFS Details

  • SHA256: 1709f357037d97c2f53224c08fd01f251f99eb995ee54c0ebde07ce0f73dfab2
  • Pointer size: 132 Bytes
  • Size of remote file: 1.45 MB
images/eerie_22_-1.5.png ADDED

Git LFS Details

  • SHA256: 836640d13ae7426ad5ca783be237da94a57c3c130bbe8f22432932ec599ed3fa
  • Pointer size: 132 Bytes
  • Size of remote file: 1.61 MB
images/eerie_22_-3.0.png ADDED

Git LFS Details

  • SHA256: 754f7ba6c38515355003fa4175742b4454da4f850f2df82f29979fc988f0fdec
  • Pointer size: 132 Bytes
  • Size of remote file: 1.66 MB
images/eerie_22_0.0.png ADDED

Git LFS Details

  • SHA256: c069f7bc78e580707f4b01b79a9553eb828d6101d0aba75840d922555e4d1cbd
  • Pointer size: 132 Bytes
  • Size of remote file: 1.58 MB
images/eerie_22_1.5.png ADDED

Git LFS Details

  • SHA256: d865a380f27cfb1a0504988d1838121ebf9132c23e2ad8ff79098f3e1cf9a9a4
  • Pointer size: 132 Bytes
  • Size of remote file: 1.5 MB
images/eerie_22_3.0.png ADDED

Git LFS Details

  • SHA256: 7add224a67c9223dc8fc6f9753f15ca6068bba07eb84632f692ccf554e0a98ea
  • Pointer size: 132 Bytes
  • Size of remote file: 1.45 MB