ntc-ai commited on
Commit
8c0f3e0
1 Parent(s): 043342e

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/treant...person/treant_17_3.0.png"
6
+ widget:
7
+ - text: treant
8
+ output:
9
+ url: images/treant_17_3.0.png
10
+ - text: treant
11
+ output:
12
+ url: images/treant_19_3.0.png
13
+ - text: treant
14
+ output:
15
+ url: images/treant_20_3.0.png
16
+ - text: treant
17
+ output:
18
+ url: images/treant_21_3.0.png
19
+ - text: treant
20
+ output:
21
+ url: images/treant_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: "treant"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - treant (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/treant_17_-3.0.png" width=256 height=256 /> | <img src="images/treant_17_0.0.png" width=256 height=256 /> | <img src="images/treant_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/treant_19_-3.0.png" width=256 height=256 /> | <img src="images/treant_19_0.0.png" width=256 height=256 /> | <img src="images/treant_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/treant_20_-3.0.png" width=256 height=256 /> | <img src="images/treant_20_0.0.png" width=256 height=256 /> | <img src="images/treant_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
+ treant
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.treant', weight_name='treant.safetensors', adapter_name="treant")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["treant"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, treant"
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 280+ 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/treant_17_-1.5.png ADDED

Git LFS Details

  • SHA256: 0a4d9f7b9241872caa25853ff4644980e6b413a2a8225460e921f9ab05b8583b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.56 MB
images/treant_17_-3.0.png ADDED

Git LFS Details

  • SHA256: 087a16c591ee78ea6a92452e9cdd6aa53846b1915d8a314ff5b64aae7831386c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.6 MB
images/treant_17_0.0.png ADDED

Git LFS Details

  • SHA256: 011ba86e305eb507561ddf690cf3e4b05dcff336d78e1b59ad82ff19bef8a3ff
  • Pointer size: 132 Bytes
  • Size of remote file: 1.57 MB
images/treant_17_1.5.png ADDED

Git LFS Details

  • SHA256: d215e465d5853d5d45df35784248ae687996b7a4dc7918dad29d5c43424eba4a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.55 MB
images/treant_17_3.0.png ADDED

Git LFS Details

  • SHA256: 731d39cd624bf281c6bc065e089e358efaecff3d3d6878450c0c69032959beaf
  • Pointer size: 132 Bytes
  • Size of remote file: 1.63 MB
images/treant_19_-1.5.png ADDED

Git LFS Details

  • SHA256: d688a3c61301c2677bd95e699cf5134aa2f5d053ccf97234b1f8d89384c1f2e0
  • Pointer size: 132 Bytes
  • Size of remote file: 1.46 MB
images/treant_19_-3.0.png ADDED

Git LFS Details

  • SHA256: 38377a430b49d2d596a82e8bc91d2a8d08e3ae3910b8cb953597f740ead9b64a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.34 MB
images/treant_19_0.0.png ADDED

Git LFS Details

  • SHA256: a39da5fd3a78bedba3a3a035af43dcf1928e8d82201dadc87b830233142d0b5d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.53 MB
images/treant_19_1.5.png ADDED

Git LFS Details

  • SHA256: 70ddf56e0ac21ad4ea581d51033892e86b0e9745c40578e2ec0e7cb6f63058f2
  • Pointer size: 132 Bytes
  • Size of remote file: 1.7 MB
images/treant_19_3.0.png ADDED

Git LFS Details

  • SHA256: 4ed3fcb406f8530ed67d6ee44a678ed93413bcf362af00cdd1307d1127d4dd07
  • Pointer size: 132 Bytes
  • Size of remote file: 1.68 MB
images/treant_20_-1.5.png ADDED

Git LFS Details

  • SHA256: a775da3475a7b7183df59aee671fc1ef751b4bf54a6f868c9526bea3d975c3ca
  • Pointer size: 132 Bytes
  • Size of remote file: 1.51 MB
images/treant_20_-3.0.png ADDED

Git LFS Details

  • SHA256: 79e28ce5d84df60448365eca5f12e12780f20c943bc4efa35a40920fc8872192
  • Pointer size: 132 Bytes
  • Size of remote file: 1.49 MB
images/treant_20_0.0.png ADDED

Git LFS Details

  • SHA256: 321391934a0e4ac322d469c533a76144c6b86a2eec51ea19148d35fd5b8495f4
  • Pointer size: 132 Bytes
  • Size of remote file: 1.5 MB
images/treant_20_1.5.png ADDED

Git LFS Details

  • SHA256: 83a7bdd082c0bca2397fe507eae3d1071dd0bab768a89a18b8ae7439f882b4a7
  • Pointer size: 132 Bytes
  • Size of remote file: 1.53 MB
images/treant_20_3.0.png ADDED

Git LFS Details

  • SHA256: 54bf3f34dac1877d3c349eaa01de859924567381630203fd5a1d314e26ebdf9a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.54 MB
images/treant_21_-1.5.png ADDED

Git LFS Details

  • SHA256: 39958f1adf2a6e7fb8611edde6abbf4c0d3690fc7b4509c585fc0e1c1e3fbcb7
  • Pointer size: 132 Bytes
  • Size of remote file: 1.59 MB
images/treant_21_-3.0.png ADDED

Git LFS Details

  • SHA256: 7d33fa7b25d9701ab7ea66b4e7707381f041c33bf7ee9938529a49bb4b2f1f55
  • Pointer size: 132 Bytes
  • Size of remote file: 1.61 MB
images/treant_21_0.0.png ADDED

Git LFS Details

  • SHA256: 9d18a789fa0a8dd014a0a62e0a81aa462a3871fb889def9a9412bc61564d1df6
  • Pointer size: 132 Bytes
  • Size of remote file: 1.5 MB
images/treant_21_1.5.png ADDED

Git LFS Details

  • SHA256: c820bac9790f08e23284b5d115b05b3620c7b0f472fb02a88b779d42ccb263a1
  • Pointer size: 132 Bytes
  • Size of remote file: 1.53 MB
images/treant_21_3.0.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: b0af625fc4cb60b1a8b4e6a941274b3954f30834e99dcb896436ef0159ce8fc3
  • Pointer size: 132 Bytes
  • Size of remote file: 1.34 MB
images/treant_22_-3.0.png ADDED

Git LFS Details

  • SHA256: dd677ec581468cc176d13e2f242fd901e7ef875c1d3009756538f4785ba05fa8
  • Pointer size: 132 Bytes
  • Size of remote file: 1.35 MB
images/treant_22_0.0.png ADDED

Git LFS Details

  • SHA256: a277ad4de147449e5fa7d27e9978a949ed5b6b9f7df68dc382bd9b3413efd0b9
  • Pointer size: 132 Bytes
  • Size of remote file: 1.34 MB
images/treant_22_1.5.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: dfc48420f2d3466d0f7a6e9e7d9b9de8208fecebead900dc27d3a57c9350a724
  • Pointer size: 132 Bytes
  • Size of remote file: 1.4 MB
treant.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0b5400b10a958a19db8107c64fb3040cbf99f7d0eeb6a4c90ebbe1bf3e41a9c1
3
+ size 8789076