ntc-ai commited on
Commit
ef584a3
1 Parent(s): d64da90

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/entrancing.../entrancing_17_3.0.png"
6
+ widget:
7
+ - text: entrancing
8
+ output:
9
+ url: images/entrancing_17_3.0.png
10
+ - text: entrancing
11
+ output:
12
+ url: images/entrancing_19_3.0.png
13
+ - text: entrancing
14
+ output:
15
+ url: images/entrancing_20_3.0.png
16
+ - text: entrancing
17
+ output:
18
+ url: images/entrancing_21_3.0.png
19
+ - text: entrancing
20
+ output:
21
+ url: images/entrancing_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: "entrancing"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - entrancing (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/entrancing_17_-3.0.png" width=256 height=256 /> | <img src="images/entrancing_17_0.0.png" width=256 height=256 /> | <img src="images/entrancing_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/entrancing_19_-3.0.png" width=256 height=256 /> | <img src="images/entrancing_19_0.0.png" width=256 height=256 /> | <img src="images/entrancing_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/entrancing_20_-3.0.png" width=256 height=256 /> | <img src="images/entrancing_20_0.0.png" width=256 height=256 /> | <img src="images/entrancing_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
+ entrancing
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.entrancing', weight_name='entrancing.safetensors', adapter_name="entrancing")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["entrancing"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, entrancing"
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 750+ 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
entrancing.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f58a8803954f8991479adb3d757022c9d6252e132b1aae20513604849d604b65
3
+ size 8789076
images/entrancing_17_-1.5.png ADDED

Git LFS Details

  • SHA256: bf192ce3e9dae9430609622705a290cd1d1d6558cb20a5d599e710b0a333708f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.39 MB
images/entrancing_17_-3.0.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: f23fbcfc1495e284505a0541ee5e1a234f4dfd80df50a8007998ce49542326ee
  • Pointer size: 132 Bytes
  • Size of remote file: 1.35 MB
images/entrancing_17_1.5.png ADDED

Git LFS Details

  • SHA256: 1715f1d907d957c9a91b14bfa8d7b8ce92fdaba208955e62a6f8ec23849f6c37
  • Pointer size: 132 Bytes
  • Size of remote file: 1.38 MB
images/entrancing_17_3.0.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: 8eed74dfdbda5511ced207a981e749ac093a84e87ff2687a511cfe9a323a20d9
  • Pointer size: 132 Bytes
  • Size of remote file: 1.39 MB
images/entrancing_19_-3.0.png ADDED

Git LFS Details

  • SHA256: 082988bdd060f126023fdbd8e483a5e10dfd942d86b77a314b46c53c4b8648e7
  • Pointer size: 132 Bytes
  • Size of remote file: 1.4 MB
images/entrancing_19_0.0.png ADDED

Git LFS Details

  • SHA256: 1b049d7c9beac883904768d964cba0b3a7054be74cae540460cfc8c16b14521a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.38 MB
images/entrancing_19_1.5.png ADDED

Git LFS Details

  • SHA256: 9c729ecc6b397e12c6746f51625627cedb3d54324e02b01d1f7e76b2f60d225d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.39 MB
images/entrancing_19_3.0.png ADDED

Git LFS Details

  • SHA256: d043c9ce91fe897312e663c36c3dc2f262a2bab6a1603d551af17fddb23b4bfa
  • Pointer size: 132 Bytes
  • Size of remote file: 1.36 MB
images/entrancing_20_-1.5.png ADDED

Git LFS Details

  • SHA256: 97f496e71216cd09a712fe088797af6e811cfb74acede3cb43c08663bbb2b87b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.59 MB
images/entrancing_20_-3.0.png ADDED

Git LFS Details

  • SHA256: 7fb5adc9fef05e4168f73876a1bc52bcc522d04135ca3a0fb7ba3051fc95b61b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.58 MB
images/entrancing_20_0.0.png ADDED

Git LFS Details

  • SHA256: dad7788962c7186cfb5aa5703851a3af0c8d24bf86bf433db9ffc12593072635
  • Pointer size: 132 Bytes
  • Size of remote file: 1.61 MB
images/entrancing_20_1.5.png ADDED

Git LFS Details

  • SHA256: 06f6060bdec29b7f39e7c6042e7e6b0b8866217f1275aca291f7cdd69d5ec154
  • Pointer size: 132 Bytes
  • Size of remote file: 1.62 MB
images/entrancing_20_3.0.png ADDED

Git LFS Details

  • SHA256: 88162ea351d103e834344c73bf42a9239cb871e190f44df04607bc7e9b7d62b3
  • Pointer size: 132 Bytes
  • Size of remote file: 1.61 MB
images/entrancing_21_-1.5.png ADDED

Git LFS Details

  • SHA256: 2233ea418b3c3cf299f6e31a4cb79a7a036291e032c32227d76bc581da548da7
  • Pointer size: 132 Bytes
  • Size of remote file: 1.48 MB
images/entrancing_21_-3.0.png ADDED

Git LFS Details

  • SHA256: 568d4dbebb91f2deb52d40bc71b0bbc82ec0743195625a100fa35dba926e32c2
  • Pointer size: 132 Bytes
  • Size of remote file: 1.49 MB
images/entrancing_21_0.0.png ADDED

Git LFS Details

  • SHA256: 5dae5b422c25a8d2646b6133d70e190906d600f99ba088fa0a44b2c9a201b399
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
images/entrancing_21_1.5.png ADDED

Git LFS Details

  • SHA256: 27e52c22d75ff8a6d191b4388e5a8833725a5fd550f3d795b090122fee242537
  • Pointer size: 132 Bytes
  • Size of remote file: 1.49 MB
images/entrancing_21_3.0.png ADDED

Git LFS Details

  • SHA256: 8a7e0f5cbac29f6fe4f111b029e5023c167f8bf7f5f67fa6a85e1b4ecbbd9fbd
  • Pointer size: 132 Bytes
  • Size of remote file: 1.54 MB
images/entrancing_22_-1.5.png ADDED

Git LFS Details

  • SHA256: 779eb649380df455a81e7704f1e76f6fc7a9c10aa1c194670733b7709273bff4
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
images/entrancing_22_-3.0.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: 9037b33be673104253d0a529e06824fce9febd4764fdd375dbcf9cd67f905524
  • Pointer size: 132 Bytes
  • Size of remote file: 1.49 MB
images/entrancing_22_1.5.png ADDED

Git LFS Details

  • SHA256: 1e779c1f4230861762f8bcb851e6a4dc3d4933b6d1f6fcb5def214ef49c09655
  • Pointer size: 132 Bytes
  • Size of remote file: 1.5 MB
images/entrancing_22_3.0.png ADDED

Git LFS Details

  • SHA256: 00d08c6104cd6d335bc46d6090eaab4722953b490a3194dfc8f0447470e98f2f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.51 MB